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

Page of 136
Failure JSON
Response Schema:
{
    
: <
 is an integer>,
"responseCode"
this
    
,
"responseMessage"
"Failure: <
 is a string>"
this
    
,
"detail"
"<
 is a string>"
this
    
"subscriptionId"
"<
 is a string>"
this
}
Related Error Codes:
 
Go to the
Events Triggered:
Event Type: 
 
Event Action: 
 
Availability:
Available since API Version 1.0 
Deprecated in API Version 1.1
Release:
8.5(1)
Notes and Examples:
If the same subscriptionUri is subscribed for a second time, an error will be returned and it will contain the original
subscriptionId. 
Examples for Subscribe Recording Event
Example 1
Subscribe using the following API to receive 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/subscribeRecordingEvent
Headers:
Content-Type: application/json
JSESSIONID: <the jsessionId received from a signIn request>
Body:
 
44