@itentialopensource/adapter-netbox_v210
Version:
This adapter integrates with system described as: Netbox v2.10
36 lines • 645 B
JSON
{
"id": 7,
"url": "string",
"device": {
"id": 3,
"url": "string",
"name": "string",
"display_name": "string"
},
"name": "string",
"label": "string",
"type": {
"label": "USB Type B",
"value": "usb-mini-b"
},
"description": "string",
"cable": {
"id": 7,
"url": "string",
"label": "string"
},
"cable_peer": {},
"cable_peer_type": "string",
"connected_endpoint": {},
"connected_endpoint_type": "string",
"connected_endpoint_reachable": true,
"tags": [
{
"id": 5,
"url": "string",
"name": "string",
"slug": "string",
"color": "string"
}
]
}