CZERTAINLY / CZERTAINLY-Interfaces

CZERTAINLY - interfaces definitions and common objects for the platform
https://www.czertainly.com
MIT License
4 stars 9 forks source link

Add interface for management of rules #352

Closed lubomirw closed 6 months ago

lubomirw commented 7 months ago

Add interface for CRUD operation for management of rules and its components.

GET|POST /v1/rules GET|PUT|DELETE /v1/rules/{ruleUuid} GET|POST /v1/rules/conditionGroups GET|PUT|DELETE /v1/rules/conditionGroups/{conditionGroupUuid} GET|POST /v1/rules/actionGroups GET|PUT|DELETE /v1/rules/actionGroups/{actionGroupUuid} GET|POST /v1/rules/triggers GET|PUT|DELETE /v1/rules/triggers/{triggerUuid}