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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 2,
            "url": "https://netbox.bayareabackbone.com/api/virtualization/clusters/2/?format=api",
            "display_url": "https://netbox.bayareabackbone.com/virtualization/clusters/2/?format=api",
            "display": "Bruno",
            "name": "Bruno",
            "type": {
                "id": 1,
                "url": "https://netbox.bayareabackbone.com/api/virtualization/cluster-types/1/?format=api",
                "display": "Proxmox",
                "name": "Proxmox",
                "slug": "proxmox",
                "description": ""
            },
            "group": null,
            "status": {
                "value": "active",
                "label": "Active"
            },
            "tenant": null,
            "scope_type": "dcim.site",
            "scope_id": 2,
            "scope": {
                "id": 2,
                "url": "https://netbox.bayareabackbone.com/api/dcim/sites/2/?format=api",
                "display": "San Bruno Mtn 7",
                "name": "San Bruno Mtn 7",
                "slug": "san-bruno-mtn-7",
                "description": ""
            },
            "description": "",
            "comments": "",
            "tags": [],
            "custom_fields": {},
            "created": "2024-12-06T02:08:59.633205Z",
            "last_updated": "2024-12-06T02:08:59.633266Z",
            "device_count": 1,
            "virtualmachine_count": 4,
            "allocated_vcpus": null,
            "allocated_memory": null,
            "allocated_disk": null
        },
        {
            "id": 1,
            "url": "https://netbox.bayareabackbone.com/api/virtualization/clusters/1/?format=api",
            "display_url": "https://netbox.bayareabackbone.com/virtualization/clusters/1/?format=api",
            "display": "Hurricane",
            "name": "Hurricane",
            "type": {
                "id": 1,
                "url": "https://netbox.bayareabackbone.com/api/virtualization/cluster-types/1/?format=api",
                "display": "Proxmox",
                "name": "Proxmox",
                "slug": "proxmox",
                "description": ""
            },
            "group": null,
            "status": {
                "value": "active",
                "label": "Active"
            },
            "tenant": null,
            "scope_type": "dcim.site",
            "scope_id": 1,
            "scope": {
                "id": 1,
                "url": "https://netbox.bayareabackbone.com/api/dcim/sites/1/?format=api",
                "display": "Hurricane Electric FMT2",
                "name": "Hurricane Electric FMT2",
                "slug": "hurricane-electric-fmt2",
                "description": ""
            },
            "description": "",
            "comments": "",
            "tags": [],
            "custom_fields": {},
            "created": "2024-12-06T02:07:28.008721Z",
            "last_updated": "2024-12-06T02:07:28.008744Z",
            "device_count": 3,
            "virtualmachine_count": 12,
            "allocated_vcpus": null,
            "allocated_memory": null,
            "allocated_disk": null
        }
    ]
}