In my code, right after I send POST request to create virtual machine, I am trying to get its configuration (or status): "pvesh get /nodes/pve/qemu/101/config"
This command results in InternalServerError:
If I do a 2 second sleep before making a request for this config, then I don't get this error.
What is the right way to check that virtual machine was created and I can perform operations on it?
This command results in InternalServerError:
If I do a 2 second sleep before making a request for this config, then I don't get this error.
What is the right way to check that virtual machine was created and I can perform operations on it?