Response Object that includes your query and the list of metrics retrieved.

Hierarchy

  • MetricsQueryResponse

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
error?: string

Message indicating the errors if status is not ok.

fromDate?: number

Start of requested time window, milliseconds since Unix epoch.

groupBy?: string[]

List of tag keys on which to group.

message?: string

Message indicating success if status is ok.

query?: string

Query string

resType?: string

Type of response.

List of timeseries queried.

status?: string

Status of the query.

toDate?: number

End of requested time window, milliseconds since Unix epoch.

Generated using TypeDoc