@itentialopensource/adapter-netbox_v210
Version:
This adapter integrates with system described as: Netbox v2.10
31 lines • 577 B
JSON
{
"count": 5,
"next": "string",
"previous": "string",
"results": [
{
"id": 9,
"url": "string",
"content_type": "string",
"object_id": 1,
"parent": {},
"name": "string",
"image": "string",
"image_height": 4,
"image_width": 9,
"created": "string"
},
{
"id": 8,
"url": "string",
"content_type": "string",
"object_id": 9,
"parent": {},
"name": "string",
"image": "string",
"image_height": 4,
"image_width": 8,
"created": "string"
}
]
}