VsanClusterHealthCheckInfo
VsanClusterHealthCheckInfo
Generic class for health check info, including testId, testName, groupId and groupName
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"testId": "string",
"testName": "string",
"groupId": "string",
"groupName": "string"
}
string
testId
Required
The id of health check
string
testName
Optional
The name of health check
string
groupId
Required
The id of health group which the check belongs to
string
groupName
Optional
The name of health check group which the check belongs to