Interface SnapshotsApiGetGraphSnapshotRequest

Hierarchy

  • SnapshotsApiGetGraphSnapshotRequest

Properties

end: number

The POSIX timestamp of the end of the query in seconds.

eventQuery?: string

A query that adds event bands to the graph.

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.

height?: number

The height of the graph. If no height is specified, the graph's original height is used.

metricQuery?: string

The metric query.

start: number

The POSIX timestamp of the start of the query in seconds.

title?: string

A title for the graph. If no title is specified, the graph does not have a title.

width?: number

The width of the graph. If no width is specified, the graph's original width is used.

Generated using TypeDoc