v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBw) Scheduled Jobs
Create a scheduled job
Creates a new recurring job that will execute on the specified cron schedule. The job type determines which additional fields are required and what the job will do when it fires.
post/eclipse-conductor/rest/v1/tenants/{tenantId}/scheduled-jobs
Path parameters
tenantIdinteger required
Request body
Example request
{
"endDate": "2022-03-10T12:15:50-04:00",
"startDate": "2022-03-10T12:15:50-04:00"
}Response
OK
Example response
{
"endDate": "2022-03-10T12:15:50-04:00",
"startDate": "2022-03-10T12:15:50-04:00"
}