Retry Stage Execution

GET {{baseUrl}}/?Action=RetryStageExecution&Description=<string>&DryRun=<string>&Ipv6AddressCount=<string>&Ipv6Addresses.N=<string>&PrivateIpAddress=<string>&PrivateIpAddresses.N=<string>&SecondaryPrivateIpAddressCount=<string>&SecurityGroupId.N=<string>&SubnetId=<string>&pipelineExecutionId=<string>&pipelineName=<string>&retryMode=<string>&stageName=<string>

Resumes the pipeline execution by retrying the last failed actions in a stage.

Request Params

KeyDatatypeRequiredDescription
Actionstring
DescriptionstringA description for the network interface.
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.
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.
PrivateIpAddressstring[EC2-VPC] The primary or secondary private IP address to associate with the Elastic IP address. If no private IP address is specified, the Elastic IP address is associated with the primary private IP address.
PrivateIpAddresses.NstringOne or more private IPv4 addresses.
SecondaryPrivateIpAddressCountstringThe number of secondary IP addresses to assign to the network interface. You can't specify this parameter when also specifying private IP addresses.
SecurityGroupId.NstringThe IDs of one or more security groups.
SubnetIdstringThe ID of the subnet to associate with the network interface.
pipelineExecutionIdstringThe ID of the pipeline execution about which you want to get execution details.
pipelineNamestringThe name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
retryModestringThe scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.
stageNamestringThe name of the stage where you want to disable the inbound or outbound transition of artifacts.