GET /api/dcim/device-roles/1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1,
    "url": "https://netbox.c3voc.de/api/dcim/device-roles/1/?format=api",
    "display": "Switch",
    "name": "Switch",
    "slug": "switch",
    "color": "9e9e9e",
    "vm_role": false,
    "config_template": null,
    "description": "",
    "tags": [],
    "custom_fields": {},
    "created": "2022-07-23T13:50:49.217017Z",
    "last_updated": "2022-07-23T13:50:49.217030Z",
    "device_count": 4,
    "virtualmachine_count": 0
}