Network Management API (networkmanagement:v1beta1)

2025-09-12

1 new method

Additions

    Methods
  • networkmanagement.projects.locations.vpcFlowLogsConfigs.showEffectiveFlowLogsConfigs

      Path : v1beta1/{+parent}/vpcFlowLogsConfigs:showEffectiveFlowLogsConfigs

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/vpcFlowLogsConfigs:showEffectiveFlowLogsConfigs

      HTTP Method : GET

      Parameters :

        parent

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

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Location : path

          Required : Yes

          Type : string

        resource

          Description : Required. The resource to get the effective VPC Flow Logs configuration for. The resource must belong to the same project as the parent. The resource must be a network, subnetwork, interconnect attachment, VPN tunnel, or a project.

          Location : query

          Type : string

        pageSize

          Description : Optional. Number of `EffectiveVpcFlowLogsConfigs` to return. Default is 30.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. Page token from an earlier query, as returned in `next_page_token`.

          Location : query

          Type : string

        filter

          Description : Optional. Lists the `EffectiveVpcFlowLogsConfigs` that match the filter expression. A filter expression must use the supported [CEL logic operators] (https://cloud.google.com/vpc/docs/about-flow-logs-records#supported_cel_logic_operators).

          Location : query

          Type : string

      Parameter Order : parent

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

      Description : ShowEffectiveFlowLogsConfigs returns a list of all VPC Flow Logs configurations applicable to a specified resource.