@itentialopensource/adapter-netbox_v210
Version:
This adapter integrates with system described as: Netbox v2.10
24 lines • 388 B
JSON
{
"id": 4,
"url": "string",
"username": "string",
"password": "string",
"first_name": "string",
"last_name": "string",
"email": "string",
"is_staff": false,
"is_active": false,
"date_joined": "string",
"groups": [
{
"id": 2,
"url": "string",
"name": "string"
},
{
"id": 9,
"url": "string",
"name": "string"
}
]
}