Esx Agent Manager 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/EsxAgentManager/{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 EsxAgentManager/{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
Esx Agent Manager Create Agency
GET
Esx Agent Manager Get Agency
GET
Esx Agent Manager Get Issue
POST
Esx Agent Manager Get Maintenance Mode Policy
POST
Esx Agent Manager Query Agency
POST
Esx Agent Manager Query Issue
POST
Esx Agent Manager Resolve
POST
Esx Agent Manager Resolve All
POST
Esx Agent Manager Scan For Unknown Agent Vm
POST
Esx Agent Manager Set Maintenance Mode Policy