Put Job Success Result
GET {{baseUrl}}/?Action=PutJobSuccessResult&Ipv6AddressCount=<string>&Ipv6Addresses.N=<string>&NetworkInterfaceId=<string>&continuationToken=<string>¤tRevision=<string>&executionDetails=<string>&jobId=<string>
Represents the success of a job as returned to the pipeline by a job worker.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
Ipv6AddressCount | string | The 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.N | string | One 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. | |
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. | |
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. |