Eam Object 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.
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}
.
The vSphere release schema. The current specification covers vSphere 8.0.3.0 APIs.
"ResolveRequestType Object"
A non-empty array of issue keys.
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.
[
{}
]
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/eam/EamObject/{moId}/Resolve