Agency Update
Updates the agency configuration used by this Agency
to
deploy agents and VIBs.
vSphere ESX Agent Manager generates a diff between
the old configuration and the new one and updates the Agency
accordingly.
Requires modify 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 9.0.0.0 APIs.
"UpdateRequestType Object"
The new configuration for this Agency
No Content
InvalidAgentConfiguration: Thrown if one or more agent configurations are invalid.
InvalidAgencyScope: Thrown if one or more compute resources in the scope cannot be found in vCenter or there is no configured resource pool or folder where the VMs to be deployed.
EamInvalidUrl: Thrown if either the agent virtual machine URL or VIB URL cannot be parsed or if the resource refered to cannot be downloaded.
"EamFault Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/eam/Agency/{moId}/Update