Update Pipeline
GET {{baseUrl}}/?Action=UpdatePipeline&Attribute=<string>&DryRun=<string>&NetworkInterfaceId=<string>&pipeline=<string>
Updates a specified pipeline with edits or changes to its structure.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
Attribute | string | The snapshot attribute you would like to view. | |
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. | |
pipeline | string | Represents the structure of actions and stages to be performed in the pipeline. |