Querying the Free Trial Permissions of a Tenant (Unavailable Soon)
Function
This API is used to query the free trials that a tenant can participate in.
This API is supported only in CN North-Beijing1, CN East-Shanghai2, and CN South-Guangzhou regions.
Request
Request parameters
None
Example request
None
Response
Response parameters
| Parameter | Type | Description |
|---|---|---|
| engine | String | Engine type. Options: Redis and Memcached. |
| version | String | Engine version. |
| support | Boolean | An indicator of whether a tenant is eligible for a trial. |
| cause_id | String | ID of a cause for which a tenant is ineligible for a trial. |
| message | String | Additional information. |
| cause_id | Description |
|---|---|
| 111400129 | No free trials are available. |
| 111400125 | The free trial quota has been reached, or the tenant is ineligible for the free trial currently. |
Example response
{
"domain_id": "xx",
"domain_name": "xx",
"free_trials": [{
"engine": "redis",
"support": true,
"cause_id": "xxx",
"message": "xx"
}]
}
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.