Schedule Project

post

/job/schedule

Asynchronously schedules a project.

Request

Header Parameters
Supported Media Types
Request Body - application/json ()
A list of project objects for Schedule service
Root Schema : List<Schedule>
Type: array
Title: List<Schedule>
Show Source
Nested Schema : Schedule
Type: object
Title: Schedule
Schedule Entity
Show Source
  • The new data date.
  • The unique identifier of the project.
  • The amount of time in seconds that the server side will wait for the job service to complete before it returns with the current job status. The Timeout parameter is optional. When you use this operation without specifying a Timeout parameter or with a Timeout of 0, the server immediately returns without waiting for the job service to complete.
Back to Top

Response

Supported Media Types

201 Response

OK.
Body ()
Root Schema : CreateJobServiceResponse
Type: object
Title: CreateJobServiceResponse
CreateJobServiceResponse Entity
Show Source

400 Response

Bad Request.

401 Response

Unauthorized.

403 Response

Forbidden.

404 Response

Not Found.

405 Response

Invalid Input.

500 Response

Internal Server Error.
Back to Top