You configure URL lists at the libraries url-list level.
To add a new URL list, use the following command:
Admin@nodename# create libraries url-list <parameter>
Specify the following parameters:
Parameter |
Description |
---|---|
name |
URL list name. |
description |
URL list description. |
type |
List type:
Crontab format: (minutes: 0-59) (hours: 0-23) (days of the month: 1-31) (month: 1-12) (days of the week: 0-6; where 0 is Sunday). You can set each field as follows:
|
urls |
URLs to add to the list. |
case-sensitivity |
Case sensitivity in URL writing:
|
Example command to edit a URL list:
Admin@nodename# set libraries url-list <url-list-name> <parameter>
The parameters for which values are available to update are listed in the table above.
To delete an entire URL list or individual URLs from it, use the following commands:
Admin@nodename# delete libraries url-list <url-list-name> Admin@nodename# delete libraries url-list <url-list-name> urls [ <url> ... ]
To display information about all URL lists, a specific URL list, or about the addresses from a specific list, use the following commands:
Admin@nodename# show libraries url-list Admin@nodename# show libraries url-list <url-list-name> Admin@nodename# show libraries url-list <url-list-name> urls