]> git.proxmox.com Git - pve-network.git/commit
api2: add local endpoint for listing content of a transportzone
authorAlexandre Derumier <aderumier@odiso.com>
Thu, 29 Aug 2019 10:32:44 +0000 (12:32 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 3 Sep 2019 06:22:56 +0000 (08:22 +0200)
commit903e2f5e910b2a5587bee56f035e60b9cdbad255
treeca9f8637cc303874d58ccb3ae5c6b81f2621b6c1
parente424c7ac282802f9d02d236059673d913db7140a
api2: add local endpoint for listing content of a transportzone

pveset get /nodes/<node>/sdn/<transportzone>/content

┌─────────┬────────┐
│ vnet    │ status │
├─────────┼────────┤
│ vnet100 │ error  │
├─────────┼────────┤
│ vnet101 │ error  │
└─────────┴────────┘

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/API2/Network/Makefile
PVE/API2/Network/SDN/Content.pm [new file with mode: 0644]
PVE/API2/Network/SDN/Makefile [new file with mode: 0644]