Store job result data
POST/jobs/:jobId/result/:resultId::storeMethod
Store the result data by sending it to a web server via HTTP(S) request.
Request
Responses
- 204
- 400
- 404
- 409
The result has been stored successfully.
- The provided HTTP method is not valid.
- The query parameter "url" is missing.
- The provided URL is invalid (not a "http(s):" URL).
- The file could sent to the provided URL.
The job or result with the specified ID could not be found.
Unable to get result data, e.g. because it is not yet available. Call getJobResult
first.