Event Manager Query Events
Returns the events in specified filter.
Returns empty array when there are not any events qualified.
Required privileges: System.View
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 EventManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
"QueryEventsRequestType Object"
Event filter used to query events in the history collector database.
The client creates an event history collector with a filter specification, then retrieves the events from the event history collector.
The events matching the filter.
[
"Event Object"
]
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/EventManager/{moId}/QueryEvents