VsanObjectHealthTelemetrySummary

VsanObjectHealthTelemetrySummary
VsanObjectHealthTelemetrySummary

Define the object health summary for cluster obs telemetry data collection.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "healthyObjectCount": 0,
    "inaccessibleObjectCount": 0,
    "needRetryObjectCount": 0,
    "pdlObjectCount": 0,
    "clusterHostCount": 0
}
integer As int32 As int32
healthyObjectCount
Required

The number of healthy objects.

integer As int32 As int32
inaccessibleObjectCount
Required

The number of inaccessible objects.

integer As int32 As int32
needRetryObjectCount
Required

The number of need retry objects.

integer As int32 As int32
pdlObjectCount
Required

The number of pdl objects.

integer As int32 As int32
clusterHostCount
Required

The number of hosts of the current cluster.