Method: logProcessingPipelines.list

Full name: projects.locations.instances.logProcessingPipelines.list

Lists LogProcessingPipeline configurations in a given project, location and SecOps instance.

HTTP request


Path parameters

Parameters
parent

string

Required. The parent resource whose pipelines are to be listed. Format: projects/{project}/locations/{location}/instances/{instance}

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of results to return in a single response. If zero, the server determines the number of results to return.

pageToken

string

Optional. A page token received from a previous logProcessingPipelines.list call. Provide this to retrieve the subsequent page.

filter

string

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 (LogProcessingPipeline)
    }
  ],
  "nextPageToken": string
}
Fields
logProcessingPipelines[]

object (LogProcessingPipeline)

A list of LogProcessingPipeline configurations.

nextPageToken

string

If non-empty, indicates that more results are available. Pass this token in a subsequent call's pageToken to retrieve the next page.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.