Put Third Party Job Success Result

GET {{baseUrl}}/?Action=PutThirdPartyJobSuccessResult&DeviceIndex=<string>&DryRun=<string>&InstanceId=<string>&NetworkInterfaceId=<string>&clientToken=<string>&continuationToken=<string>&currentRevision=<string>&executionDetails=<string>&jobId=<string>

Represents the success of a third party job as returned to the pipeline by a job worker.

Request Params

KeyDatatypeRequiredDescription
Actionstring
DeviceIndexstringThe index of the device for the network interface attachment.
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.
InstanceIdstringThe ID of the instance.
NetworkInterfaceIdstring[EC2-VPC] The ID of the network interface. If the instance has more than one network interface, you must specify a network interface ID.
clientTokenstringThe clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
continuationTokenstringA token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a successful job provides to identify a custom action in progress. Future jobs will use this token in order to identify the running instance of the action. It can be reused to return additional information about the progress of the custom action. When the action is complete, no continuation token should be supplied.
currentRevisionstringThe ID of the current revision of the artifact successfully worked upon by the job.
executionDetailsstringThe execution details of the successful job, such as the actions taken by the job worker.
jobIdstringThe unique system-generated ID of the job for which you want to confirm receipt.