• 製品
  • 使用を開始する
  • 関連ドキュメント
  • リソース

データをインポート

Assets Data Manager for Jira Service Management Cloud is currently rolling out in Open Beta and will be available to all Premium + Enterprise sites by end of October 2024.

This task requires Data Manager admin permissions to complete. How permissions and roles work in Data Manager.

The Import process reconciles all of the data sources associated with the object class to create Data Manager objects. It can be triggered manually, but is usually triggered by running the Cleanse and Import client from the command-line.

データを手動でインポートする

Before you can start an import, all the data sources associated with the object class you are importing must be Mapped and Cleansed.

To import a single data source manually from within Data Manager:

  1. データ マネージャー内から、左側のメニュー バーの [クレンジングとインポート] を選択します。

  2. Select a single Data sources to cleanse.

  3. Select and then select Import. You will now see the results from the previous import operation.

  4. Select >>Start. The import process will begin and the results from the import will update automatically. If you leave this page, the import will not be halted but will complete in the background.

To import multiple data sources manually from within Data Manager:

  1. データ マネージャー内から、左側のメニュー バーの [クレンジングとインポート] を選択します。

  2. 左側のメニュー バーで 1 つ以上の データ ソース を選択します。

  3. At the top of the page, select Import selected. You will now see the results from the previous import operation.

  4. Select >>Start. The import process will begin and the results from the import will update automatically. If you leave this page, the import will not be halted but will complete in the background.

インポートしたデータの結果は、[データ マネージャー] > [分析] で表示される画面に、リスト、チャート、グラフ、その他さまざまな方法で表示できます。

Import your Data using the Cleanse and Import client for MacOS

While Cleansing and Importing can be done through Data Manager, you can also Cleanse and Import your data using the Cleanse and Import client from the command-line.

Before you can start an import, all the data sources associated with the object class you are importing must be Mapped and Cleansed.

Before you can run the Cleanse and Import Client, you must first have created a Cleanse and Import token, and you must have recorded your WorkspaceID.

If any parameters in your commands have spaces within them - for example my data source name as opposed to my my_data_source_name, you must encase the parameter within double quotes: "my data source name".

To run the Cleanse and Import client client for Mac/Linux:

  1. Open a command line interface by navigating to the Finder App in Mac (Applications > Utilities > Terminal).

  2. Navigate to the location of the Data Manager clients.

    1 cd /Users/Shared/assets_data_manager
  3. Select the version of the Cleanse and Import client that matches your CPU. Pick from:

    1 2 cd osx-arm64/assets-cleanse-and-import-client cd osx-x64/assets-cleanse-and-import-client
  4. If you like, you can use the help command to find out more information about how to configure the Cleanse and Import client:

    1 ./dm-cleanseimport --help
  5. アプリを実行するには、次の 2 つの情報が必要です。

    1. Your Workspace ID. This should look something like this:

      1 e44regc98-8d2r-3af7-011t-209p44716366
    2. Your Cleanse and Import client token. You can create this token by following the instructions here. A complete token should look something like this:

      1 ATCTT3xFrTN0U64VR99p1VfpQtLlpar7R4hq6PSkiNNaNOyk37P_7URVmROOp1Orez-ijlluMRwJA7Cw1LsgMFq
  6. Run the Cleanse and Import client app on the command line interface, replacing the placeholder text with your workspace ID and Cleanse and Import client token:

    1 ./dm-cleanseimport --run "import" --workspace-id <workspaceId> --token <your-Cleanse-and-Import-token>
  7. アプリを実行するときに、次のオプションのパラメーターを使用することもできます。

    1. Choose to both Import and Cleanse the data simultaneously by replacing the “import" parameter with “full”.

    2. クレンジングまたはインポートするデータ ソースのタイプを 1 つ選択します。データ ソース タイプ名にスペースが含まれている場合は、引用符で囲む必要があります。

      1 --type "My Data Source Type Name"
    3. クレンジングまたはインポートする単一のデータ ソースを選択します。データ ソース名にスペースが含まれている場合は、引用符で囲む必要があります。

      1 --ds "My Data Source"
    4. Choose a single Object Class to Cleanse or Import.

      1 --object "Compute"
    5. プロキシサーバーを選択します。

      1 --proxy "Address" or -p "Address"
    6. プロキシ サーバーに対して認証するユーザー名を選択します。

      1 --proxy-user "Username" or --proxy-user Username
    7. プロキシ サーバーに対して認証するパスワードを選択します。

      1 --proxy-pass "Password" or --proxy-pass Password
    8. 既定の資格情報を使用して、プロキシ サーバーに対する認証を行います。

      1 --proxy-default-credentials
    9. プロキシサーバーへの認証時に表示される無効なサーバー証明書をバイパスします。

      1 --bypass-invalid-certificate
  8. A success message should tell you when the job is complete and if any errors were encountered while the Cleanse and Import client was running.

