Interface ServiceLevelObjectivesApiGetSloStatusRequest

Hierarchy

  • ServiceLevelObjectivesApiGetSloStatusRequest

Properties

disableCorrections?: boolean

Whether to exclude correction windows from the SLO status calculation. Defaults to false.

fromTs: number

The starting timestamp for the SLO status query in epoch seconds.

sloId: string

The ID of the SLO.

toTs: number

The ending timestamp for the SLO status query in epoch seconds.

Generated using TypeDoc