getCloudMysqlBackupList
    • PDF

    getCloudMysqlBackupList

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

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

    リクエスト

    リクエストパラメータ

    パラメータ名要否タイプ制約事項説明
    regionCodeNoString- リージョンコード
    regionCodeは、getRegionListアクションを通じて取得可能
    Default: getRegionList照会結果の最初のリージョンを選択
    outputNoString- レスポンス結果のフォーマットタイプ
    Options : xml | json
    Default : json

    レスポンス

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

    • CloudMysqlBackupListタイプ
    CloudMysqlBackupList extends CommonResponse
    private Integer totalRows;
    private List<CloudMysqlBackup> cloudMysqlBackupList = new ArrayList<>();
    CloudMysqlBackup
    private String cloudMysqlInstanceNo;
    private String cloudMysqlServiceName;
    private Integer backupFileRetentionPeriod;
    private String backupTime;
    private Long backupSize;
    private Date lastBackupDate;

    リクエスト例

    ncloud vmysql getCloudMysqlBackupList --regionCode KR
    

    レスポンス例

    <getCloudMysqlBackupListResponse>
        <requestId>2086d40d-d152-49a7-aa26-effaecb5a616</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudMysqlBackupList>
            <cloudMysqlBackup>
                <cloudMysqlInstanceNo>****890</cloudMysqlInstanceNo>
                <cloudMysqlServiceName>test-****</cloudMysqlServiceName>
                <backupFileRetentionPeriod>10</backupFileRetentionPeriod>
                <backupTime>02:00</backupTime>
                <backupSize>571482767</backupSize>
                <lastBackupDate>2021-05-28T02:10:00+0900</lastBackupDate>
            </cloudMysqlBackup>
        </cloudMysqlBackupList>
    </getCloudMysqlBackupListResponse>
    

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

    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.