实例开启自动续费
更新时间:2023-07-13
接口说明
实例开启自动续费
本接口版本V1
请求结构
PUT /v{version}/instance/?autoRenew HTTP/1.1
HOST: rds.bj.baidubce.com
Authorization:authorization string
{
"instanceIds" : [ "instanceIds" ],
"autoRenewTime" : 0,
"autoRenewTimeUnit" : "autoRenewTimeUnit"
}
请求头域
除公共头域外,无其它特殊头域。
请求参数
参数名称 | 参数类型 | 是否必须 | 参数位置 | 示例值 | 描述 |
---|---|---|---|---|---|
version | String | 是 | Path | 1 | API版本号 |
instanceIds | List<String> | 否 | RequestBody参数 | ["rds-eFTECIvN"] | 实例ID列表 |
autoRenewTimeUnit | String | 否 | RequestBody参数 | month | 自动续费周期单位(年:year;月:month) |
autoRenewTime | Integer | 否 | RequestBody参数 | 1 | 续费周期按月(不超过9个月)按年付费(不超过3年) |
返回头域
除公共头域外,无其它特殊头域。
返回参数
无
请求示例
PUT /v1/instance/?autoRenew
HOST: rds.bj.baidubce.com
Content-Type: application/json
Authorization: bce-auth-v1/f81d3b34e48048fbb2634dc7882d7e21/2017-11-21T04:17:29Z/3600/host/74c506f68c65e26c633bfa104c863fffac5190fdec1ec24b7c03eb5d67d2e1de
{
"instanceIds" : [ "rds-eFTECIvN" ],
"autoRenewTime" : 1,
"autoRenewTimeUnit" : "month"
}
返回示例
HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
Date: Wed, 08 Jul 2015 03:28:11 GMT
x-bce-request-id: d8752367-38e8-45e4-b4c7-e53be3137ce5
Server: BWS