getProductPriceList
    • PDF

    getProductPriceList

    • PDF

    Article Summary

    Overview

    View the list of products and pricings.

    Requests

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    pageNoNoIntegerPage number
    pageSizeNoInteger- Page size
    default: 1000
    max: 1000
    regionCodeNoString- Region code
    regionCode can be obtained through the getRegionList action
    productItemKindCodeNoStringProduct item type code
    productCategoryCodeNoStringProduct category code
    productCategoryCode can be obtained through the getProductCategoryList action
    productCodeNoStringProduct code
    productNameNoStringProduct name
    payCurrencyCodeNoStringPayment currency code (KRW, USD, JPY)
    responseFormatTypeNoString- Respond result's format type
    Options: XML | JSON
    Default: XML

    Responses

    Response body

    Examples

    Request example

    GET {API_URL}/product/getProductPriceList
    ?regionCode=KR
    &productItemKindCode=VSVR
    &productName=6248R
    

    Response example

    <?xml version="1.0" encoding="UTF-8"?>
    <getProductPriceListResponse>
      <requestId>14223ba6-****-****-****-45c35a18ff22</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <productPriceList>
        <productPrice>
          <productItemKind>
            <code>VSVR</code>
            <codeName>Server (VPC)</codeName>
          </productItemKind>
          <productItemKindDetail>
            <code>BM</code>
            <codeName>BareMetal</codeName>
          </productItemKindDetail>
          <productCode>SVR.VSVR.BM.C048.M512.LOCAL.SSD.B15564.G001</productCode>
          <productName>Dual Intel Xeon Gold 6248R(3.0GHz), 48 cores, 512GB RAM, 8 x 1.9TB SSD</productName>
          <productDescription>Dual Intel Xeon Gold 6248R(3.0GHz), 48 cores, 512GB RAM, 8 x 1.9TB SSD</productDescription>
          <softwareType/>
          <productCategory>
            <code>COMPUTE</code>
            <codeName>Compute</codeName>
          </productCategory>
          <productType>
            <code>BM</code>
            <codeName>BareMetal</codeName>
          </productType>
          <productTypeDetail/>
          <gpuCount>0</gpuCount>
          <cpuCount>48</cpuCount>
          <memorySize>549755813888</memorySize>
          <baseBlockStorageSize>16712576742195</baseBlockStorageSize>
          <dbKind/>
          <osInfomation/>
          <platformType/>
          <osType/>
          <platformCategoryCode/>
          <diskType>
            <code>LOCAL</code>
            <codeName>Local storage</codeName>
          </diskType>
          <diskDetailType>
            <code>SSD</code>
            <codeName>SSD</codeName>
          </diskDetailType>
          <generationCode>G1</generationCode>
          <priceList>
            <price>
              <priceNo>14168</priceNo>
              <priceType>
                <code>FXSUM</code>
                <codeName>Monthly flat rate</codeName>
              </priceType>
              <region>
                <regionNo>1</regionNo>
                <regionCode>KR</regionCode>
                <regionName>Korea</regionName>
              </region>
              <chargingUnitType>
                <code>TIME</code>
                <codeName>Time</codeName>
              </chargingUnitType>
              <ratingUnitType>
                <code>POINT</code>
                <codeName>Point unit</codeName>
              </ratingUnitType>
              <chargingUnitBasicValue>0</chargingUnitBasicValue>
              <productRatingType/>
              <unit>
                <code>USAGE_TIME</code>
                <codeName>Usage time(Prorated)</codeName>
              </unit>
              <price>4168368</price>
              <promiseList>
                <promise>
                  <promiseProductType/>
                  <discountProcessMethod/>
                  <discountAmount>0</discountAmount>
                </promise>
              </promiseList>
              <conditionType>
                <code>SVR_ST_PRC</code>
                <codeName>Server Stop Price</codeName>
              </conditionType>
              <conditionPrice>4168368</conditionPrice>
              <priceDescription>Daily calculation of monthly usage time</priceDescription>
              <freeUnit/>
              <freeValue>0</freeValue>
              <meteringUnit>
                <code>USAGE_SEC</code>
                <codeName>Usage time (per second)</codeName>
              </meteringUnit>
              <startDate>2020-12-07T00:00:00+0900</startDate>
              <priceAttribute/>
              <priceVersionName/>
              <payCurrency>
                <code>KRW</code>
                <codeName>South Korea Won</codeName>
              </payCurrency>
              <periodUnitList/>
              <countryUnitList/>
              <packageUnitList/>
            </price>
            <price>
              <priceNo>14170</priceNo>
              <priceType>
                <code>MTRAT</code>
                <codeName>Meter rate</codeName>
              </priceType>
              <region>
                <regionNo>1</regionNo>
                <regionCode>KR</regionCode>
                <regionName>Korea</regionName>
              </region>
              <chargingUnitType>
                <code>TIME</code>
                <codeName>Time</codeName>
              </chargingUnitType>
              <ratingUnitType>
                <code>POINT</code>
                <codeName>Point unit</codeName>
              </ratingUnitType>
              <chargingUnitBasicValue>0</chargingUnitBasicValue>
              <productRatingType/>
              <unit>
                <code>USAGE_HH</code>
                <codeName>Usage time (per hour)</codeName>
              </unit>
              <price>5789</price>
              <promiseList>
                <promise>
                  <promiseProductType/>
                  <discountProcessMethod/>
                  <discountAmount>0</discountAmount>
                </promise>
              </promiseList>
              <conditionType>
                <code>SVR_ST_PRC</code>
                <codeName>Server Stop Price</codeName>
              </conditionType>
              <conditionPrice>5789</conditionPrice>
              <priceDescription>Usage time (hour) * Price</priceDescription>
              <freeUnit/>
              <freeValue>0</freeValue>
              <meteringUnit>
                <code>USAGE_SEC</code>
                <codeName>Usage time (per second)</codeName>
              </meteringUnit>
              <startDate>2020-12-07T00:00:00+0900</startDate>
              <priceAttribute/>
              <priceVersionName/>
              <payCurrency>
                <code>KRW</code>
                <codeName>South Korea Won</codeName>
              </payCurrency>
              <periodUnitList/>
              <countryUnitList/>
              <packageUnitList/>
            </price>
          </priceList>
        </productPrice>
      </productPriceList>
    </getProductPriceListResponse>
    

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.