Updates the status of the schedule to started
POST {{baseUrl}}/schedules/:id/start
Updates the status of the schedule to started. If a schedule has been stopped it can be started again using this endpoint. If a schedule is running, based on the schedule string it creates jobs
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: Created
{"id":"c603fb82-8417-11e8-adc0-fa7ae01bbebc","inputFolderId":"17f9d94e-8417-11e8-adc0-fa7ae01bbebc","outputFolderId":"0cf21f02-8417-11e8-adc0-fa7ae01bbebc","configurationId":"8d318bd4-df34-a248-385a-5f99d5a5b0e4","modelId":"951b3240-7857-11e8-adc0-fa7ae01bbebc","name":"testSch","maximumExecutionTime":"aute labore proident in","scheduleString":"0 9 * * *","status":"STOPPED","createdBy":"analytics","creationDate":"2018-10-01T12:00:00.001Z"}