createCloudRedisConfigGroup
    • PDF

    createCloudRedisConfigGroup

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    Create a Cloud DB for Redis config group.

    Request

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoStringRegion code
    You can decide the region in which the Cloud DB for Redis config group will be created.
    You can obtain the regionCode through the getRegionList action.
    Default: Select the first region of the getRegionList search results
    cloudRedisVersionYesString5.0.14-cluster, 5.0.14-simple, 7.0.13-cluster, 7.0.13-simple, 7.0.15-cluster, 7.0.15-simpleCloud DB for Redis version
    Version of the config group to be created and configuration information of Cloud DB for Redis.
    5.0.14-cluster, 5.0.14-simple, 7.0.13-cluster, 7.0.13-simple, 7.0.15-cluster and 7.0.15-simple exist.
    The configuration information of the config group must match with the CloudRedisModeCode to be created in order to create Redis clusters.
    configGroupNameYesStringIt must only contain English letters (lowercase), numbers, and hyphens (-).
    It must start with an English letter and end with an English letter or a number.
    Min: 3, Max: 15
    Name of the config group to be created
    configGroupDescriptionNoStringMin:0, Max:255Description of the config group
    A maximum of 255 characters in length
    responseFormatTypeNoStringFormat type for the response results
    Options: xml | json
    Default: xml

    Response

    Response body

    Example

    Request example

    GET {API_URL}/createCloudRedisConfigGroup
    ?regionCode=KR
    &cloudRedisVersion=4.0.14-cluster
    &configGroupName=***test
    &configGroupDescription=decription
    

    Response example

    <createCloudRedisConfigGroupResponse>
        <requestId>3c47b66a-222d-4ab1-a995-48097920fa92</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudRedisConfigGroupList>
            <cloudRedisConfigGroup>
                <configGroupNo>**9</configGroupNo>
                <configGroupName>***test</configGroupName>
                <configGroupDescription>description</configGroupDescription>
                <configGroupStatusName>settingUp</configGroupStatusName>
                 <configGroupStatus>
                    <code>SETUP</code>
                    <codeName>CONFIG GROUP Setup State</codeName>
                </configGroupStatus>
                <createDate>2021-05-12T22:44:56+0900</createDate>
                <modifyDate>2021-05-12T22:44:56+0900</modifyDate>
            </cloudRedisConfigGroup>
        </cloudRedisConfigGroupList>
    </createCloudRedisConfigGroupResponse>
    
    your title goes here

    your content goes here


    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.