Generate ad-hoc Reliability Roll-up report data
POST/reports/v1/report/reliability-rollup
Generates Reliability Roll-up report data from a submitted Report manifest.
Use this endpoint without creating or updating a saved report.
The request body uses the Reliability Roll-up Report manifest shape.
The response shape matches the saved Reliability Roll-up report data endpoint.
Use this endpoint to preview a report definition, power external workflows,
or fetch report data for a one-time custom scope.
Provide either spec.filters for an auto-generated project, service, and SLO
hierarchy or spec.reliabilityRollup.customHierarchy for a custom folder
hierarchy.
Authenticate API requests using an access token.
Include it in the Authorization header as: Bearer TOKEN.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
Reliability Roll-up report payload.
Invalid request body or query parameters.
Authentication credentials not valid.
The authenticated user does not have permission to view the requested report scope.
API call exceeded the rate limit.
Internal server error.