Scheduler Service
Scheduler Service

Create a schedule

1min
POST
/schedules
Header Parameters
X-COREOS-ACCESS
*
X-COREOS-APPID
*
X-COREOS-REQUEST-ID
*
X-COREOS-TID
*
Body Parameters
body
*
endpointUrl
*
signatureKey
*
payload
startDate
*
endDate
cron
*
Responses
201
Successful operation
schedule
*
error
*
400
Bad Request
Example
{"schedule":{},"error":{"code":"200140014002","description":"Bad Request","additionalInfo":"X-COREOS-TID not found in header"}}
schedule
*
error
*
Curl
JS
Ruby
Python
Responses
201
400