proxmox-backup/src/api2/node
Dominik Csapak c24cb13382 api: node/journal: fix parameter extraction of /nodes/node/journal
by extracting them via the api macro into the function signature

this fixes an issue, where giving 'since' and 'until' where not
used since we tried to extract them as 'str' while they were numbers.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-25 13:26:51 +02:00
..
disks clippy: misc. fixes 2021-01-20 16:23:54 +01:00
apt.rs apt: fix removal of non-existant http-proxy config 2021-05-25 11:54:46 +02:00
certificates.rs hot-reload proxy certificate when updating via the API 2021-05-11 16:28:08 +02:00
config.rs correctly set apt proxy configuration 2021-05-12 12:19:24 +02:00
disks.rs clippy: remove needless bool literals 2021-01-20 16:23:52 +01:00
dns.rs clippy: fix Mutex with unused value 2021-01-25 11:41:36 +01:00
journal.rs api: node/journal: fix parameter extraction of /nodes/node/journal 2021-05-25 13:26:51 +02:00
network.rs clippy: allow api functions with many arguments 2021-01-26 09:54:52 +01:00
report.rs report: add api endpoint and function to generate report 2020-11-03 15:16:42 +01:00
rrd.rs more clippy lints 2020-10-15 12:18:34 +02:00
services.rs api2/node/syslog: use 'real_service_name' here also 2020-11-11 16:36:42 +01:00
status.rs api2/node/status: extend node status 2021-04-23 10:30:30 +02:00
subscription.rs api subscription: drop old hack for api-macro issue 2021-03-25 12:03:33 +01:00
syslog.rs api2/node/syslog: use 'real_service_name' here also 2020-11-11 16:36:42 +01:00
tasks.rs tasks: fix typos in API description 2021-05-25 07:54:57 +02:00
time.rs avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00