Renaming a Remote Agent Appliance
Update the name of an active remote agent appliance in Oracle Cloud Migrations.
- Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Remote Connections.
- On the Source environments page, from the list of environments, select the active environment that has the remote agent appliance that you want to rename.
- On the environment details page, in the Remote connections agents section, select the active remote agent appliance that you want to rename.
- On the agent details page, click Edit.
- In the Edit remote connections agent panel, update the name and click Save changes.
To rename a remote agent appliance, use the
update
command with the required parameters.oci cloud-bridge ocb-agent-svc agent update --agent-id agent_identifier [OPTIONS]
The required parameter for the
update
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
update
command, run:oci cloud-bridge ocb-agent-svc agent update -h
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To rename a remote agent appliance, use the
UpdateAgent
operation.