The attributes of a notebook toplist cell.

Hierarchy

  • NotebookToplistCellAttributes

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

The top list visualization enables you to display a list of Tag value like hostname or service with the most or least of any metric value, such as highest consumers of CPU, hosts with the least disk space, etc.

graphSize?: NotebookGraphSize

The size of the graph.

splitBy?: NotebookSplitBy

Object describing how to split the graph to display multiple visualizations per request.

Timeframe for the notebook cell. When 'null', the notebook global time is used.

Generated using TypeDoc