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

Descargar
Página de 136
5042
Failure: The system has exceeded the maximum number of concurrent requests. Try again later.
Event Subscription
Event Subscription
Add a New API
subscribeRecordingEvent (deprecated)
subscribeRecordingEvent
 
(deprecated)
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.
API URI:
https://<
>:<
>/ora/eventService/event/subscribeRecordingEvent
host
port
Supported Response
Formats:
JSON
HTTP Method:
POST
Request Parameters:
If 
 subscription is 
 server-based clients, set the client's
this
for
subscriptionType parameter to 
 (where it should receive events).
"http"
{
   
: {
"requestParameters"
                            
 : 
,
"subscriptionType"
"<
 is a string>"
this
                            
 : 
"subscriptionUri"
"<
 is a string>"
this
                        }
}
Header Parameters:
JSESSIONID
Parameter
Description:
Go to the 
Successful JSON
Response Schema:
{
    
: 2000,
"responseCode"
    
,
"responseMessage"
"Successful"
    
,
"subscriptionId"
"abcd1234"
}
 
43