getCloudRedisConfigGroupList
    • PDF

    getCloudRedisConfigGroupList

    • PDF

    Article Summary

    Available in VPC

    Overview

    View the Cloud DB for Redis Config group list.

    Request

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    - Sets the region from which the Cloud DB for Redis Config group list is to be queried
    - regionCode can be obtained via the getRegionList action
    Default: Select the first region of the getRegionList query results
    cloudRedisInstanceNoNoString- The instance number of Cloud DB for Redis to which the ConfigGroup to query is applied
    - cloudRedisInstanceNo can be obtained via the getCloudRedisInstanceList action.
    cloudRedisServiceNameNoString- The instance name of Cloud DB for Redis to which the ConfigGroup to query is applied
    - cloudRedisServiceName can be obtained via the getCloudRedisInstanceList action.
    configGroupNoNoString- The ConfigGroup number to query
    - configGroupNo can be obtained via the getCloudRedisConfigGroupList action.
    configGroupNameNoString- The ConfigGroup name to query
    - configGroupName can be obtained via the getCloudRedisConfigGroupList action.
    cloudRedisImageProductCodeNoString- The Cloud Redis image product code corresponding to the version of ConfigGroup to query
    - cloudRedisImageProductCode can be obtained via the getCloudRedisImageProductList action.
    cloudRedisModeCodeNoString- Configuration of Cloud DB for Redis
    - Configuration of Cloud DB for Redis to which ConfigGroup to query is applied
    - cloudRedisModeCode can be obtained via the getCloudRedisInstanceList action.
    Options: CLUSTER, SIMPLE
    responseFormatTypeNoString- Format type of the response result
    Options: xml | json
    Default: xml

    Response

    Response bodies

    Examples

    Request examples

    GET {API_URL}/getCloudRedisConfigGroupList
    ?regionCode=KR
    &cloudRedisInstanceNo=****821
    &cloudRedisServiceName=***test
    &configGroupNo=***9
    &configGroupName=test-****-config
    &cloudRedisImageProductCode=SW.VDBAS.VRDS.LNX64.CNTOS.0703.REDIS.4014.B050
    &cloudRedisModeCode=CLUSTER
    

    Response examples

    <getCloudRedisConfigGroupListResponse>
        <requestId>06a7bbf2-a576-4521-bdf4-392711e31560</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudRedisConfigGroupList>
            <cloudRedisConfigGroup>
                <configGroupNo>**9</configGroupNo>
                <configGroupName>exercise</configGroupName>
                <configGroupDescription>description</configGroupDescription>
                <configGroupStatusName>running</configGroupStatusName>
                <configGroupStatus>
                    <code>RUN</code>
                    <codeName>CONFIG GROUP Running State</codeName>
                </configGroupStatus>
                <cloudRedisVersion>4.0.14-cluster</cloudRedisVersion>
                <createDate>2020-11-26T13:47:27+0900</createDate>
                <modifyDate>2020-11-26T13:47:27+0900</modifyDate>
                <cloudRedisInstanceNoList>
                    <cloudRedisInstanceNo>****821</cloudRedisInstanceNo>
                </cloudRedisInstanceNoList>
            </cloudRedisConfigGroup>
        </cloudRedisConfigGroupList>
    </getCloudRedisConfigGroupListResponse>
    

    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.