Data Manager - Adapters client

Assets Data Manager is included in all Service Collection Premium and Enterprise plans.

The Adapters client (or Assets Adapters client) is a command-line client that is stored in your local environment and can be executed manually or automatically. When executed, the Adapters client runs one or more jobs, bringing data into Data Manager.

You can download the Adapters Client from the Atlassian Marketplace.

NOTE: The Adapters Client is provided by Atlassian Labs which are apps are often developed in conjunction with Atlassian hack-a-thons and ShipIt days and are provided to you completely “as-is”, with all bugs and errors, and are not supported by Atlassian. The Atlassian Labs apps are subject to the “Free or Beta Products” Section of the Atlassian Customer Agreement (https://www.atlassian.com/legal/atlassian-customer-agreement) and are “Free or Beta Products” as defined in that agreement.

Adapters Client Command-Line Arguments

To run the Adapters client, use the following arguments to configure your data fetch jobs, authentication, and network settings.

Argument

Description

Example / Usage

--help

Displays the help command and a list of available arguments.

dm-adapters --help

--run

(Required) Runs a specific data fetch job. Use double quotes if the job name contains spaces.

--run "Job Name" or --r "Job Name"

--token

(Required) Your unique authentication token for Data Manager.

--token <your-token>

--workspace-id

(Required) The Workspace ID associated with the job.

--workspace-id <workspace-id>

--proxy

Sets a proxy server address for the client to route traffic through.

--proxy "Address" or -p Address

--proxy-user

Sets the username for proxy server authentication.

--proxy-user "Username"

--proxy-pass

Sets the password for proxy server authentication.

--proxy-pass "Password"

--proxy-default-credentials

Uses the system's default credentials for proxy authentication.

--proxy-default-credentials

--bypass-invalid-certificate

Bypasses invalid server certificates (useful for SSL inspection environments).

--bypass-invalid-certificate

--base-url

Overrides the API gateway URL (primarily for Isolated Computing environments).

The {ic-label} to be updated with the customers Isolated Cloud label.

--base-url "https://api.{ic-label}.atlassian-isolated.net"

 

Still need help?

The Atlassian Community is here for you.