Documentation Index

Fetch the complete documentation index at: https://cli-fin.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

getCloudMysqlRecoveryTime

Prev Next

Cloud DB for MySQL 인스턴스의 복원 가능 시간을 조회합니다.

구문

getCloudMysqlRecoveryTime 구문은 다음과 같습니다.

./ncloud vmysql getCloudMysqlRecoveryTime \
    --cloudMysqlInstanceNo <instance-no> \
    [--regionCode <FKR>] \
    [--output <json|xml>]

옵션

getCloudMysqlRecoveryTime 실행 시 지정할 수 있는 옵션을 설명합니다.

필수 옵션

getCloudMysqlRecoveryTime의 필수 옵션입니다.

옵션 타입 필수 여부 설명
--cloudMysqlInstanceNo String Required Cloud DB for MySQL 인스턴스 번호

공통 옵션

vmysql 명령에서 공통으로 사용하는 옵션에 대한 정보는 Cloud DB for MySQL 옵션을 참조해 주십시오.

예시

Cloud DB for MySQL 복원 가능 시간 조회 요청이 성공하면 복원할 수 있는 시작 시간과 종료 시간이 반환됩니다.

명령

명령 예시는 다음과 같습니다.

./ncloud vmysql getCloudMysqlRecoveryTime \
    --cloudMysqlInstanceNo 12345678 \
    --regionCode FKR \
    --output json

출력

출력 예시는 다음과 같습니다.

{
  "getCloudMysqlRecoveryTimeResponse": {
    "recoveryStartTime": "2026-06-19T12:22:00+0900",
    "recoveryEndTime": "2026-06-19T13:46:00+0900",
    "requestId": "711ec73a-19a1-429c-939b-23c45ce25145",
    "returnCode": "0",
    "returnMessage": "success"
  }
}