Scheduler REST Endpoints

Scheduler
Cancel the callback subscription for the given request
Method: delete
Path: ess/rest/scheduler/v1/requests/{requestId}/subscribe
Describe the scheduler API
Method: get
Path: ess/rest/scheduler/v1
Information about a job request
Method: get
Path: ess/rest/scheduler/v1/requests/{requestId}
Information about the permissions of the current user on this job request
Method: get
Path: ess/rest/scheduler/v1/requests/{requestId}/permissions
Initiate a cancel operation for the job request
Method: post
Path: ess/rest/scheduler/v1/requests/{requestId}/cancel
Initiate a force cancel operation for the job request
Method: post
Path: ess/rest/scheduler/v1/requests/{requestId}/forceCancel
Initiate a hold operation for the job request
Method: post
Path: ess/rest/scheduler/v1/requests/{requestId}/hold
Initiate a release operation for the job request
Method: post
Path: ess/rest/scheduler/v1/requests/{requestId}/release
Mark a submitted request as deleted
Method: delete
Path: ess/rest/scheduler/v1/requests/{requestId}
Query job requests
Method: get
Path: ess/rest/scheduler/v1/requests
Query job requests with pageIndex
Method: get
Path: ess/rest/scheduler/v1/requests/search/{pageIndex}
Registers the callback URL.
Method: post
Path: ess/rest/scheduler/v1/requests/{requestId}/subscribe
Set the status of the request execution
Method: post
Path: ess/rest/scheduler/v1/requests/{requestId}/executionStatus
Submit a new job request
Method: post
Path: ess/rest/scheduler/v1/requests
Update the scheduler request
Method: patch
Path: ess/rest/scheduler/v1/requests/{requestId}