Question
DigitalOcean API to fetch the names and creation date
Hello,
I want to fetch only the names and creation dates of the droplets running in our account.
I am using this command “curl -X GET -H ‘Content-Type: application/json’ -H 'Authorization: Bearer <token>’ ”https://api.digitalocean.com/v2/droplets“ , but it returns all the details.
I would like to know if there any option to get only names and creation dates of the droplets.
Thanks is advance
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.
×