Validate the cancellation state
post
                    ess/rest/scheduler/v1/requests/{requestId}/checkInCancelling
Retrieves the detail if job is in cancelling state.
                Request
Path Parameters
                - 
                    requestId(required):  integer(int64)
                    
                    the job request ID
Supported Media Types
                            - application/json;charset=utf-8
- application/vnd.oracle.resource+json
Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    requestExecutionContext: string
                    
                    
                     
                    
                
                
                request execution context in string form
Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    requestExecutionContext: string
                    
                    
                     
                    
                
                
                request execution context in string form
Response
Supported Media Types
                - application/json;charset=utf-8
- application/vnd.oracle.resource+json
200 Response
OK
                            
                            
                                Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
boolean400 Response
Invalid input
                            
                            
                                Root Schema : SimpleExceptionDetail
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    detail: string
                    
                    
                     
                    
                
                
                Detailed error message
- 
                
                    
                    errorCode: string
                    
                    
                     
                    
                
                
                ESS-specific error code. For example ESS-00500.
- 
                
                    
                    status: integer
                    
                    
                     
                    
                
                
                HTTP status code
- 
                
                    
                    title(required): string
                    
                    
                     
                    
                
                
                Summary error message
- 
                
                    
                    type(required): string
                    
                    
                     
                    
                
                
                URI. It will be beneficial if teams can provide application specific problem types. If not, at least we should link to HTTP error code page.
403 Response
Not allowed for this operation
                            
                            
                                Root Schema : SimpleExceptionDetail
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    detail: string
                    
                    
                     
                    
                
                
                Detailed error message
- 
                
                    
                    errorCode: string
                    
                    
                     
                    
                
                
                ESS-specific error code. For example ESS-00500.
- 
                
                    
                    status: integer
                    
                    
                     
                    
                
                
                HTTP status code
- 
                
                    
                    title(required): string
                    
                    
                     
                    
                
                
                Summary error message
- 
                
                    
                    type(required): string
                    
                    
                     
                    
                
                
                URI. It will be beneficial if teams can provide application specific problem types. If not, at least we should link to HTTP error code page.
404 Response
request ID not found
                            
                            
                                Root Schema : SimpleExceptionDetail
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    detail: string
                    
                    
                     
                    
                
                
                Detailed error message
- 
                
                    
                    errorCode: string
                    
                    
                     
                    
                
                
                ESS-specific error code. For example ESS-00500.
- 
                
                    
                    status: integer
                    
                    
                     
                    
                
                
                HTTP status code
- 
                
                    
                    title(required): string
                    
                    
                     
                    
                
                
                Summary error message
- 
                
                    
                    type(required): string
                    
                    
                     
                    
                
                
                URI. It will be beneficial if teams can provide application specific problem types. If not, at least we should link to HTTP error code page.
500 Response
Server error
                            
                            
                                Root Schema : SimpleExceptionDetail
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    detail: string
                    
                    
                     
                    
                
                
                Detailed error message
- 
                
                    
                    errorCode: string
                    
                    
                     
                    
                
                
                ESS-specific error code. For example ESS-00500.
- 
                
                    
                    status: integer
                    
                    
                     
                    
                
                
                HTTP status code
- 
                
                    
                    title(required): string
                    
                    
                     
                    
                
                
                Summary error message
- 
                
                    
                    type(required): string
                    
                    
                     
                    
                
                
                URI. It will be beneficial if teams can provide application specific problem types. If not, at least we should link to HTTP error code page.