Get a list of budget adjustment events
GET/:adjustmentName/events
Returns a list of past and ongoing adjustment events and the impacted SLOs for a specified adjustment definition.
LIMITATIONS
The
You can optionally filter for a specific SLO (only one). If an SLO is defined, only events for that SLO will be returned, but the results will also include other SLOs associated with those events. The
/{adjustmentName}/events
endpoint can return a maximum of 500 events.The results are sorted by event start time.
Learn more about editing budget adjustments.
AUTHENTICATION REQUIRED
Authenticate API requests using an access token. Include it in the Authorization header as
Authenticate API requests using an access token. Include it in the Authorization header as
Bearer TOKEN
.Request
Responses
- 200
- 400
- 401
- 403
- 404
Success
Bad request
Unauthorized
Response Headers
WWW-Authenticate
Forbidden
The adjustment referenced in the query was not found.