VsanFileServiceRootFsHealth
VsanFileServiceRootFsHealth
This class defines health status of the vSAN File Service Root File System and will report issue if it does not exist or is not in healthy state.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"created": false,
"health": "string",
"description": "string"
}
boolean
created
Optional
Checks whether the Root File System is created.
This is checked from the CMMDS record for the Root File System status.
string
health
Optional
The health state of the Root File System.
It is checked by accessing the Root File System directly from ESXi host.
string
description
Optional
The description of the health state.