vatesfr / xen-orchestra

The global orchestration solution to manage and backup XCP-ng and XenServer.
https://xen-orchestra.com
Other
792 stars 265 forks source link

feat(rest-api): implement dashboard endpoint #7823

Closed MathieuRA closed 4 months ago

MathieuRA commented 4 months ago

Description

$ xo-cli rest get dashboard
{
  "nPools": 2,
  "nHosts": 6,
  "missingPatches": {
    "nHostsWithMissingPatches": 3,
    "nPoolsWithMissingPatches": 1
  }
}

Checklist