MENU
      getProductPriceList

        getProductPriceList


        記事の要約

        Classic/VPC環境で利用できます。

        商品と価格リストを照会します。

        リクエスト

        リクエスト形式を説明します。リクエスト形式は次の通りです。

        メソッドURI
        GET/product/getProductPriceList

        リクエストヘッダ

        List Price APIで共通して使用されるヘッダの詳細は、List Priceの共通ヘッダをご参照ください。

        リクエストクエリパラメータ

        パラメータの説明は次の通りです。

        フィールドタイプ必須の有無説明
        pageNoIntegerOptionalページ番号
        pageSizeIntegerOptionalページサイズ
        • 1,000以下(デフォルト: 1,000)
        regionCodeStringRequiredリージョンコード
        productItemKindCodeStringOptional商品品目種類コード
        productCategoryCodeStringOptional商品カテゴリコード
        productCodeStringOptional商品コード
        productNameStringOptional商品名
        payCurrencyCodeStringOptional決済通貨コード
        • KRW | USD | JPY
        responseFormatTypeStringOptionalレスポンス結果の形式
        • xml(デフォルト) | json

        リクエスト例

        リクエストのサンプルコードは次の通りです。

        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}'
        Curl

        レスポンス

        レスポンス形式を説明します。

        レスポンスボディ

        レスポンスボディの詳細は、ProductPriceListをご参照ください。

        レスポンスステータスコード

        NAVERクラウドプラットフォームでで共通して使用されるレスポンスステータスコードの詳細は、Ncloud APIのレスポンスステータスコードをご参照ください。

        レスポンス例

        レスポンスのサンプルコードは次の通りです。

        <?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>
        XML

        この記事は役に立ちましたか?

        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.