调用DescribePrice查询云服务器ENS资源的最新价格。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
ens:DescribePrice | get | *全部资源 * |
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceType | string | 是 | 实例规格。 | ens.sn1.tiny |
EnsRegionId | string | 是 | 节点 ID。 | cn-shanghai-unicom |
Period | integer | 是 | 购买资源的时长。
| 1 |
SystemDisk.Size | integer | 是 | 系统盘大小,单位:GB | 20 |
Quantity | integer | 是 | 数量。 | 1 |
DataDisk.1.Size | integer | 否 | 数据盘大小,单位 GB。如果此字段不为空,则以此段为准。 | 50 |
InternetChargeType | string | 是 | ENS 带宽计费方式。取值:
| 95BandwidthByMonth |
DataDisks | array<object> | 否 | 如果 DataDisk.1.Size 为空且本字段不为空时的则以本字段为准。 | |
object | 否 | |||
Category | string | 否 | 磁盘类型 | cloud_efficiency |
Size | long | 否 | 数据盘大小,单位:GB。 | 50 |
PeriodUnit | string | 否 | 查询云服务器 ENS 不同计费周期的价格。取值范围:
| Month |
返回参数
示例
正常返回示例
JSON
格式
{
"PriceInfo": {
"Price": {
"Currency": "USD",
"DiscountPrice": 1,
"OriginalPrice": 16125,
"TradePrice": 126.75
}
},
"RequestId": "694EB8FF-446C-5B1E-8146-9629E492551F"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | MissingParameter | The input parameter that is mandatory for processing this request is not supplied. | - |
400 | InstanceIdNotFound | The input parameter instancdId that is not found. | 指定的实例ID不存在。 |
400 | NoPermission | Permission denied. | 没有足够的权限,请联系云账号管理员授予您相应权限。 |
400 | InvalidParameter | The input parameter is Invalid. | - |
400 | StockNotEnough | The specified configuration is unavailable. Reconfigure and try again. | - |
400 | InvalidParameter.%s | The specified field %s invalid. Please check it again. | - |
400 | InvalidParameter | The errorMessage is %s. Please check it again. | - |
400 | StockNotEnough | The specified EnsRegionId is unavailable. Reconfigure and try again. | - |
400 | StockNotEnough | The specified InstanceSpec is unavailable. Reconfigure and try again. | - |
400 | CallInterface | Call Interface Happen Error. | 接口调用出错。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2023-12-26 | OpenAPI 错误码发生变更 | 查看变更详情 |