Resend the output from a job history
post
/services/rest/v1/jobs/outputs/{outputid}/resend
Resends the output from a job history.
Request
Path Parameters
-
outputid(required): string
The ID of the output to be resent.
Response
Supported Media Types
- application/text
200 Response
Returns output resend status.
Root Schema : schema
Examples
The following example shows how to resend the delivery of a job output by submitting a POST request on the REST resource using cURL. You must specify the ID of the job you want to resend.
curl \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--request POST 'https://hostname/xmlpserver/services/rest/v1/jobs/30775/resend'
Example of the Response Body
* Connection #0 to host host.com left intact