/schedule-release
Schedules a deployment by individualizing a deployment and by entering the date, time, and duration of the scheduled deployment.
ra50
Schedules a deployment by individualizing a deployment and by entering the date, time, and duration of the scheduled deployment.
Scheduled date and time are according to the Release Automation server time zone and clock.
The parameter "releaseId" is required. If not used the REST fails
Resource URL
Type | URL and Format |
POST | http://<host>:< port>/datamanagement/a/api/<versionId>/schedule-release |
Request Parameters
Type | Description |
The dto contains the data to schedule a release, specify a release, and define the scheduled date, time, and duration. |
Response Parameters
Type | Description |
The general Dto that is returned to the user. The data in the dto is concurrent with the success or the failure of the request. |
Examples:
Command: /schedule-releaseBody:{"application":"Online Store","environment": "env2","release":"REST API","version":"1.0.1","scheduledDate":"24/01/13", "scheduledTime":"12:00","estimatedDurationMinutes":"90"}{"releaseId":"37","scheduledDate":"24/1/13", "scheduledTime":"13:00","estimatedDurationMinutes":"90"}Response:{"id":"37","description":"Release [37] scheduled for [1359025200000]. Estimated duration is [5400000].","result":true}