Editing an Appliance Import Transfer Job

Edit an appliance import transfer job.

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 name you want to edit. The transfer job's Details page appears.

  4. Click Edit. The Edit Transfer Job dialog box appears.

  5. Edit the name of the transfer job. See Creating an Appliance Import Transfer Job for descriptions of the settings.

  6. Click Edit Transfer Job.

You are returned to the Details page for that transfer job.

Using the CLI

Use the oci dts job update command and required parameters to edit an appliance import transfer job.

oci dts job update --job-id job_id [OPTIONS]

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

Here is an example of the output using the display-name option to change the display name of the appliance import transfer job:

oci dts job update --job-id ocid1.datatransferjob.oc1..exampleuniqueID --display-name MyRenamedJob
				
{
  "data": {
    "attached-transfer-appliance-labels": [],
    "attached-transfer-device-labels": [],
    "attached-transfer-package-labels": [],
    "compartment-id": "ocid.compartment.oc1..exampleuniqueID",
    "creation-time": "2019-12-18T19:43:58+00:00",
    "defined-tags": {},
    "device-type": "APPLIANCE",
    "display-name": "MyRenamedJob",
    "freeform-tags": {},
    "id": "ocid1.datatransferjob.oc1..exampleuniqueID",
    "label": "JAKQVAGJF",
    "lifecycle-state": "INITIATED",
    "upload-bucket-name": "MyBucket1"
  },
  "etag": "3"
}