Editing an Export Job

Edit an appliance export transfer job.

Using the Console

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

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

  3. Click the export job you want to edit. The export job's Details page appears.

  4. Click Edit in the Details page. The Edit Export Job dialog box appears.

  5. Edit the export job. See Creating an Export Job for descriptions of the job settings.

  6. Click Save Changes.

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

Using the CLI

Use the oci dts export update command and required parameters to get the details of an appliance export transfer job.

oci dts export update --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 export update --job-id ocid1.datatransferapplianceexportjob.oc1..exampleuniqueID --care-of "Robert Smith" --phone-number 6035550100 --email rsmith@example.com

Running the command displays the following message:

WARNING: Updates to customer-shipping-address and freeform-tags and defined-tags will replace any existing values. Are you sure you want to continue? [y/N]:

Confirm you want to continue. The information returned contains the update items you specified:

"bucket-name": "MyExportJobs",
"compartment-id": "ocid.compartment.oc1..exampleuniqueID",
"creation-time": "2020-06-18T17:24:13+00:00",
"customer-shipping-address": {
  "address1": "2300 Oracle Way",
  "address2": null,
  "address3": null,
  "address4": null,
  "addressee": "Example, Inc.",
  "care-of": "Robert Smith",
  "city-or-locality": "Austin",
  "country": "US",
  "email": "rsmith@example.com",
  "phone-number": "6035550100",
  "state-or-region": "TX",
  "zipcode": "78741"
  }