getProductPriceList
- Print
- PDF
getProductPriceList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
View the list of products and pricings.
Request
The following describes the request format for the endpoint. The request format is as follows:
Method | URI |
---|---|
GET | /product/getProductPriceList |
Request headers
For headers common to all List price APIs, see List price common headers.
Request query parameters
The following describes the parameters.
Field | Type | Required | Description |
---|---|---|---|
pageNo | Integer | Optional | Page number |
pageSize | Integer | Optional | Page size
|
regionCode | String | Required | Region code
|
productItemKindCode | String | Optional | Product item type code |
productCategoryCode | String | Optional | Product category code
|
productCode | String | Optional | Product code |
productName | String | Optional | Product name |
payCurrencyCode | String | Optional | Payment currency code
|
responseFormatType | String | Optional | Response result format
|
Request example
The following is a sample request.
curl --location 'https://billingapi.apigw.ntruss.com/billing/v1/product/getProductPriceList?regionCode=KR&productItemKindCode=VSVR&productName=6248R'
--header 'x-ncp-apigw-timestamp: {Timestamp}' \
--header 'x-ncp-iam-access-key: {Sub Account Access Key}' \
--header 'x-ncp-apigw-signature-v2: {API Gateway Signature}'
Response
The following describes the response format.
Response body
See ProductPriceList for the response body.
Response status codes
For response status codes common to NAVER Cloud Platform, see Ncloud API response status codes.
Response example
The following is a sample response.
<?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?