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