Start Pipeline Execution
GET {{baseUrl}}/?Action=StartPipelineExecution&DryRun=<string>&NetworkInterfaceId=<string>&name=<string>
Starts the specified pipeline.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
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. | |
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. | |
name | string | The name of the pipeline to be deleted. |