getCloudRedisBackupList
    • PDF

    getCloudRedisBackupList

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    Search a list of Cloud DB for Redis backups.

    Request

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsExplanation
    regionCodeNoStringYou can determine the region where a region code's Cloud DB for Redis backup list will be searched. You can obtain the regionCode through the getRegionList action. Default: Select the first region of the getRegionList search results
    responseFormatTypeNoStringRespond result's format type. Options: xml | json Default: xml

    Response

    Response body

    Example

    Request example

    GET {API_URL}/getCloudRedisBackupList
    ?regionCode=KR
    

    Response example

    <getCloudRedisBackupList>
        <requestId>91822613-4485-4089-a1ac-732d70bf6142</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudRedisBackupList>
            <cloudRedisBackup>
                <cloudRedisInstanceNo>****890</cloudRedisInstanceNo>
                <cloudRedisServiceName>test-****</cloudRedisServiceName>
                <backupFileRetentionPeriod>1</backupFileRetentionPeriod>
                <backupTime>00:30</backupTime>
                <backupType>
                    <code>CLUSTER</code>
                    <codeName>CLOUD REDIS(VPC) Cluster Backup Type</codeName>
                </backupType>
                <shardCount>3</shardCount>
            </cloudRedisBackup>
        </cloudRedisBackupList>
    </getCloudRedisBackupList>
    

    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.