Interface ServiceLevelObjectivesApiGetSLOHistoryRequest

Hierarchy

  • ServiceLevelObjectivesApiGetSLOHistoryRequest

Properties

applyCorrection?: boolean

Defaults to true. If any SLO corrections are applied and this parameter is set to false, then the corrections will not be applied and the SLI values will not be affected.

fromTs: number

The from timestamp for the query window in epoch seconds.

sloId: string

The ID of the service level objective object.

target?: number

The SLO target. If target is passed in, the response will include the remaining error budget and a timeframe value of custom.

toTs: number

The to timestamp for the query window in epoch seconds.

Generated using TypeDoc