@itentialopensource/adapter-netbox_v210
Version:
This adapter integrates with system described as: Netbox v2.10
45 lines • 810 B
JSON
{
"id": 9,
"url": "string",
"device": {
"id": 3,
"url": "string",
"name": "string",
"display_name": "string"
},
"name": "string",
"label": "string",
"type": {
"label": "P+N+E 6H",
"value": "nema-6-20p"
},
"maximum_draw": 5,
"allocated_draw": 6,
"description": "string",
"cable": {
"id": 3,
"url": "string",
"label": "string"
},
"cable_peer": {},
"cable_peer_type": "string",
"connected_endpoint": {},
"connected_endpoint_type": "string",
"connected_endpoint_reachable": true,
"tags": [
{
"id": 8,
"url": "string",
"name": "string",
"slug": "string",
"color": "string"
},
{
"id": 5,
"url": "string",
"name": "string",
"slug": "string",
"color": "string"
}
]
}