Enable Stage Transition
GET {{baseUrl}}/?Action=EnableStageTransition&Device=<string>&DryRun=<string>&Force=<string>&InstanceId=<string>&VolumeId=<string>&pipelineName=<string>&stageName=<string>&transitionType=<string>
Enables artifacts in a pipeline to transition to a stage in a pipeline.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
Device | string | The device name. | |
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. | |
Force | string | Forces detachment if the previous detachment attempt did not occur cleanly (for example, logging into an instance, unmounting the volume, and detaching normally). This option can lead to data loss or a corrupted file system. Use this option only as a last resort to detach a volume from a failed instance. The instance won't have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedu | |
InstanceId | string | The ID of the instance. | |
VolumeId | string | The ID of the volume. | |
pipelineName | string | The name of the pipeline in which you want to disable the flow of artifacts from one stage to another. | |
stageName | string | The name of the stage where you want to disable the inbound or outbound transition of artifacts. | |
transitionType | string | Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by the actions in that stage (outbound). |