Query draft rules

GET {{baseUrl}}/draft/logicalinterfaces/:logicalInterfaceId/rules

Rules allow you to specify conditions that can be used to trigger actions. For example, you might create a rule that sends an email if the temperature of a device exceeds a certain value.

Rules are defined against a specific logical interface schema. At runtime, a rule will be evaluated whenever the state for a Device that exposes the logical interface changes.

The /draft/logicalinterfaces/{logicalInterfaceId}/rules endpoint returns the list of all of the draft rules that have been associ