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