- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.logProcessingPipelines.create
Create a new LogProcessingPipeline
HTTP request
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource where this pipeline will be created Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
logProcessingPipelineId |
Optional. The ID to use for the pipeline resource. If omitted, the server will assign a unique ID. Must be unique within the parent location. Must match the pattern: a-z? |
Request body
The request body contains an instance of LogProcessingPipeline
.
Response body
If successful, the response body contains a newly created instance of LogProcessingPipeline
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.