Cisco Cisco MediaSense Release 9.0(1) 开发者指南

下载
页码 136
Request Parameters:
{
   
: {
"requestParameters"
                        
"sessionId"
"<replace with your string>"
                        }
}
Header Parameters:
JSESSIONID
Parameter Description:
Go to the 
.
Successful JSON Response
Schema:
{
    
: 2000,
"responseCode"
    
"responseMessage"
"Successful"
}
Failure JSON Response Schema:
{
    
: <
 is an integer>,
"responseCode"
this
    
,
"responseMessage"
"Failure: <
 is a string>"
this
    
"detail"
"<
 is a string>"
this
}
Related Error Codes:
Go to the 
Events Triggered:
 
Event Action: Added
 
Availability:
Available since API Version 1.0 
Release:
8.5(1)
Notes and Examples:
If the session is being live-monitored, RTP packets will stop flowing to the client while the recording
is paused. 
Examples for pauseRecording
Example 1
To pause a recording that is currently in progress:
HTTP POST:
http://10.194.118.1:8440/ora/controlService/control/pauseRecording
Headers:
Content-Type: application/json
JSESSIONID: <the jsessionId received from a signIn request>
 
72