Check Authorization And Execute Pipeline
Execute pipeline
Request
URI
POST
https://{api_host}/pipeline/api/pipelines/{id}/executions
COPY
Path Parameters
string
id
Required
id
Responses
200
OK
Returns
ExecutionRequest
of type(s)
application/json
{
"comments": "string",
"source": "string",
"executionLink": "string",
"tags": [
"string"
]
}
string
comments
Optional
comments
string
source
Optional
source of execution, say git commit id
object
input
Optional
input to the execution
string
executionLink
Optional
executionLink
array of
string
tags
Optional
Tags
404
Not found
Operation doesn't return any data structure
500
Error
Operation doesn't return any data structure
Pipeline Service Operations
POST
Action On Execution
PATCH
Check Authorization And Alter Pipeline
DELETE
Check Authorization And Delete Pipeline
POST
Check Authorization And Execute Pipeline
PUT
Check Authorization And Update Pipeline
POST
Create Pipeline
GET
List Execution
GET
List Executions
GET
List Pipeline
GET
List Pipelines
POST
Post Pipeline