getCloudRedisManualBackupDetailList
    • PDF

    getCloudRedisManualBackupDetailList

    • PDF

    Article Summary

    It can be used in a VPC environment.

    Overview

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

    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.
    cloudRedisInstanceNoYesStringCloud DB for Redis instance number
    You can decide the Cloud DB for Redis instance number with which the manual backup details will be searched.
    You can obtain cloudRedisInstanceNo through the getCloudRedisInstanceList action.
    outputNoStringFormat type for the response result
    Options: xml | json
    Default: json

    Response

    Response Data Type

    • CloudRedisBackupDetailList type
    CloudRedisBackupDetailList extends CommonResponse
    private Integer totalRows;
    private List<CloudRedisBackupDetail> cloudRedisInstanceList = new ArrayList<>();
    CloudRedisBackupDetail
    private Date startTime;
    private Date endTime;
    private Long backupSize;
    private Long dataStorageSize;
    private String fileName;

    Example

    Examples of requests

    ncloud vredis getCloudRedisManualBackupDetailList --regionCode KR --cloudRedisInstanceNo ****821
    

    Examples of responses

    {
      "getCloudRedisManualBackupDetailListResponse": {
        "requestId": "e603a8ee-9308-457e-9754-5497c931f222",
        "returnCode": "0",
        "returnMessage": "success",
        "totalRows": 1,
        "cloudRedisBackupDetailList": [
          {
            "startTime": "2022-05-18T14:10:28+0900",
            "endTime": "2022-05-18T14:10:28+0900",
            "backupSize": 302,
            "dataStorageSize": 10737418240,
            "fileName": "2022051*****"
          }
        ]
      }
    }
    
    
    <getCloudRedisManualBackupDetailListResponse>
        <requestId>213c6297-42ab-4ac4-81fd-9852837c3105</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudRedisBackupDetailList>
            <cloudRedisBackupDetail>
                <startTime>2022-05-16T16:25:07+0900</startTime>
                <endTime>2022-05-16T16:25:07+0900</endTime>
                <backupSize>302</backupSize>
                <dataStorageSize>10737418240</dataStorageSize>
                <fileName>2022051*****</fileName>
            </cloudRedisBackupDetail>
        </cloudRedisBackupDetailList>
    </getCloudRedisManualBackupDetailListResponse>
    

    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.