Specifications
D-4
Cisco Internet Streamer CDS 2.0-2.3 Software Configuration Guide
OL-13493-04
Appendix D Creating and Manipulating Session Shifting Files
Subscriber Manager
To retrieve a Content List with the contents of the database, use the following wget command:
wget http://cds.com/api/services/content_mgr/
Note This URL can also be called from a web browser such as Internet Explorer.
Subscriber Manager
The Subscriber Manager facilitates the management of 3-Screen Session Shifting users. Subscriber Lists
can be posted to a Web Services interface in order to add or delete subscribers. The provisioned
subscribers are visible at a simple URL.
For example, for the delivery service with a Service Routing Domain Name of sr.cds.com, the following
link can be used to address the Subscriber Manager to provision subscribers:
http://sr.cds.com/api/services/subscriber_mgr
Subscriber Lists
Subscriber Lists in XML format are used to add, append, and delete content entries through the
Subscriber Manager. The following is an example of a Subscriber List for a delivery service:
<?xml version="1.0"?>
<ws:SubscriberList
xmlns="http://www.cisco.com/schemas/VCNBU/SCTE130Impl/2007/R1/ciscowebsvc"
xmlns:ws ="http://www.cisco.com/schemas/VCNBU/SCTE130Impl/2007/R1/ciscowebsvc"
xmlns:sisdb="http://www.cisco.com/schemas/VCNBU/SCTE130Impl/2007/R1/ciscoTadmSIS"
xmlns:adm="http://www.scte.org/schemas/130-3/2007/adm"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.cisco.com/schemas/VCNBU/SCTE130Impl/2007/R1/ciscowebsvc ciscowebsvc.xsd''>
<sisdb:BillableEntity id="SmithFamily">
<adm:TerminalAddress type="STB-MAC">02:05:05:74:AA:EE</adm:TerminalAddress>
<sisdb:User id="BobSmith">
<adm:TerminalAddress type="LOGIN">bob</adm:TerminalAddress>
</sisdb:User>
<sisdb:User id="BeckySmith">
<adm:TerminalAddress type="LOGIN">becky</adm:TerminalAddress>
</sisdb:User>
<sisdb:User id="JohnSmith">
<adm:TerminalAddress type="LOGIN">john</adm:TerminalAddress>
</sisdb:User>
</sisdb:BillableEntity>
<sisdb:BillableEntity id="JonesFamily">
<adm:TerminalAddress type="STB-MAC">02:05:05:74:AA:EE</adm:TerminalAddress>
<sisdb:User id="TimJones">
<adm:TerminalAddress type="LOGIN">tim</adm:TerminalAddress>
</sisdb:User>
<sisdb:User id="AliceJones">
<adm:TerminalAddress type="LOGIN">alice</adm:TerminalAddress>
</sisdb:User>
<sisdb:User id="KateJones">