@itentialopensource/adapter-netbox_v210
Version:
This adapter integrates with system described as: Netbox v2.10
36 lines • 641 B
JSON
{
"id": 6,
"url": "string",
"device": {
"id": 3,
"url": "string",
"name": "string",
"display_name": "string"
},
"name": "string",
"label": "string",
"type": {
"label": "USB Type C",
"value": "db-25"
},
"description": "string",
"cable": {
"id": 8,
"url": "string",
"label": "string"
},
"cable_peer": {},
"cable_peer_type": "string",
"connected_endpoint": {},
"connected_endpoint_type": "string",
"connected_endpoint_reachable": false,
"tags": [
{
"id": 6,
"url": "string",
"name": "string",
"slug": "string",
"color": "string"
}
]
}