getCloudMysqlBackupDetailList
    • PDF

    getCloudMysqlBackupDetailList

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

    Cloud DB for MySQLのインスタンスのバックアップ詳細リストを照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名要否タイプ制約事項説明
    regionCodeNoString- リージョンコード
    regionCodeは、getRegionListアクションを通じて取得可能
    Default: getRegionList照会結果の最初のリージョンを選択
    cloudMysqlInstanceNoYesString- Cloud DB for MySQLのインスタンス番号
    cloudMysqlInstanceNoは、getCloudMysqlInstanceListアクションを通じて取得可能
    pageNoNoIntegerMin: 0- ページング結果のページ番号
    結果値を、pageNo、pageSizeを利用してページング処理可能
    pageSizeConditionalIntegerMin: 1- ページング時に表示する各ページのサイズ
    結果値を、pageNo、pageSizeを利用してページング処理可能
    pageNoを入力する際に必ず入力
    outputNoString- レスポンス結果のフォーマットタイプ
    Options : xml | json
    Default : json

    レスポンス

    レスポンスデータのタイプ

    • CloudMysqlBackupDetailListタイプ
    CloudMysqlBackupDetailList extends CommonResponse
    private Integer totalRows;
    private List<CloudMysqlBackupDetail> cloudMysqlBackupDetailList = new ArrayList<>();
    CloudMysqlBackupDetail
    private String fileName;
    private Date startTime;
    private Date endTime;
    private Long backupSize;
    private Long dataStorageSize;

    リクエスト例

    ncloud vmysql getCloudMysqlBackupDetailList --regionCode KR --cloudMysqlInstanceNo ****890 --pageNo 0 --pageSize 30
    

    レスポンス例

    <getCloudMysqlBackupDetailListResponse>
        <requestId>11ca8ac0-841c-4776-aef5-3feb6eb9440e</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudMysqlBackupDetailList>
            <cloudMysqlBackupDetail>
                <fileName>20210528</fileName>
                <startTime>2021-05-28T02:10:00+0900</startTime>
                <endTime>2021-05-28T02:10:10+0900</endTime>
                <backupSize>571482767</backupSize>
                <dataStorageSize>10737418240</dataStorageSize>
            </cloudMysqlBackupDetail>
        </cloudMysqlBackupDetailList>
    </getCloudMysqlBackupDetailListResponse>
    

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

    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.