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

{
    "id": 9,
    "url": "https://netbox.bayareabackbone.com/api/dcim/device-roles/9/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/device-roles/9/?format=api",
    "display": "AREDN Radio",
    "name": "AREDN Radio",
    "slug": "aredn-radio",
    "color": "ff66ff",
    "vm_role": true,
    "config_template": null,
    "parent": null,
    "description": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-09T02:07:11.026070Z",
    "last_updated": "2024-12-09T02:09:17.221418Z",
    "device_count": 28,
    "virtualmachine_count": 4,
    "comments": "",
    "_depth": 0
}