reporting.netdata_graph

Get reporting data for name graph.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: str

str

Type: string

String identifier for the specific graph to retrieve.

Must be at least 1 characters long

Parameter 2: query

query

Type: object

Query parameters for filtering and formatting the returned data.

No Additional Properties

Unit

Default: null

Time unit for data aggregation. null for default aggregation.

Type: enum (of string)
Must be one of:
  • "HOUR"
  • "DAY"
  • "WEEK"
  • "MONTH"
  • "YEAR"
Type: null

Page

Type: integer Default: 1

Page number for paginated results.

Value must be greater or equal to 1

Aggregate

Type: boolean Default: true

Whether to return aggregated data or raw data points.

Start

Default: null

Start timestamp for the data range. null for default start time.

Type: integer

Value must be strictly greater than 0

Type: null

End

Default: null

End timestamp for the data range. null for current time.

Type: integer

Value must be strictly greater than 0

Type: null

Result

Type: array of object

Array of performance data responses for each requested graph.

No Additional Items
Each item of this array must be:

ReportingGetDataResponse

Type: object
No Additional Properties

Name

Type: string

Name of the performance metric.

Must be at least 1 characters long

Identifier


Specific instance identifier for the metric. null for system-wide metrics.

Type: string
Type: null

Data

Type: array

Array of time-series data points for the requested time period.

No Additional Items
Each item of this array must be:
Type: object

Aggregations

Type: object

Statistical aggregations of the data over the time period.

No Additional Properties

Min

Type: object

Minimum values for each data series over the time period.

Mean

Type: object

Average values for each data series over the time period.

Max

Type: object

Maximum values for each data series over the time period.

Start

Type: integer

Actual start timestamp of the returned data.

Value must be strictly greater than 0

End

Type: integer

Actual end timestamp of the returned data.

Value must be strictly greater than 0

Legend

Type: array of string

Array of labels describing each data series in the results.

No Additional Items
Each item of this array must be:
Type: string


Required roles: REPORTING_READ