PerfEntityMetric

PerfEntityMetric
PerfEntityMetric

This data object type stores values and metadata for metrics associated with a specific entity, in 'normal' format.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "entity": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "sampleInfo": [
        {
            "_typeName": "string",
            "timestamp": "string",
            "interval": 0
        }
    ],
    "value": [
        {
            "_typeName": "string",
            "id": {
                "_typeName": "string",
                "counterId": 0,
                "instance": "string"
            }
        }
    ]
}
sampleInfo
Optional

A list of objects containing information (an interval and a timestamp) about the samples collected.

value
Optional

A list of values that corresponds to the samples collected.