GET /api/dcim/device-roles/3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 3,
"url": "https://netbox.bayareabackbone.com/api/dcim/device-roles/3/?format=api",
"display_url": "https://netbox.bayareabackbone.com/dcim/device-roles/3/?format=api",
"display": "Shelf",
"name": "Shelf",
"slug": "shelf",
"color": "9e9e9e",
"vm_role": true,
"config_template": null,
"parent": null,
"description": "",
"tags": [],
"custom_fields": {},
"created": "2024-12-06T01:25:16.620862Z",
"last_updated": "2024-12-06T01:25:25.347753Z",
"device_count": 5,
"virtualmachine_count": 0,
"comments": "",
"_depth": 0
}