VsanDaemonHealth
VsanDaemonHealth
This class defines health status of the daemon on the host.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"alive": false,
"error": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
string
name
Required
Daemon name.
boolean
alive
Required
Daemon is alive or not.
error
Optional
Error message for the daemon health failure on host.