Create a schedule

POST {{baseUrl}}/schedules

This operation creates a schedule.

Request Body

{"schedule"=>{"name"=>"Scheduled start for my camera", "transcoder_id"=>"km1FSSVL", "action_type"=>"start_stop", "recurrence_type"=>"recur", "end_repeat"=>"2017-09-30", "recurrence_data"=>"saturday", "start_repeat"=>"1992-03-04", "start_transcoder"=>"2020-02-01T00:00:00.000Z", "stop_transcoder"=>"2020-02-29T23:59:59.999Z"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"schedule":{"action_type":"start_stop","created_at":"2020-01-29T17:16:21.995Z","end_repeat":"1984-04-24","id":"vhB0jSlB","name":"Scheduled start for my camera","recurrence_data":"friday","recurrence_type":"recur","start_repeat":"1958-01-10","start_transcoder":"2020-02-01T00:00:00.000Z","state":"enabled","stop_transcoder":"2020-02-29T23:59:59.999Z","transcoder_id":"P0NrTP7m","transcoder_name":"My Camera","updated_at":"2020-01-30T16:44:37.995Z"}}