• Recent
    • Tags
    • Popular
    • Register
    • Login

    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.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    Event detector bulk import

    Mango Automation general Discussion
    3
    3
    1.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sbaik
      last edited by

      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,

      1 Reply Last reply Reply Quote 0
      • Jared WiltshireJ
        Jared Wiltshire
        last edited by

        @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"
                }
              ]
            }]
        }
        

        Developer at Radix IoT

        1 Reply Last reply Reply Quote 0
        • phildunlapP
          phildunlap
          last edited by

          Hi sbaik,

          Have you seen this thread about using the JsonEmport tool in scripts? https://forum.infiniteautomation.com/topic/3708/a-script-jsonemport-example

          1 Reply Last reply Reply Quote 0
          • First post
            Last post