By Tuan Tran
Hi, I have problems with creating Droplet the database, I read the document and used API to get the list database option but not the price in response API: https://api.digitalocean.com/v2/databases/options Response:
{
"options": {
"mongodb": {
"regions": [...],
"versions": [...],
"layouts": [
{
"num_nodes": 1,
"sizes": [
"db-s-1vcpu-1gb",
"..."
]
}
]
}
}
}
I need to get the price with size db-s-1vcpu-1gb, Is there any API to get the price-by-size database? Thanks
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Hey,
Indeed, this seems to only be available for the Droplet sizes via this endpoint here:
https://docs.digitalocean.com/reference/api/api-reference/#operation/sizes_list
The best thing to do to get your voice heard regarding this would be to head over to our Product Ideas board and post a new idea, including as much information as possible for what you’d like to see implemented.
Hope that helps!
- Bobby.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.