Method: organizations.locations.vpcFlowLogsConfigs.get

Gets the details of a specific VpcFlowLogsConfig.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

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

  • For project-level resources: projects/{projectId}/locations/global/vpcFlowLogsConfigs/{vpcFlowLogsConfigId}

  • For organization-level resources: organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpcFlowLogsConfigId}

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

  • networkmanagement.vpcflowlogsconfigs.get

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.