Toggle navigation
Cloudera Manager API: ApiMetricData
Resources
Data Model
Tutorial
Back to Top
Home
JSON
ApiMetricData
ApiMetricData
Data Model
A single data point of metric data.
Properties
name
data type
description
timestamp
string
When the metric reading was collected.
value
number
The value of the metric.
Example
{ "timestamp" : "...", "value" : 12345.0 }