Skip to main content

GET Rule

GET 

/workspaces/:workspaceId/alerting/rules/:ruleName

GET Rule

Request

Path Parameters

    workspaceId uuidrequired
    ruleName stringrequired

Responses

Rule details

Schema

    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...