Agency Get Runtime

Agency Get Runtime

Gets the runtime information for this agency.

Requires view privileges.

Request
URI
GET
https://{vcenter-host}/sdk/vim25/{release}/eam/Agency/{moId}/runtime
COPY
Path Parameters
string
moId
Required

The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId, in this case Agency/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 8.0.3.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
200

The runtime information.

Returns EamObjectRuntimeInfo of type(s) application/json
This response body class contains all of the following: DataObject
{
    "_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.