Attach a node to a VPC

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.

Request

This endpoint expects an object.
vm_idstringRequired
subnet_idstringRequired
connectivityenumOptionalDefaults to private
reserved_public_ip_idstring or nullOptional

Response

Node attached successfully.
allocation_idstring
vpc_idstring
subnet_idstring
vm_idstring
connectivityenum
private_ipstring
prefix_lengthinteger
subnet_maskstring
gatewaystring
dnslist of strings
statusstring
public_ip_idstring or null
public_ipstring or null
nat_gateway_idstring or null
nat_public_ipstring or null

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error