Class RCAUtils


  • public class RCAUtils
    extends Object
    Utilities for root cause analysis.
    • Constructor Detail

      • RCAUtils

        public RCAUtils()
    • Method Detail

      • pingFromDevice

        public static RCAUtils.PingResult pingFromDevice​(UCentralClient client,
                                                         String serialNumber,
                                                         String host,
                                                         int pingCount)
        Instruct a device (AP) to ping a given destination (IP/hostname), returning the raw ping output or null upon error.
        Parameters:
        client - the UCentralClient instance
        serialNumber - the device (AP) serial number
        host - the ping destination
        pingCount - the number of pings to send
        Returns:
        the ping output, or null upon error