GET
/
v2
/
redis
/
database
/
{id}

Request

id
string
required

The ID of the database to reset password

credentials
string

Set to hide to remove credentials from the response.

Response

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

rest_token
string

Token for rest based communication with the database

read_only_rest_token
string

Read only token for rest based communication with the database

db_max_clients
int

Max number of concurrent clients can be opened on this database currently

db_max_request_size
int

Max size of a request that will be accepted by the database currently(in bytes)

db_disk_threshold
int

Total disk size limit that can be used for the database currently(in bytes)

db_max_entry_size
int

Max size of an entry that will be accepted by the database currently(in bytes)

db_memory_threshold
int

Max size of a memory the database can use(in bytes)

db_daily_bandwidth_limit
int

Max daily bandwidth can be used by the database(in bytes)

db_max_commands_per_second
int

Max number of commands can be sent to the database per second

db_request_limit
int

Total number of commands can be sent to the database