Skip to main content

List Total Alerts based on the severity

POST 

/api/v1/summary/:swimlane-type

Gets the alert count summary based on the severity for the request time, accounts, account groups and swimlane type. Maximum time range supported is last 30 days.

Request

Path Parameters

    swimlane-type stringrequired

    Type of the swimlane. Allowed values: [misconfigurations, incidents, exposures, iam, data-security, attack-path]

Body

required
    filters object[]

    List of filters that can be applied for the API

  • Array [
  • name FilterType (string)

    Possible values: [account.group, cloud.account]

    operator string

    Only allowed operator for the filter is '='

    value string

    Value for the applied filter

  • ]
  • timeRange objectrequired
    oneOf
    type string

    Type of time ranges supported: [absolute, relative]

    value object

    Absolute Time containing start and end time. Maximum time range supported is last 30 days.

    startTime int64
    endTime int64
    type string

    Type of time ranges supported: [absolute, relative]

    value object

Responses

OK

Schema
    value object
    totalCriticalAlerts int64

    Total number of alerts with critical severity

    totalHighAlerts int64

    Total number of alerts with high severity

    startTime int64

    Start time of the time range

    endTime int64

    End time of the time range

    swimlaneType string

    Type of the swimlane

    lastScanTs int64

    Last scan time of the backend aggregation job

Loading...