Listing Disk Import Transfer Jobs

List the disk import transfer jobs 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.

Using the Data Transfer Utility

Use the dts job list command and required parameters to list the transfer jobs in your compartment. Here you can view the job OCID.

dts job list --compartment-id compartment_id

Run dts job list --help to view the complete list of flags and variable options.

For example:


dts job list --compartment-id ocid.compartment.oc1..exampleuniqueID
					
Transfer Job List : 
  [1] : 
    ID           : ocid1.datatransferjob.oc1..exampleuniqueID
    Name         : MyDiskImportJob
    Label        : JVWK5YWPU
    BucketName   : MyBucket1
    CreationDate : 2020/06/01 17:33:16 EDT
    Status       : INITIATED
    FreeformTags : *** none ***
    DefinedTags  : 
      Financials : 
        key1 : nondefault

When you use the Data Transfer Utility to list jobs, tagging details are also included in the output if you specified tags.