@itentialopensource/adapter-netbox_v210
Version:
This adapter integrates with system described as: Netbox v2.10
35 lines • 595 B
JSON
{
"id": 1,
"url": "string",
"device": {
"id": 1,
"url": "string",
"name": "string",
"display_name": "string"
},
"parent": 6,
"name": "string",
"label": "string",
"manufacturer": {
"id": 5,
"url": "string",
"name": "string",
"slug": "string",
"devicetype_count": 1
},
"part_id": "string",
"serial": "string",
"asset_tag": "string",
"discovered": false,
"description": "string",
"tags": [
{
"id": 6,
"url": "string",
"name": "string",
"slug": "string",
"color": "string"
}
],
"_depth": 4
}