listIps.Rd
Gets a list of all IP entries within timeframe.
listIps( from, to, categories = NULL, ip = NULL, ports = NULL, identityids = NULL, identitytypes = NULL, verdict = 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) |
categories | categories filter, comma delimited ints |
ip | ip filter |
ports | 81 - port filter, comma delimited ports and ranges |
identityids | identity filter, comma delimited |
identitytypes | identity type filter, comma delimited. |
verdict | verdict filter, comma delimited |
offset | offset |
limit | limit |
organizationId | the organization id |