创建自动续费规则
更新时间:2024-11-11
该接口用于创建自动续费规则。
- 若您的资源即将到期(到期时间小于24小时),建议您先进行手动续费。
- 开通自动续费后,系统会在到期日前7天自动为其续费。
- 自动续费将按照您最近一次设置的续费周期执行。
- 实例关联的预付费CDS同步创建自动续费规则。
请求结构
POST /v{version}/instance/batchCreateAutoRenewRules HTTP/1.1
Host: bcc.bj.baidubce.com
Authorization: authorization string
{
"renewTimeUnit":renewTimeUnit,
"renewTime": renewTime,
"renewEip": renewEip,
"instanceId": instanceId
}
请求头域
除公共头域外,无其它特殊头域。
请求参数
参数名称 | 类型 | 是否必需 | 参数位置 | 描述 |
---|---|---|---|---|
version | String | 是 | URL参数 | API版本号 |
instanceId | String | 是 | RequestBody参数 | 实例Id |
renewTimeUnit | String | 是 | RequestBody参数 | 续费时间,单位:month,支持1, 2, 3, 4, 5, 6, 7, 8, 9;单位:year,支持1, 2, 3 |
renewTime | int | 是 | RequestBody参数 | 续费时长 |
renewEip | boolean | 否 | RequestBody参数 | 是否合并eip自动续费,默认值为true。 |
返回头域
除公共头域,无其它特殊头域。
请求示例
POST /v2/instance/batchCreateAutoRenewRules HTTP/1.1
Host: bcc.bj.baidubce.com
ContentType: application/json
Authorization: bce-auth-v1/f81d3b34e48048f***
{
"renewTimeUnit": "month",
"renewTime": 1,
"renewEip": false,
"instanceId": "i-RrgyXFh4"
}
响应示例
HTTP/1.1 200 OK
x-bce-request-id: 956690b1-f4b0-4452-9e50-8e75cae04333
Date: Tue, 28 Mar 2023 08:06:35 GMT
Content-Type: application/json;charset=UTF-8
Server: BWS