Hello Proxmox team,
First, thank you for the great product!
I am encountering an issue when using the Proxmox API in my C# application with the Corsinvest.ProxmoxVE.Api library. Specifically, when I send multiple requests to clone a VM (e.g., cloning 20 VMs simultaneously), the API returns a success message for all requests, even when there are errors on the web server side.
For example, I receive a success response even when the server encounters an error like:
"create full clone of drive...
Read more
First, thank you for the great product!
I am encountering an issue when using the Proxmox API in my C# application with the Corsinvest.ProxmoxVE.Api library. Specifically, when I send multiple requests to clone a VM (e.g., cloning 20 VMs simultaneously), the API returns a success message for all requests, even when there are errors on the web server side.
For example, I receive a success response even when the server encounters an error like:
"create full clone of drive...
Read more