- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.logProcessingPipelines.list
Lists LogProcessingPipeline configurations in a given project, location and SecOps instance.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource whose pipelines are to be listed. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of results to return in a single response. If zero, the server determines the number of results to return. |
pageToken |
Optional. A page token received from a previous |
filter |
Optional. A filter expression (AIP-160) to restrict the results. |
Request body
The request body must be empty.
Response body
Response message for logProcessingPipelines.list.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"logProcessingPipelines": [
{
object ( |
Fields | |
---|---|
logProcessingPipelines[] |
A list of LogProcessingPipeline configurations. |
nextPageToken |
If non-empty, indicates that more results are available. Pass this token in a subsequent call's |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.