Agency Agency Query Runtime
Deprecated use runtime instead.
Gets the runtime information for this agency.
Requires view privileges.
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case Agency/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.3.0 APIs.
The runtime information.
{
"_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.
Reference to an instance of the EamObject managed object.
This structure may be used only with operations rendered under /eam
.