Execute a Pipeline with Input Set References
Bad Request
Internal server error
Returns pipeline execution details V2
{- "inputSetReferences": [
- "string"
], - "withMergedPipelineYaml": true,
- "stageIdentifiers": [
- "string"
]
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Execute a Pipeline with Runtime Input YAML
Enter Runtime Input YAML if the Pipeline contains Runtime Inputs. Template for this can be Fetched from /inputSets/template API.
Bad Request
Internal server error
Returns pipeline execution details
Execute Runtime Input YAML
pipeline: identifier: "Sample_Pipeline" stages: - stage: identifier: "Sample_Stage" type: "Approval" spec: execution: steps: - step: identifier: "Approval_Step" type: "HarnessApproval" spec: approvers: userGroups: "<+input>" - step: identifier: "Shellscript_Step" type: "ShellScript" spec: source: type: "Inline" spec: script: "<+input>" - stage: identifier: "Sample_Deploy_Stage" type: "Deployment" spec: serviceConfig: serviceRef: "<+input>" infrastructure: environmentRef: "<+input>" infrastructureDefinition: type: "KubernetesDirect" spec: connectorRef: "<+input>" namespace: "<+input>"
Executes an Interrupt on a Given Execution
Bad Request
Internal server error
Takes a possible Interrupt value and applies it onto the execution referred by the planExecutionId
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}