Machine
Retrieve GPU stats for machines at a site
Returns GPU summary stats grouped by GPU name for machines at the specified site.
User must have authorization role with PROVIDER_ADMIN suffix. The specified site must belong to the Provider.
get/v2/org/{org}/nico/machine/gpu/stats
Query parameters
siteIdstring uuid required
ID of the Site
Response
OK
Example response
[
{
"name": "NVIDIA GB200",
"gpus": 64,
"machines": 16
}
]