POST /v2/databases/{databaseId}/snapshots — Create Snapshot
Trigger an on-demand snapshot of a Virtus Cloud managed database and receive a pre-signed download URL to retrieve the backup file.
Use this endpoint to create an on-demand snapshot of a running database. The API captures a consistent backup of the current database state and returns a pre-signed download URL along with an access key so you can retrieve the snapshot file immediately. Snapshots are also stored and retrievable later via the List Snapshots endpoint.
A pre-signed URL to download the snapshot archive directly. The URL includes embedded authentication credentials and expires after a limited time window.
The pre-signed query string portion containing the AWS access key, expiry, and signature. Use this key together with the base URL if you need to reconstruct the download URL later.
The pre-signed download URL expires after a limited period. Download the snapshot file immediately after creation, or use the List Snapshots endpoint later to obtain a fresh key.