]> git.ipfire.org Git - thirdparty/bacula.git/commit
baculum: Add enable and disable client, storage, job and schedule endpoints
authorMarcin Haba <marcin.haba@bacula.pl>
Fri, 21 Jun 2024 14:31:51 +0000 (16:31 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Fri, 21 Jun 2024 14:31:51 +0000 (16:31 +0200)
commitd484aafc69ff658a6fd306784c1bf9372e2ff51d
tree9fb7eda503d8964ffee290daec09669b4334c80c
parent49073a4e0576f6df3b23f3492a23ae149f58f4c3
baculum: Add enable and disable client, storage, job and schedule endpoints
14 files changed:
gui/baculum/protected/API/Modules/Bconsole.php
gui/baculum/protected/API/Modules/DisableResource.php [new file with mode: 0644]
gui/baculum/protected/API/Modules/EnableResource.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/DisableClient.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/DisableJob.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/DisableSchedule.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/DisableStorage.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/EnableClient.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/EnableJob.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/EnableSchedule.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/EnableStorage.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/config.xml
gui/baculum/protected/API/Pages/API/endpoints.xml
gui/baculum/protected/API/openapi_baculum.json