Lists ingest processors that meet the specified conditions.
Try it now
Test
RAM authorization
Request syntax
GET /ingestprocessors HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
Yes |
The name of the project. |
ali-test-project |
| processorName |
string |
No |
The identifier of the ingest processor. |
parse-nginx-log |
| displayName |
string |
No |
The display name of the ingest processor. |
解析Nginx日志 |
| offset |
integer |
No |
The offset value. The default value is 0. |
0 |
| size |
integer |
No |
The number of entries to return. The default value is 200. |
200 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The schema of the response. |
||
| total |
integer |
The total number of entries that meet the query conditions. |
10 |
| count |
integer |
The number of entries returned in the current response. |
5 |
| processors |
array |
A list of ingest processors that meet the query conditions. |
|
| IngestProcessor |
The information about the ingest processor. |
Examples
Success response
JSON format
{
"total": 10,
"count": 5,
"processors": [
{}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.