Skip to content

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

Create a new scan all job schedule. Returns location of the created schedule.

Parameters:

Name Type Description Default
schedule Schedule

The schedule to create

required

Returns:

Type Description
str

The location of the created schedule

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

Get metrics for a Scan All job.

Returns:

Type Description
Stats

The metrics for the Scan All job.

stop_scan_all_job() async

Stop a Scan All job.