getCloudMysqlRecoveryTime
    • PDF

    getCloudMysqlRecoveryTime

    • PDF

    Article Summary

    Available in VPC

    Overview

    Queries the available time for restoring a Cloud DB for MySQL instance

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    You can obtain regionCode through the getRegionList action
    Default: selects the first region of the getRegionList query results
    cloudMysqlInstanceNoYesString- Cloud DB for MySQL instance number
    You can obtain cloudMysqlInstanceNo through the getCloudMysqlInstanceList action
    responseFormatTypeNoString- Format type of the response result
    Options : xml | json
    Default : xml

    Responses

    Response bodies

    Examples

    Request examples

    GET {API_URL}/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>
    

    Was this article helpful?

    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.