deleteCloudCacheManualBackup

Prev Next

Available in VPC

Overview

Delete a Cloud DB for Cache manual backup.

Request

Request parameters

Parameter name Required Type Restrictions Description
regionCode No String - Region code
regionCode can be obtained through the getRegionList action.
Default: Select the first Region of the getRegionList search results.
cloudRedisInstanceNo Yes String - Cloud DB for Cache instance number
cloudRedisInstanceNo can be obtained through the getCloudCacheInstanceList action.
fileNameList.N Yes List - Cloud DB for Cache backup file name list
fileName can be obtained through the getCloudCacheBackupDetailList and getCloudCacheManualBackupDetailList actions.
e.g., fileNameList.1=20220315&fileNameList.2=20220322
output No String - Format type of the response result
Options: xml | json
Default: xml

Examples

Call

ncloud vredis deleteCloudRedisManualBackup --regionCode KR --cloudRedisInstanceNo ***821 --fileNameList 2022****

Response

{
  "deleteCloudRedisManualBackupResponse": {
    "requestId": "e5a2ba21-beea-4ab5-a5d0-7c8f056a925c",
    "returnCode": "0",
    "returnMessage": "success"
  }
}

<deleteCloudRedisManualBackupResponse>
    <requestId>f293fb65-bdd3-4633-bda2-8d84cd8d7271</requestId>
    <returnCode>0</returnCode>
    <returnMessage>success</returnMessage>
</deleteCloudRedisManualBackupResponse>