Authorizations
Enter your authentication token.
Response
A list of SLA report schedules.
The unique server-generated identifier for the schedule, prefixed with sla_.
"sla_2ayc4Yy6w3g7Y2j4g4g4Yy6w3g7"
A human-readable name for the report schedule.
"Monthly Executive SLA Summary"
If true, the schedule is paused and will not generate reports automatically.
If true, the report runs every day. Only one of daily, weekly, or monthly should be true.
If true, the report runs once a week on the specified day_of_week.
If true, the report runs once a month on the specified day_of_month.
The day of the week to run the report if weekly is true.
monday, tuesday, wednesday, thursday, friday, saturday, sunday "monday"
The day of the month to run the report if monthly is true.
1 <= x <= 281
The target SLA percentage. Sites with uptime below this value will be marked as breached.
99.95
If true, the generated PDF will only list sites that breached the SLA target.
If true, SLA is calculated only within the specified business hours. If false, it's calculated over 24/7.
The UUID of the Business Hours schedule to use for SLA calculations.
"a1b2c3d4-e5f6-7890-1234-567890abcdef"
Determines how sites are selected for the report. manual uses the sites array. tags uses dynamic selection based on site_selection_rules.
manual, tags "tags"
When site_selection_mode is tags, this determines how multiple rules are combined. or includes sites matching any rule. and includes sites matching all rules.
or, and "or"
A list of rules to dynamically select sites based on tags. Required if site_selection_mode is tags.
An optional list of rules to group sites in the report by a specific tag value (e.g., group by 'Region').
A list of site UUIDs to include in the report. Required if site_selection_mode is manual.
A list of recipient UUIDs to notify when the report is ready.
The IANA timezone identifier for scheduling the report (e.g., 'America/New_York'). Reports run at 8 AM in this timezone.
"Australia/Sydney"
If true, downtime caused by power outages will be excluded from SLA calculations.
The ID of a notification group to send the report to.
"network_admins_group"
The timestamp when the schedule was created.
The timestamp when the schedule was last updated.