Validate the cancellation state

post

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

Retrieves the detail if job is in cancelling state.

Request

Path Parameters
Supported Media Types
Request Body - application/json;charset=utf-8 ()
Root Schema : schema
Type: object
Show Source
Request Body - application/vnd.oracle.resource+json ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : schema
Type: boolean

400 Response

Invalid input
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source

403 Response

Not allowed for this operation
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source

404 Response

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

500 Response

Server error
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source
Back to Top