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

{
    "id": 7,
    "url": "https://netbox.bayareabackbone.com/api/dcim/device-roles/7/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/device-roles/7/?format=api",
    "display": "Power",
    "name": "Power",
    "slug": "pdu",
    "color": "e91e63",
    "vm_role": false,
    "config_template": null,
    "parent": null,
    "description": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-07T07:27:56.558832Z",
    "last_updated": "2024-12-13T05:33:43.115195Z",
    "device_count": 8,
    "virtualmachine_count": 0,
    "comments": "",
    "_depth": 0
}