General APIs with JWT

Update restore progress

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

put/restore-logs/{restore_log_id}/progress

Path parameters

restore_log_idstring uuid required

Headers

authorizationstring nullable

Request body

progressnumber required
statusstring required
error_messagestring nullable
logsstring[] 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
error_code'RESTIC_REPOSITORY_MISSING' | 'RESTIC_SNAPSHOT_MISSING' nullable

Response

Restore progress updated successfully

{"stackTrail":"paths:/restore-logs/{restore_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.