section> Computing
  • Auto Scaling
  • Bare Metal Server
  • Dedicated Host
  • Elastic Cloud Server
  • FunctionGraph
  • Image Management Service
Network
  • Direct Connect
  • Domain Name Service
  • Elastic IP
  • Elastic Load Balancing
  • Enterprise Router
  • NAT Gateway
  • Private Link Access Service
  • Secure Mail Gateway
  • Virtual Private Cloud
  • Virtual Private Network
  • VPC Endpoint
Storage
  • Cloud Backup and Recovery
  • Cloud Server Backup Service
  • Elastic Volume Service
  • Object Storage Service
  • Scalable File Service
  • Storage Disaster Recovery Service
  • Volume Backup Service
Application
  • API Gateway (APIG)
  • Application Operations Management
  • Application Performance Management
  • Cloud Service Engine
  • Distributed Message Service
  • Simple Message Notification
Data Analysis
  • Cloud Search Service
  • Data Ingestion Service
  • Data Lake Insight
  • Data Warehouse Service
  • DataArts Studio
  • MapReduce Service
  • ModelArts
  • Optical Character Recognition
Container
  • Application Service Mesh
  • Cloud Container Engine
  • Cloud Container Instance
  • Software Repository for Containers
Databases
  • Data Replication Service
  • Distributed Cache Service
  • Distributed Database Middleware
  • Document Database Service
  • GaussDB (for MySQL)
  • GeminiDB
  • Relational Database Service
Management & Deployment
  • Cloud Create
  • Cloud Eye
  • Cloud Trace Service
  • Config
  • Log Tank Service
  • Resource Formation Service
  • Tag Management Service
Security Services
  • Anti-DDoS
  • Cloud Firewall
  • Database Security Service
  • Dedicated Web Application Firewall
  • Host Security Service
  • Identity and Access Management
  • Key Management Service
  • Web Application Firewall
Other
  • Enterprise Dashboard
  • Glossary
  • Marketplace
  • Price Calculator
  • Status Dashboard
APIs
  • REST API
  • API Usage Guidelines
  • Endpoints
Development and Automation
  • SDKs
  • Drivers and Tools
  • Terraform
  • Ansible
  • Cloud Create
Architecture Center
  • Best Practices
  • Blueprints
IaaSComputingAuto ScalingBare Metal ServerDedicated HostElastic Cloud ServerFunctionGraphImage Management ServiceNetworkDirect ConnectDomain Name ServiceElastic IPElastic Load BalancingEnterprise RouterNAT GatewayPrivate Link Access ServiceSecure Mail GatewayVirtual Private CloudVirtual Private NetworkVPC EndpointStorageCloud Backup and RecoveryCloud Server Backup ServiceElastic Volume ServiceObject Storage ServiceScalable File ServiceStorage Disaster Recovery ServiceVolume Backup ServicePaaSApplicationAPI Gateway (APIG)Application Operations ManagementApplication Performance ManagementCloud Service EngineDistributed Message ServiceSimple Message NotificationData AnalysisCloud Search ServiceData Ingestion ServiceData Lake InsightData Warehouse ServiceDataArts StudioMapReduce ServiceModelArtsOptical Character RecognitionContainerApplication Service MeshCloud Container EngineCloud Container InstanceSoftware Repository for ContainersDatabasesData Replication ServiceDistributed Cache ServiceDistributed Database MiddlewareDocument Database ServiceGaussDB (for MySQL)GeminiDBRelational Database ServiceManagementManagement & DeploymentCloud CreateCloud EyeCloud Trace ServiceConfigLog Tank ServiceResource Formation ServiceTag Management ServiceSecuritySecurity ServicesAnti-DDoSCloud FirewallDatabase Security ServiceDedicated Web Application FirewallHost Security ServiceIdentity and Access ManagementKey Management ServiceWeb Application FirewallOtherOtherEnterprise DashboardGlossaryMarketplacePrice CalculatorStatus Dashboard

