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

Page of 136
Header Parameters:
JSESSIONID
Parameter Description:
.
Successful JSON Response Schema:
{
    
: 2000,
"responseCode"
    
"responseMessage"
"Successful"
}
Failure JSON Response Schema:
{
    
: <
 is an integer>,
"responseCode"
this
    
"responseMessage"
"Failure: <
 is a
this
,
string>"
    
"detail"
"<
 is a string>"
this
}
Related Error Codes:
Go to the
Events Triggered:
None
 
Availability
Available since API Version 1.0 
, instead use 
Deprecated in API Version 1.1
Release:
8.5(1)
Notes and Examples:
Example for unsubscribeRecordingEvent
Example 1
Unsubscribe using the following API to stop receiving event notifications for these events:
when a recording starts
recording ends
recording data gets updated
a tag is added to the recording
a session is deleted by user
a session is pruned by the system 
certain storage thresholds are reached
HTTP POST:
https://<host>:<port>/ora/eventService/event/unsubscribeRecordingEvent
Headers:
Content-Type: application/json
JSESSIONID: <the jsessionId received from a signIn request>
 
52