Execute By Name Using POST
Execute a Pipeline based on the given project and name
Request
URI
POST
http://cava-s-182-041.eng.vmware.com//codestream/api/pipelines/{project}/{name}/executions
COPY
Path Parameters
string
name
Required
The name of the Pipeline
string
project
Required
The project the Pipeline belongs to
Query Parameters
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
Request Body
ExecutionRequest of type(s) application/json
Optional
{
"comments": "string",
"executionId": "string",
"executionLink": "string",
"source": "string",
"tags": [
"string"
]
}
string
comments
Optional
comments
string
executionId
Optional
executionId
string
executionLink
Optional
executionLink
object
input
Optional
input
string
source
Optional
source
array of string
tags
Optional
tags
Responses
200
'Success' with the created execution response
Returns ExecutionResponse of type(s) */*
{
"executionId": "b80254a7-fcff-4918-ad88-501d08096337",
"executionIndex": 3,
"executionLink": "/codestream/api/executions/b80254a7-fcff-4918-ad88-501d08096337"
}
string
executionId
Optional
Id of the Execution.
integer As int64 As int64
executionIndex
Optional
Index of the Execution.
string
executionLink
Optional
Link of the Execution.
202
Accepted
Returns ExecutionResponse of type(s) */*
{
"executionId": "b80254a7-fcff-4918-ad88-501d08096337",
"executionIndex": 3,
"executionLink": "/codestream/api/executions/b80254a7-fcff-4918-ad88-501d08096337"
}
string
executionId
Optional
Id of the Execution.
integer As int64 As int64
executionIndex
Optional
Index of the Execution.
string
executionLink
Optional
Link of the Execution.
401
Unauthorized Request
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
500
Server Error
Operation doesn't return any data structure
On This Page
Pipelines Operations
POST
Act On Pipeline Using POST
POST
Create Using POST 3
POST
Create Using POST 4
DELETE
Delete Using DELETE 11
DELETE
Delete Using DELETE 12
DELETE
Delete Using DELETE 8
DELETE
Delete Using DELETE 9
POST
Execute By Name Using POST
POST
Execute Using POST
GET
Export Using GET
GET
Get All Using GET 3
GET
Get All Using GET 5
GET
Get Execution By Index And Pipeline Id Using GET
GET
Get Execution By Name And Index Using GET
GET
Get Executions By Id Using GET
GET
Get Executions By Name Using GET
GET
Get Pipeline Tiles Using GET
GET
Get Using GET 2
GET
Get Using GET 3
GET
Get Using GET 5
GET
Get Using GET 6
POST
Import Yaml Using POST
PATCH
Patch Using PATCH
PATCH
Patch Using PATCH 1
PUT
Update Using PUT 2
PUT
Update Using PUT 3
PUT
Update Using PUT 4
PUT
Update Using PUT 5