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

KeyDatatypeRequiredDescription
Actionstring
AttributestringThe snapshot attribute you would like to view.
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.
SnapshotIdstringThe ID of the EBS snapshot.
namestringThe name of the pipeline to be deleted.