v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1466450398.1 KB

Creates a peering connection between an ODB network and a VPC.

A peering connection enables private connectivity between the networks for application-tier communication.

post/#X-Amz-Target=Odb.CreateOdbPeeringConnection

Headers

X-Amz-Target'Odb.CreateOdbPeeringConnection' required

Request body

odbNetworkIdstring required

The unique identifier of the ODB network that initiates the peering connection.

peerNetworkIdstring required

The unique identifier of the peer network. This can be either a VPC ID or another ODB network ID.

displayNamestring

The display name for the ODB peering connection.

peerNetworkCidrsToBeAddedPeeredCidr[]

A list of CIDR blocks to add to the peering connection. These CIDR blocks define the IP address ranges that can communicate through the peering connection.

peerNetworkRouteTableIdsPeerNetworkRouteTableId[]

The unique identifier of the VPC route table for which a route to the ODB network is automatically created during peering connection establishment.

clientTokenstring
<p>The client token for the ODB peering connection request.</p> <p>Constraints:</p> <ul> <li> <p>Must be unique for each request.</p> </li> </ul>
tagsobject

The tags to assign to the ODB peering connection.

Response

Success

displayNamestring

The display name of the ODB peering connection.

status'AVAILABLE' | 'FAILED' | 'PROVISIONING' | 'TERMINATED' | 'TERMINATING' | 'UPDATING' | 'MAINTENANCE_IN_PROGRESS'

The status of the ODB peering connection.

statusReasonstring

The reason for the current status of the ODB peering connection.

odbPeeringConnectionIdstring required

The unique identifier of the ODB peering connection.