Documentation Index

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

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

getCloudMysqlRecoveryTime

Prev Next

VPC 환경에서 이용 가능합니다.

개요

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

요청

요청 파라미터

파라미터명 필수 여부 타입 제약 사항 설명
regionCode No String - 리전 코드
regionCode는 getRegionList 액션을 통해 획득 가능
Default : getRegionList 조회 결과의 첫 번째 리전을 선택
cloudMysqlInstanceNo Yes String - Cloud DB for MySQL 인스턴스 번호
cloudMysqlInstanceNo는 getCloudMysqlInstanceList 액션을 통해 획득 가능
output No String - 응답 결과의 포맷 타입
Options : xml | json
Default : json

응답

응답 데이터 타입

  • CloudMysqlRecoveryTime 타입
CloudMysqlRecoveryTime extends CommonResponse
private Date recoveryStartTime;
private Date recoveryEndTime;

예시

요청 예시

ncloud vmysql getCloudMysqlRecoveryTime --regionCode KR --cloudMysqlInstanceNo ****890

응답 예시

<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>