-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
I can't find any way to get the current status of a job kicked off by archive.stream_to_device, it'd be really nice to have a method like archive.job_status(jobId)
Proposed API
sdk.archive.job_status(jobId)
you pass it a jobId from a previous archive.stream_to_device() call, and it returns a response with the same json blob or better as the stream_to_device result does.
Intended Use Case
Allow scheduled jobs to check the status of an initiated restore.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request