Skip to main content

LIST Rules

GET 

/workspaces/:workspaceId/alerting/rules

LIST Rules

Request

Path Parameters

    workspaceId uuidrequired

Query Parameters

    deviceId string
    streamName string
    streamGroupName string

Responses

List of rules

Schema

  • Array [

  • name string
    deviceId stringnullable
    streamName string
    streamGroupName string
    inactivityTimeout [d.]hh:mm:ss[.fffffff]

    If a device does not send data for a specified period of time the alert is raised and sent to target(s).

    targets string[]
    createdTime date-time

    Date and time the rule was created.

  • ]

Loading...