listDeploymentStatuses: Deployment Status

Description Usage Arguments

View source: R/ReportingAPI.R

Description

Gets deployment status within timeframe

Usage

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

threats

threat names filter, comma delimited

threattypes

threat types filter, comma delimited

organizationId

the organization id


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