Available in VPC
Note
Cloud DB for Cache CLI offers two versions based on the supported DBMS range.
- createCloudCacheManualBackup CLI: Support for Valkey and Redis DBMS
- createCloudRedisManualBackup CLI: Support for Redis DBMS
createCloudCacheManualBackup CLI
This section describes the request and response formats for the createCloudCacheManualBackup CLI.
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. |
|
| cloudCacheInstanceNo | Yes | String | - Cloud DB for Cache instance number cloudCacheInstanceNo can be obtained through the getCloudCacheInstanceList action. |
|
| output | No | String | - Format type of the response result Options: xml | json Default: json |
Examples
Call examples
ncloud vcache createCloudCacheManualBackup --regionCode KR --cloudCacheInstanceNo 821***
Response example
{
"createCloudCacheManualBackupResponse": {
"requestId": "e5a2ba21-beea-4ab5-a5d0-7c8f056a925c",
"returnCode": "0",
"returnMessage": "success"
}
}
<createCloudCacheManualBackupResponse>
<requestId>f293fb65-bdd3-4633-bda2-8d84cd8d7271</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
</createCloudCacheManualBackupResponse>