该接口用于变更RDS实例的计费方式。
接口说明
适用引擎
- RDS MySQL
- RDS PostgreSQL
- RDS SQL Server
- RDS MariaDB
相关功能文档
警告 该API操作涉及费用,请仔细阅读相关功能文档后再进行操作。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
rds:TransformDBInstancePayType | WRITE |
|
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ClientToken | string | 否 | 用于保证请求的幂等性,防止重复提交请求。由客户端生成该参数值,要保证在不同请求间唯一,最大值不超过64个ASCII字符,且该参数值中不能包含非ASCII字符。 | ETnLKlblzczshOTUbOCz**** |
DBInstanceId | string | 是 | 实例ID。可调用DescribeDBInstances获取。 | rm-uf6wjk5**** |
UsedTime | integer | 否 | 指定购买时长。取值:
说明若PayType=Prepaid,需要传入该参数。 | 1 |
PayType | string | 是 | 实例的付费类型。取值:
| Prepaid |
Period | string | 否 | 指定预付费实例为包年或者包月类型。取值:
说明若PayType=Prepaid,需要传入该参数。 | Month |
BusinessInfo | string | 否 | 业务扩展参数。 | 123456789 |
AutoRenew | string | 否 | 是否开启自动续费。取值:
说明 | true |
返回参数
示例
正常返回示例
JSON
格式
{
"DBInstanceId": "rm-uf6wjk5****",
"RequestId": "5E6E09DE-5B12-4BFF-A55E-1C86EDE06D9A",
"ExpiredTime": "2020-04-20T10:00:00Z",
"OrderId": 0,
"ChargeType": "Prepaid"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidDBInstanceName.NotFound | The specified DB instance name does not exist. | 数据库实例名称不存在,请检查。 |
400 | InvalidInstanceUseType.NotSupport | Specified instanceUseType does not support in RDS. | 操作失败,RDS中不支持指定的instanceUseType。 |
400 | InvalidOrderCharge.NotSupport | The specified order charge does not support in RDS. | 操作失败,RDS支持Prepaid(包年包月)和Postpaid(按量付费)两种计费方式,请设置正确的实例PayType(付费类型)。 |
400 | InvalidOrderTask.NotSupport | The Current InstanceId exist Order Task in RDS. | 当前实例存在未执行完成的订单任务,请稍后重试。 |
400 | IncorrectDBInstanceType | Current DB instance type does not support this operation. | 操作失败,该实例状态下不支持此操作。 |
400 | IncompleteAccountInfo | Your information is incomplete. Complete your information before the operation. | 操作失败,账号信息中带*为必填项,请补充填写。路径:账号中心-基本信息。 |
400 | IncompleteTaxInfo | Your tax information is incomplete. Complete your information before the operation. | 操作失败,税务信息尚未完善。请补充信息。 |
400 | InvalidPaymentMethod.Incomplete | No payment method is specified for your account. We recommend that you add a payment method. | 您的账户暂无有效支付方式,请添加支付方式。 |
400 | InvalidPaymentMethod.Missing | Your payment method is incomplete. We recommend that you add a payment method. | 当前账户暂无有效支付方式,请添加支付方式。 |
400 | InsuffcientBalanceOrBankAccount | Add a payment method or add funds to the prepayment balance. Get started by creating an instance. | 当前账户暂无有效支付方式,请添加支付方式或给预付款充值。 |
400 | InvalidPaymentMethod.NoAccess | No payment method is specified for your account. Please contact your Customer Manager or open a ticket. | - |
400 | InvalidPaymentMethod.Missing | No payment method is specified for your account. We recommend that you add a payment method. | 您的账户暂无有效支付方式,请添加支付方式。 |
400 | InvalidPaymentMethod.InsufficientBalance | No payment method is specified for your account. We recommend that you add a payment method or add funds to the prepayment balance. | - |
400 | OrderTaskAlreadyExists | Order task already exists. | 操作失败,当前订单任务已存在。 |
400 | InvalidOldInstanceType.NotSupport | Specified oldInstanceType does not support in RDS. | 当前实例版本不支持该操作。 |
400 | OperationDenied.TimeLimit | The interval between the two conversion operations must be greater than 15 minutes. | 操作失败,两次支付类型转换操作的时间间隔应大于15分钟。 |
400 | InvalidDBInstanceId.Malformed | The specified parameter DBInstanceId is not valid. | 实例ID无效,请检查实例ID是否存在。 |
400 | InvalidPayType.Malformed | The specified parameter PayType is not valid. | - |
400 | InvalidResource.Format | The specified parameter Resource is not valid. | 资源无效。 |
400 | InvalidPayType.Format | The specified parameter PayType is not valid. | 操作失败,付款类型无效。 |
400 | InvalidUsedTime.Format | The specified parameter UsedTime is not valid. | UsedTime未定义。 |
400 | InvalidPeriod.Format | The specified parameter Period is not valid. | - |
400 | InvalidPeriodOrUsedTime.Format | The specified parameter Period and UsedTime are not valid. | - |
400 | InvalidDiscountCoupon.Malformed | The specified discount coupon is not valid. | - |
400 | InsufficientQuota.NoEnough | Your current quota is insufficient. Please contact your channel partner to increase your quota. | 您当前quota配额不足,请您可以联系渠道伙伴为您增加额度。 |
400 | SYSTEM.ILLEGALARGUMENT | The current instance does not have a valid configuration when change the payType from Prepaid to Postpaid. | 包年包月转按量付费,当前实例无有效配置。 |
403 | OperationDenied.LockMode | The operation is not permitted when the instance locked. | 操作失败,实例锁定中。可能账户余额不足,请续费后解锁实例。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
2023-05-04 | OpenAPI 错误码发生变更 | |||||||||||
| ||||||||||||
2022-09-01 | OpenAPI 错误码发生变更 | |||||||||||
| ||||||||||||
2021-10-26 | OpenAPI 错误码发生变更,OpenAPI 入参发生变更 | |||||||||||
|