Resume the Files job
PUT/qlibs/:qlibid/q/:qwtoken/file_jobs/:filesjobid/resume
Resume may be used to retry a job after transient ingest failures and/or to clear errors resulting from wrong ingest paths with the "clear_resolve" option. If "clear_resolve" is specified, the faulty operations are removed and returned in the response with an explanatory description of the error.
Request
Responses
- 202
- 401
- 409
- 410
- default
The request was accepted and ingest was resumed
Authentication information is missing or invalid
Response Headers
WWW-Authenticate
A standard "WWW Authenticate" header of the form Basic realm="Eluvio Content Fabric API"
Ingest was already resumed and is ongoing.
Ingest completed and resuming is not possible.
A generic error message.