The chat responses are generated using Generative AI technology for intuitive search and may not be entirely accurate. They are not intended as professional advice. For full details, including our use rights, privacy practices and potential export control restrictions, please refer to our Generative AI Service Terms of Use and Generative AI Service Privacy Information. As this is a test version, please let us know if something irritating comes up. Like you get recommended a chocolate fudge ice cream instead of an energy managing application. If that occurs, please use the feedback button in our contact form!
Skip to content
Insights Hub and Industrial IoT

Insights Hub drives smart manufacturing through the industrial Internet of Things. Gain actionable insights with asset and operational data and improve your processes.

Rules Management Service¶

Idea¶

Rules management allows you to configure, read, delete, and update rules. It is mainly designed for the Insights Hub Monitor Rules wizard, but allows other applications to directly manage rules by calling the respective endpoints.

Note

This is only applicable for Region Europe 1.

Access¶

For accessing Rules Management service you need to have the respective roles listed in Insights Hub Monitor Roles and Scopes.

Basics¶

A rule is always defined for multiple assets of the one asset type and contains a list of evaluations. An evaluation is an expression that evaluates to be true or false. If all evaluations evaluate to true for one asset's properties, then all active actions included in the rule are triggered if the rule itself is active.

An evaluation includes a property (which reflects an aspect variable), a condition, and comparative values. They can also include additional instructions called "hysteresis" and "debouncing" to define how to handle spikes or other timeseries anomalies.

Features¶

Rules Management exposes its API for realizing the following tasks:

  • List the Rules
  • Create Rules
  • Update Rules
  • Delete Rules

For more information and examples, refer to the following: