购买存储包。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ClientToken | string | 否 | 该参数用于保证请求的幂等性。由客户端生成该参数值,保证在不同请求间该参数值的唯一性。该参数区分大小写、长度不超过 64 个 ASCII 字符。 | 6000170000591aed949d0f5******************** |
Period | string | 是 | 存储包时长单位。取值:
| Month |
UsedTime | string | 是 | 存储包的使用时长。
| 3 |
StorageClass | string | 是 | 存储包的规格,单位为 GB。取值范围:【50,100,200,300,500,1000,2000,3000,5000,10000,15000,20000,25000,30000,50000,100000,200000】。 | 500 |
StorageType | string | 是 | 存储包类型。取值:
| Mainland |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "69A85BAF-1089-4CDF-A82F-0A140F******",
"DBInstanceId": "POLARDB-cn-**************",
"OrderId": "2035638*******"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidStorageUsedTime.Malformed | The UsedTime is not valid. | UsedTime无效 |
400 | MissParameter.StorageUsedTime | The StoragePeriod is needed. | 需要存储期 |
400 | MissParameter.StoragePeriod | The StoragePeriod is needed. | 需要存储期 |
400 | MissParameter.StorageClass | The StorageClass is needed. | 需要存储规格 |
400 | MissParameter.StorageType | The StorageType is needed. | 需要存储类型 |
400 | InvalidStorageClass.Malformed | The Specified StorageClass is not valid. | 指定的StorageClass无效。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 | ||||
---|---|---|---|---|---|---|
2023-09-12 | OpenAPI 错误码发生变更 | 看变更集 | ||||
|