@itentialopensource/adapter-netbox_v33
Version:
This adapter integrates with system described as: Netbox v3.3
28 lines • 514 B
JSON
{
"count": 2,
"next": "string",
"previous": "string",
"results": [
{
"id": 1,
"url": "string",
"display": "string",
"created": "string",
"completed": "string",
"name": "string",
"obj_type": "string",
"status": {
"label": "Failed",
"value": "errored"
},
"user": {
"id": 4,
"url": "string",
"display": "string",
"username": "string"
},
"data": {},
"job_id": "string"
}
]
}