Dear All,
We will use set point handler to take an action for system events which exist on the Event Types tab of Event Handler. We would like to simulate system events in below. Can you please help us how can we simulate these alarms?
Data Lost Event
Rejected Work Item
Thanks
Response from Mango Developers:
We have a Testing REST controller that lets you raise any event you want. It would require you to setup Mango in test mode using the env properties:
#Test mode for Mango
testing.enabled=true
testing.restApi.enabled=true
Then you would need to use something like PostMan or nodejs to make a POST request to
/rest/latest/testing/raise-event
The trick will be figuring out the Payload for the event type which I can probably help with. If you want to proceed like this let me know.