Specifications

B-25
Cisco Internet Streamer CDS 2.0-2.3 Software Configuration Guide
OL-13493-04
Appendix B Creating Manifest Files
Manifest File Structure and Syntax
priority
wmtRequireAuth
server
sslAuthType
ttl
type
Subelements
<schedule><repeat>
(See the “item” section on page B-28 for descriptions of these subelements.)
server
The <server> and <host> tag fields configure the origin content source server. The <host> tag field inside
the <server> tag field configures the content source host. Having multiple <host> tag fields in one
<server> tag field is not supported.
Each <item> or <item-group> tag can have a server attribute that refers to this <server> tag field. The
<server> </server> tag set is required and defines only one host from which content is to be retrieved.
The <server> tags are contained within <CdnManifest> tags and contain one <host> tag that identifies
the host from which content is retrieved.
Attributes
The name attribute is required and can be any name as long as it matches the server attribute values in
the <item> or <crawler> tags.
Subelements
The <server> tag set can only contain one <host/> subelement.
host
The <host/> tag is required and defines a web server or live server from which content is to be retrieved
and later prefetched. Only one host can be defined within a single <server> tag set. The <host/> tag must
be enclosed within <server> tags.
Attributes
disableBasicAuth
The disableBasicAuth attribute is optional; if specified, basic authentication is disabled.
name
The name attribute is required and identifies the domain name or IP address of the host, unless the
proto attribute field is empty. If the proto attribute field is empty, the name attribute must be a fully
qualified URL, including scheme and domain name or IP address. It can also include subdirectories,
such as http://www.abc.com/media.
The name attribute can also contain the UNC path to an SMB server; for example,
\\SMBserver\directory\.
noProxy