Cancel a request
Description
Cancel the request identified by a Request ID and a Session ID. You can obtain Request IDs and Session IDs by executing the oemanager/applications/ ABL_app_name /sessions service.
HTTP Operation
DELETE
URI
//host_name :port /oemanager/applications/App_name /requests?requestID=value &sessionID=value
Media type
NA
Response codes
200 Success
500 Unexpected Server Error
Command-line example
curl -X DELETE -v "http://localhost:16680/oemanager/applications/pas1
/requests?requestID=z9WHoRgGY4fnExrFWKWVlw&sessionID=G1TTNRPT3KiSOhkbyeSow"
Request body example
NA
Response body example
{
"operation":"CANCEL ACTIVE REQUEST ON SERVER",
"result":"",
"outcome":"FAILURE",
"errmsg":"Session",
"versionStr":"PASOE 11.5.0",
"versionNo":1
}