Returns a list of top-N URLs proxied for a given domain.
1 2 3 4 5 6 7 8 9 10 11 12 13 | listTopUrls(
from,
to,
domains = NULL,
securityoverridden = NULL,
bundleid = NULL,
ampdisposition = NULL,
sha256 = NULL,
antivirusthreats = NULL,
offset = 0,
limit = 100,
organizationId = Sys.getenv("umbrellaOrganizationId")
)
|
from |
timestamp to filter from (or relative, e.g. -1days) |
to |
timestamp to filter to (or relative, e.g. now) |
domains |
domain filter, comma delimited |
securityoverridden |
whether security was overridden for this request |
bundleid |
proxy bundle ID |
ampdisposition |
AMP disposition filter, comma delimited |
sha256 |
sha256 filter |
antivirusthreats |
threat names caught by antivirus, comma delimited |
offset |
offset |
limit |
limit |
organizationId |
the organization id |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.