Get a VPC

Returns a VPC and its subnets, NAT gateways, and attached nodes. Requires scope: network.read.

Authentication

AuthorizationBearer

IBEE platform API token, for example: ibee_live_xxx.

Path parameters

vpc_idstringRequired
VPC ID.

Query parameters

workspace_idstringRequired
The workspace ID to scope this request to.

Response

VPC returned successfully.
vpc_idstring
organization_idstring
workspace_idstring
site_idstring
namestring
cidrstring
statusenum
connectivity_typeenum
created_atdatetime
updated_atdatetime
account_idstring
descriptionstring
regionstring or null
is_defaultboolean
error_messagestring or null
node_countinteger>=0
nat_pricingobject
subnetslist of objects
nat_gatewayslist of objects
attached_nodeslist of objects

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error