---
title: "POST /v1/{+parent}/vpcFlowLogsConfigs"
method: POST
path: "/v1/{+parent}/vpcFlowLogsConfigs"
tags: ["organizations"]
---

# POST /v1/{+parent}/vpcFlowLogsConfigs

`POST /v1/{+parent}/vpcFlowLogsConfigs`

Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. Creating a configuration with `state=DISABLED` will fail 2. The following fields are not considered as settings for the purpose of the check mentioned above, therefore - creating another configuration with the same fields but different values for the following fields will fail as well: * name * create_time * update_time * labels * description

## Path parameters

- `parent` string, required

## Query parameters

- `vpcFlowLogsConfigId` string

## Request body

- VpcFlowLogsConfig — A configuration to generate VPC Flow Logs.
  - `crossProjectMetadata` 'CROSS_PROJECT_METADATA_UNSPECIFIED' | 'CROSS_PROJECT_METADATA_ENABLED' | 'CROSS_PROJECT_METADATA_DISABLED' — Optional. Determines whether to include cross project annotations in the logs. This field is available only for organization configurations. If not specified in org configs will be set to CROSS_PROJECT_METADATA_ENABLED.
  - `updateTime` string, google-datetime — Output only. The time the config was updated.
  - `flowSampling` number, float — Optional. The value of the field must be in (0, 1]. The sampling rate of VPC Flow Logs where 1.0 means all collected logs are reported. Setting the sampling rate to 0.0 is not allowed. If you want to disable VPC Flow Logs, use the state field instead. Default value is 1.0.
  - `subnet` string — Traffic will be logged from VMs within the subnetwork. Format: projects/{project_id}/regions/{region}/subnetworks/{name}
  - `metadataFields` string[] — Optional. Custom metadata fields to include in the reported VPC flow logs. Can only be specified if "metadata" was set to CUSTOM_METADATA.
  - `aggregationInterval` 'AGGREGATION_INTERVAL_UNSPECIFIED' | 'INTERVAL_5_SEC' | 'INTERVAL_30_SEC' | 'INTERVAL_1_MIN' | 'INTERVAL_5_MIN' | 'INTERVAL_10_MIN' | 'INTERVAL_15_MIN' — Optional. The aggregation interval for the logs. Default value is INTERVAL_5_SEC.
  - `labels` object — Optional. Resource labels to represent user-provided metadata.
  - `interconnectAttachment` string — Traffic will be logged from the Interconnect Attachment. Format: projects/{project_id}/regions/{region}/interconnectAttachments/{name}
  - `name` string — Identifier. Unique name of the configuration. The name can have one of the following forms: - For project-level configurations: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` - For organization-level configurations: `organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
  - `filterExpr` string — Optional. Export filter used to define which VPC Flow Logs should be logged.
  - `createTime` string, google-datetime — Output only. The time the config was created.
  - `network` string — Traffic will be logged from VMs, VPN tunnels and Interconnect Attachments within the network. Format: projects/{project_id}/global/networks/{name}
  - `description` string — Optional. The user-supplied description of the VPC Flow Logs configuration. Maximum of 512 characters.
  - `metadata` 'METADATA_UNSPECIFIED' | 'INCLUDE_ALL_METADATA' | 'EXCLUDE_ALL_METADATA' | 'CUSTOM_METADATA' — Optional. Configures whether all, none or a subset of metadata fields should be added to the reported VPC flow logs. Default value is INCLUDE_ALL_METADATA.
  - `targetResourceState` 'TARGET_RESOURCE_STATE_UNSPECIFIED' | 'TARGET_RESOURCE_EXISTS' | 'TARGET_RESOURCE_DOES_NOT_EXIST' — Output only. Describes the state of the configured target resource for diagnostic purposes.
  - `vpnTunnel` string — Traffic will be logged from the VPN Tunnel. Format: projects/{project_id}/regions/{region}/vpnTunnels/{name}
  - `state` 'STATE_UNSPECIFIED' | 'ENABLED' | 'DISABLED' — Optional. The state of the VPC Flow Log configuration. Default value is ENABLED. When creating a new configuration, it must be enabled. Setting state=DISABLED will pause the log generation for this config.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/networkmanagement.md) · [All operations](https://skmtc.net/google/apis/networkmanagement/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/networkmanagement/versions/55bd5873861a/schema)
