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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 3,
            "url": "https://netbox.c3voc.de/api/virtualization/clusters/3/?format=api",
            "display": "Event-Server",
            "name": "Event-Server",
            "type": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/virtualization/cluster-types/1/?format=api",
                "display": "Proxmox",
                "name": "Proxmox",
                "slug": "proxmox"
            },
            "group": null,
            "status": {
                "value": "active",
                "label": "Active"
            },
            "tenant": null,
            "site": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/dcim/sites/1/?format=api",
                "display": "Event",
                "name": "Event",
                "slug": "event"
            },
            "description": "",
            "comments": "",
            "tags": [],
            "custom_fields": {},
            "created": "2023-01-13T20:08:05.340808Z",
            "last_updated": "2023-01-13T20:08:05.340823Z",
            "device_count": 3,
            "virtualmachine_count": 24
        },
        {
            "id": 2,
            "url": "https://netbox.c3voc.de/api/virtualization/clusters/2/?format=api",
            "display": "node",
            "name": "node",
            "type": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/virtualization/cluster-types/1/?format=api",
                "display": "Proxmox",
                "name": "Proxmox",
                "slug": "proxmox"
            },
            "group": null,
            "status": {
                "value": "active",
                "label": "Active"
            },
            "tenant": null,
            "site": null,
            "description": "",
            "comments": "",
            "tags": [],
            "custom_fields": {},
            "created": "2022-08-06T11:08:24.835756Z",
            "last_updated": "2023-01-14T15:05:35.957272Z",
            "device_count": 1,
            "virtualmachine_count": 0
        },
        {
            "id": 1,
            "url": "https://netbox.c3voc.de/api/virtualization/clusters/1/?format=api",
            "display": "usa",
            "name": "usa",
            "type": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/virtualization/cluster-types/1/?format=api",
                "display": "Proxmox",
                "name": "Proxmox",
                "slug": "proxmox"
            },
            "group": null,
            "status": {
                "value": "active",
                "label": "Active"
            },
            "tenant": null,
            "site": null,
            "description": "",
            "comments": "",
            "tags": [],
            "custom_fields": {},
            "created": "2022-07-23T15:15:15.129135Z",
            "last_updated": "2023-01-14T15:05:43.292230Z",
            "device_count": 1,
            "virtualmachine_count": 0
        },
        {
            "id": 4,
            "url": "https://netbox.c3voc.de/api/virtualization/clusters/4/?format=api",
            "display": "voc1",
            "name": "voc1",
            "type": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/virtualization/cluster-types/1/?format=api",
                "display": "Proxmox",
                "name": "Proxmox",
                "slug": "proxmox"
            },
            "group": null,
            "status": {
                "value": "active",
                "label": "Active"
            },
            "tenant": null,
            "site": {
                "id": 2,
                "url": "https://netbox.c3voc.de/api/dcim/sites/2/?format=api",
                "display": "Alboin-Kontor",
                "name": "Alboin-Kontor",
                "slug": "alb"
            },
            "description": "",
            "comments": "",
            "tags": [],
            "custom_fields": {},
            "created": "2024-04-06T10:44:34.702500Z",
            "last_updated": "2024-04-06T10:44:34.702519Z",
            "device_count": 0,
            "virtualmachine_count": 0
        }
    ]
}