Acknowledge Job
GET {{baseUrl}}/?Action=AcknowledgeJob&DryRun=<string>&SnapshotId=<string>&jobId=<string>&nonce=<string>
Returns information about a specified job and whether that job has been received by the 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. | |
SnapshotId | string | The ID of the EBS snapshot. | |
jobId | string | The unique system-generated ID of the job for which you want to confirm receipt. | |
nonce | string | A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. Get this number from the response of the PollForJobs request that returned this job. |