Editing an Asset Source
Update the asset source information in Oracle Cloud Migrations.
- Open the navigation menu and select Migration & Disaster Recovery. Under Cloud Migrations, select Discovery.
- On the Asset sources list page, select the asset source that you want to change. The asset source details page opens. The Connections tab shows the active connectors that connect the discovery plugin with the source environment.
- Select Edit.
- On the Edit asset source panel, update details such as the asset source information, discovery credentials, replication credentials, discovery schedule, or metrics information. For information about the possible values, see Creating an Asset Source.
- Select Save changes.
To update an asset source information, use the
updatecommand.oci cloud-bridge discovery asset-source update --asset-source-id asset_source_ID --type asset_source_type [OPTIONS]The required parameters for theupdatecommand are:-
--asset-source-id: Specifies the OCID of the asset source. -
--type: Specifies the type of asset in the external environment. The accepted value isVMWARE.
To get all the commands for
discovery asset-source, run:oci cloud-bridge discovery asset-source -hTo get help for the
updatecommand, run:oci cloud-bridge discovery asset-source update -hFor a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
-
To modify an asset source information, use the
UpdateAssetSourceoperation.