Agent Resolve All

Agent Resolve All

Resolve all outstanding issues.

The method calls Resolve with all issues the EsxAgentManager, Agency, or Agent have encountered. It is the equivalent of calling the following methods:

  • agent.resolve(getIssueKeys(agent.getRuntime().getIssue())); for Agent objects
  • agency.resolve(getIssueKeys(agency.getRuntime().getIssue())); for Agency objects
  • esxAgentManager.resolve(getIssueKeys(esxAgentManager.getIssue())); for the EsxAgentManager object.

Requires modify privileges.

See also Issue.

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/eam/Agent/{moId}/ResolveAll
COPY
Path Parameters
string
moId
Required

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 Agent/{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
204

No Content

Operation doesn't return any data structure