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.bayareabackbone.com/api/dcim/device-roles/2/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/device-roles/2/?format=api",
    "display": "Router",
    "name": "Router",
    "slug": "router",
    "color": "4caf50",
    "vm_role": true,
    "config_template": null,
    "parent": null,
    "description": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-05T22:18:06.323853Z",
    "last_updated": "2024-12-05T22:18:06.323878Z",
    "device_count": 19,
    "virtualmachine_count": 0,
    "comments": "",
    "_depth": 0
}