@itentialopensource/adapter-netbox_v210
Version:
This adapter integrates with system described as: Netbox v2.10
47 lines • 855 B
JSON
{
"count": 6,
"next": "string",
"previous": "string",
"results": [
{
"id": 8,
"url": "string",
"name": "string",
"slug": "string",
"description": "string",
"circuit_count": 5
},
{
"id": 2,
"url": "string",
"name": "string",
"slug": "string",
"description": "string",
"circuit_count": 10
},
{
"id": 4,
"url": "string",
"name": "string",
"slug": "string",
"description": "string",
"circuit_count": 4
},
{
"id": 1,
"url": "string",
"name": "string",
"slug": "string",
"description": "string",
"circuit_count": 7
},
{
"id": 4,
"url": "string",
"name": "string",
"slug": "string",
"description": "string",
"circuit_count": 2
}
]
}