获取价格-DescribeUMemPrice
获取UMem实例价格信息
Request Parameters
Response Elements
Parameter name | Type | Description | Required |
RetCode | int | 操作返回码 | Yes |
Action | string | 操作名称 | Yes |
DataSet | array | 价格 参数见 UMemPriceSet | No |
UMemPriceSet
Parameter name | Type | Description | Required |
ChargeType | string | Year, Month, Dynamic,Trial | No |
Price | float | 价格,单位: 元,保留小数点后两位有效数字 | No |
Request Example
https://api.ucloud.cn/udisk/?Action=DescribeUMemPrice &Region=cn-north-02 &Zone=cn-bj2-04 &Size=1 &Type=double &ChargeType=Month &Quantity=12
Response Example
{ "Action": "DescribeUMemPriceResponse", "RetCode": 0, "DataSet": [ { "Price": 1360, "ChargeType": "Month" } ] }