Object representing a graph snapshot.

Hierarchy

  • GraphSnapshot

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

A JSON document defining the graph. graph_def can be used instead of metric_query. The JSON document uses the grammar defined here and should be formatted to a single line then URL encoded.

metricQuery?: string

The metric query. One of metric_query or graph_def is required.

snapshotUrl?: string

URL of your graph snapshot.

Generated using TypeDoc