Method: projects.locations.vpcFlowLogsConfigs.queryOrgVpcFlowLogsConfigs

vpcFlowLogsConfigs.queryOrgVpcFlowLogsConfigs returns a list of all organization-level VPC Flow Logs configurations applicable to the specified project.

HTTP request

GET https://networkmanagement.googleapis.com/v1beta1/{parent=projects/*/locations/*}/vpcFlowLogsConfigs:queryOrgVpcFlowLogsConfigs

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource of the VpcFlowLogsConfig, specified in the following format: projects/{projectId}/locations/global

Authorization requires the following IAM permission on the specified resource parent:

  • networkmanagement.vpcflowlogsconfigs.list

Query parameters

Parameters
pageSize

integer

Optional. Number of VpcFlowLogsConfigs to return.

pageToken

string

Optional. Page token from an earlier query, as returned in nextPageToken.

filter

string

Optional. Lists the VpcFlowLogsConfigs that match the filter expression. A filter expression must use the supported CEL logic operators.

Request body

The request body must be empty.

Response body

Response for the QueryVpcFlowLogsConfigs method.

If successful, the response body contains data with the following structure:

JSON representation
{
  "vpcFlowLogsConfigs": [
    {
      object (VpcFlowLogsConfig)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
vpcFlowLogsConfigs[]

object (VpcFlowLogsConfig)

List of VPC Flow Log configurations.

nextPageToken

string

Page token to fetch the next set of configurations.

unreachable[]

string

Locations that could not be reached (when querying all locations with -).

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.