Listing Import Appliances

List the import appliances in your tenancy.

Using the Console

  1. Open the navigation menu and click Migration & Disaster Recovery. Under Data Transfer, click Imports. The Transfer Jobs page appears.

  2. Choose a Compartment you have permission to work in under List scope. All transfer jobs in that compartment are listed in tabular form.

  3. Click the transfer job whose associated import appliances you want to list. The transfer job's Details page appears.

  4. View the list of import appliances.

Using the CLI

Use the oci dts appliance list command and required parameters to monitor the status of your import appliance request.

oci dts appliance list --job-id job_id [OPTIONS]

For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

For example:

oci dts appliance list --job-id ocid1.datatransferjob.oc1..exampleuniqueID
{
  "data": {
    "transfer-appliance-objects": [
      {
        "creation-time": "2020-05-20T22:08:13+00:00",
        "label": "XAKWEGKZ5T",
        "lifecycle-state": "PROCESSING",
        "serial-number": null
      }
    ]
  }
}