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

{
    "id": 2,
    "url": "https://netbox.c3voc.de/api/dcim/device-roles/2/?format=api",
    "display": "Compute Server",
    "name": "Compute Server",
    "slug": "compute-server",
    "color": "ff5722",
    "vm_role": true,
    "config_template": null,
    "description": "",
    "tags": [],
    "custom_fields": {},
    "created": "2022-07-23T14:08:43.006856Z",
    "last_updated": "2022-07-23T14:50:55.356414Z",
    "device_count": 5,
    "virtualmachine_count": 0
}