Agent Resolve

Agent Resolve

Resolves the issues specified in the input.

If an issue is remediable, ESX Agent Manager tries to resolve the misconfiguration that caused the issue. If it is not remediable, the offending issue is removed and ESX Agent Manager assumes that the issue has been resolved.

Requires modify privileges.

See also Issue.

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/eam/Agent/{moId}/Resolve
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.


Request Body
ResolveRequestType of type(s) application/json
Required

Show optional properties

{
    "issueKey": [
        {}
    ]
}
{
    "issueKey": [
        0
    ]
}
array of integer
issueKey
Required

A non-empty array of issue keys.

Authentication
This operation uses the following authentication methods.
Responses
200

A possibly empty array of issue keys for the issues that were not found on the entity. This can happen if resolve is called with issue keys that were resolved just prior to calling resolve or if an issue is currenly not resolvable.

Returns Array of integer of type(s) application/json
[
    {}
]