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

{
    "id": 4,
    "url": "https://netbox.bayareabackbone.com/api/dcim/device-roles/4/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/device-roles/4/?format=api",
    "display": "Server",
    "name": "Server",
    "slug": "server",
    "color": "ff9800",
    "vm_role": true,
    "config_template": null,
    "parent": null,
    "description": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-06T01:27:14.584660Z",
    "last_updated": "2024-12-06T01:38:24.544206Z",
    "device_count": 4,
    "virtualmachine_count": 0,
    "comments": "",
    "_depth": 0
}