Specifications
D-9
Cisco Internet Streamer CDS 2.0-2.3 Software Configuration Guide
OL-13493-04
Appendix D Creating and Manipulating Session Shifting Files
Session Manager
Session Lookup
To look up the last play time, you need to provide the content and terminal address for which you are
querying the centralized session manager. Because the GET method does not support providing
information to the centralized session manager, you must use an overloaded POST message with the
GET method as shown in the following example:
wget --post-file=session_lookup.xml
http://cds.com/api/services/session_event_mgr/\(_method=GET\)
The file displayed with this HTTP message has the last play time in the normal play time (NPT) value.
Note The backslashes preceding the opening and closing parentheses are escape characters for wget. If a
different client is used, the characters required may be different.