Authorizations
Authentication token obtained via Altostrat platform login.
Body
Data required to create or update a scan schedule.
User-friendly description for the scan schedule.
"Weekly Corporate Network Scan"
Day of the week to run the scan (0=Sunday, 6=Saturday).
0 <= x <= 6
1
Time of day to run the scan (HH:MM format) in the specified timezone.
"02:00"
Frequency of the scan (run every N weeks).
2 <= x <= 52
4
Timezone for the schedule (e.g., 'UTC', 'America/New_York'). Must be a valid PHP timezone identifier.
"Australia/Sydney"
Minimum CVSS score threshold for reporting (must be less than warning_threshold).
0 <= x <= 10
4
CVSS score at or above which triggers a warning state (must be greater than min_cvss).
0 <= x <= 10
7
List of sites and their subnets to be included in this schedule.
1
If true, the scan run will proceed even if some associated sites are offline. Default is false.
false
List of user UUIDs to notify upon scan completion. Requires users to exist in the Altostrat system.
A UUID representing a notification group to send results to, overriding individual user notifications if provided.
"b2c3d4e5-f6a7-8901-2345-67890abcdef0"
Response
Scan schedule created successfully.
"02:00"
Calculated next run time based on schedule settings and last run.
"2025-05-05T02:00:00+10:00"
Indicates if any scan instances related to this schedule are currently active.
"2025-04-08T10:00:00+10:00"
"2025-04-08T14:30:00+10:00"
Summary of the most recent completed scan for this schedule (if available).
Current operational status of the schedule.
running
, ready
, processing
, starting
, stopping
, billing
"ready"
Timestamp when the last scan associated with this schedule was initiated.
"2025-04-01T02:00:00+10:00"