Update a Scan Schedule
Updates the configuration of an existing scan schedule. All fields are replaced by the new values provided in the request body.
Authorizations
Enter your bearer token in the format: Bearer {token}
Path Parameters
The unique identifier of the scan schedule to update.
"9c43cc95-f313-49a3-b632-524f7a24503b"
Body
The updated configuration for the scan schedule.
A human-readable name for the scan schedule.
"Weekly Scan for Main Office"
The day of the week to run the scan (0=Sunday, 1=Monday, ..., 6=Saturday).
1
The time of day to run the scan in 24-hour format (HH:mm).
^([0-1]?[0-9]|2[0-3]):[0-5][0-9]$"02:00"
The frequency of the scan in weeks (e.g., 2 for every 2 weeks). Minimum 2.
2
The IANA timezone database name (e.g., 'America/New_York', 'UTC').
"America/New_York"
The minimum CVSS score for a vulnerability to be included in reports. Must be less than warning_threshold.
4
The CVSS score at which a vulnerability is considered a high-priority warning. Must be greater than min_cvss.
7
A list of sites and their subnets to be scanned.
The identifier for a notification group to receive scan alerts.
"security-alerts"
If true, the scan will not fail if a site is offline. Defaults to false.
false
Response
The scan schedule was updated successfully.
The unique identifier for the scan schedule.
"9c43cc95-f313-49a3-b632-524f7a24503b"
A human-readable name for the scan schedule.
"Weekly Scan for Main Office"
The day of the week to run the scan (0=Sunday, 1=Monday, ..., 6=Saturday).
1
The time of day to run the scan in 24-hour format (HH:mm).
"02:00"
The frequency of the scan in weeks (e.g., 2 for every 2 weeks).
2
The timezone in which the time_of_day is specified.
"America/New_York"
The minimum CVSS score for a vulnerability to be included in reports.
4
The CVSS score at which a vulnerability is considered a high-priority warning.
7
If true, the scan will not fail if a site is offline.
false
The calculated timestamp for the next scheduled scan.
"2025-11-10T02:00:00-05:00"
Indicates if a scan for this schedule is currently in progress.
false
A list of sites and their subnets to be scanned.
The timestamp when the schedule was created.
"2025-10-28T14:30:00Z"
The timestamp when the schedule was last updated.
"2025-10-29T09:00:00Z"
The current status of the scan schedule's lifecycle.
"ready"
The timestamp when a scan for this schedule was last initiated.
"2025-10-27T02:00:00-05:00"
The identifier for a notification group to receive scan alerts.
"security-alerts"