MENU
      deleteCloudRedisConfigGroup

        deleteCloudRedisConfigGroup


        Article summary

        Can be used in a VPC environment.

        Overview

        Delete a Cloud DB for Redis Config group.

        Request

        Request parameters

        Parameter NameRequiredTypeRestrictionsDescription
        regionCodeNoStringRegion code
        You can decide the region from which a Cloud DB for Redis config group will be deleted.
        You can obtain the regionCode through the getRegionList action.
        Default: Select the first region of the getRegionList search results
        configGroupNoYesStringConfig group number to be deleted
        You can obtain the configGroupNo through the getCloudRedisConfigGroupList action.
        outputNoStringFormat type for the response results
        Options: xml | json
        Default: json

        Response

        Response Data Type

        • CloudRedisConfigGroupList type
        CloudRedisConfigGroupList extends CommonResponse
        private Integer totalRows;
        private List<CloudRedisConfigGroup> cloudRedisConfigGroupList = new ArrayList<>();
        CloudRedisConfigGroup
        private String configGroupNo;
        private String configGroupName;
        private String configGroupDescription;
        private String configGroupStatusName;
        private CommonCode configGroupStatus;
        private String cloudRedisVersion;
        private Date createDate;
        private Date modifyDate;
        private CloudRedisInstanceNoList cloudRedisInstanceNoList;
        CloudRedisInstanceNoList
        private List<String> cloudRedisInstanceNoList = new ArrayList<>();

        Example

        Examples of requests

        ncloud vredis deleteCloudRedisConfigGroup --regionCode KR --configGroupNo **9
        Plain text

        Examples of responses

        <deleteCloudRedisConfigGroupResponse>
         <requestId>0a6dd140-5d12-4139-aed6-5930b35fcab4</requestId>
         <returnCode>0</returnCode>
         <returnMessage>success</returnMessage>
         <totalRows>1</totalRows>
         <cloudRedisConfigGroupList>
           <cloudRedisConfigGroup>
             <configGroupNo>**9</configGroupNo>
             <configGroupName>***test</configGroupName>
             <configGroupDescription>description</configGroupDescription>
             <configGroupStatusName>deleting</configGroupStatusName>
               <configGroupStatus>
                   <code>DELETING</code>
                   <codeName>CONFIG GROUP Deleting State</codeName>
               </configGroupStatus>
             <cloudRedisVersion>4.0.14-cluster</cloudRedisVersion>
             <createDate>2021-05-12T22:44:56+0900</createDate>
             <modifyDate>2021-05-12T22:49:12+0900</modifyDate>
           </cloudRedisConfigGroup>
         </cloudRedisConfigGroupList>
        </deleteCloudRedisConfigGroupResponse>
        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.