CreateCollectorForTasksRequestType
CreateCollectorForTasksRequestType
The parameters of CreateCollectorForTasks.
JSON Example
{
"filter": {
"_typeName": "string",
"entity": {
"_typeName": "string",
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"recursion": "string"
},
"time": {
"_typeName": "string",
"timeType": "string",
"beginTime": "string",
"endTime": "string"
},
"userName": {
"_typeName": "string",
"systemUser": false,
"userList": [
"string"
]
},
"activationId": [
"string"
],
"state": [
"string"
],
"alarm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"scheduledTask": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"eventChainId": [
0
],
"tag": [
"string"
],
"parentTaskKey": [
"string"
],
"rootTaskKey": [
"string"
]
}
}
filter
Required
This data object type defines the specification for the task filter used to query tasks in the history collector database.
The client creates a task history collector with a filter specification, then retrieves the tasks from the task history collector.