Slas
List all data sources for an SLA. There is never more than one status page source, and the monitor data sources are sorted alphabetically by name (case-insensitive).
slas.list_data_sources(strsla_urn) -> SlaListDataSourcesResponse
GET/v1/slas/{sla_urn}/data-sources
List all violations for an SLA, sorted first by timestamp (oldest first) and second by total downtime (longest first).
slas.list_violations(strsla_urn, SlaListViolationsParams**kwargs) -> SlaListViolationsResponse
GET/v1/slas/{sla_urn}/violations
List all SLAs, sorted by name alphabetically (case-insensitive)
slas.list(SlaListParams**kwargs) -> SlaListResponse
GET/v1/slas
Get details on a specific SLA violation
slas.retrieve_violation(strviolation_urn, SlaRetrieveViolationParams**kwargs) -> SlaRetrieveViolationResponse
GET/v1/slas/{sla_urn}/violations/{violation_urn}
Fetch in-depth information about a single SLA
slas.retrieve(strurn) -> SlaRetrieveResponse
GET/v1/slas/{urn}
Get uptime metrics for an SLA data source
slas.get_uptime_metrics(strdata_source_urn, SlaGetUptimeMetricsParams**kwargs) -> SlaGetUptimeMetricsResponse
GET/v1/slas/{sla_urn}/data-sources/{data_source_urn}/uptime-metrics