@itentialopensource/adapter-netbox_v33
Version:
This adapter integrates with system described as: Netbox v3.3
95 lines • 2.1 kB
JSON
{
"count": 1,
"next": "string",
"previous": "string",
"results": [
{
"id": 6,
"url": "string",
"display": "string",
"device_type": {
"id": 9,
"url": "string",
"display": "string",
"manufacturer": {
"id": 8,
"url": "string",
"display": "string",
"name": "string",
"slug": "string",
"devicetype_count": 10
},
"model": "string",
"slug": "string",
"device_count": 3
},
"module_type": {
"id": 1,
"url": "string",
"display": "string",
"manufacturer": {
"id": 7,
"url": "string",
"display": "string",
"name": "string",
"slug": "string",
"devicetype_count": 7
},
"model": "string"
},
"name": "string",
"label": "string",
"type": {
"label": "USB Type A",
"value": "usb-mini-b"
},
"description": "string",
"created": "string",
"last_updated": "string"
},
{
"id": 8,
"url": "string",
"display": "string",
"device_type": {
"id": 8,
"url": "string",
"display": "string",
"manufacturer": {
"id": 1,
"url": "string",
"display": "string",
"name": "string",
"slug": "string",
"devicetype_count": 7
},
"model": "string",
"slug": "string",
"device_count": 4
},
"module_type": {
"id": 1,
"url": "string",
"display": "string",
"manufacturer": {
"id": 10,
"url": "string",
"display": "string",
"name": "string",
"slug": "string",
"devicetype_count": 8
},
"model": "string"
},
"name": "string",
"label": "string",
"type": {
"label": "Other",
"value": "rj-45"
},
"description": "string",
"created": "string",
"last_updated": "string"
}
]
}