Creating an Environment
Create a source environment within Oracle Cloud Migrations as the first step for discovery and migration.
You are redirected to the environment details page. You can now download an appropriate remote agent appliance Open Virtualization Application (OVA) file and install the agent. See Installing a Remote Agent Appliance for VMware vCenter.
To create a source environment, use the
create
command with the required parameters.oci cloud-bridge ocb-agent-svc environment create --compartment-id target_compartment_ID [OPTIONS]
The required parameter for the
create
command is:--compartment-id
: Specifies the OCID of the compartment.To get all the commands for
ocb-agent-svc environment
, run:oci cloud-bridge ocb-agent-svc environment -h
To get help for the
create
command, run:oci cloud-bridge ocb-agent-svc environment create -h
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To create a source environment, use the CreateEnvironment operation.