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

KeyDatatypeRequiredDescription
Actionstring
DevicestringThe device name.
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.
ForcestringForces 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
InstanceIdstringThe ID of the instance.
VolumeIdstringThe ID of the volume.
pipelineNamestringThe name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
stageNamestringThe name of the stage where you want to disable the inbound or outbound transition of artifacts.
transitionTypestringSpecifies 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).