| importpolicyurlset |
Use this method to imports the specified urlset to the Citrix ADC, assigns it the specified name. |
Syntax |
Parameters |
name |
Unique name of the url set. Not case sensitive. Must begin with an ASCII letter or underscore (_) character and must contain only alphanumeric and underscore characters. Must not be the name of an existing named expression, pattern set, dataset, string map, or HTTP callout. This is mandatory parameter. |
overwrite |
Overwrites the existing file. Default value = 0. |
delimiter |
CSV file record delimiter. Default value = 44. |
rowseparator |
CSV file row separator. Default value = 10. |
url |
URL (protocol, host, path and file name) from where the CSV (comma separated file) file will be imported or exported. Each record/line will one entry within the urlset. The first field contains the URL pattern, subsequent fields contains the metadata, if available. HTTP, HTTPS and FTP protocols are supported. NOTE: The operation fails if the destination HTTPS server requires client certificate authentication for access. This is mandatory parameter. |
interval |
The interval, in seconds, rounded down to the nearest 15 minutes, at which the update of urlset occurs. Default value = 0. Maximum value = 2592000. |
privateset |
Prevent this urlset from being exported. Default value = 0. |
subdomainexactmatch |
Force exact subdomain matching, ex. given an entry 'google.com' in the urlset, a request to 'news.google.com' won't match, if subdomainExactMatch is set. Default value = 0. |
matchedid |
An ID that would be sent to AppFlow to indicate which URLSet was the last one that matched the requested URL. Default value = 1. Minimum value = 2. Maximum value = 31. |
canaryurl |
Add this URL to this urlset. Used for testing when contents of urlset is kept confidential. |
Return Value |
Returns simpleResult |
See Also |