Connectivity

 View Only
Expand all | Collapse all

Follow Ultrix destination and get source number on dashboard

  • 1.  Follow Ultrix destination and get source number on dashboard

    Posted 01-20-2019 12:14
    Hello

    I need to built dashboard panel that monitors destination and gets updates while source to that destination changes. So, i found on Ultrix API "get crosspoint source" option, that do what i want, but i don't want to overkill Ultrix by requesting that every second - so, is there a way to get that information only on change? Just like "Follow" option on Ultriscape.

    Thanks,

    Alex.


  • 2.  RE: Follow Ultrix destination and get source number on dashboard

    Posted 01-22-2019 20:33


  • 3.  RE: Follow Ultrix destination and get source number on dashboard

    Posted 01-25-2019 16:21
    I'm also curious about this as well. Let me know if you find anything and I'll do the same.

    FYI I also found that the visual logic engine builds incorrect code for the get crosspoint source api method. It used the Ultrix name not context ID and it makes the mistake of concatenating a string instead of incrementing a number. For instance if the result should have been 43 instead you get 421 because the code doesn't properly type the output of the api call.
    #Ultrix