getProductList
    • PDF

    getProductList

    • PDF

    Article Summary

    View the list of products.

    Requests

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    pageNoNoIntegerPage number
    pageSizeNoInteger- Page size
    default: 1000
    max: 1000
    regionCodeYesString- 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
    responseFormatTypeNoString- Respond result's format type
    Options: XML | JSON
    Default: XML

    Responses

    Response body

    Examples

    Request example

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

    Response example

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

    Was this article helpful?

    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.