Get Pipeline State
GET {{baseUrl}}/?Action=GetPipelineState&Attribute=<string>&DryRun=<string>&SnapshotId=<string>&name=<string>
Returns information about the state of a pipeline, including the stages and actions.
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. | |
SnapshotId | string | The ID of the EBS snapshot. | |
name | string | The name of the pipeline to be deleted. |