Skip to main content

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 /{adjustmentName}/events endpoint can return a maximum of 500 events.
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 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 Bearer TOKEN.

Request

Responses

Success