Environment
MultiPortal Version: v1.2.1
Proxmox VE Version: 9.1.1
Deployment Type: Single Node
Description
There is no documented way (in the Swagger API or somewhere else) to obtain the Guest Agent Information like the current IP Adress of a VM. I have found a Workaround by analysing the GET Requests my Browser does but this does not seem like a viable and futureproof solution.
I have also found out that there is no way to create/list/revert/delete Snapshots of a VM via the API. I have done the same thing with the workaround via the get requests (even tho its a little bit harder to do) but its also no futureproof solution.
It would be good to have api endpints for this (or they already exist and I havent found them yet), especially for deployment automations and data retrieval.
Expected Behavior
API Endpoints for Snapshot Management and Guest Agent Information
Actual Behavior
No Documented API endpoints in the Swagger API Documentation or somewhere else. No good way to implement it other than using the endpoints the browser uses and reverse enginnering those.
Thank you in advance for the Help!
Kind Regards,
Fabio