Retrieves the details of a consume processor.
Try it now
Test
RAM authorization
Request syntax
GET /consumeprocessors/{processorName} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| processorName |
string |
Yes |
The identifier of the consume processor. |
consume-processor-1 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
Yes |
The name of the project. |
test-project |
Response elements
|
Element |
Type |
Description |
Example |
| ConsumeProcessor |
The details of the consume processor. |
Examples
Success response
JSON format
{
"processorName": "consume-processor-1",
"displayName": "字段过滤处理",
"description": "过滤content字段",
"configuration": {
"spl": "* | project content"
},
"createTime": 1717171200,
"updateTime": 1717171200
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.