Queries a list of consumption processors that meet specific conditions.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /consumeprocessors HTTP/1.1
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| processorName | string | No | The identifier of the consumption processor. | consume-processor-1 |
| displayName | string | No | The display name of the consumption processor. | filter-get-request |
| offset | string | No | The offset. Default value: 0. | 0 |
| size | string | No | The number of entries. Default value: 200. | 100 |
Response parameters
Examples
Sample success responses
JSONformat
{
"total": 20,
"count": 10,
"processors": [
{
"processorName": "consume-processor-1",
"displayName": "",
"description": "",
"configuration": {
"spl": "* | project content"
},
"createTime": 1717171200,
"updateTime": 1717171200
}
]
}Error codes
For a list of error codes, visit the Service error codes.
