VPC Peering
Retrieve a VPC peering
Get details of a VPC peering by ID.
Tenant Admin can get a peering if at least one VPC belongs to their tenant. Provider Admin can get a peering if it is in a site provided by their org.
User must have authorization role with TENANT_ADMIN or PROVIDER_ADMIN suffix.
get/v2/org/{org}/nico/vpc-peering/{id}
Query parameters
includeRelation'Vpc1' | 'Vpc2' | 'Site' | 'Tenant'
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
}
}
}