Eam Object 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()));
forAgent
objectsagency.resolve(getIssueKeys(agency.getRuntime().getIssue()));
forAgency
objectsesxAgentManager.resolve(getIssueKeys(esxAgentManager.getIssue()));
for theEsxAgentManager
object.
Requires modify privileges.
See also Issue.
Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/eam/EamObject/{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 EamObject/{moId}
.
string
release
Required
The vSphere release schema. The current specification covers vSphere 8.0.3.0 APIs.
Responses
204
No Content
Operation doesn't return any data structure
Esx Agent Manager Api Operations
POST
Eam Object Query Issue
POST
Eam Object Resolve
POST
Eam Object Resolve All