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

# POST /v1/{+parent}/odbNetworks

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

Creates a new ODB Network in a given project and location.

## Path parameters

- `parent` string, required

## Query parameters

- `odbNetworkId` string
- `requestId` string

## Request body

- OdbNetwork — Represents OdbNetwork resource.
  - `name` string — Identifier. The name of the OdbNetwork resource in the following format: projects/{project}/locations/{region}/odbNetworks/{odb_network}
  - `network` string — Required. The name of the VPC network in the following format: projects/{project}/global/networks/{network}
  - `createTime` string, google-datetime — Output only. The date and time that the OdbNetwork was created.
  - `gcpOracleZone` string — Optional. The GCP Oracle zone where OdbNetwork is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
  - `labels` object — Optional. Labels or tags associated with the resource.
  - `state` 'STATE_UNSPECIFIED' | 'PROVISIONING' | 'AVAILABLE' | 'TERMINATING' | 'FAILED' — Output only. State of the ODB Network.
  - `entitlementId` string — Output only. The ID of the subscription entitlement associated with the OdbNetwork.

## Response `200`

Successful response

---

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