Cisco Cisco MediaSense Release 9.0(1) 开发者指南

下载
页码 136
Release:
8.5(1)
Notes and
Examples:
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 changes were introduced in Release 8.5(3), Version 1.2:
Parameters introduced:
callControllerIP
callControllerType
ccid
minSessionStartDate
maxSessionStartDate
A track can now have tags. The following SYSTEM_DEFINED tagName enumeration values are
available at the track level:
TrackActive
TrackInactive
Examples for getSessionsByDeviceRef
Example 1
To get all sessions that have the deviceRef "1000" in the last 2 hours ending at 26 Jul 2012 20:45:40 GMT (i.e., from 18:45:40 to 20:45:40):
HTTPS GET
Headers:
JSESSIONID: <the jsessionId received from a previous 
 request>
Example 2
To get the first ten sessions that have the deviceRef "1000" between 26 Jul 2012 18:45:40 GMT and 26 Jul 2012 20:45:40 GMT (2 hour time
window):
HTTPS GET
Headers:
JSESSIONID: <the jsessionId received from a previous 
 request>
getSessionsByMediaType
getSessionsByMediaType
Description:
 
Use this API to search and retrieve recorded or live sessions based on the media type (audio, video, audio and video,
or screen capture). The returned sessions are automatically sorted by sessionStartDate, with the most recent one
being on the top.
API URI:
https://<
>:<
>/ora/queryService/query/getSessionsByMediaType
host
port
Supported
Response
Formats:
JSON
HTTP Method:
GET
 
116