Schedule a job
POST/v1.0-alpha1/jobs/:jobName
Schedule a job with a name. Jobs are scheduled based on the clock of the server where the Scheduler service is running. The timestamp is not converted to UTC. You can provide the timezone with the timestamp in RFC3339 format to specify which timezone you'd like the job to adhere to. If no timezone is provided, the server's local time is used.
Request
Responses
- 204
- 400
- 500
Job scheduled successfully
Request was malformed
Request formatted correctly, error in Dapr code or Scheduler control plane service