Checking the Status of a Remote Agent Appliance
View the status of the remote agent appliance and plugins in Oracle Cloud Migrations.
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]
The required parameters for theget
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 CLI Command Reference.
-