Get Pipeline
GET {{baseUrl}}/?Action=GetPipeline&Attribute=<string>&CreateVolumePermission=<string>&DryRun=<string>&OperationType=<string>&SnapshotId=<string>&UserGroup.N=<string>&UserId.N=<string>&name=<string>&version=<string>
Returns the metadata, structure, stages, and actions of a pipeline.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
Attribute | string | The snapshot attribute you would like to view. | |
CreateVolumePermission | string | A JSON representation of the snapshot attribute modification. | |
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. | |
OperationType | string | The type of operation to perform to the attribute. | |
SnapshotId | string | The ID of the EBS snapshot. | |
UserGroup.N | string | The group to modify for the snapshot. | |
UserId.N | string | The account ID to modify for the snapshot. | |
name | string | The name of the pipeline to be deleted. | |
version | string | The version identifier of the custom action. |