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

{
    "id": 2,
    "url": "https://netbox.c3voc.de/api/ipam/roles/2/?format=api",
    "display": "Internal",
    "name": "Internal",
    "slug": "internal",
    "weight": 1000,
    "description": "",
    "tags": [],
    "custom_fields": {},
    "created": "2022-07-23T14:25:13.271953Z",
    "last_updated": "2022-07-23T14:25:13.271969Z",
    "prefix_count": 1,
    "vlan_count": 2
}