Scan All
get_scan_all_schedule()
async
Get the schedule for a Scan All job.
Returns:
Type | Description |
---|---|
Schedule
|
The schedule for the Scan All job. |
create_scan_all_schedule(schedule)
async
update_scan_all_schedule(schedule)
async
Update the schedule for a Scan All job.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
schedule |
Schedule
|
The new schedule for the Scan All job |
required |
get_scan_all_metrics()
async
stop_scan_all_job()
async
Stop a Scan All job.