Cisco Cisco Content Acquirer Application Release Notes

Page of 36
 
12
Release Notes for Cisco Internet Streamer CDS 3.1.0
OL-27550-01
  New Features
  <Rule_Actions>
    <Rule_Validate matchGroup = "grp1" protocol = "all" key="cisco123"                 
error-redirect-url="http://www.cisco.com"/>
  </Rule_Actions>
</CDSRules> 
APIs for Wholesale CDN
The following APIs have been modified or added to support the configuration and monitoring of the 
Wholesale feature:
Storage Priority Class—StoragePrioClassApiServlet API has been added with create, modify, and 
delete actions, and getStoragePrioClass action has been added to the ListApiServlet
Quota Usage Reporting—New parameters have been added to the following actions of the 
ChannelApiServlet:
createDeliveryService
modifyDeliveryService
createDeliveryServiceGenSettings
modifyDeliveryServiceGenSettings
Note
All parameters, except actions, are case sensitive.
If the action parameter is missing or cannot be recognized, an error code and the API usage syntax is 
returned.
Storage Priority Class API
The new StoragePrioClassApiServlet API has been added to create, modify, and delete a storage priority 
class. 
Syntax 
https://<cdsmIpAddress>:8443/servlet/com.cisco.unicorn.ui. StoragePrioClassApiServlet…
This servlet performs one or more of the following actions:
createStoragePrioClass
Creates a storage priority class.
Parameters:
Name—Class name (required)
Factor—Storage multiplication factor (required)
Comments—Comments (optional)
Return:
The newly created storage priority class with a StoragePriorityClass ID.