GET /api/virtualization/cluster-types/?format=api
HTTP 200 OK
Allow: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"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
}
]
}