@itentialopensource/adapter-netbox_v33
Version:
This adapter integrates with system described as: Netbox v3.3
71 lines • 1.6 kB
JSON
{
"count": 3,
"next": "string",
"previous": "string",
"results": [
{
"id": 6,
"url": "string",
"display": "string",
"content_type": "string",
"name": "string",
"enabled": false,
"link_text": "string",
"link_url": "string",
"weight": 5,
"group_name": "string",
"button_class": "ghost-dark",
"new_window": true,
"created": "string",
"last_updated": "string"
},
{
"id": 6,
"url": "string",
"display": "string",
"content_type": "string",
"name": "string",
"enabled": false,
"link_text": "string",
"link_url": "string",
"weight": 6,
"group_name": "string",
"button_class": "purple",
"new_window": true,
"created": "string",
"last_updated": "string"
},
{
"id": 10,
"url": "string",
"display": "string",
"content_type": "string",
"name": "string",
"enabled": false,
"link_text": "string",
"link_url": "string",
"weight": 7,
"group_name": "string",
"button_class": "orange",
"new_window": false,
"created": "string",
"last_updated": "string"
},
{
"id": 4,
"url": "string",
"display": "string",
"content_type": "string",
"name": "string",
"enabled": false,
"link_text": "string",
"link_url": "string",
"weight": 10,
"group_name": "string",
"button_class": "red",
"new_window": false,
"created": "string",
"last_updated": "string"
}
]
}