]> git.proxmox.com Git - proxmox-backup.git/commit
api: add world accessible ping dummy endpoint
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 2 Oct 2020 11:12:18 +0000 (13:12 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 24 Oct 2020 17:12:14 +0000 (19:12 +0200)
commiteed1bae554a1c7441a7e2850ae8e1dadf13343c6
tree2cac972cdf8079625d6abec25dd306b0e01fdd4a
parent6eb41487cea448383464ed924d29e77f64809b7a
api: add world accessible ping dummy endpoint

This is indented to be used for the PVE storage library, replacing
the missuse of the much more expensive status API call.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/api2.rs
src/api2/ping.rs [new file with mode: 0644]