关闭实例自动续费

url参数

ActionVersionMethod描述
CloseRedisAutoRenew2018-03-22GET关闭实例自动续订功能

请求参数

参数名称说明参数类型是否必填备注
RedisId实例IdString
ActionCloseRedisAutoRenewString
Version2018-03-22String

返回参数

参数名称参数类型描述
CodeString公共错误码, “Success”表示成功,其他值表示失败
MessageString信息描述

状态码

错误码(Code)错误提示(Message)http status code说明
ClusterNotFound实例不存在,请指定正确的集群名称400实例不存在
InvalidParameterValueThe parameter AutoRenewPeriod cannot accept value {value}"400参数不合法

请求示例

GET https://open.cn-east-1.163yun.com/ncr?Action=CloseRedisAutoRenew&Version=2018-03-22&RedisId=733fb5eb-7c0b-4fa3-97f7-9484fd76156d

返回示例

{
  "Code": "Success",
  "Message": "The Api was called successfully"
}