I have two clusters A and B where one element on B is sending GET requests to A through an user defined API on a time basis. The user defined script sends back the response.
I also have one script on A that sends http messages to B when certain events occur. So I've created also an user defined API on B. Then, the user defined script parses the POST message and sets data in the element.
Any recommendation about it? Is there a better approach?
Current implementation is working fine. I'm using HttpClient to call GetAsync and SendAsync methods.
And by the way. Is there any alternative to using user defined APIs on a system that is not meeting the requirements in terms of SaS/Indexing DB.
This feature is available from DataMiner 10.3.6/10.4.0 onwards on DataMiner Systems using Storage as a Service or a self-hosted storage setup with indexing database.