Creates or modifies an ingest processor.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
PUT /ingestprocessors/{processorName} HTTP/1.1
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| project | string | Yes | The name of the project. | ali-test-project |
| processorName | string | Yes | The identifier of the ingest processor. | parse-nginx-log |
| body | object | No | The request body. | |
| displayName | string | Yes | The display name of the ingest processor. | |
| description | string | No | The description of the ingest processor. | |
| configuration | IngestProcessorConfiguration | Yes | The configuration of the ingest processor. |
Response parameters
Examples
Sample success responses
JSONformat
{}Error codes
For a list of error codes, visit the Service error codes.
