Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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 }
Get network data. Location-specific endpoint.
Network data
The response is of type object.
object