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

Page of 136
{
   requestParameters: {
                        
,
"subscriptionType"
"http"
                        
"subscriptionUri"
"http://10.35.146.157:8085/sessionEvent"
}
}
Response:
{
    
: 2000,
"responseCode"
    
,
"responseMessage"
"Successful"
    
"subscriptionId"
"sN7DASoAArHmDfI1"
}
subscribeToEvents
subscribeToEvents
Description:
Use this API to receive event notifications: when recording starts, recording ends, recording data gets updated, a tag is
added to the recording, or when a tag is deleted from the recording. 
You may choose to subscribe to all events, categories of events or specific types of events. 
API URI:
https://<
>:<
>/ora/eventService/event/subscribeToEvents
host
port
Supported
Response
Formats:
JSON
HTTP
Method:
POST
Request
Parameters:
If 
 subscription is 
 server-based clients, set the client's subscriptionType
this
for
parameter to 
 (where it should receive events).
"http"
{
   
: {
"requestParameters"
                            
 : 
,
"subscriptionType"
"<replace with your string>"
                            
 : 
,
"subscriptionUri"
"<replace with your string>"
                            
: [
"subscriptionFilters"
"<replace with your string>"
,...],
"<replace with your string>"
                            
"tagNameRegEx"
"<java-regular-expression>"
                        }
}
Header
Parameters:
JSESSIONID
Parameter
Description:
Go to the 
.
 
45