Hi,
I am building a script solely to manage IP in blacklist objects. So far It authorize correctly, I can download a list of objects and I can add new IP to a list. I am struggling with removing / deleting IP from that blacklist_objects list.
In API docummentation I dont see any DELETE (https://pmg.proxmox.com/pmg-docs/api-viewer/index.html#/config/ruledb/who/{ogroup}/ip)
Please help me how to delete IP from that list.
I am using following code:
Read more
I am building a script solely to manage IP in blacklist objects. So far It authorize correctly, I can download a list of objects and I can add new IP to a list. I am struggling with removing / deleting IP from that blacklist_objects list.
In API docummentation I dont see any DELETE (https://pmg.proxmox.com/pmg-docs/api-viewer/index.html#/config/ruledb/who/{ogroup}/ip)
Please help me how to delete IP from that list.
I am using following code:
Python:
# Function to remove a...
Read more