VsanPerfHotspotEntitiesMetrics

VsanPerfHotspotEntitiesMetrics
VsanPerfHotspotEntitiesMetrics

This data object type stores values and metadata for vSAN metrics associated with a specific entity.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "entityRefId": "string",
    "startTime": "string",
    "endTime": "string",
    "metricsValue": [
        {
            "_typeName": "string",
            "metricId": {
                "_typeName": "string",
                "label": "string",
                "group": "string",
                "rollupType": "string",
                "statsType": "string",
                "name": "string",
                "description": "string",
                "metricsCollectInterval": 0
            },
            "threshold": {
                "_typeName": "string",
                "direction": "string",
                "yellow": "string",
                "red": "string"
            },
            "numExceptions": "string",
            "values": "string"
        }
    ]
}
string
entityRefId
Required

The entity reference id in format <type>:<id> like managed object reference.

For supported entity types, metric groups, metrics, see VsanPerformanceManager.VsanPerfQueryPerf.

string As date-time As date-time
startTime
Required

The start time of the hotspot entities query.

string As date-time As date-time
endTime
Required

The end time of the hotspot entities query.

metricsValue
Optional

The queried metrics value of the hotspot entities.