EamObjectRuntimeInfo

EamObjectRuntimeInfo
EamObjectRuntimeInfo

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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "status": "string",
    "issue": [
        {
            "_typeName": "string",
            "key": 0,
            "description": "string",
            "time": "string"
        }
    ],
    "goalState": "string",
    "entity": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
string
status
Required

The health of the managed entity.

This denotes how well the entity conforms to the goal state.

See also EamObjectRuntimeInfoStatusEnum.

array of Issue
issue
Optional

Current issues that have been detected for this entity.

Each issue can be remediated by invoking EamObject.Resolve or EamObject.ResolveAll.

string
goalState
Required

The desired state of the entity.

See also EamObjectRuntimeInfoGoalStateEnum.

entity
Required

Reference to an instance of the EamObject managed object.

This structure may be used only with operations rendered under /eam.