]> git.proxmox.com Git - proxmox-backup.git/commit
api-types: api: tape: add notification-mode parameter
authorLukas Wagner <l.wagner@proxmox.com>
Tue, 23 Apr 2024 11:52:05 +0000 (13:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Apr 2024 21:14:46 +0000 (23:14 +0200)
commit89ef8b503544faf573736077ee9ea10448ef9c87
tree08e9b88838b6eec5d5ebcb631a02002c2601e1a4
parent7b668dbc2b513649fd384f0fe3a6165419d068fb
api-types: api: tape: add notification-mode parameter

Same as with datastores, this option determines whether we send
notifications the old way (send email via sendmail to a user's email
address) or the new way (emit matchable notification events to the
notification stack).

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Tested-by: Gabriel Goller <g.goller@proxmox.com>
Reviewed-by: Gabriel Goller <g.goller@proxmox.com>
Tested-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pbs-api-types/src/jobs.rs
src/api2/config/tape_backup_job.rs