]> git.proxmox.com Git - pve-manager.git/commit
PVE::API2::Replication: rework replication status API
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 8 Jun 2017 05:08:33 +0000 (07:08 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 8 Jun 2017 05:16:39 +0000 (07:16 +0200)
commitfc527b4da1140b66469548e7f79cef788ad5c931
treeee6878be107681fde6aaea4feb3a80aaeff88f7c
parentf842e812e0783a2815f227c2a9e05d60cd48d633
PVE::API2::Replication: rework replication status API

/nodes/<node>/replication => list status of all jobs

/nodes/<node>/replication/<id>/status => individual job status

/nodes/<node>/replication/<id>/log => job log
PVE/API2/Replication.pm