Gets summary counts of Deployment Status by Organization within timeframe
1 2 3 4 5 6 7 | listDeployments(
msporganizationid,
from,
to,
threats = NULL,
threattypes = NULL
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.