获取挂载磁盘的升级价格-GetAttachedDiskUpgradePrice

获取挂载磁盘的升级价格

Request Parameters

Parameter nameTypeDescriptionRequired
Regionstring地域。 参见 地域和可用区列表Yes
Zonestring可用区。参见 可用区列表No
ProjectIdstring项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口No
DiskSpaceint磁盘大小,单位GB,步长为10。取值范围需大于当前磁盘大小,最大值请参考磁盘类型Yes
DiskIdstring磁盘ID。参见 DescribeUHostInstance返回值中的DiskSet。Yes
UHostIdstringUHost实例ID。 参见 DescribeUHostInstanceYes
BackupModestring磁盘备份方案。枚举值:
> NONE,无备份
> DATAARK,数据方舟
当前磁盘支持的备份模式参考 磁盘类型。默认值为当前的备份模式。
No

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes
Pricefloat升级差价。精度为小数点后2位。No

Request Example

https://api.ucloud.cn/?Action=GetAttachedDiskUpgradePrice
&Region=mxTjdPUG
&Zone=GxCoXGWk
&ProjectId=abcdNzFG
&DiskSpace=8
&DiskId=zPpZIRGk
&UHostId=wRVYAONq
&BackupMode=NONE

Response Example

{
    "Price": 3.26,
    "RetCode": 0,
    "Action": "GetAttachedDiskUpgradePriceResponse"
}