List Executing Jobs v2

post

/jderest/v2/scheduler/listExecuting

Returns a list of currently executing jobs.

Request

Supported Media Types
Header Parameters
Body ()
The input to the scheduler services.
Root Schema : SchedulerRequest
Type: object
The input to the scheduler services.
Show Source
Nested Schema : jobServicePath
Type: array
The service path for the job to be scheduled.
Show Source
Nested Schema : schedulerHosts
Type: array
A list of scheduler hosts.
Show Source
Nested Schema : schedulerServices
Type: array
A list of scheduler services.
Show Source
Nested Schema : SchedulerService
Type: object
The input to the scheduler services where a list is requested.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful Execution

400 Response

Bad Request - Invalid JSON Input

403 Response

Authorization Failure

415 Response

Invalid Content-Type Header - Must use application/json

444 Response

Invalid Token
Body ()
Root Schema : ServiceErrorResponse
Type: object
Error Response
Show Source

500 Response

Server Failed to Process Request
Body ()
Root Schema : ServiceErrorResponse
Type: object
Error Response
Show Source
Back to Top