Checking the Status of a Remote Agent Appliance
Learn how to view the status of the remote agent appliance and the discovery, replication plugins in Oracle Cloud Migrations.
Using the Console
Using the CLI
To view details of a remote agent appliance, use the
get
command.
oci cloud-bridge ocb-agent-svc agent get --agent-id agent_identifier [OPTIONS]
The required parameter for the get
command is:
--agent-id
: Specifies the unique remote agent appliance identifier path parameter.
To get all the commands for ocb-agent-svc agent
, run:
oci cloud-bridge ocb-agent-svc agent -h
To get help for the get
command, use:
oci cloud-bridge ocb-agent-svc agent get -h
To view details of the discovery and replication plugins for remote agent appliance, use the get
command.
oci cloud-bridge ocb-agent-svc plugin get --agent-id agent_identifier --plugin-name plugin_name [OPTIONS]
get
command are:-
--agent-id
: Specifies the unique remote agent appliance identifier path parameter. -
--plugin-name
: Specifies the unique name for remote agent appliance plugins.
To get all the commands for ocb-agent-svc plugin
, run:
oci cloud-bridge ocb-agent-svc plugin -h
To get help for the get
command, run:
oci cloud-bridge ocb-agent-svc plugin get -h
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.