Create VPC peering
Create a VPC peering between two VPCs on the same site.
Tenant Admin can create single-tenant peerings (both VPCs belong to their tenant). Provider Admin can create multi-tenant peerings (VPCs from different tenants).
User must have authorization role with TENANT_ADMIN or PROVIDER_ADMIN suffix.
Request body
Response
Created
Example response
{
"site": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "San Jose Central 4",
"infrastructureProviderId": "5f2cc306-76e9-4fca-9186-950c9ef9a74e",
"isSerialConsoleEnabled": true,
"isOnline": false,
"capabilities": {
"nativeNetworking": false,
"networkSecurityGroup": true,
"nvLinkPartition": false,
"flow": false,
"imageBasedOperatingSystem": false,
"vpcSlaac": false
},
"status": "Pending"
},
"tenant": {
"capabilities": {
"targetedInstanceCreation": true
}
}
}Changes
Changed in 4 of the 92 revisions of this API.19
- ○
added the optional property
site/capabilities/dpsPowerManagementto the response with the201statusresponse-optional-property-added
- ○
- ○
added the optional property
site/capabilities/vpcSlaacto the response with the201statusresponse-optional-property-added
- ○
- ▲
the
tenant/capabilities/targetedInstanceCreationresponse's property type/format changed fromboolean/uuidtoboolean/for status201response-property-type-changed
- ○
added the optional property
tenant/deprecationsto the response with the201statusresponse-optional-property-added
- ○
response property
tenant/capabilities/targetedInstanceCreationdeprecatedresponse-property-deprecated
- ▲
- ○
added the optional property
siteto the response with the201statusresponse-optional-property-added
- ○
added the optional property
tenantto the response with the201statusresponse-optional-property-added
- ○
added the optional property
tenantIdto the response with the201statusresponse-optional-property-added
- ○
added the optional property
vpc1to the response with the201statusresponse-optional-property-added
- ○
added the optional property
vpc2to the response with the201statusresponse-optional-property-added
- ○