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.
V2
id,name,type
range
range:'{range}'
{ "_links": { "next": { "href": "/api/v2/networks?offset=2000&limit=1000" }, "prev": { "href": "/api/v2/networks?offset=0&limit=1000" } }, "count": 0, "totalCount": 0, "data": [ { "id": 12345, "type": "IPv4Network", "name": "name", "userDefinedFields": { "udf1": "value1", "udf2": "value2" }, "configuration": { "id": 12345, "type": "Configuration", "name": "name" }, "range": "string", "location": { "id": 12345, "type": "Location", "name": "name" }, "gateway": "string", "template": { "id": 12345, "type": "IPv4Template", "name": "name" }, "routerPortInfo": "string", "defaultView": { "id": 12345, "type": "View", "name": "default" }, "sharedNetworkTag": { "id": 12345, "type": "Tag", "name": "UK Office" }, "duplicateHostnamesAllowed": true, "pingBeforeAssignmentEnabled": true, "defaultZonesInherited": true, "restrictedZonesInherited": true, "lowWaterMark": 15, "highWaterMark": 95, "dynamicUpdateEnabled": true, "reverseZoneSigned": true, "reverseZoneSigningPolicy": { "id": 12345, "type": "DNSSECSigningPolicy", "name": "name" }, "_inheritedFields": [ "string" ], "_links": { "self": { "href": "/networks/12345" }, "collection": { "href": "/networks" } } }, { "id": 12345, "type": "IPv6Network", "name": "name", "userDefinedFields": { "udf1": "value1", "udf2": "value2" }, "configuration": { "id": 12345, "type": "Configuration", "name": "name" }, "range": "string", "location": { "id": 12345, "type": "Location", "name": "name" }, "_inheritedFields": [ "string" ], "_links": { "self": { "href": "/networks/12345" }, "collection": { "href": "/networks" } } } ] }
Was this page helpful?