getCloudRedisImageProductList
    • PDF

    getCloudRedisImageProductList

    • PDF

    Article Summary

    Available in VPC

    Overview

    Querying a list of Cloud DB for Redis product codes

    Requests

    Request Parameters

    Parameter NameRequirement StatusTypeRestrictionsDescription
    regionCodeNoString- Region code
    Sets the region from which a list of Cloud DB for Redis image product codes is to be queried
    regionCode can be obtained via the getRegionList action
    Default: the first Region of the getRegionList search results is selected.
    productCodeNoString- Cloud DB for Redis image product code to be queried
    The productCode can be obtained via the getCloudRedisImageProductList action
    exclusionProductCodeNoString- Cloud DB for Redis image product code to be excluded
    The exclusionProductCode can be obtained via the getCloudRedisImageProductList action
    outputNoString- Format type of the response result
    Options: xml | json
    Default: json

    Responses

    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;

    Examples

    Call

    ncloud vredis getCloudRedisImageProductList --regionCode KR --productCode SW.VDBAS.VRDS.LNX64.CNTOS.0703.REDIS.4014.B050
    

    Responses

    
    <getCloudRedisImageProductListResponse>
        <requestId>e55bbd29-8bb3-4624-a007-b853ed0cc639</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <productList>
            <product>
                <productCode>SW.VDBAS.VRDS.LNX64.CNTOS.0703.REDIS.4014.B050</productCode>
                <productName>CentOS 7.3 with Redis 4.0.2</productName>
                <productType>
                    <code>LINUX</code>
                    <codeName>Linux</codeName>
                </productType>
                <productDescription>CentOS 7.3 with Redis 4.0.14</productDescription>
                <infraResourceType>
                    <code>SW</code>
                    <codeName>Software</codeName>
                </infraResourceType>
                <baseBlockStorageSize>53687091200</baseBlockStorageSize>
                <platformType>
                    <code>LNX64</code>
                    <codeName>Linux 64 Bit</codeName>
                </platformType>
                <osInformation>CentOS 7.3 with Redis 4.0.14 (64-bit)</osInformation>
            </product>
        </productList>
    </getCloudRedisImageProductListResponse>
    

    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.