Subscriptions - Pro - Connectivity
Update VPC peering
Updates VPC peering for the specified subscription.
put/v1/subscriptions/{subscriptionId}/peerings/{peeringId}
Path parameters
subscriptionIdinteger required
Subscription ID.
peeringIdinteger required
VPC Peering ID.
Request body
Example request
{
"vpcCidr": "<10.10.10.0/24>",
"vpcCidrs": [
"<10.10.10.0/24>",
"<10.10.20.0/24>"
]
}Response
Accepted
Changes
Changed in 3 of the 68 revisions of this API.111
- ●
added the new
PRIVATE_LINK_PRINCIPAL_CANNOT_BE_OWNER_ACCOUNTenum value to theresponse/errorresponse property for the response status202response-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 21 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