Retrieve all VPC peerings
Get all VPC peerings. Tenant Admin can get all peerings where the tenant owns at least one VPC. Provider Admin can retrieve all multi-Tenant VPC Peerings. It should be noted that only Provider Admins can create multi-Tenant Peerings. User must have authorization role with TENANT_ADMIN or PROVIDER_ADMIN suffix.
Query parameters
Optional Site ID filter. If provided, caller must have access to the specified Site.
One-indexed page number.
Page number for pagination query
Page size for pagination query
Ordering for pagination query
Optional filter by peering tenancy type (single-tenant or multi-tenant).
Optional filter by peering status. Repeat the parameter to match multiple statuses.
Optional filter by VPC ID involved in the peering as either vpc1 or vpc2. Repeat the parameter to match multiple VPCs.
Optional filter by tenant ID of a VPC involved in the peering. Repeat the parameter to match multiple tenants.
Related entity to expand
Response
OK
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 5 of the 90 revisions of this API.1113
- ○
added the optional property
items/site/capabilities/dpsPowerManagementto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
items/site/capabilities/vpcSlaacto the response with the200statusresponse-optional-property-added
- ○
- ●
for the
queryrequest parameterpageNumber, the max was set to21474836.00request-parameter-max-set
- ●
- ▲
the
items/tenant/capabilities/targetedInstanceCreationresponse's property type/format changed fromboolean/uuidtoboolean/for status200response-property-type-changed
- ○
added the optional property
items/tenant/deprecationsto the response with the200statusresponse-optional-property-added
- ○
response property
items/tenant/capabilities/targetedInstanceCreationdeprecatedresponse-property-deprecated
- ▲
- ○
added the new optional
queryrequest parameterpeerTenantIdnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterstatusnew-optional-request-parameter
- ○
added the new optional
queryrequest parametervpcIdnew-optional-request-parameter
- ○
added the new enum value
Tenantto thequeryrequest parameterincludeRelationrequest-parameter-enum-value-added
- ○
added the optional property
items/siteto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/tenantto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/tenantIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/vpc1to the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/vpc2to the response with the200statusresponse-optional-property-added
- ○