v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01169142751.2 KB
Subscriptions - Pro - Connectivity

Update Active-Active VPC peering

(Active-Active subscriptions only) Updates VPC peering for Active-Active subscription.

put/v1/subscriptions/{subscriptionId}/regions/peerings/{peeringId}

Path parameters

subscriptionIdinteger required

Subscription ID.

peeringIdinteger required

VPC Peering ID.

Request body

subscriptionIdinteger
vpcPeeringIdinteger

VPC Peering id to update.

vpcCidrstring

Optional. VPC CIDR.

vpcCidrsstring[]

Optional. List of VPC CIDRs.

commandTypestring

Example request

{
  "vpcCidr": "<10.10.10.0/24>",
  "vpcCidrs": [
    "<10.10.10.0/24>",
    "<10.10.22.0/24>"
  ]
}

Response

OK

taskIdstring uuid
commandTypestring
status'initialized' | 'received' | 'processing-in-progress' | 'processing-completed' | 'processing-error'
descriptionstring
timestampstring date-time
linksobject[]