Agent Query Issue

Agent Query Issue

Current issues that have been detected for this entity.

Each issue can be remediated by invoking Resolve or ResolveAll.

Requires view privileges.

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/eam/Agent/{moId}/QueryIssue
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
QueryIssueRequestType of type(s) application/json
Required
{
    "issueKey": [
        0
    ]
}
array of integer
issueKey
Optional

An optional array of issue keys. If not set, all issues for this entity are returned.

Authentication
This operation uses the following authentication methods.
Responses
200

A possibly empty array of issues that match the input issueKey array. Note that the returned array can be smaller than issueKey if one or more issue keys refers to issues that this entity does not have.

Returns Array of Issue of type(s) application/json
[
    {
        "_typeName": "string",
        "key": 0,
        "description": "string",
        "time": "string"
    }
]