Managed Databases API

You can create and scale database clusters, restore them from backups, create databases, and manage users and access with the Managed Databases API.

Authorization

Keystone tokens which are passed in the X-Auth-Token header are used to work with the Managed Databases API.

URL: https://<pool>.dbaas.selcloud.ru/v1/

Specify <pool> — database pool.

An example query to obtain the list of configuration parameters in the ru-1 pool:

curl -i \
-H 'X-Auth-Token: <keystone_token>' \
https://ru-1.dbaas.selcloud.ru/v1/configuration-parameters

Specify <keystone_token> — a Keystone token.