Create a new database

Takes a user provided databaseInfo and returns the uuid for a new database

Body Params

Definition of new database

string
required

Name of the database--user friendly identifier

string
required

Keyspace name in database

string
enum
required

CloudProvider where the database lives

Allowed:
string
enum
required

Tier defines the compute power (vertical scaling) for the database, developer gcp is the free tier.

integer
required
1 to 100

CapacityUnits is the amount of space available (horizontal scaling) for the database. For free tier the max CU's is 1, and 100 for CXX/DXX the max is 12 on startup.

string
required

Region refers to the cloud region.

string
required

User is the user to access the database

string
required

Password for the user to access the database

Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*
application/json