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!
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.
Hey,
Indeed, this seems to only be available for the Droplet sizes via this endpoint here:
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.