Document Database Service

  • Before You Start
  • API Overview
  • Environment Preparations
  • API Calling
  • APIs V3.0 (Recommended)
    • Querying the API Version
    • Querying Database Version Information
    • Querying Database Specifications
    • Querying the Database Disk Type
    • DB Instance Management
    • Connection Management
    • Backup and Restoration
      • Creating a Manual Backup
      • Deleting a Manual Backup
      • Querying the Backup List
      • Querying an Automated Backup Policy
      • Setting an Automated Backup Policy
      • Restoring Data to a New DB Instance
      • Obtaining the Link for Downloading a Backup File
      • Querying the Restoration Time Ranges
      • Obtaining the List of Databases That Can Be Restored
      • Obtaining the List of Database Collections That Can Be Restored
      • Restoring Data to the Original DB Instance
      • Restoring Databases and Tables to a Point in Time
    • Parameter Configuration
    • Log Information Queries
    • Tag Management
    • Managing Databases and Users
    • Task Management
  • Permissions Policies and Supported Actions
  • Appendix
  • Change History
  • API Reference
  • APIs V3.0 (Recommended)
  • Backup and Restoration
  • Obtaining the Link for Downloading a Backup File

Obtaining the Link for Downloading a Backup File¶

Function¶

This API is used to obtain the link for downloading a backup file.

Constraints¶

The backup download link is valid within 15 minutes after being updated.

URI¶

  • URI format

    GET https://{Endpoint}/v3/{project_id}/backups/download-file?instance_id={instance_id}&backup_id={backup_id}

  • Parameter description

    Table 1 Parameter description¶

    Name

    Mandatory

    Description

    project_id

    Yes

    Specifies the project ID of a tenant in a region.

    For details about how to obtain the project ID, see Obtaining a Project ID.

    instance_id

    Yes

    Specifies the instance ID, which can be obtained by calling the API for querying instances. If you do not have an instance, you can call the API used for creating an instance.

    backup_id

    Yes

    Specifies the backup ID.

Requests¶

  • Example request

    GET https://dds.eu-de.otc.t-systems.com/v3/97b026aa9cc4417888c14c84a1ad9860/backups/download-file?instance_id=befb1cfe1f96403780396b0c54f85d11in02&backup_id=bd062e1af2d248b3bb4cd3dbb4183888br02

Responses¶

  • Parameter description

    Table 2 Parameter description¶

    Name

    Type

    Description

    files

    Array of objects

    Indicates the list of backup files.

    For more information, see Table 3.

    bucket

    String

    Indicates the name of the bucket where the file is located.

    Table 3 files field data structure description¶

    Name

    Type

    Description

    name

    String

    Indicates the file name.

    size

    Long

    Indicates the file size in KB.

    download_link

    String

    Indicates the link for downloading the backup file.

    link_expired_time

    String

    Indicates the link expiration time. The format is "yyyy-mm-ddThh:mm:ssZ". T is the separator between the calendar and the hourly notation of time. Z indicates the time zone offset. For example, the time zone offset of UTC is shown as +0000.

  • Response example

    {
       "files": [
        {
            "name": "43e4feaab48f11e89039fa163ebaa7e4br02.xxx",
            "size": 2803,
            "download_link":"https://obs.domainname.com/rdsbucket.username.1/xxxxxx",
            "link_expired_time":"2018-08-016T10:15:14+0000"
         }
         ],
        "bucket": "rdsbucket.bucketname"
    }
    

Status Code¶

Status Code:200.

For more information, see Status Code.

Error Code¶

For more information, see Error Code.

  • Prev
  • Next
last updated: 2025-06-16 13:19 UTC - commit: 71ff446f24e76998ee61e7b7cf2f6b5850098722
Edit pageReport Documentation Bug
Page Contents
  • Obtaining the Link for Downloading a Backup File
    • Function
    • Constraints
    • URI
    • Requests
    • Responses
    • Status Code
    • Error Code
© T-Systems International GmbH
  • Contact
  • Data privacy
  • Disclaimer of liabilitys
  • Imprint