Creating a Discovery Work Request
After creating an asset source, run the Oracle Cloud Migrations external asset discovery.
Using the Console
Using the CLI
To run the external asset discovery for an asset source and get details of the
discovery work request, use the asset source refresh
command.
oci cloud-bridge discovery asset-source refresh --asset-source-id asset_source_ID [OPTIONS]
The required parameter for the refresh
command
is:
--asset-source-id
: Specifies the OCID of the asset
source.
To get all the commands for discovery asset-source
,
run:
oci cloud-bridge discovery asset-source -h
To
get help for the refresh
command,
run:
oci cloud-bridge discovery asset-source refresh -h
Using the API
To get details of a discovery request for an asset source, use the asset source
RefreshAssetSource
operation.