Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Event detector bulk import
-
Re: How to bulk-import event detectors?
Is this possible now?
Just got all the pages done, now need to start text/email alerts. I have done point by point on smaller sites, but this project has hundreds I need to add event detectors to.
Thanks,
-
@sbaik they are exported in the JSON configuration with the data points. You can import a minimal configuration like below in order to just change the detectors
{"dataPoints": [{ "xid": "DP_249822", "eventDetectors": [ { "duration": 0, "xid": "Low Memory_1", "notLower": false, "sourceType": "DATA_POINT", "name": "", "limit": 10000, "alarmLevel": "URGENT", "type": "LOW_LIMIT", "durationType": "SECONDS" } ] }] }
-
Hi sbaik,
Have you seen this thread about using the JsonEmport tool in scripts? https://forum.infiniteautomation.com/topic/3708/a-script-jsonemport-example