Skip to main content

LIST Active Alerts

GET 

/workspaces/:workspaceId/alerting/alerts/active

Returns list of active alerts. The format is a JSON array

Request

Path Parameters

    workspaceId uuidrequired

Query Parameters

    deviceId string
    streamName string
    streamGroupName string
    ruleName string
    after date-time

    Filter alerts that were raised after the specified date and time.

    before date-time

    Filter alerts that were raised before the specified date and time.

    isAcknowledged boolean

Responses

List of active alerts

Schema

    alertId stringrequired

    Alert GUID.

    deviceId stringrequired
    streamName stringrequired
    streamGroupName stringrequired
    ruleName stringrequired
    firedTime date-time

    Date and time when the alert was raised.

    lastMessageTime date-time

    Date and time when the last message was sent.

    targets string[]required
    isAcknowledged boolean
Loading...