EamObjectRuntimeInfo
Deprecated as of vSphere 9.0. Please refer to vLCM APIs.
The RuntimeInfo
represents the runtime information of the vSphere ESX Agent
Manager managed
objects Agency and Agent.
The runtime information provides two kinds of information, namely, the desired goal state of the entity and the status with regards to conforming to that goal state.
This structure may be used only with operations rendered under /eam
.
{
"_typeName": "string",
"status": "string",
"issue": [
{
"_typeName": "string",
"key": 0,
"description": "string",
"time": "string"
}
],
"goalState": "string",
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
The health of the managed entity.
This denotes how well the entity conforms to the goal state.
See also EamObjectRuntimeInfoStatusEnum.
Current issues that have been detected for this entity.
Each issue can be remediated by invoking EamObject.Resolve or EamObject.ResolveAll.
The desired state of the entity.
See also EamObjectRuntimeInfoGoalStateEnum.
The Agent or Agency with which this RuntimeInfo
object is associated.