Hello, Is there a way (programmatically) to access current uptime for an active GlobalProtect connection? I need to warn the users of my program well before (15+min) the connection times out. We are radiologists, and VPN dying in the middle of reporting of an urgent case causes all kinds of problems and lost work. Uptime under GP Settings refreshes only when the window is open - thus I cannot use Win API to grab control's text, as it's outdated once the window is closed. I can parse pan_gp_event.log, but that seems somewhat crude. I noticed that GPA queries the service (PanGPS) from its log: Send command to Pan Service Command = <request><type>status</type></request> ...which returns a detailed status report in XML format! Is there any way to get the same info myself? Or any other suggestions for the most reliable way to get live uptime info? Alternately, any other approach of triggering an event x minutes before GP timeout? Your help is greatly appreciated. Many thanks.
... View more