指定时间点回档

url参数

ActionVersionMethod描述
RedisAofRollback2018-03-22GET指定时间点回档,支持主从版本

请求参数

参数名称说明参数类型是否必填
RedisId实例IdString
TimePoint3天前任意时间点,unix时间戳,UTC+8时间Long
ActionRedisAofRollbackString
Version2018-03-22String

返回参数

参数名称参数类型描述
CodeString公共状态码, “Success”表示成功,其他值表示失败。
MessageString信息描述
RequestIdString请求id

状态码

错误码(Code)错误提示(Message)HTTP状态码说明
Success200成功
MissingParameterRequired String parameter {参数名} is not present400缺失参数
ClusterNotFound实例不存在,请指定正确的集群名称404实例不存在,请指定正确的集群名称
TypeMismatchParam IllegalTypeInt type is java.lang.String but require long please check!!!400参数类型不匹配
AofArchiveNotFoundCan not find aof archive file404找不到归档文件

请求示例

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"
}