QueryEventsRequestType
QueryEventsRequestType
The parameters of QueryEvents.
JSON Example
{
"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
}
}
filter
Required
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.