feat(xo-server/rest-api): expose backup jobs

This commit is contained in:
Julien Fontanet
2023-03-27 10:54:26 +02:00
parent a85a8ea208
commit 9c36520c79
2 changed files with 18 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
- [REST API] Backup logs are now available at `/rest/v0/backups/logs`
- [ESXI import] Fix failing imports when using non default datacenter name [Forum#59543](https://xcp-ng.org/forum/post/59543) PR [#6729](https://github.com/vatesfr/xen-orchestra/pull/6729)
- [Backup] Fix backup worker consuming too much memory and being killed by system during full VM backup to S3 compatible remote PR [#6732](https://github.com/vatesfr/xen-orchestra/pull/6732)
- [REST API] Backup jobs are now available at `/rest/v0/backups/jobs`
### Packages to release