getpolicyurlsetResult Structure Definition

The getpolicyurlsetResult structure defines the return type for getpolicyurlset API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

policyurlsetList

List of policyurlsets


policyurlset Structure Definition

The policyurlset structure defines the actual return type values for getpolicyurlset API.

Syntax



Members

name

Name of the url set for which to display the detailed information.

imported

when set, display shows all imported urlsets.

comment

Any comments to preserve information about this url set.

patterncount

Number of patterns in this urlset.

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.

interval

The interval, in seconds, rounded down to the nearest 15 minutes, at which the update of urlset occurs.

matchedid

An ID that would be sent to AppFlow to indicate which URLSet was the last one that matched the requested URL.

canaryurl

Add this URL to this urlset. Used for testing when contents of urlset is kept confidential.

_nextgenapiresource


See Also