proxmox-backup/src
Dominik Csapak 9735f5de84 proxmox-backup-debug api: parse parameters before sending to api
when we use http to make the api call, we have to parse the parameters
before, else we might send the string "true" instead of the boolean true
and the api rejects it with a 'Parameter verification error'.

We already have all api call schemas here, so parsing is possible.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2022-03-09 10:10:54 +01:00
..
acme tree-wide: fix needless borrows 2021-12-30 13:55:33 +01:00
api2 api/config: use http_bail for 'not found' errors 2022-03-08 09:09:25 +01:00
backup ParallelHandler: avoid re-export (cleanup) 2022-02-14 14:12:39 +01:00
bin proxmox-backup-debug api: parse parameters before sending to api 2022-03-09 10:10:54 +01:00
config node config: add english to translation enum for default-lang 2022-02-07 15:24:38 +01:00
server ParallelHandler: avoid re-export (cleanup) 2022-02-14 14:12:39 +01:00
tape use io_format_err, io_bail, io_err_other from proxmox-lang 2022-02-21 14:24:13 +01:00
tools tools: parse_objset_stat: drop the unecessary 'objset-' from the log 2022-03-08 09:13:05 +01:00
auth.rs update to proxmox-sys 0.2 crate 2021-11-24 10:32:27 +01:00
auth_helpers.rs update to proxmox-sys 0.2 crate 2021-11-24 10:32:27 +01:00
client_helpers.rs make pbs_tools::cert not depend on pbs-buildcfg 2021-09-29 14:11:26 +02:00
lib.rs move src/shared_rate_limiter.rs to src/tools/shared_rate_limiter.rs 2022-02-14 14:57:56 +01:00
rrd_cache.rs rrd_cache: add developer docs 2022-02-14 12:07:10 +01:00
traffic_control_cache.rs move src/shared_rate_limiter.rs to src/tools/shared_rate_limiter.rs 2022-02-14 14:57:56 +01:00