getObjectStorageBackupList

Prev Next

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

Parameter Required Type Limitations Description
cloudDBInstanceNo Y string Cloud DB instance number
folderName Y string Folder 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.
responseFormatType N string Response 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>