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.c3voc.de/api/dcim/device-roles/7/?format=api",
"display": "Reciever",
"name": "Reciever",
"slug": "reciever",
"color": "cddc39",
"vm_role": true,
"config_template": null,
"description": "",
"tags": [],
"custom_fields": {},
"created": "2025-05-24T16:56:58.851640Z",
"last_updated": "2025-05-24T16:56:58.851658Z",
"device_count": 6,
"virtualmachine_count": 0
}