Creating a Discovery Schedule
Create a schedule for asset discovery.
On the Discovery schedules page, you can now view the discovery schedule. To create a discovery schedules, use the
create
command.oci cloud-bridge discovery discovery-schedule create --compartment-id target_compartment_ID --execution-recurrences execution_recurrences [OPTIONS]
The required parameters for the
create
command are:--compartment-id
: Specifies the compartment OCID in which the discovery schedule is created.--execution-recurrences
: Recurrence specification for the discovery schedule execution.To get all the commands for discovery schedules, run:
oci cloud-bridge discovery discovery-schedule -h
To get help for the
create
command, run:oci cloud-bridge discovery discovery-schedule create -h
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To create a discovery schedules, use the CreateDiscoverySchedule operation.