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

Page of 136
Body:
{
   requestParameters: {
                        
"sessionId"
"Session-1234.abc.5678"
                      }
}
Response:
{
    
: 2000,
"responseCode"
    
"responseMessage"
"Successful"
}
resumeRecording
resumeRecording
 
Description:
Use this API to resume recording a session.
API URI:
https://<
>:<
>/ora/controlService/control/resumeRecording
host
port
Supported Response Format:
JSON
HTTP Method:
POST
Request Parameters:
{
   
: {
"requestParameters"
                        
"sessionId"
"<replace with your string>"
                      }
}
Header Parameters:
JSESSIONID
Parameter Description:
.
Successful JSON Response Schema:
{
    
: 2000,
"responseCode"
    
"responseMessage"
"Successful"
}
Failure JSON Response Schema:
{
    
: <
 is an
"responseCode"
this
integer>,
    
"responseMessage"
"Failure: <
this
,
is a string>"
    
"detail"
"<
 is a string>"
this
}
Related Error Codes:
Go to the
 
73