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

KeyDatatypeRequiredDescription
Actionstring
DryRunstringChecks 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.
SnapshotIdstringThe ID of the EBS snapshot.
jobIdstringThe unique system-generated ID of the job for which you want to confirm receipt.
noncestringA 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.