@itentialopensource/adapter-netbox_v210
Version:
This adapter integrates with system described as: Netbox v2.10
55 lines • 915 B
JSON
{
"id": 1,
"url": "string",
"device": {
"id": 5,
"url": "string",
"name": "string",
"display_name": "string"
},
"name": "string",
"label": "string",
"type": {
"label": "TERA 4P",
"value": "lsh"
},
"positions": 2,
"description": "string",
"cable": {
"id": 6,
"url": "string",
"label": "string"
},
"cable_peer": {},
"cable_peer_type": "string",
"tags": [
{
"id": 7,
"url": "string",
"name": "string",
"slug": "string",
"color": "string"
},
{
"id": 5,
"url": "string",
"name": "string",
"slug": "string",
"color": "string"
},
{
"id": 6,
"url": "string",
"name": "string",
"slug": "string",
"color": "string"
},
{
"id": 4,
"url": "string",
"name": "string",
"slug": "string",
"color": "string"
}
]
}