Redis
Create a Redis Database
This endpoint creates a new Redis database.
POST
Request Parameters
string
required
Name of the database
string
required
Region of the database.\ Options:
eu-west-1, us-east-1, us-west-1,
ap-northeast-1 or us-central1boolean
required
Set true to enable tls.
Response Parameters
string
ID of the created database
string
Name of the database
string
Type of the database in terms of pricing model(Free, Pay as You Go or
Enterprise)
string
The region where database is hosted
int
Database port for clients to connect
int
Creation time of the database as Unix time
string
State of database (active or deleted)
string
Password of the database
string
Email or team id of the owner of the database
string
Endpoint URL of the database
boolean
TLS/SSL is enabled or not