# 获取共享带宽升级价格 - DescribeShareBandwidthUpdatePrice

## 简介

获取共享带宽升级价格





## 定义

### 公共参数

| 参数名 | 类型 | 描述信息 | 必填 |
|:---|:---|:---|:---|
| **Action**     | string  | 对应的 API 指令名称，当前 API 为 `DescribeShareBandwidthUpdatePrice`                        | **Yes** |
| **PublicKey**  | string  | 用户公钥，可从 [控制台](https://console.genesissai.com/uaccount/api_manage) 获取                                             | **Yes** |
| **Signature**  | string  | 根据公钥及 API 指令生成的用户签名，参见 [签名算法](/docs/api/summary/signature.md)  | **Yes** |

### 请求参数

| 参数名 | 类型 | 描述信息 | 必填 |
|:---|:---|:---|:---|
| **Region** | string | 地域。 参见 [地域和可用区列表](/docs/api/summary/regionlist) |**Yes**|
| **ShareBandwidthId** | string | 共享带宽Id |**Yes**|
| **ShareBandwidth** | int | 共享带宽值 |**Yes**|

### 响应字段

| 字段名 | 类型 | 描述信息 | 必填 |
|:---|:---|:---|:---|
| **RetCode** | int | 返回状态码，为 0 则为成功返回，非 0 为失败 |**Yes**|
| **Action** | string | 操作指令名称 |**Yes**|
| **Message** | string | 返回错误消息，当 `RetCode` 非 0 时提供详细的描述信息 |No|
| **Price** | float | 共享带宽升降级价格 |**Yes**|




## 示例

### 请求示例
    
```
https://api.genesissai.com/?Action=DescribeShareBandwidthUpdatePrice
&ShareBandwidthId=rZhvvKkB
&ShareBandwidth=2
```

### 响应示例
    
```json
{
  "Action": "DescribeShareBandwidthUpdatePriceResponse",
  "Price": "CkbyVeYU",
  "RetCode": 0
}
```





