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 productCode of the getCloudRedisImageProductList action.
    exclusionProductCodeNoString- Cloud DB for Redis image product code to be excluded
    The exclusionProductCode can be obtained via the productCode of the getCloudRedisImageProductList action.
    generationCodeNoString- Generation code
    options: G2 | G3
    responseFormatTypeNoString- Format type of the response result
    Options: xml | json
    Default: xml

    Responses

    Response bodies

    Examples

    Request Examples

    GET {API_URL}/getCloudRedisImageProductList
    ?regionCode=KR
    &productCode=SW.VDBAS.VRDS.LNX64.CNTOS.0703.REDIS.4014.B050
    

    Response examples

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