I am trying to deploy cloud VM’s using Postman and below is the workflow that I am trying accomplish.
1.) Send request to deploy VM image. (it may take few minutes for the vm to be successfully deployed). 2.) Send another request to check the status of VM deployment , check response for completion. 3.) If response is not completed , send another health check request after 10 seconds, until response contains completed. 4.) If response for above health is successful , execute next request in collection.
Thanks