getServerImageProductList
    • PDF

    getServerImageProductList

    • PDF

    Article Summary

    Available in VPC

    Overview

    Querying a list of server image products provided by NAVER Cloud Platform

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    Sets the region of the list of server image products to be queried
    regionCode can be obtained via the getRegionList action
    Default: Selects the first region of the getRegionList query results
    blockStorageSizeNoInteger- Block storage size
    Filters query by setting base block storage size of server image
    Options : 50
    exclusionProductCodeNoString- Product code to be excluded
    exclusionProductCode can be obtained via the getServerImageProductList action
    productCodeNoString- Product code to be queried
    ProductCode can be obtained via the getServerImageProductList action
    platformTypeCodeList.NNoList<String>- List of platform type codes
    Filters query by setting platform type
    Options : LNX32
    infraResourceDetailTypeCodeNoString- Detailed infrastructure resource type code
    Query specific server image types
    Currently only bare-metal servers can be queried
    Options : BM (BareMetal)
    Default: Types excluding BM
    e.g. infraResourceDetailTypeCode=BM
    responseFormatTypeNoString- Format type of the response result
    Options : xml

    Responses

    Response bodies

    Examples

    Request examples

    GET {API_URL}/getServerImageProductList
    ?regionCode=KR
    &blockStorageSize=50
    &exclusionProductCode=SW.VSVR.DBMS.LNX64.CNTOS.0606.PSTGR.0904.B050
    &productCode=SW.VSVR.OS.LNX64.CNTOS.0703.B050
    &platformTypeCodeList.1=LNX64
    

    Response examples

    <getServerImageProductListResponse>
      <requestId>c389ef63-aa90-4d3f-a875-f9166ae9c249</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <productList>
        <product>
          <productCode>SW.VSVR.OS.LNX64.CNTOS.0703.B050</productCode>
          <productName>centos-7.3-64</productName>
          <productType>
            <code>LINUX</code>
            <codeName>Linux</codeName>
          </productType>
          <productDescription>CentOS 7.3 (64-bit)</productDescription>
          <infraResourceType>
            <code>SW</code>
            <codeName>Software</codeName>
          </infraResourceType>
          <cpuCount>0</cpuCount>
          <memorySize>0</memorySize>
          <baseBlockStorageSize>53687091200</baseBlockStorageSize>
          <platformType>
            <code>LNX64</code>
            <codeName>Linux 64 Bit</codeName>
          </platformType>
          <osInformation>CentOS 7.3 (64-bit)</osInformation>
          <dbKindCode></dbKindCode>
          <addBlockStorageSize>0</addBlockStorageSize>
          <generationCode></generationCode>
        </product>
      </productList>
    </getServerImageProductListResponse>
    

    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.