listDns.Rd
Gets a list of all DNS entries within timeframe.Note: the last 20 minutes of DNS activity cannot be filtered by identity type, threats, or threattypes.
listDns( from, to, domains = NULL, categories = NULL, policycategories = NULL, ip = NULL, order = NULL, identityids = NULL, identitytypes = NULL, applicationid = NULL, verdict = NULL, threats = NULL, threattypes = 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 |
categories | categories filter, comma delimited ints |
policycategories | policy-triggering categories filter, comma delimited ints |
ip | ip filter |
order | ordering by timestamp |
identityids | identity filter, comma delimited |
identitytypes | identity type filter, comma delimited. |
applicationid | application id filter |
verdict | verdict filter, comma delimited |
threats | threat names filter, comma delimited |
threattypes | threat types filter, comma delimited |
offset | offset |
limit | limit |
organizationId | the organization id |