Cisco Cisco MediaSense Release 9.0(1) Developer's Guide

Page of 136
Successful JSON
Response Schema:
{
    
: 2000,
"responseCode"
    
,
"responseMessage"
"Successful"
    
"jobId"
"<
 is a string>"
this
}
Failure JSON Response
Schema:
{
    
: <
 is an integer>,
"responseCode"
this
    
,
"responseMessage"
"Failure: <
 is a string>"
this
    
,
"detail"
"<
 is a string>"
this
    
"jobId"
"<
 is a string>"
this
}
Related Error Codes:
Go to the 
Events Triggered:
None.
 
Availability:
Available since API Version 1.0 
Release:
8.5(1)
Notes and Examples:
See 
Example for deleteJob
Example 1
HTTP POST:
https://10.194.118.1:8440/ora/managementService/manage/deleteJob
Headers:
Content-Type: application/json
JSESSIONID: <the jsessionId received from a signIn request>
Body:
{
 
: { 
 }
"requestParameters"
"jobId"
"JobId_1"
 }
Response:
: 2000, 
"responseMessage"
"Success: Your request was successfully completed."
"responseCode"
 }
"jobId"
"JobId_1"
 
61