Method: organizations.locations.vpcFlowLogsConfigs.list

Lists all VpcFlowLogsConfigs in a given organization.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats:

  • For project-level resourcs: projects/{projectId}/locations/global

  • For organization-level resources: organizations/{organization_id}/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.

orderBy

string

Optional. Field to use to sort the list.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ListVpcFlowLogsConfigsResponse.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.