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 get all peerings in a site. 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.
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
},
"status": "Pending"
},
"tenant": {
"capabilities": {
"targetedInstanceCreation": true
}
}
}
]