VsanPerfHotspotEntityType

VsanPerfHotspotEntityType
VsanPerfHotspotEntityType

See VsanPerfGetSupportedHotspotEntityTypes

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "id": "string",
    "sortingMetrics": [
        {
            "_typeName": "string",
            "label": "string",
            "group": "string",
            "rollupType": "string",
            "statsType": "string",
            "name": "string",
            "description": "string",
            "metricsCollectInterval": 0
        }
    ],
    "originalEntityTypes": [
        "string"
    ],
    "description": "string"
}
string
name
Required

The supported hotspot query entity type.

string
id
Required

ID for the entity type, this field is for localization.

sortingMetrics
Optional

The sorting metrics when querying the hotspot entities.

array of string
originalEntityTypes
Optional

The original entity types to query all raw metrics which are aggregated (e.g., average) to identify hotspot entities.

string
description
Optional

The description of the hotspot entity type.