POST
/
v2
/
redis
/
database

Request Parameters

name
string
required

Name of the database

region
string
default: "global"required

Region of the database. Only valid option is global.

primary_region
string
required

Primary Region of the Global Database.

Available regions: us-east-1, us-west-1, us-west-2, eu-west-1, eu-central-1, ap-southeast-1, ap-southeast-2, sa-east-1

read_regions
Array<string>

Array of Read Regions of the Database.

Available regions: us-east-1, us-west-1, us-west-2, eu-west-1, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1

Response Parameters

database_id
string

ID of the created database

database_name
string

Name of the database

database_type
string

Type of the database in terms of pricing model(Free, Pay as You Go or Enterprise)

region
string

The region where database is hosted

port
int

Database port for clients to connect

creation_time
int

Creation time of the database as Unix time

state
string

State of database (active or deleted)

password
string

Password of the database

user_email
string

Email or team id of the owner of the database

endpoint
string

Endpoint URL of the database

tls
boolean

TLS is always enabled for new databases