@itentialopensource/adapter-netbox_v210
Version:
This adapter integrates with system described as: Netbox v2.10
52 lines • 914 B
JSON
{
"id": 6,
"url": "string",
"device": {
"id": 2,
"url": "string",
"name": "string",
"display_name": "string"
},
"name": "string",
"label": "string",
"type": {
"label": "NEMA L14-60R",
"value": "nema-5-30r"
},
"power_port": {
"id": 4,
"url": "string",
"device": {
"id": 10,
"url": "string",
"name": "string",
"display_name": "string"
},
"name": "string",
"cable": 5
},
"feed_leg": {
"label": "A",
"value": "B"
},
"description": "string",
"cable": {
"id": 6,
"url": "string",
"label": "string"
},
"cable_peer": {},
"cable_peer_type": "string",
"connected_endpoint": {},
"connected_endpoint_type": "string",
"connected_endpoint_reachable": true,
"tags": [
{
"id": 4,
"url": "string",
"name": "string",
"slug": "string",
"color": "string"
}
]
}