Editing an Import Appliance Request's Shipping Information

Edit the shipping information for a requested import appliance.

Note

You can only edit the shipping information when the status is Requested.

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

  4. Click Transfer Appliances under Resources. All appliances for that transfer job are listed in tabular form.
  5. Click the appliance whose shipping information you want to edit. You can only edit the shipping information when the status is Requested. The appliance's Details page appears.

  6. Click Edit. The Edit Transfer Appliance dialog box appears.

  7. Edit the shipping information for the import appliance.

  8. Click Save.

Using the CLI

Use the oci dts appliance update-shipping-address command and required parameters to the edit the shipping information for a requested import appliance.

oci dts appliance update-shipping-address --job-id job_id --appliance-label appliance_label 
--addressee addressee changed_fields [OPTIONS]

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

Include the addressee field even if it has not changed.

changed_fields represents one or more of the following shipping address fields that you want to update:

--care-of care_of --address1 address --city city --state addressee --zip zip --country country --phone-number phone_number email email

You only need to include those fields that are being updated. For example:

oci dts appliance update-shipping-address --job-id ocid1.datatransferjob.oc1..exampleuniqueID --appliance-label XAKWEGKZ5T --addressee MyCompany --care-of "Richard Roe" --phone-number 3115559876 --email richard.roe@mycompany.com

Confirm the update of the appliance request shipping information when prompted. The appliance details are displayed with the updated information.


{
  "data": {
    "appliance-delivery-tracking-number": null,
    "appliance-delivery-vendor": null,
    "appliance-return-delivery-tracking-number": null,
    "creation-time": "2020-05-20T22:08:13+00:00",
    "customer-received-time": null,
    "customer-returned-time": null,
    "customer-shipping-address": {
      "address1": "2300 Oracle Way",
      "address2": null,
      "address3": null,
      "address4": null,
      "addressee": "MyCompany",
      "care-of": "Richard Roe",
      "city-or-locality": "Austin",
      "country": "USA",
      "email": "rsmith@example.com",
      "phone-number": "6035550100,
      "state-or-region": "TX",
      "zipcode": "78741
    },
    "delivery-security-tie-id": null,
    "label": "XAKWEGKZ5T",
    "lifecycle-state": "REQUESTED",
    "next-billing-time": null,
    "return-security-tie-id": null,
    "serial-number": null,
    "transfer-job-id": "ocid1.datatransferjob.oc1..exampleuniqueID",
    "upload-status-log-uri": "JAKQVAGJF/XAKWEGKZ5T/upload_summary.txt"
  }
}