Skip to main content
Question

Is it possible to automate rule creation in Ataccama without using UI

  • December 17, 2025
  • 2 replies
  • 23 views

Hi,

I would like to know if it’s possible to automate rule creation in Ataccama without actually using UI maybe by running scripts or API calls from backend.

2 replies

Forum|alt.badge.img+2
  • Data Pioneer L2
  • December 17, 2025

It is possible to create a rule through API’s using CreateEntity_rule. But, adding implementation logic is the tricky part. You would need to make another API call using the SaveEntity_rule endpoint, but it look convoluted through the API. There may be a way to automate this, but the level of effort may not be worth it compared to just going into the UI itself to create the rule. Hope this helps! 


  • Author
  • Star Blazer L3
  • December 17, 2025

@ThomasPro Thanks for the inputs. Is it possible to use existing rule and duplicate it automatically with same logic and only change the names preferably parameterised.