Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Example:
"54fb80af-576c-4fdc-ba4f-b596c83f15a1"
the location (data center) where the database will be created
Example:
"us-central1"
the resource type (database size) to be created
Available options:
db1
, db2
, db3
, db4
, db5
, db6
, db7
, db8
, db9
Example:
"db1"
Example:
"test-db"
Example:
"test-db"
Example:
"example-password"
Available options:
postgresql
, redis
, mariadb
, mysql
Example:
"postgresql"
Example:
"15"
Only optional for Redis. Required for all other types.
Example:
"example-user"
Response
Response object of create database request