@itentialopensource/adapter-netbox_v210
Version:
This adapter integrates with system described as: Netbox v2.10
45 lines • 830 B
JSON
{
"count": 5,
"next": "string",
"previous": "string",
"results": [
{
"id": 9,
"url": "string",
"content_types": [
"string",
"string",
"string",
"string",
"string"
],
"type": {
"label": "Date",
"value": "date"
},
"name": "string",
"label": "string",
"description": "string",
"required": false,
"filter_logic": {
"label": "Loose",
"value": "loose"
},
"default": "string",
"weight": 2,
"validation_minimum": 9,
"validation_maximum": 8,
"validation_regex": "string",
"choices": [
"string",
"string",
"string",
"string",
"string",
"string",
"string",
"string"
]
}
]
}