@itentialopensource/adapter-netbox_v33
Version:
This adapter integrates with system described as: Netbox v3.3
69 lines • 1.44 kB
JSON
{
"count": 9,
"next": "string",
"previous": "string",
"results": [
{
"id": 1,
"url": "string",
"display": "string",
"name": "string",
"slug": "string",
"color": "string",
"description": "string",
"tags": [
{
"id": 9,
"url": "string",
"display": "string",
"name": "string",
"slug": "string",
"color": "string"
}
],
"custom_fields": {},
"created": "string",
"last_updated": "string",
"rack_count": 8
},
{
"id": 1,
"url": "string",
"display": "string",
"name": "string",
"slug": "string",
"color": "string",
"description": "string",
"tags": [
{
"id": 2,
"url": "string",
"display": "string",
"name": "string",
"slug": "string",
"color": "string"
},
{
"id": 1,
"url": "string",
"display": "string",
"name": "string",
"slug": "string",
"color": "string"
},
{
"id": 3,
"url": "string",
"display": "string",
"name": "string",
"slug": "string",
"color": "string"
}
],
"custom_fields": {},
"created": "string",
"last_updated": "string",
"rack_count": 4
}
]
}