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

{
    "id": 3,
    "url": "https://netbox.c3voc.de/api/dcim/device-roles/3/?format=api",
    "display": "Storage Server",
    "name": "Storage Server",
    "slug": "storage-server",
    "color": "673ab7",
    "vm_role": true,
    "config_template": null,
    "description": "",
    "tags": [],
    "custom_fields": {},
    "created": "2022-07-23T14:50:47.279649Z",
    "last_updated": "2022-07-23T14:50:47.279664Z",
    "device_count": 1,
    "virtualmachine_count": 0
}