参考本示例查询后付费计费方式的负载均衡SLB的价格。

询价说明

获取后付费SLB实例的价格,您需要完成以下操作:
  1. 调用QueryProductList获取产品code,负载均衡SLB的产品code为slb
  2. 调用DescribePricingModule接口获取产品的配置参数。该接口须指定ProductCodeSubscriptionType参数。后付费产品的SubscriptionType取值为PayAsYouGo

    下表列举了获取后付费SLB实例价格需提供的参数。

    返回参数 示例值 取值范围
    Region cn-hangzhou 地域信息。
    ModuleList.1.ModuleCode LoadBalancerSpec 实例规格。
    ModuleList.1.Config LoadBalancerSpec:slb.s0.share 实例规格取值:
    • slb.s0.share:性能共享型实例。
    • slb.s1.small:简约型I。
    • slb.s2.small:标准型I。
    • slb.s2.medium:标准型II。
    • slb.s3.small:高阶型I。
    • slb.s3.medium:高阶型II。
    • slb.s3.large:超强型I。
    ModuleList.1.PriceType Hour 价格类型。
    ModuleList.2.ModuleCode InternetTrafficOut 按使用流量计费。
    ModuleList.2.Config InternetTrafficOut:1 按使用流量计费值。
    • 1:按使用流量计费。
    • 0:按固定带宽计费。
    ModuleList.2.PriceType Usage 价格类型。
    ModuleList.3.ModuleCode InstanceRent 配置费用。
    ModuleList.3.Config InstanceRent:1 配置费用对应值。
    ModuleList.3.PriceType Hour 价格类型。
    ModuleList.4.ModuleCode Bandwidth 按固定单宽计费。
    ModuleList.4.Config Bandwidth:10240 固定单宽对应值,1024~5120000(值为1024整数倍,单位Kbps)。
    ModuleList.4.PriceType Hour 价格类型。
  3. 调用GetPayAsYouGoPrice接口获取后付费SLB实例的价格。

请求示例(按流量计费)

https://business.aliyuncs.com/?Action=GetPayAsYouGoPrice
&ProductCode=slb
&SubscriptionType=PayAsYouGo
&Region=cn-qingdao
&ModuleList.1.ModuleCode=LoadBalancerSpec
&ModuleList.1.Config=LoadBalancerSpec:slb.s3.large
&ModuleList.1.PriceType=Hour
&ModuleList.2.ModuleCode=InternetTrafficOut
&ModuleList.2.Config=InternetTrafficOut:1
&ModuleList.2.PriceType=Usage
&ModuleList.3.Config=InstanceRent:1
&ModuleList.3.ModuleCode=InstanceRent
&ModuleList.3.PriceType=Hour
&公共参数

请求示例

按固定带宽计费。

https://business.aliyuncs.com/?Action=GetPayAsYouGoPrice
&ProductCode=slb
&SubscriptionType=PayAsYouGo
&Region=cn-qingdao
&ModuleList.1.ModuleCode=LoadBalancerSpec
&ModuleList.1.Config=LoadBalancerSpec:slb.s3.large
&ModuleList.1.PriceType=Hour
&ModuleList.2.ModuleCode=InternetTrafficOut
&ModuleList.2.Config=InternetTrafficOut:0
&ModuleList.2.PriceType=Usage
&ModuleList.3.Config=InstanceRent:1
&ModuleList.3.ModuleCode=InstanceRent
&ModuleList.3.PriceType=Hour
&ModuleList.4.Config=Bandwidth:1024
&ModuleList.4.ModuleCode=Bandwidth
&ModuleList.4.PriceType=Hour
&公共参数