summaryrefslogtreecommitdiff
path: root/src/PVE/API2/Network/SDN/Ipam.pm
AgeCommit message (Collapse)Author
2023-11-20api: refactor URL structure for IpamStefan Hanreich
The initial URL structure was less than optimal due to Ipam as well as Ipams being endpoints in the API, which are too similar and might be confusing to users. Move the listing of PVE IPAM to /ipams/pve/status Move the create / update / delete endpoints to /vnets/{vnetid}/ips Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
2023-11-18api2: ipam : remove add|del_mapping in mac/ip managementAlexandre Derumier
only register/del ip in ipam here. The dhcp mapping is done a vm start. Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2023-11-18api: add endpoints for managing PVE IPAMStefan Hanreich
Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>