@itentialopensource/adapter-netbox_v210
Version:
This adapter integrates with system described as: Netbox v2.10
38 lines • 635 B
JSON
{
"id": 5,
"url": "string",
"name": "string",
"tenant": {
"id": 5,
"url": "string",
"name": "string",
"slug": "string"
},
"description": "string",
"tags": [
{
"id": 1,
"url": "string",
"name": "string",
"slug": "string",
"color": "string"
},
{
"id": 10,
"url": "string",
"name": "string",
"slug": "string",
"color": "string"
},
{
"id": 3,
"url": "string",
"name": "string",
"slug": "string",
"color": "string"
}
],
"custom_fields": {},
"created": "string",
"last_updated": "string"
}