VsanHostPerformResourceCheckRequestType
VsanHostPerformResourceCheckRequestType
The parameters of VsanHostPerformResourceCheck.
This structure may be used only with operations rendered under /vsan
.
JSON Example
{
"resourceCheckSpec": {
"_typeName": "string",
"operation": "string",
"entities": [
"string"
],
"maintenanceSpec": {
"_typeName": "string",
"vsanMode": {
"_typeName": "string",
"objectAction": "string"
},
"purpose": "string"
},
"parent": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
}
resourceCheckSpec
Required
Specification for performing a resource check or retrieving the status of a resource check.
This structure may be used only with operations rendered under /vsan
.