Esx Agent Manager Get Agency

Esx Agent Manager Get Agency

An array of all Agency objects.

If called by a vCenter user with the vCenter EAM.View or EAM.Modify privilege, this returns all agencies registered in vSphere ESX Agent Manager. If called by a solution, this property only returns the agencies created by the solution (and only those which have not been destroyed).

Requires view privileges.

Request
URI
GET
https://{vcenter-host}/sdk/vim25/{release}/eam/EsxAgentManager/{moId}/agency
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 EsxAgentManager/{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 possibly empty set of agencies registered in the vSphere ESX Agent Manager server.

Returns Array of MoRefAgency of type(s) application/json
[
    {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
]