Health Report
Retrieve all Machine health reports
Get all health reports for a specific Machine.
For Infrastructure Providers: Org must have an Infrastructure Provider entity and own the Site that the Machine belongs to. User must have authorization role with PROVIDER_ADMIN or PROVIDER_VIEWER suffix.
For Tenants: Org must have a Tenant with TargetedInstanceCreation capability enabled and Tenant Account with Machine's Provider. User must have authorization role with TENANT_ADMIN suffix.
get/v2/org/{org}/nico/machine/{machineId}/health-report
Response
OK
Example response
[
{
"source": "maintenance.dpu-reprovision",
"triggeredBy": "operator",
"observedAt": "2026-06-24T12:00:00Z",
"mode": "Merge",
"alerts": [
{
"id": "HostUpdateInProgress",
"message": "DPU reprovisioning in progress",
"classifications": [
"PreventAllocations"
]
}
]
}
]