Gets activity volume within timeframe

listProviderRequestsByHour(
  msporganizationid,
  from,
  to,
  domains = NULL,
  urls = NULL,
  categories = NULL,
  policycategories = NULL,
  ip = NULL,
  identityids = NULL,
  identitytypes = NULL,
  applicationid = NULL,
  verdict = NULL,
  threats = NULL,
  threattypes = NULL,
  sha256 = NULL,
  offset = 0,
  limit = 100
)

Arguments

msporganizationid

the provider organization id (multiple orgs can live under a provider)

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

urls

url filter, comma delimited

categories

categories filter, comma delimited ints

policycategories

policy-triggering categories filter, comma delimited ints

ip

ip filter

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

sha256

sha256 filter

offset

offset

limit

limit