My apologies if this is not the correct place to post an API request.
The the Proxmox API makes it a little difficult to get the connected client node name. I know it can be retrieved by using GET /cluster/status then local is returned for the responding node, but means giving the user Sys.Audit permission and then looping through returned information.
The benefits of allowing node name to be part of GET /version.
Thank you for your time.
The the Proxmox API makes it a little difficult to get the connected client node name. I know it can be retrieved by using GET /cluster/status then local is returned for the responding node, but means giving the user Sys.Audit permission and then looping through returned information.
The benefits of allowing node name to be part of GET /version.
- Nice sanity test for making sure that Host address is corresponding to the right node.
- Simple apps that need to only write to one node requires less user configuration.
- Complex apps that use multiple clients - 1 per node - would make it easier to determine which client/node connection is in use or failing.
Thank you for your time.