调用UpdatePrivateRdsClass接口升级或降级存储层私有定制RDS实例的规格。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
RdsClass | String | 是 | rds.mysql.c1.xlarge | 更新后的存储层私有定制RDS实例规格码。 |
DrdsInstanceId | String | 是 | drds************* | 实例ID。 |
DBInstanceId | String | 是 | rm-*************** | 存储层私有定制RDS实例ID。 |
Storage | String | 是 | 50 | 更新后的存储层私有定制RDS实例的存储空间。 |
Action | String | 是 | UpdatePrivateRdsClass | 系统规定参数。取值:UpdatePrivateRdsClass。 |
AutoUseCoupon | Boolean | 否 | true | 是否使用代金券抵扣购买费用,取值为:true或false(默认值)。 |
PrePayDuration | Integer | 否 | 20 | 无效字段。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Data | String | { "orderId": "209136011******" } | 订单ID。 |
RequestId | String | 57D86AB4-8703-4DF4-BAB6-F7DE44WS345T | 请求ID。 |
Success | Boolean | true | 请求是否成功。 |
示例
请求示例
http(s)://[Endpoint]/?RdsClass=rds.mysql.c1.xlarge
&DrdsInstanceId=drds*************
&DBInstanceId=rm-***************
&Storage=50
&Action=UpdatePrivateRdsClass
&AutoUseCoupon=true
&PrePayDuration=20
&公共请求参数
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<UpdatePrivateRdsClassResponse>
<Data>{ "orderId": "209136011******" }</Data>
<RequestId>57D86AB4-8703-4DF4-BAB6-F7DE44WS345T</RequestId>
<Success>true</Success>
</UpdatePrivateRdsClassResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"Data" : "{ \"orderId\": \"209136011******\" }",
"RequestId" : "57D86AB4-8703-4DF4-BAB6-F7DE44WS345T",
"Success" : true
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
500 | ModifyRdsClassApiError | Failed to modify the class of the RDS instance. | RDS实例变配失败 |
500 | InternalError | The request processing has failed due to some unknown error. | 请求失败,内部错误 |
访问错误中心查看更多错误码。