MENU
      getCloudRedisManualBackupList

        getCloudRedisManualBackupList


        Article summary

        It can be used in a VPC environment.

        Overview

        Searches the manual backup list of Cloud DB for Redis.

        Request

        Request parameters

        Parameter nameRequirement statusTypeRestrictionsDescription
        regionCodeNoStringRegion code
        You can obtain regionCode through the getRegionList action.
        Default: Selects the first region of the getRegionList search results.
        outputNoStringFormat type for the response result
        Options: xml | json
        Default: json

        Response

        Response Data Type

        • CloudRedisBackupList type
        CloudRedisBackupList extends CommonResponse
        private Integer totalRows;
        private List<CloudRedisBackup> cloudRedisInstanceList = new ArrayList<>();
        CloudRedisBackup
        private String cloudRedisInstanceNo;
        private String cloudRedisServiceName;
        private Integer backupFileRetentionPeriod;
        private String backupTime;
        private Long backupSize;
        private Date lastBackupDate;
        private CommonCode backupType;
        private Integer shardCount;

        Example

        Examples of requests

        ncloud vredis getCloudRedisManualBackupList --regionCode KR
        Plain text

        Examples of responses

        {
          "getCloudRedisManualBackupListResponse": {
            "requestId": "7add8ece-0259-467d-bdc7-de214f51c93d",
            "returnCode": "0",
            "returnMessage": "success",
            "totalRows": 1,
            "cloudRedisBackupList": [
              {
                "cloudRedisInstanceNo": "2360***",
                "cloudRedisServiceName": "cxcs***",
                "backupTime": "14:10",
                "backupSize": 906,
                "lastBackupDate": "2022-05-18T00:00:00+0900",
                "backupType": {
                  "code": "CLUSTER",
                  "codeName": "CLOUD REDIS(VPC) Cluster Backup Type"
                },
                "shardCount": 3
              }
            ]
          }
        }
        JSON
        <getCloudRedisManualBackupListResponse>
            <requestId>428ce123-d4cf-4805-8810-f243d5c6f65f</requestId>
            <returnCode>0</returnCode>
            <returnMessage>success</returnMessage>
            <totalRows>1</totalRows>
            <cloudRedisBackupList>
                <cloudRedisBackup>
                    <cloudRedisInstanceNo>2360***</cloudRedisInstanceNo>
                    <cloudRedisServiceName>cxcs***</cloudRedisServiceName>
                    <backupTime>16:25</backupTime>
                    <backupSize>302</backupSize>
                    <lastBackupDate>2022-05-16T00:00:00+0900</lastBackupDate>
                    <backupType>
                        <code>CLUSTER</code>
                        <codeName>CLOUD REDIS(VPC) Cluster Backup Type</codeName>
                    </backupType>
                    <shardCount>3</shardCount>
                </cloudRedisBackup>
            </cloudRedisBackupList>
        </getCloudRedisManualBackupListResponse>
        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.