Put Job Failure Result
GET {{baseUrl}}/?Action=PutJobFailureResult&DryRun=<string>&PublicIp=<string>&failureDetails=<string>&jobId=<string>
Represents the failure of a job as returned to the pipeline by a job worker.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
DryRun | string | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. | |
PublicIp | string | The Elastic IP address. This is required for EC2-Classic. | |
failureDetails | string | The details about the failure of a job. | |
jobId | string | The unique system-generated ID of the job for which you want to confirm receipt. |