Put Third Party Job Success Result
GET {{baseUrl}}/?Action=PutThirdPartyJobSuccessResult&DeviceIndex=<string>&DryRun=<string>&InstanceId=<string>&NetworkInterfaceId=<string>&clientToken=<string>&continuationToken=<string>¤tRevision=<string>&executionDetails=<string>&jobId=<string>
Represents the success of a third party job as returned to the pipeline by a job worker.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
DeviceIndex | string | The index of the device for the network interface attachment. | |
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. | |
InstanceId | string | The ID of the instance. | |
NetworkInterfaceId | string | [EC2-VPC] The ID of the network interface. If the instance has more than one network interface, you must specify a network interface ID. | |
clientToken | string | The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details. | |
continuationToken | string | A 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. | |
currentRevision | string | The ID of the current revision of the artifact successfully worked upon by the job. | |
executionDetails | string | The execution details of the successful job, such as the actions taken by the job worker. | |
jobId | string | The unique system-generated ID of the job for which you want to confirm receipt. |