Available in VPC
Overview
Search the recoverable time of a Cloud DB for MySQL instance.
Requests
Request parameters
| Parameter name | Requirement status | Type | Restrictions | Description |
|---|---|---|---|---|
| regionCode | No | String | - Region code regionCode can be obtained via the getRegionList action Default: selects the first region of the getRegionList query results |
|
| cloudMysqlInstanceNo | Yes | String | - Cloud DB for MySQL instance number cloudMysqlInstanceNo can be obtained via the getCloudMysqlInstanceList action |
|
| output | No | String | - Format type of the response result Options : xml | json Default : json |
Responses
Response data type
- CloudMysqlRecoveryTime type
| CloudMysqlRecoveryTime extends CommonResponse |
|---|
| private Date recoveryStartTime; |
| private Date recoveryEndTime; |
Examples
Request examples
ncloud vmysql getCloudMysqlRecoveryTime --regionCode KR --cloudMysqlInstanceNo ****890
Response examples
<getCloudMysqlRecoveryTimeResponse>
<requestId>a9b3d134-336e-45ff-9966-da1a124716ee</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<recoveryStartTime>2021-07-01T02:10:00+0900</recoveryStartTime>
<recoveryEndTime>2021-07-22T18:00:00+0900</recoveryEndTime>
</getCloudMysqlRecoveryTimeResponse>