getObjectStorageBackupList
    • PDF

    getObjectStorageBackupList

    • PDF

    Article Summary

    概要

    オブジェクトストレージで内部バックアップストレージに移したバックアップファイルリストを照会します。
    データベースリストアは内部バックアップストレージに移されたファイルを対象に行えます。
    内部バックアップストレージ ファイルは、15日後に完全に削除されるし、ユーザーは削除できません。(同じファイル名でオブジェクトストレージから内部バックアップストレージにダウンロードコマンドを実行すると新しいファイルに変更されます。)
    リストを出力してオンプレミス、オブジェクトストレージ、
    内部バックアップストレージの容量が同じであるかを確認します。

    リクエスト

    リクエストパラメータ

    パラメータ名必須タイプ制約事項説明
    cloudDBInstanceNoYesstringクラウドDBインスタンス番号を入力します。
    folderNameYesstringフォルダ名を入力します。
    空白や/を入力すると内部バックアップストレージのroot フォルダが照会されます。
    該当フォルダはbucketのrootに該当します。
    responseFormatTypeNostringAPIの実行結果をレスポンスするformatを決めます。
    xmlとjsonの中で選択できます。

    例示

    リクエスト例示

    {CloudDB_API_URL}/getObjectStorageBackupList?cloudDBInstanceNo=1010059&folderName=/
    

    レスポンス例示

    <getObjectStorageBackupListResponse>
        <requestId>6a232815-2f74-4e19-8324-ac2f951bbd43</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <dmsFileList>
            <dmsFile>
                <fileLength>2906624</fileLength>
                <lastWriteTime>2018-11-10T17:03:53+0900</lastWriteTime>
                <fileName>CloudControl.full</fileName>
            </dmsFile>
        </dmsFileList>
    </getObjectStorageBackupListResponse>
    

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

    What's Next
    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.