ClusterDasAamNodeState
Deprecated as of vSphere API 5.0, this object is no longer returned by vCenter Server. See dasHostState for a description of the objects now used.
The ClusterDasAamNodeState data object represents the state of the HA service on an ESX host.
(AAM is a component of this service.)
{
"_typeName": "string",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"name": "string",
"configState": "string",
"runtimeState": "string"
}
Configuration state of the HA agent on the host.
The property can be one of the following values:
configuring
error
unconfiguring
running
configState
represents setting or resetting the HA configuration on the host. If the configuration operation is successful, the value of configState
changes to running
. See ClusterDasAamNodeStateDasStateEnum.
The runtime state of the HA agent on the node.
The property can be one of the following values:
uninitialized
initialized
running
error
agentShutdown
nodeFailed