Create a VPC

Creates an isolated virtual network. Requires scope: network.write.

Authentication

AuthorizationBearer

IBEE platform API token, for example: ibee_live_xxx.

Query parameters

workspace_idstringRequired
The workspace ID to scope this request to.

Request

This endpoint expects an object.
namestringRequired1-80 characters
site_idstringRequired1-120 characters
descriptionstringOptional<=500 charactersDefaults to
regionstring or nullOptional
cidrstring or nullOptional

RFC1918 IPv4 CIDR with a prefix between /22 and /28.

auto_cidrbooleanOptionalDefaults to true
create_default_subnetbooleanOptionalDefaults to true
default_subnet_cidrstring or nullOptional
is_defaultbooleanOptionalDefaults to false
connectivity_typeenumOptionalDefaults to public

Response

VPC created 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

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error