@itentialopensource/adapter-netbox_v210
Version:
This adapter integrates with system described as: Netbox v2.10
47 lines • 777 B
JSON
{
"id": 3,
"url": "string",
"device": {
"id": 8,
"url": "string",
"name": "string",
"display_name": "string"
},
"name": "string",
"label": "string",
"type": {
"label": "LSH",
"value": "sc-apc"
},
"rear_port": {
"id": 3,
"url": "string",
"name": "string",
"label": "string"
},
"rear_port_position": 1,
"description": "string",
"cable": {
"id": 4,
"url": "string",
"label": "string"
},
"cable_peer": {},
"cable_peer_type": "string",
"tags": [
{
"id": 5,
"url": "string",
"name": "string",
"slug": "string",
"color": "string"
},
{
"id": 9,
"url": "string",
"name": "string",
"slug": "string",
"color": "string"
}
]
}