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.
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. Authenticate API requests using an access token. Include it in the Authorization header as
Bearer TOKEN.Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Reliability Roll-up report payload.
Invalid query parameters, missing Organization header, a mismatched prevFrom/prevTo (or compareFrom/compareTo) pair, or both the prevFrom/prevTo and compareFrom/compareTo pairs supplied together.
Authentication credentials not valid.
The authenticated user does not have permission to view this report.
Report with the given name does not exist in the organization.
API call exceeded the rate limit.
Internal server error.