MENU
      getCloudMysqlRecoveryTime

        getCloudMysqlRecoveryTime


        기사 요약

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

        개요

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

        요청

        요청 파라미터

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

        응답

        응답 데이터 타입

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

        예시

        요청 예시

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

        응답 예시

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

        이 문서가 도움이 되었습니까?

        Changing your password will log you out immediately. Use the new password to log back in.
        First name must have atleast 2 characters. Numbers and special characters are not allowed.
        Last name must have atleast 1 characters. Numbers and special characters are not allowed.
        Enter a valid email
        Enter a valid password
        Your profile has been successfully updated.