Retrieve a VPC
Retrieve a specific VPC by ID.
Org must have a Tenant entity. User must have authorization role with TENANT_ADMIN suffix.
Query parameters
Related entity to expand
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",
"slaacEnabled": false,
"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"
}Changes
Changed in 8 of the 90 revisions of this API.937
- ○
added the optional property
powerResourceGroupto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
slaacEnabledto the response with the200statusresponse-optional-property-added
- ○
- ▲
the
effectiveRoutingProfile/accessTierresponse's property type/format changed frominteger/int64tointeger/uint32for status200response-property-type-changed
- ▲
the
effectiveRoutingProfile/routeTargetImports/items/asnresponse's property type/format changed frominteger/int64tointeger/uint32for status200response-property-type-changed
- ▲
the
effectiveRoutingProfile/routeTargetImports/items/vniresponse's property type/format changed frominteger/int64tointeger/uint32for status200response-property-type-changed
- ▲
the
effectiveRoutingProfile/routeTargetsOnExports/items/asnresponse's property type/format changed frominteger/int64tointeger/uint32for status200response-property-type-changed
- ▲
the
effectiveRoutingProfile/routeTargetsOnExports/items/vniresponse's property type/format changed frominteger/int64tointeger/uint32for status200response-property-type-changed
- ▲
the
routingProfileOverrides/oneOf[subschema #1: VpcRoutingProfileOverrides]/routeTargetImports/items/asnresponse's property type/format changed frominteger/int64tointeger/uint32for status200response-property-type-changed
- ▲
the
routingProfileOverrides/oneOf[subschema #1: VpcRoutingProfileOverrides]/routeTargetImports/items/vniresponse's property type/format changed frominteger/int64tointeger/uint32for status200response-property-type-changed
- ▲
the
routingProfileOverrides/oneOf[subschema #1: VpcRoutingProfileOverrides]/routeTargetsOnExports/items/asnresponse's property type/format changed frominteger/int64tointeger/uint32for status200response-property-type-changed
- ▲
the
routingProfileOverrides/oneOf[subschema #1: VpcRoutingProfileOverrides]/routeTargetsOnExports/items/vniresponse's property type/format changed frominteger/int64tointeger/uint32for status200response-property-type-changed
- ▲
- ○
added the optional property
effectiveRoutingProfileto the response with the200statusresponse-optional-property-added
- ○
added the optional property
routingProfileOverridesto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
networkSecurityGroupPropagationDetails/idfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
networkSecurityGroupPropagationDetails/deprecationsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
networkSecurityGroupPropagationDetails/objectIdto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
FLATenum value to thenetworkVirtualizationTyperesponse property for the response status200response-property-enum-value-added
- ●
- ○
removed the
FLATenum value from thenetworkVirtualizationTyperesponse property for the response status200response-property-enum-value-removed
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
FLATenum value to thenetworkVirtualizationTyperesponse property for the response status200response-property-enum-value-added
- ●