Action On Execution

Action On Execution

Execute pipeline

Request
URI
POST
https://{api_host}/pipeline/api/pipelines/{id}/executions/{index}
COPY
Path Parameters
string
id
Required

id

string
index
Required

index


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