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

{
    "id": 10,
    "url": "https://netbox.bayareabackbone.com/api/dcim/device-roles/10/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/device-roles/10/?format=api",
    "display": "AREDN Service",
    "name": "AREDN Service",
    "slug": "aredn-service",
    "color": "673ab7",
    "vm_role": true,
    "config_template": null,
    "parent": null,
    "description": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-09T06:28:30.877819Z",
    "last_updated": "2024-12-09T06:28:30.877860Z",
    "device_count": 0,
    "virtualmachine_count": 11,
    "comments": "",
    "_depth": 0
}