Put Job Success Result

GET {{baseUrl}}/?Action=PutJobSuccessResult&Ipv6AddressCount=<string>&Ipv6Addresses.N=<string>&NetworkInterfaceId=<string>&continuationToken=<string>&currentRevision=<string>&executionDetails=<string>&jobId=<string>

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

Request Params

KeyDatatypeRequiredDescription
Actionstring
Ipv6AddressCountstringThe number of IPv6 addresses to assign to the network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.
Ipv6Addresses.NstringOne or more specific IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.
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.
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.