Editing an Asset Source

Update the asset source information in Oracle Cloud Migrations.

    1. Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Discovery.
    2. On the Asset sources page, select the asset source link that you want to modify. The Asset source details page opens and you can view the active connectors that connect the discovery plugin with the source environment.
    3. On the Asset source details page, click Edit.
    4. On the Edit asset source panel, update details such as the asset source information, discovery credentials, replication credentials, discovery schedule, or metrics information.
    5. Click Save changes.
  • To update an asset source information, use the update command.

    oci cloud-bridge discovery asset-source update --asset-source-id asset_source_ID --type asset_source_type [OPTIONS]
    The required parameters for the update command are:
    • --asset-source-id: Specifies the OCID of the asset source.

    • --type: Specifies the type of asset in the external environment. The accepted value is VMWARE.

    To get all the commands for discovery asset-source, run:

    oci cloud-bridge discovery asset-source -h

    To get help for the update command, run:

    oci cloud-bridge discovery asset-source update -h

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

  • To modify an asset source information, use the UpdateAssetSource operation.