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

Page of 136
Content-Type: application/json
JSESSIONID: <the jsessionId received from a signIn request>
Body:
{
 
: {
"requestParameters"
 
"jobId"
"123456789"
 }
}
Response:
{
 
,
"responseMessage"
"Success: Your request was successfully completed."
 
: 2000,
"responseCode"
 
"jobId"
"123456789"
}
 
createJob
createJob
Description:
Use this API to create a batch process for jobs which take a significant amount of time to complete. The
results are provided for each operation.
API URI:
https://<host>:<port>/ora/managementService/manage/createJob
Supported Response
Formats:
JSON
HTTP Method:
POST
Request Parameters:
{
   
: {
"requestParameters"
       
,
"jobType"
"<replace with your string>"
       
"jobParameters"
"<replace with your string>"
    }
}
Header Parameters:
JSESSIONID
Parameter Description:
Go to the 
 
59