Editing a Discovery Schedule
Edit a schedule created for asset discovery.
- Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Discovery.
- Click Discovery schedules.
- On the Discovery Schedules page, click the Actions menu to the right of the schedule that you want to update and select Edit.
- In the Edit discovery schedule panel, update the name and schedule type, and click Save changes.
To update a discovery schedules, use the
update
command with the required parameters.oci cloud-bridge discovery discovery-schedule update --discovery-schedule-id discovery_schedule_ID [OPTIONS]
The required parameters for the
create
command are:--discovery-schedule-id
: Specifies the OCID of the discovery schedule.To get all the commands for discovery schedules, run:
oci cloud-bridge discovery discovery-schedule -h
To get help for the
update
command, run:oci cloud-bridge discovery discovery-schedule update -h
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To update a discovery schedules, use the UpdateDiscoverySchedule operation.