Event Manager Create Collector For Events
Creates an event history collector, which is a specialized history collector that provides Event objects.
Event collectors do not persist beyond the current client session.
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.
{
"filter": {
"_typeName": "string",
"entity": {
"_typeName": "string",
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"recursion": "string"
},
"time": {
"_typeName": "string",
"beginTime": "string",
"endTime": "string"
},
"userName": {
"_typeName": "string",
"systemUser": false,
"userList": [
"string"
]
},
"eventChainId": 0,
"alarm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"scheduledTask": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"disableFullMessage": false,
"category": [
"string"
],
"type": [
"string"
],
"tag": [
"string"
],
"eventTypeId": [
"string"
],
"maxCount": 0
}
}
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 event collector based on the filter.
{
"_typeName": "string",
"type": "string",
"value": "string"
}
InvalidArgument: if the filter is null or if any of its fields is invalid, such as an invalid reference to a managed object, alarm, or scheduled task, or an invalid event type or event chain id, etc.
InvalidState: if there are more than the maximum number of event collectors.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}