Specifications

8-28
Cisco Internet Streamer CDS 2.0-2.3 Software Configuration Guide
OL-13493-04
Chapter 8 Maintaining the Internet Streamer CDS
Disk Maintenance
SE# reload
Removing Content
The Content Removal page allows you to delete content manually, either by referencing a single URL or
by using an XML file for batch deletions.
Single Content Removal
To delete content manually, do the following:
Step 1 Choose Services > Service Definition > Delivery Service. The Delivery Services Table page is
displayed
Step 2 Click the Edit icon next to the delivery service name that has the content you want to delete.
Step 3 Choose Tools > Content Management. The Content Removal page is displayed.
Step 4 In the URL String field for a single URL removal, enter the URL of the content you want to remove.
Click Help for an example.
Step 5 Click Submit.
Batch Content Removal
The batch content removal uses an XML file that lists the URLs of the content to delete. The XML batch
content removal file can be created with any ASCII text editing tool.
The XML Schema file describes and dictates the content of the XML file. The URLRemoval.xsd file
contains the XML schema.
The following code is the URL Removal XML schema:
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:cds-ns="http://cisco.com/unicorn/cds/urlmgmt"
targetNamespace="http://cisco.com/unicorn/cds/urlmgmt"
xmlns="http://cisco.com/unicorn/cds/urlmgmt"
elementFormDefault="qualified">
<xsd:element name="URLRemovalList">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="url-entry" minOccurs="1" maxOccurs="unbounded" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
To delete content items in a batch, do the following: