MENU
      getCloudRedisProductList

        getCloudRedisProductList


        Article summary

        Can be used in a VPC environment.

        Overview

        Search the list of Cloud DB for Redis server specification codes available for use.

        Request

        Request parameters

        Parameter NameRequiredTypeRestrictionsDescription
        regionCodeNoStringRegion code
        You can decide the region where the list of Cloud DB for Redis product codes will be searched.
        You can obtain the regionCode through the getRegionList action.
        Default: Select the first region of the getRegionList search results
        zoneCodeNoStringZone code
        You can decide the zone where the list of Cloud DB for Redis product codes will be searched.
        You can obtain the zoneCode through the getZoneList action.
        cloudRedisImageProductCodeYesStringCloud DB for Redis image product code
        Search the list of server specification products that can be created in Cloud DB for Redis image products.
        You can obtain the cloudRedisImageProductCode through the productCode of the getCloudRedisImageProductList action.
        productCodeNoStringCloud DB for Redis product code to be searched
        You can obtain the productCode through the productCode of the getCloudRedisProductList action.
        exclusionProductCodeNoStringCloud DB for Redis product code to be excluded
        You can obtain the exclusionProductCode through the productCode of the getCloudRedisProductList action.
        outputNoStringFormat type for the response results
        Options: xml | json
        Default: json

        Response

        Response Data Type

        • ProductList type
        ProductList extends CommonResponse
        private Integer totalRows;
        private List<Product> cloudRedisInstanceList = new ArrayList<>();
        Product
        private String productCode;
        private String productName;
        private CommonCode productType;
        private String productDescription;
        private CommonCode infraResourceType;
        private CommonCode infraResourceDetailType;
        private Integer cpuCount;
        private Long memorySize;
        private Long osMemorySize;
        private Long baseBlockStorageSize;
        private CommonCode platformType;
        private String osInformation;
        private CommonCode diskType;
        private String dbKindCode;
        private Long addBlockStorageSize;
        private String generationCode;

        Example

        Examples of requests

        ncloud vredis getCloudRedisProductList --regionCode KR --cloudRedisImageProductCode SW.VDBAS.VRDS.LNX64.CNTOS.0703.REDIS.4014.B050 --productCode SVR.VRDS.STAND.C004.M001.NET.SSD.B050.G002 --exclusionProductCode SVR.VRDS.STAND.C004.M003.NET.SSD.B050.G002
        Plain text

        Examples of responses

        <getCloudRedisProductListResponse>
          <requestId>8a1172bf-54da-40e6-a7af-19ee8c41d420</requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>1</totalRows>
          <productList>
            <product>
              <productCode>SVR.VRDS.STAND.C004.M001.NET.SSD.B050.G002</productCode>
              <productName>Memory 1.5GB</productName>
              <productType>
                <code>STAND</code>
                <codeName>Standard</codeName>
              </productType>
              <productDescription>메모리 1.5GB</productDescription>
              <infraResourceType>
                <code>VRDS</code>
                <codeName>Cloud DB for Redis (VPC)</codeName>
              </infraResourceType>
              <cpuCount>4</cpuCount>
              <memorySize>1610612736</memorySize>
              <osMemorySize>2147483648</osMemorySize>
              <diskType>
                <code>NET</code>
                <codeName>Network Storage</codeName>
              </diskType>
            </product>
          </productList>
        </getCloudRedisProductListResponse>
        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.