getProductList
    • PDF

    getProductList

    • PDF

    Article Summary

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

    リクエスト

    リクエストパラメータ

    パラメータ名必須の有無タイプ制限事項説明
    pageNoNoIntegerページ番号
    pageSizeNoInteger- ページサイズ
    デフォルト: 1000
    最大: 1000
    regionCodeYesString- リージョンコード
    regionCodeは、getRegionListアクションを通じて取得可能
    productItemKindCodeNoString商品品目種類コード
    productCategoryCodeNoString商品カテゴリコード
    productCategoryCodeはgetProductCategoryListアクションを通じて照会可能
    productCodeNoString商品コード
    productNameNoString商品名
    responseFormatTypeNoString- レスポンス結果の形式タイプ
    オプション: xml | json
    デフォルト: xml

    レスポンス

    レスポンスボディ

    リクエスト例

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

    レスポンス例

    <?xml version="1.0" encoding="UTF-8"?>
    <getProductListResponse>
      <requestId>e837d207-bd44-4041-9120-338b578cacd9</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>2</totalRows>
      <productList>
        <product>
          <productItemKind>
            <code>VSVR</code>
            <codeName>Server (VPC)</codeName>
          </productItemKind>
          <productItemKindDetail>
            <code>BM</code>
            <codeName>BareMetal</codeName>
          </productItemKindDetail>
          <productCode>SVR.VSVR.BM.C024.M128.LOCAL.SSD.B3840.G001</productCode>
          <productName>Single Intel Xeon Gold 6248R (3.0GHz) 24 Cores 128GB RAM, 8 x 480GB SSD</productName>
          <productDescription>Single Intel Xeon Gold 6248R (3.0GHz) 24 Cores 128GB RAM, 8 x 480GB SSD</productDescription>
          <softwareType/>
          <productCategory>
             <code>COMPUTE</code>
             <codeName>Compute</codeName>
          </productCategory>
        </product>
        <product>
          <productItemKind>
            <code>VSVR</code>
            <codeName>Server (VPC)</codeName>
          </productItemKind>
          <productItemKindDetail>
            <code>BM</code>
            <codeName>BareMetal</codeName>
          </productItemKindDetail>
          <productCode>SVR.VSVR.BM.C048.M384.LOCAL.SSD.B3840.G001</productCode>
          <productName>Dual Intel Xeon Gold 6248R(3.0GHz), 48 cores, 384GB RAM, 8 x 480GB SSD</productName>
          <productDescription>Dual Intel Xeon Gold 6248R(3.0GHz), 48 cores, 384GB RAM, 8 x 480GB SSD</productDescription>
          <softwareType/>
          <productCategory>
            <code>COMPUTE</code>
            <codeName>Compute</codeName>
          </productCategory>
        </product>
      </productList>
    </getProductListResponse>
    

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

    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.