Hi there,
I'm currently trying to create a web interface with my proxmox server with this API : https://github.com/CpuID/pve2-api-php-client, this interface is to create and configure openvz containers automaticly,
I already managed to create and start containers with the API, but I would like to make it automatic that's why I need to know when the containers is done being created so I can launch the start command.
Is there a way to catch datas such as the TASK OK we can see in the proxmox interface ?
I hope this is the right place to post and I thank you in advance for your answers.
I'm currently trying to create a web interface with my proxmox server with this API : https://github.com/CpuID/pve2-api-php-client, this interface is to create and configure openvz containers automaticly,
I already managed to create and start containers with the API, but I would like to make it automatic that's why I need to know when the containers is done being created so I can launch the start command.
Is there a way to catch datas such as the TASK OK we can see in the proxmox interface ?
I hope this is the right place to post and I thank you in advance for your answers.