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>