quantcdn/Quant Cloud Environment Backup

Creates and manages backups of environments in Quant Cloud

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Mar 21, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: quantcdn/quant-cloud-environment-backup-action@246fa2c2c5f13a07c387f3b092b419f440ff3951 # v4.4.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
api_keyQuant API keyyes
organizationQuant organisation IDyes
app_nameName of your applicationyes
environment_nameName of the environment to backupyes
base_urlQuant Cloud API URLnohttps://dashboard.quantcdn.io/api/v3
operationOperation to perform: create, list, download, or deletenocreate
backup_nameName for the backup (for create operation)no
backup_idID of the backup to download/delete. Use "latest" for most recent (download), or specify backup ID (download/delete).no
older_than_daysFor delete operation: Delete backups older than this many daysno
sort_orderFor list operation: Sort order by creation date (asc or desc)nodesc
filter_statusFor list operation: Filter by backup status (e.g., completed, failed, in_progress)no
waitWhether to wait for the backup to completenofalse
wait_intervalInterval in seconds to wait for the backup to completeno10
max_retriesMaximum number of retries before timing outno30
typeType of data to backupnodatabase
namedescription
backup_idID of the created backup (create operation)
backup_listJSON array of available backups (list operation)
download_urlDownload URL for the backup (download operation)
resolved_backup_idActual backup ID when using "latest" (download operation)
resolved_backup_nameName of the resolved backup when using "latest" (download operation)
resolved_backup_created_atCreation timestamp of the resolved backup when using "latest" (download operation)
deleted_countNumber of backups deleted (delete operation)
deleted_backupsJSON array of deleted backup IDs (delete operation)
successWhether the operation was successful