This endpoint exports an encrypted backup.
Exports an encrypted backup.
POST /api/v2/backup/export
Arguments:
Response:
If a key is not provided in the request, a generated key will be provided in the response header X-JackDB-Backup-Key
.
Example request:
$ curl \
-H "Accept: application/vnd.jackdb.v2+json" \
-u "${JACKDB_API_KEY_ID}@api:${JACKDB_API_KEY_SECRET}" \
-X POST \
"${JACKDB_API_URL}/backup/export"
Example response:
***binary data***