getCloudMysqlRecoveryTime
    • PDF

    getCloudMysqlRecoveryTime

    • PDF

    Article Summary

    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
    

    レスポンス例

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

    この記事は役に立ちましたか?

    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.