All Products
Search
Document Center

:SLB PayAsYouGo

Last Updated:Jan 16, 2019

PayAsYouGo

Request Parameters

Name Description Values
Action GetPayAsYouGoPrice
ProductCode slb
SubscriptionType PayAsYouGo
Region See region information
ModuleList.1.ModuleCode Instance specification LoadBalancerSpec
ModuleList.1.Config value* slb.s0.share:Performance Sharing ;slb.s1.small:Simple Type I; slb.s2.small:Standard Type I;slb.s2.medium:Standard Type II;slb.s3.small:Advanced Type I;slb.s3.medium:Advanced Type II;slb.s3.large:Super Type I
ModuleList.1.PriceType Hour
ModuleList.2.ModuleCode InternetTrafficOut
ModuleList.2.Config value 1: Usage ;0: Fixed Bandwidth
ModuleList.2.PriceType Usage
ModuleList.3.ModuleCode InstanceRent
ModuleList.3.Config value 1
ModuleList.3.PriceType Hour
ModuleList.4.ModuleCode Bandwidth
ModuleList.4.Config value* 1024~5120000(The value is 1024 integer times, in Kbps)
ModuleList.4.PriceType Hour

Sample requests(Usage)

  1. https://business.ap-southeast-1.aliyuncs.com/?Action=GetPayAsYouGoPrice
  2. &ProductCode=slb
  3. &SubscriptionType=PayAsYouGo
  4. &Region=cn-qingdao
  5. &ModuleList.1.ModuleCode=LoadBalancerSpec
  6. &ModuleList.1.Config=LoadBalancerSpec:slb.s3.large
  7. &ModuleList.1.PriceType=Hour
  8. &ModuleList.2.ModuleCode=InternetTrafficOut
  9. &ModuleList.2.Config=InternetTrafficOut:1
  10. &ModuleList.2.PriceType=Usage
  11. &ModuleList.3.Config=InstanceRent:1
  12. &ModuleList.3.ModuleCode=InstanceRent
  13. &ModuleList.3.PriceType=Hour
  14. &[other public parameters]

Sample requests(Fixed Bandwidth)

  1. https://business.ap-southeast-1.aliyuncs.com/?Action=GetPayAsYouGoPrice
  2. &ProductCode=slb
  3. &SubscriptionType=PayAsYouGo
  4. &Region=cn-qingdao
  5. &ModuleList.1.ModuleCode=LoadBalancerSpec
  6. &ModuleList.1.Config=LoadBalancerSpec:slb.s3.large
  7. &ModuleList.1.PriceType=Hour
  8. &ModuleList.2.ModuleCode=InternetTrafficOut
  9. &ModuleList.2.Config=InternetTrafficOut:0
  10. &ModuleList.2.PriceType=Usage
  11. &ModuleList.3.Config=InstanceRent:1
  12. &ModuleList.3.ModuleCode=InstanceRent
  13. &ModuleList.3.PriceType=Hour
  14. &ModuleList.4.Config=Bandwidth:1024
  15. &ModuleList.4.ModuleCode=Bandwidth
  16. &ModuleList.4.PriceType=Hour
  17. &[other public parameters]