Use the list alerts API to get alerts for the tenant.
Bearer API Key. For example, "Bearer {Tenant API Key}"
Bearer API Key. For example, "Bearer {Tenant API Key}"
application/json
Filter alerts based on id of the alert [Plerion Resource Names (prn)]. Accepts a comma-separated list of ids.
"id1,id2"
Filter alerts based on Plerion Workflow IDs. Accepts a comma-separated list of workflow ids.
"workflow1,workflow2"
Filter alerts based on Plerion integration ids. Accepts a comma-separated list of integration ids.
"integration1,integration2"
Filter alerts based on asset group ids. Accepts a comma-separated list of asset group ids.
"assetGroupId1,assetGroupId2"
Filter alerts based on statuses. Accepts a comma-separated list of statuses.
OPEN
, RESOLVED
"OPEN"
Filter alerts based on provider resource types. Accepts a comma-separated list of resource types.
"AWS::S3::Bucket,AWS::Lambda::Function"
Filter alerts based on provider. Accepts a comma-separated list of providers.
AWS
, Azure
, GCP
, Kubernetes
"AWS,GCP"
Filter alerts based on alert type. Accepts a comma-separated list of type.
ASSET
, FINDING
"ASSET"
Filter alerts based on flag status. Accepts a single value. The supported values are true
or false
.
false
Filter alerts based on acknowledge status. Accepts a single value. The supported values are true
or false
.
false
Order the list by supported field
riskScore
, discoveredDate
"riskScore"
The sort order of the list. The parameter sortBy has to be provided to use sortOrder. If sortOrder is not provided the default order is ASC
.
ASC
, DESC
"ASC"
Get the next batch of alerts. Used for pagination.
"k3d83a9b-k3dk-5lkd-2ldk-9kd77c1beb6"
Specify the batch size of the list. Used for pagination
x <= 1000
100
Alerts list
The response is of type object
.