digitalocean / api-v2

DigitalOcean API v2 feedback
https://developers.digitalocean.com
139 stars 19 forks source link

How do I find out which domains are on which droplet? #131

Open opn opened 9 years ago

opn commented 9 years ago

I cannot see how to do this with the v2 API? Lot's of info about all the domains across all the droplets, and lots of info about droplets - but nothing that ties them together?

The only way i can think of doing it is by extracting IP address information from both sets of API calls.

phillbaker commented 9 years ago

@opn that's correct, at this point there isn't a direct look up between the two objects.

What's the problem you're trying to solve?