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

# POST /v1/{+parent}/goldengateConnectionAssignments

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

Creates a new GoldengateConnectionAssignment in a given project and location.

## Path parameters

- `parent` string, required

## Query parameters

- `goldengateConnectionAssignmentId` string
- `requestId` string

## Request body

- GoldengateConnectionAssignment — Represents the metadata of a Goldengate Connection Assignment.
  - `createTime` string, google-datetime — Output only. The time when the connection assignment was created.
  - `displayName` string — Optional. The display name for the GoldengateConnectionAssignment.
  - `properties` GoldengateConnectionAssignmentProperties — The properties of a GoldengateConnectionAssignment.
    - `ocid` string — Output only. The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the connection assignment being referenced.
    - `alias` string — Output only. Credential store alias.
    - `goldengateConnection` string — Required. The GoldengateConnection resource to be assigned. Format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}
    - `goldengateDeployment` string — Required. The GoldenGateDeployment to assign the connection to. Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}
    - `state` 'STATE_UNSPECIFIED' | 'CREATING' | 'ACTIVE' | 'FAILED' | 'UPDATING' | 'DELETING' — Output only. The lifecycle state of the connection assignment.
  - `labels` object — Optional. The labels or tags associated with the GoldengateConnectionAssignment.
  - `entitlementId` string — Output only. The OCID of the entitlement linked to this resource.
  - `name` string — Identifier. The name of the GoldengateConnectionAssignment resource in the following format: projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment}

## 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)
