Cisco Cisco MediaSense Release 9.0(1) Guía Del Desarrollador

Descargar
Página de 136
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: Ended
 
Availability:
Available since API Version 1.0. 
Modified in API Version 1.2 (See Notes below.) 
Modified in API Version 1.4 (See Notes below.)
Release:
8.5(1)
Notes and Examples:
Additional information:
The following changes were introduced in Release 9.0(1), Version 1.4:
Introduced a new parameter in the Track (refer to Parameter Description table for
more info):
codec 
The following parameters were introduced in Release 8.5(3), Version 1.2:
callControllerIP
callControllerType
ccid
Examples for stopRecording
Example 1
To stop a blog recording in progress on a device with deviceRef 1000:
HTTP POST:
http://10.194.118.1:8440/ora/controlService/control/stopRecording 
Headers:
Content-Type: application/json
JSESSIONID: <the jsessionId received from a signIn request>
Body:
:
"requestParameters"
   {
                            
"deviceRef"
"1000"
    }
}
 
79