PointInTimeMetrics
PointInTimeMetrics
All the latest collected metrics data object
JSON Example
{
"key": "string",
"description": "string",
"units": "string",
"result_count_per_key": 0,
"metrics_data": [
{
"obj_id": "string",
"resource_id": "string",
"resource_ref_id": "string",
"node_id": "string",
"site_id": "string",
"display_name": "string",
"timestamp": 0,
"value": "string"
}
],
"aggregation_details": {
"sites": 0,
"nodes": 0,
"resources": 0,
"objects": 0
}
}
string
key
Optional
metric key for which data is queried for. This is a required field.
string
description
Optional
Metric description for the metric key.
units
Optional
Unit of the metric. PERCENT, BYTES, SEC, BYTES_PER_SEC etc
Possible values are :
METRIC_COUNT,
BITS_PER_SECOND,
PERCENT,
MILLISECONDS,
SECONDS,
PER_SECOND,
BYTES,
KILO_BYTES,
KILO_BYTES_PER_SECOND,
BYTES_PER_SECOND,
KILO_BITS_PER_SECOND,
GIGA_BYTES,
MEGA_BYTES,
NORMALIZED,
STRING,
SEC,
MIN,
DAYS,
KB,
MB,
GB,
MBPS,
GHZ,
RATIO,
MICROSECONDS,
HEALTH,
HOURS,
PACKETS_PER_SECOND,
PACKETS,
NANOSECONDS,
integer As int32
As int32
result_count_per_key
Optional
The total count for a unique metrics found
aggregation_details
Optional
The aggregation details specifying the span of the aggregation in terms of the number of Sites, Nodes etc. Only returned when an aggregation is specified