DpDaemonHealth
DpDaemonHealth
This class defines health status of the DP 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",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"name": "string",
"status": "string"
}
host
Required
Host instance
string
name
Required
Daemon name.
string
status
Required
Host daemon status is running, stopped or unknown.