Report this

What is the reason for this report?

How to get List Database Option with price via API ?

Posted on March 30, 2024

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.
0

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.

https://ideas.digitalocean.com/

Hope that helps!

- Bobby.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.