Contents:
1. API Description
Domain name for API request: redis.tencentcloudapi.com.
This API is used to get the backup configuration.
A maximum of 20 requests can be initiated per second for this API.
Note: This API supports Finance regions. If the common parameter Region is a Finance region, a domain name with the Finance region needs to be specified, for example: redis.ap-shanghai-fsi.tencentcloudapi.com
2. Input Parameters
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: DescribeAutoBackupConfig |
Version | Yes | String | Common parameter. The value used for this API: 2018-04-12 |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
InstanceId | Yes | String | Instance ID |
3. Output Parameters
Parameter Name | Type | Description |
---|---|---|
AutoBackupType | Integer | Backup type. Auto backup type: 1 "scheduled rollback" |
WeekDays | Array of String | Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday. |
TimePeriod | String | Time period. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
4. Example
Example1 Request Sample
Input Example
https://redis.tencentcloudapi.com/?Action=DescribeAutoBackupConfig
&InstanceId=crs-5a4py64p
&<Common request parameter>
Output Example
{
"Response": {
"RequestId": "65e950b9-78e8-49b1-9200-0e62a1925559",
"AutoBackupType": 1,
"WeekDays": [
"Monday",
"Tuesday"
],
"TimePeriod": "01:00-02:00"
}
}
5. Developer Resources
API Explorer
This tool allows online call, signature authentication, SDK code generation and quick search of APIs to greatly improve the efficiency of using TencentCloud APIs.
6. Error Code
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError.InternalError | Internal error. |
InvalidParameter.InvalidParameter | Invalid service parameter. |
InvalidParameter.PermissionDenied | The API has no CAM permissions. |
ResourceNotFound.InstanceNotExists | No Redis instance is found by the serialId. |
UnauthorizedOperation.NoCAMAuthed | No CAM permissions. |