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

{
    "id": 4,
    "url": "https://netbox.c3voc.de/api/dcim/device-roles/4/?format=api",
    "display": "Generic",
    "name": "Generic",
    "slug": "generic",
    "color": "111111",
    "vm_role": false,
    "config_template": null,
    "description": "",
    "tags": [],
    "custom_fields": {},
    "created": "2023-01-03T13:25:57.728120Z",
    "last_updated": "2023-01-03T13:26:22.406272Z",
    "device_count": 3,
    "virtualmachine_count": 0
}