VsanGetResourceCheckStatusRequestType
VsanGetResourceCheckStatusRequestType
The parameters of VsanGetResourceCheckStatus.
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"
}
},
"cluster": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
resourceCheckSpec
Optional
The specification of the resource check to be queried. If it is not specified, VsanResourceCheckStatus will still be returned with VsanResourceCheckStatus.task and/or VsanResourceCheckStatus.parentTask information if such task is running in the specified cluster. However, VsanResourceCheckStatus.result will not be populated in this case.
cluster
Optional
The cluster to fetch the resource check status.
Required privileges: System.Read