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

# POST /v1/{+parent}/natAddresses

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

Creates a NAT address. The address is created in the RESERVED state and a static external IP address will be provisioned. At this time, the instance will not use this IP address for Internet egress traffic. The address can be activated for use once any required firewall IP whitelisting has been completed. **Note:** Not supported for Apigee hybrid.

## Path parameters

- `parent` string, required

## Request body

- GoogleCloudApigeeV1NatAddress — Apigee NAT(network address translation) address. A NAT address is a static external IP address used for Internet egress traffic.
  - `name` string — Required. Resource ID of the NAT address.
  - `state` 'STATE_UNSPECIFIED' | 'CREATING' | 'RESERVED' | 'ACTIVE' | 'DELETING' — Output only. State of the nat address.
  - `ipAddress` string — Output only. The static IPV4 address.

## Response `200`

Successful response

---

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