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

# POST /v1/{+parent}/firewallEndpointAssociations

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

Creates a new FirewallEndpointAssociation in a given project and location.

## Path parameters

- `parent` string, required

## Query parameters

- `firewallEndpointAssociationId` string
- `requestId` string

## Request body

- FirewallEndpointAssociation — Message describing Association object
  - `state` 'STATE_UNSPECIFIED' | 'CREATING' | 'ACTIVE' | 'DELETING' | 'INACTIVE' | 'ORPHAN' — Output only. Current state of the association.
  - `name` string — Immutable. Identifier. name of resource
  - `updateTime` string, google-datetime — Output only. Update time stamp
  - `firewallEndpoint` string — Required. The URL of the FirewallEndpoint that is being associated.
  - `reconciling` boolean — Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
  - `network` string — Required. The URL of the network that is being associated.
  - `labels` object — Optional. Labels as key value pairs
  - `createTime` string, google-datetime — Output only. Create time stamp
  - `disabled` boolean — Optional. Whether the association is disabled. True indicates that traffic won't be intercepted
  - `tlsInspectionPolicy` string — Optional. The URL of the TlsInspectionPolicy that is being associated.

## Response `200`

Successful response

---

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