DX Unified Infrastructure Management

 View Only
  • 1.  UIM API - Get all probes of a robot

    Posted Sep 29, 2020 03:30 AM
    Hello

    So I'm checking out the UIM API to get information out of DX Infrastructur Manager. I already managed to authenticate and get all robots or devices and some information about specific probes i know are installed on the system. 

    How can I get all installed probes from a robot? So I know which probes are installed and get the info dynamically?

    Thanks best.


  • 2.  RE: UIM API - Get all probes of a robot
    Best Answer

    Posted Sep 29, 2020 03:33 AM
    With the callback: probe_list on the robot controller probe


  • 3.  RE: UIM API - Get all probes of a robot

    Posted Sep 29, 2020 04:31 AM
    Thank you! Worked perfect.


  • 4.  RE: UIM API - Get all probes of a robot

    Posted Sep 30, 2020 12:52 AM
    Hi Luc

    Doy you know if there´s a way to make a callback to retrieve the thresholds and metrics for each probe ?

    Regards


  • 5.  RE: UIM API - Get all probes of a robot

    Posted Sep 30, 2020 01:43 AM
    You can use the callback: probe_config_get on the robot controller with the probe name you want the config from in the parameters


  • 6.  RE: UIM API - Get all probes of a robot

    Posted Oct 02, 2020 07:43 AM
    Luc

    I remember you posting a perl script to do this some time ago, but I cannot find it back, can you point to the original post?

    I see you are testing 20.3 already, have you tried the scripts against this version?

    Cheers Andrew

    Keep well my friend

    ------------------------------
    Knows a little about UIM/DXim, AE, Automic
    ------------------------------



  • 7.  RE: UIM API - Get all probes of a robot

    Posted Oct 02, 2020 08:03 AM
    Hi Andrew,
    I'm slowly testing most of the posted scripts.
    I believe it was a LUA script I posted to create a config backup:
    https://community.broadcom.com/search?executeSearch=true&SearchTerm=backup_probe_config.zip&l=1
    (This is not tested yet on 20.3)
    Regards, Luc