DX Unified Infrastructure Management

UIM Blog Post - Using Java to loop through hubs, robots and probes

  • 1.  UIM Blog Post - Using Java to loop through hubs, robots and probes

    Posted Jun 16, 2015 11:48 PM

    With the release of the Probe Framework SDK more people will be looking into Java as a language to develop custom probes so I wanted to write the first of hopefully many Java example posts. This first one is an example of how to get a robots hub, run the gethubs callback on that hub and then loop through each of those hubs, its robots and then if you want each probe. In my example I am just printing the name of the probe after running the probe_list callback on the controller. Please feel free to leave feedback, questions or point out mistakes.

     

    Looping through your hubs, robots and probes with Java - Code Sample

     

    Thanks,

     

    Bryan