@itentialopensource/adapter-netbox_v210
Version:
This adapter integrates with system described as: Netbox v2.10
30 lines • 535 B
JSON
{
"count": 10,
"next": "string",
"previous": "string",
"results": [
{
"id": 7,
"url": "string",
"name": "string",
"slug": "string",
"site": {
"id": 9,
"url": "string",
"name": "string",
"slug": "string"
},
"parent": {
"id": 1,
"url": "string",
"name": "string",
"slug": "string",
"rack_count": 3,
"_depth": 6
},
"description": "string",
"rack_count": 5,
"_depth": 7
}
]
}