getObjectStorageBackupList
    • PDF

    getObjectStorageBackupList

    • PDF

    Article Summary

    Overview

    Gets a list of backup files transferred from Object Storage to the internal backup storage.
    Only the backup files transferred to the internal backup storage can be used to restore databases.
    The files in the internal backup storage will be completely deleted 15 days after being transferred, and cannot be deleted manually by users. (If you download a file with the same name from Object Storage to the internal backup storage, the existing file is replaced with the new one.)
    Get a list and check if the on-premise databases, Object Storage and the internal backup storage are the same in size.

    Request

    Request parameters

    ParameterRequiredTypeLimitationsDescription
    cloudDBInstanceNoYstringCloud DB instance number
    folderNameYstringFolder name
    Set this parameter to an empty space or / to get the root folder of the internal backup storage, which is the root of your bucket.
    responseFormatTypeNstringResponse format
    Select between xml and json.

    Examples

    Request example

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

    Response example

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

    Was this article helpful?

    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.