A service level objective ID and attributes.

Hierarchy

  • SearchServiceLevelObjectiveData

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

A service level objective object includes a service level indicator, thresholds for one or more timeframes, and metadata (name, description, and tags).

id?: string

A unique identifier for the service level objective object.

Always included in service level objective responses.

type?: string

The type of the object, must be slo.

Generated using TypeDoc