General APIs with JWT

Update backup progress

Endpoint to update backup progress and status. Requires JWT authentication via Authorization header.

put/backup-logs/{backup_log_id}/progress

Path parameters

backup_log_idstring uuid required

Headers

authorizationstring nullable

Request body

progressnumber required
statusstring required
error_messagestring nullable
logsstring[] nullable
estimated_backup_size_bytesinteger nullable
s3_content_lengthinteger nullable
s3_last_modifiedstring date-time nullable
s3_etagstring nullable
operation_idstring uuid nullable
stagestring nullable
total_filesinteger nullable
processed_filesinteger nullable
total_bytesinteger nullable
processed_bytesinteger nullable
result_qualitystring nullable
snapshot_idstring nullable
exit_codeinteger nullable

Response

Backup progress updated successfully

{"stackTrail":"paths:/backup-logs/{backup_log_id}/progress:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.