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

{
    "id": 5,
    "url": "https://netbox.c3voc.de/api/dcim/device-roles/5/?format=api",
    "display": "Power Supply",
    "name": "Power Supply",
    "slug": "power-supply",
    "color": "03a9f4",
    "vm_role": false,
    "config_template": null,
    "description": "",
    "tags": [],
    "custom_fields": {},
    "created": "2023-01-03T13:39:33.219294Z",
    "last_updated": "2023-01-03T13:39:33.219311Z",
    "device_count": 4,
    "virtualmachine_count": 0
}