getCloudRedisBackupDetailList
    • PDF

    getCloudRedisBackupDetailList

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    Search the list of Cloud DB for Redis backup details available for use.

    Request

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoStringRegion code
    You can decide the region where the Cloud DB for Redis backup details list will be searched.
    You can obtain the regionCode through the getRegionList action.
    Default: Select the first region of the getRegionList search results
    cloudRedisInstanceNoYesStringCloud DB for Redis instance number
    You can decide the Cloud DB for Redis instance number with which the backup details will be searched.
    You can obtain the cloudRedisInstanceNo through the getCloudRedisInstanceList action.
    responseFormatTypeNoStringFormat type for the response results
    Options: xml | json
    Default: xml

    Response

    Response body

    Example

    Request example

    GET {API_URL}/getCloudRedisBackupDetailList
    ?regionCode=KR
    &cloudRedisInstanceNo=****821
    

    Response example

    <getCloudRedisBackupDetailListResponse>
        <requestId>2e320a76-469e-4f28-81b0-a03ea6c8053b</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudRedisBackupDetailList>
            <cloudRedisBackupDetail>
                <startTime>2021-05-12T16:00:00+0900</startTime>
                <endTime>2021-05-12T16:00:00+0900</endTime>
                <backupSize>116</backupSize>
                <dataStorageSize>10737418240</dataStorageSize>
                <fileName>2022****</fileName>
            </cloudRedisBackupDetail>
        </cloudRedisBackupDetailList>
    </getCloudRedisBackupDetailListResponse>
    

    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.