指定时间点回档
url参数
Action | Version | Method | 描述 |
RedisAofRollback | 2018-03-22 | GET | 指定时间点回档,支持主从版本 |
请求参数
参数名称 | 说明 | 参数类型 | 是否必填 |
RedisId | 实例Id | String | 是 |
TimePoint | 3天前任意时间点,unix时间戳,UTC+8时间 | Long | 是 |
Action | RedisAofRollback | String | 是 |
Version | 2018-03-22 | String | 是 |
返回参数
参数名称 | 参数类型 | 描述 |
Code | String | 公共状态码, “Success”表示成功,其他值表示失败。 |
Message | String | 信息描述 |
RequestId | String | 请求id |
状态码
错误码(Code) | 错误提示(Message) | HTTP状态码 | 说明 |
Success | | 200 | 成功 |
MissingParameter | Required String parameter {参数名} is not present | 400 | 缺失参数 |
ClusterNotFound | 实例不存在,请指定正确的集群名称 | 404 | 实例不存在,请指定正确的集群名称 |
TypeMismatch | Param IllegalTypeInt type is java.lang.String but require long please check!!! | 400 | 参数类型不匹配 |
AofArchiveNotFound | Can not find aof archive file | 404 | 找不到归档文件 |
请求示例
GET https://open.cn-east-1.163yun.com/ncr?Action=RedisAofRollback&Version=2018-03-22&TimePoint=1537008625&RedisId=bcb18bc7-2db2-4f13-b935-aedbec06fc22
返回示例
{
"RequestId": "b83bcea5-7e98-4db0-95a3-e87668438942",
"Code": "Success",
"Message":"submit success"
}