GET /api/virtualization/cluster-types/1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1,
    "url": "https://netbox.c3voc.de/api/virtualization/cluster-types/1/?format=api",
    "display": "Proxmox",
    "name": "Proxmox",
    "slug": "proxmox",
    "description": "",
    "tags": [],
    "custom_fields": {},
    "created": "2022-07-23T15:14:57.863278Z",
    "last_updated": "2022-07-23T15:14:57.863293Z",
    "cluster_count": 4
}