proxmox-backup/src/api2
Dominik Csapak b03ec281bf api2/config/{drive, changer}: prevent adding same device multiple times
this check is not perfect since there are often multiple device
nodes per drive/changer, but from the scan api we should return always
the same, so for an api user this should be enough

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-01-28 15:03:56 +01:00
..
access clippy: allow api functions with many arguments 2021-01-26 09:54:52 +01:00
admin clippy: allow api functions with many arguments 2021-01-26 09:54:52 +01:00
backup verify: factor out common parameters 2021-01-26 09:54:49 +01:00
config api2/config/{drive, changer}: prevent adding same device multiple times 2021-01-28 15:03:56 +01:00
node clippy: allow api functions with many arguments 2021-01-26 09:54:52 +01:00
reader replace Userid with Authid 2020-10-29 15:11:39 +01:00
tape api2/tape/drive: change methods of some api calls from put to get 2021-01-28 15:02:52 +01:00
types tape: rename changer_drive_id to changer_drivenum 2021-01-28 11:29:59 +01:00
access.rs clippy: rewrite ifs with identical return values 2021-01-25 11:41:43 +01:00
admin.rs improve code docs in api2 2021-01-22 15:57:42 +01:00
backup.rs improve code docs in api2 2021-01-22 15:57:42 +01:00
config.rs improve code docs in api2 2021-01-22 15:57:42 +01:00
helpers.rs clippy: remove unnecessary clones 2021-01-20 16:22:59 +01:00
node.rs improve code docs in api2 2021-01-22 15:57:42 +01:00
ping.rs improve code docs in api2 2021-01-22 15:57:42 +01:00
pull.rs clippy: us *_or_else with function calls 2021-01-20 16:23:54 +01:00
reader.rs improve code docs in api2 2021-01-22 15:57:42 +01:00
status.rs improve code docs in api2 2021-01-22 15:57:42 +01:00
version.rs improve code docs in api2 2021-01-22 15:57:42 +01:00