listFirewalls: Activity Firewall

Description Usage Arguments

View source: R/ReportingAPI.R

Description

Gets a list of all Firewall entries within timeframe.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
listFirewalls(
  from,
  to,
  ip = NULL,
  ports = NULL,
  identityids = NULL,
  verdict = NULL,
  ruleid = NULL,
  offset = 0,
  limit = 100,
  organizationId = Sys.getenv("umbrellaOrganizationId")
)

Arguments

from

timestamp to filter from (or relative, e.g. -1days)

to

timestamp to filter to (or relative, e.g. now)

ip

ip filter

ports

81 - port filter, comma delimited ports and ranges

identityids

identity filter, comma delimited

verdict

verdict filter, comma delimited

ruleid

firewall rule ID

offset

offset

limit

limit

organizationId

the organization id


samterfa/umbrella documentation built on Dec. 31, 2020, 5:04 a.m.