Retrieve all VPCs
Retrieve all VPCs for the org.
Org must have a Tenant entity. User must have authorization role with TENANT_ADMIN suffix
Query parameters
Filter VPCs by Site ID. Can be specified multiple times to filter on more than one Site.
Filter VPCs by Status. Can be specified multiple times to filter on more than one Status.
Filter VPCs by Network Security Group ID. Can be specified multiple times to filter on more than one Network Security Group.
Filter VPCs by NVLink Logical Partition ID. Can be specified multiple times to filter on more than one NVLink Logical Partition.
Search for matches across all VPCs. Input will be matched against name, description, labels, and status fields
Related entity to expand
Page number for pagination query
Page size for pagination query
Ordering for pagination query
Response
OK
Example response
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "spark-vpc",
"description": "Virtual network for machines executing Spark jobs",
"org": "xskkpgqpeakn",
"tenantId": "34f5c98e-f430-457b-a812-92637d0c6fd0",
"siteId": "72771e6a-6f5e-4de4-a5b9-1266c4197811",
"labels": {
"region": "us-west-1",
"env": "dev"
},
"controllerVpcId": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"networkVirtualizationType": "ETHERNET_VIRTUALIZER",
"requestedVni": 12001,
"vni": 12001,
"networkSecurityGroupId": "c602eb90-3039-11f0-997a-b38d4fc8389e",
"networkSecurityGroupPropagationDetails": {
"objectId": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"detailedStatus": "Partial",
"status": "Synchronizing",
"details": "",
"unpropagatedInstanceIds": [
"b1a5a05e-303c-11f0-b618-7f2e7f9b64ed"
],
"relatedInstanceIds": [
"b1a5a05e-303c-11f0-b618-7f2e7f9b64ed"
]
},
"nvLinkLogicalPartitionId": "dd887330-dbd3-45ce-b400-c42fc8e47315",
"status": "Pending",
"statusHistory": [
{
"status": "Pending",
"message": "Request received, pending processing",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
],
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
]