Linux 用クレンジングとインポート クライアントを使用してデータをインポートする

While Cleansing and Importing can be done through Data Manager, you can also Cleanse and Import your data using the Cleanse and Import client from the command-line.

Before you can start an import, all the data sources associated with the object class you are importing must be Mapped and Cleansed.

Before you can run the Cleanse and Import Client, you must first have created a Cleanse and Import token, and you must have recorded your WorkspaceID.

If any parameters in your commands have spaces within them - for example my data source name as opposed to my my_data_source_name, you must encase the parameter within double quotes: "my data source name".

To import your data using the Cleanse and Import client in a Linux environment:

  1. Open a command line interface by using Cmd + Alt + T.

  2. Navigate to the location of the Data Manager clients.

    1 cd /Users/Shared/assets_data_manager
  3. Select the version of the Cleanse and Import client that matches your CPU. Pick from:

    1 2 cd linux-arm64/assets-cleanse-and-import-client cd linux-x64/assets-cleanse-and-import-client
  4. If you like, you can use the help command to find out more information about how to configure the Cleanse and Import client:

1 ./dm-cleanseimport --help
  1. アプリを実行するには、次の 2 つの情報が必要です。

    1. Your Workspace ID. This should look something like this:

      1 e44regc98-8d2r-3af7-011t-209p44716366
    2. Your Cleanse and Import client token. You can create this token by following the instructions here. A complete token should look something like this:

      1 ATCTT3xFrTN0U64VR99p1VfpQtLlpar7R4hq6PSkiNNaNOyk37P_7URVmROOp1Orez-ijlluMRwJA7Cw1LsgMFq
  2. Run the Cleanse and Import client app on the command line interface, replacing the placeholder text with your workspace ID and Cleanse and Import client token:

    1 ./dm-cleanseimport --run "import" --workspace-id <workspaceId> --token <your-Cleanse-and-Import-token>
  3. アプリを実行するときに、次のオプションのパラメーターを使用することもできます。

    1. Choose to both Import and Cleanse the data simultaneously by replacing the “import" parameter with “full".

    2. クレンジングまたはインポートするデータ ソースのタイプを 1 つ選択します。データ ソース タイプ名にスペースが含まれている場合は、引用符で囲む必要があります。

      1 --type "My Data Source Type Name"
    3. クレンジングまたはインポートする単一のデータ ソースを選択します。データ ソース名にスペースが含まれている場合は、引用符で囲む必要があります。

      1 --ds "My Data Source"
    4. Choose a single Object Class to Cleanse or Import.

      1 --object "Compute"
    5. プロキシサーバーを選択します。

      1 --proxy "Address" or -p "Address"
    6. プロキシ サーバーに対して認証するユーザー名を選択します。

      1 --proxy-user "Username" or --proxy-user Username
    7. プロキシ サーバーに対して認証するパスワードを選択します。

      1 --proxy-pass "Password" or --proxy-pass Password
    8. 既定の資格情報を使用して、プロキシ サーバーに対する認証を行います。

      1 --proxy-default-credentials
    9. プロキシサーバーへの認証時に表示される無効なサーバー証明書をバイパスします。

      1 --bypass-invalid-certificate
  4. A success message should tell you when the job is complete and if any errors were encountered while the Cleanse and Import client was running.

