> I thought that I could view a particular rule but I can't have more > information than: > pvesh get /nodes/toto/qemu/107/firewall/rules/5 > ┌─────┬───────┐ > │ key │ value │ > ├─────┼───────┤ > │ pos │ 5 │ > └─────┴───────┘ > > The API viewer describes "Get single rule data" still. > Is there a way to view the settings for a particular rule?
The default formatter does not show all values (bug), but you can get the full information with: # pvesh get /nodes/toto/qemu/107/firewall/rules/5 --output-format json (you can use output format 'json', 'yaml', or 'json-pretty') _______________________________________________ pve-user mailing list [email protected] https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
