Query the details of a consumer processor
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /consumeprocessors/{processorName} HTTP/1.1
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| processorName | string | Yes | The identifier of the consumer processor. | consume-processor-1 |
Response parameters
Examples
Sample success responses
JSONformat
{
"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.
