Skip to main content
GET
/
network
/
network
/
{network_uuid}
Get network data
curl --request GET \
  --url https://api.tenbytecloud.com/v1/network/network/{network_uuid} \
  --header 'apikey: <api-key>'
{
  "vlan_id": 104,
  "subnet": "10.1.104.0/24",
  "name": "Default network",
  "uuid": "2e8cd389-27fe-45ce-a63d-d536068659e5",
  "is_default": true
}

Authorizations

apikey
string
header
required

Path Parameters

network_uuid
string
required

Response

200 - application/json

Network data

The response is of type object.