Question
How to be notified when a droplet is active after his creation
Hi ! I’m working on an automation script with the DO API and Ansible. I can create a lot of droplets but how to know if the created droplets has been active ?
The first ( naive ) approach uses the following process :
A. Create droplet with the Digital Ocean API
B. Call the API to get the created droplet informations
1. is active ?
yes :
no : go to B
In the best world, after the droplet creation, I will be notified ( like a webhoock executed when the droplet creation is finished ). Is it possible ?
Many thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×