Skip to main content

Get Reliability Roll-up report data

GET 

/reports/v1/report/:name/reliability-rollup

Returns the Reliability Roll-up (RRR) report payload for the requested time range, including the aggregated reliability scores for the report's folder tree (projects, services, or custom folders), the scores of the underlying SLOs and their objectives, and a summary of headline figures (see the ReliabilityRollupSummary schema). Reliability scores are read from daily pre-computed reliability gauges.

When compareFrom and compareTo are provided, the summary trend fields are populated with the difference between the requested window and that comparison window.

When prevFrom and prevTo are provided, the SLO scope is still determined by from/to, but the returned reliability gauges come from the previous window, so the report reflects scores from a prior period.

prevFrom/prevTo and compareFrom/compareTo are mutually exclusive; providing both returns HTTP 400.

For detailed information, check the Reliability Roll-up report.

AUTHENTICATION REQUIRED
Authenticate API requests using an access token. Include it in the Authorization header as Bearer TOKEN.

Request

Responses

Reliability Roll-up report payload.