Redis
Create a Redis Database (Regional - DEPRECATED)
This endpoint creates a new regional Redis database. This behaviour is deprecated in favor of Global databases and support for it will be removed in the upcoming releases.
POST
/
v2
/
redis
/
database
Request Parameters
name
string
requiredName of the database
region
string
requiredRegion of the database.\ Options: eu-west-1
, us-east-1
, us-west-1
,
ap-northeast-1
or us-central1
tls
boolean
requiredSet true to enable tls.
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/SSL is enabled or not
Was this page helpful?