Release operation

post

ess/rest/scheduler/v1/requests/{requestId}/release

Releases a request from the HOLD state. For parent requests, this operation will cascade to all eligible child requests.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Operation initiated
Body ()

400 Response

Unsupported state for operation
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source

403 Response

Not authorized to release this request
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source

404 Response

Request ID not found
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source

409 Response

Conflict
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source

500 Response

Scheduling sub-system error
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source
Back to Top