Class SloReportCreateRequestAttributes

The attributes portion of the SLO report request.

Hierarchy

  • SloReportCreateRequestAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
fromTs: number

The from timestamp for the report in epoch seconds.

The frequency at which report data is to be generated.

query: string

The query string used to filter SLO results. Some examples of queries include service:<service-name> and slo-name.

timezone?: string

The timezone used to determine the start and end of each interval. For example, weekly intervals start at 12am on Sunday in the specified timezone.

toTs: number

The to timestamp for the report in epoch seconds.

Generated using TypeDoc