Run the job for the active release of the specified deployment.
NOTE: Deployments pertain to Production instances of the |
Version: v3
Request Type: POST
Endpoint:
/v3/deployments/<id>/run |
where:
Parameter | Description |
---|---|
<id> | Internal identifier for the deployment |
Request URI - Example:
/v3/deployments/4/run |
Request Body:
Empty.
Response Status Code - Success: 201 - Created
Response Body Example:
{ "data": [ { "reason": "JobStarted", "sessionId": "dd6a90e0-c353-11e7-ad4e-7f2dd2ae4621", "id": 33, "jobs": { "data": [ { "id": 68 }, { "id": 69 }, { "id": 70 } ] } } ] } |
Property | Description |
---|---|
reason | Action undertaken on the endpoint. |
sessionId | Internal identifier for the session of the job run |
id | JobGroup identifier. For more information, see API JobGroups Get v3. |
jobs.data.id | Internal identifier for the individual jobs that compose the job group being executed. |