PointInTimeMetrics

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",
            "node_id": "string",
            "site_id": "string",
            "instance_id": "string",
            "org_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

Metrics unit enum

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 combination of metric_key, resource_id, node_id and obj_id

metrics_data
Optional

All the latest collected metrics data

aggregation_details
Optional

agggregation details