listRequestsByOrg: MSP Requests by Organization

Description Usage Arguments

View source: R/ReportingAPI.R

Description

Gets summary counts of all requests within timeframe

Usage

1
2
3
4
5
6
7
8
listRequestsByOrg(
  msporganizationid,
  from,
  to,
  threats = NULL,
  threattypes = NULL,
  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)

threats

threat names filter, comma delimited

threattypes

threat types filter, comma delimited

limit

limit


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