Skip to main content
POST
/
network
/
network
Create a private network
curl --request POST \
  --url https://api.tenbytecloud.com/v1/network/network \
  --header 'apikey: <api-key>'
{
  "name": "network3",
  "uuid": "2e8cd389-27fe-45ce-a63d-d536068659e5",
  "is_default": true
}

Authorizations

apikey
string
header
required

Query Parameters

name
string

Network name

Response

200 - application/json

Created network

The response is of type object.