Import your data using the Cleanse and Import client for Windows/DOS

While Cleansing and Importing can be done through Data Manager, you can also Cleanse and Import your data using the Cleanse and Import client from the command-line.

Before you can start an import, all the data sources associated with the object class you are importing must be Mapped and Cleansed.

Before you can run the Cleanse and Import Client, you must first have created a Cleanse and Import token, and you must have recorded your WorkspaceID.

If any parameters in your commands have spaces within them - for example my data source name as opposed to my my_data_source_name, you must encase the parameter within double quotes: "my data source name".

To import your data using the Cleanse and Import client in a Windows/DOS environment:

  1. Ctrl + Shift + Enter (管理者として開く場合) を使用するか、Windows アイコンをマウスでクリックして「CMD」と入力し、「管理者として実行」を選択して、コマンドライン インターフェイスを開きます

  2. Navigate to the location of the Data Manager clients.

    1 cd Users/Shared/assets_data_manager
  3. Select the version of the Cleanse and Import client that matches your CPU. Pick from:

    1 2 cd win-x64/assets-cleanse-and-import-client cd win-x86/assets-cleanse-and-import-client
  1. If you like, you can use the help command to find out more information about how to configure the Cleanse and Import app:

    1 dm-cleanseimport.app --help
  2. アプリを実行するには、次の 2 つの情報が必要です。

    1. Your Workspace ID. This should look something like this:

      1 e44regc98-8d2r-3af7-011t-209p44716366
    2. Your Cleanse and Import client token. You can create this token by following the instructions here. A complete token should look something like this:

      1 ATCTT3xFrTN0U64VR99p1VfpQtLlpar7R4hq6PSkiNNaNOyk37P_7URVmROOp1Orez-ijlluMRwJA7Cw1LsgMFq
  3. Run the Cleanse and Import app on the command line interface, replacing the placeholder text with your Workspace ID and Cleanse and Import token:

    1 dm-cleanseimport.app --run "import" --workspace-id <workspaceId> --token <your-Cleanse-and-Import-token>
  4. アプリを実行するときに、次のオプションのパラメーターを使用することもできます。

    1. Choose to both Import and Cleanse the data simultaneously by replacing the “import" parameter with “full".

    2. クレンジングまたはインポートするデータ ソースのタイプを 1 つ選択します。データ ソース タイプ名にスペースが含まれている場合は、引用符で囲む必要があります。

      1 --type my_data_source_name
    3. クレンジングまたはインポートする単一のデータ ソースを選択します。データ ソース名にスペースが含まれている場合は、引用符で囲む必要があります。

      1 --ds my_data_source
    4. クレンジングまたはインポートする単一のオブジェクト クラスを選択します。現在、データ マネージャーは、ComputeUserNetwork の 3 種類のオブジェクト クラスをサポートしています。

      1 --object Compute
    5. プロキシサーバーを選択します。

      1 --proxy my_proxy_server_address
    6. プロキシ サーバーに対して認証するユーザー名を選択します。

      1 --proxy-user my_username
    7. プロキシ サーバーに対して認証するパスワードを選択します。

      1 --proxy-pass my_password
    8. 既定の資格情報を使用して、プロキシ サーバーに対する認証を行います。

      1 --proxy-default-credentials
    9. プロキシサーバーへの認証時に表示される無効なサーバー証明書をバイパスします。

      1 --bypass-invalid-certificate
  5. A success message should tell you when the job is complete and if any errors were encountered while the Cleanse and Import client was running.

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。