MENU
      getServerImageProductList

        getServerImageProductList


        Article summary

        Overview

        Gets a list of server image products provided by NAVER Cloud Platform.

        Request

        Request parameters

        ParameterRequiredTypeLimitationsDescription
        exclusionProductCodeNStringMin: 1, Max: 20Server image product code to exclude from the list.
        Get available values by using the getServerImageProductList action.
        Example) exclusionProductCode=SPSW0LINUX000032
        productCodeNStringMin: 1, Max: 20Product code to get
        Specify the product code of a server image to get, and at least one product is returned.
        Get available values by using the getServerImageProductList action.
        Example) productCode=SPSW0LINUX000032
        platformTypeCodeList.NNList<String>Min: 1, Max: 5List of platform type codes
        It is a list of values required for identifying platforms. Available values are as follows.
        Options: LNX32 (Linux 32Bit) | LNX64 (Linux 64Bit) | WND32 (Windows 32Bit) | WND64 (Windows 64Bit) | UBD64 (Ubuntu Desktop 64Bit) | UBS64 (Ubuntu Server 64Bit)
        Example) platformTypeCodeList.1=LNX32&platformTypeCodeList.2=WND32
        blockStorageSizeNIntegerBlock Storage size (GB)
        You can filter server images by blockStorageSize.
        Options: 50 | 100
        Example) blockStorageSize=50
        regionNoNStringRegion number
        This parameter limits results to the specified region.
        Get available values by using the getRegionList action.
        - Example) regionNo=10
        infraResourceDetailTypeCodeNStringDetailed infra resource type code
        It is used to get images of a specific type. Currently, only BareMetal is available.
        Options: Default server image provided by NAVER Cloud Platform | BM (BareMetal)
        Default: Default server image provided by NAVER Cloud Platform
        Example) infraResourceDetailTypeCode=BM

        Response

        Response body

        Examples

        Request example

        GET {SERVER_API_URL}/getServerImageProductList
        ?platformTypeCodeList.1=LNX64
        &platformTypeCodeList.2=WND64
        HTTP

        Response example

        <getServerImageProductListResponse>
          <requestId>6ddf2bd8-1cf9-4dbf-a6d2-0bf7802d2829</requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <productList>
            <product>
              <productCode>SPSW0LINUX000032</productCode>
              <productName>centos-6.3-32</productName>
              <productType>
                <code>LINUX</code>
                <codeName>Linux</codeName>
              </productType>
              <productDescription>CentOS 6.3(32bit)</productDescription>
              <infraResourceType>
                <code>SW</code>
                <codeName>Software</codeName>
              </infraResourceType>
              <cpuCount>0</cpuCount>
              <memorySize>0</memorySize>
              <baseBlockStorageSize>53687091200</baseBlockStorageSize>
              <platformType>
                <code>LNX32</code>
                <codeName>Linux 32 Bit</codeName>
              </platformType>
              <osInformation>CentOS 6.3 (32-bit)</osInformation>
              <dbKindCode></dbKindCode>
              <addBlockStorageSize>0</addBlockStorageSize>
            </product>
          </productList>
          <totalRows>1</totalRows>
        </getServerImageProductListResponse>
        XML

        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.