downloadDmsFile
    • PDF

    downloadDmsFile

    • PDF

    Article Summary

    Overview

    Downloads backup files from the Amazon S3 compatible storage to the internal backup storage, using the information that is stored with setObjectStorageInfo.
    The backup files can be used to restore your database only after they are transferred to the internal backup storage.
    Use getDmsOperation to get the download progress, with the requestNo you can get from the response.

    Request

    Request parameters

    ParameterRequiredTypeLimitationsDescription
    cloudDBInstanceNoYstringCloud DB instance number
    fileNameYstringFile name to download
    It is the file name in a bucket of your S3 Object Storage.
    You can specify the file name including the folder name, like “subfolder/BackupFile.Bak.”
    Otherwise, just specify the file name.
    responseFormatTypeNstringResponse format
    Select between xml and json.

    Examples

    Request example

    {CloudDB_API_URL}/downloadDmsFile?cloudDBInstanceNo=1010059&fileName=filename.full
    

    Response example

    <downloadDmsFileResponse>
        <requestId>57a350ef-bbb0-4ff6-8e08-5de3ad7795d5</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <requestNo>781996</requestNo>
    </downloadDmsFileResponse>
    

    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.