<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: API - Get VPN Active Client Info in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/API-Get-VPN-Active-Client-Info/m-p/192447#M8048</link>
    <description>&lt;P&gt;Read only users cannot use run-script.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Sep 2023 18:40:24 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2023-09-12T18:40:24Z</dc:date>
    <item>
      <title>API - Get VPN Active Client Info</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/API-Get-VPN-Active-Client-Info/m-p/192280#M8030</link>
      <description>&lt;P&gt;I am looking for a way to view all VPN users who are currently connected. I need to see their IP, internal IP, as well as username.&lt;/P&gt;&lt;P&gt;I am able to get this information with the following command: vpn tu list tunnels&lt;/P&gt;&lt;P&gt;My question is what is the API equivalent to this? I have been looking through the documentation and could not get any meaningful data returned that is similar to the data that returns with the CLI command above. Any assistance is greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 17:59:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/API-Get-VPN-Active-Client-Info/m-p/192280#M8030</guid>
      <dc:creator>SHussain</dc:creator>
      <dc:date>2023-09-11T17:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: API - Get VPN Active Client Info</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/API-Get-VPN-Active-Client-Info/m-p/192288#M8031</link>
      <description>&lt;P&gt;There are no API commands for this information that I am aware of.&lt;BR /&gt;However, you can use the run-script API with the relevant commands and get the same data.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 18:28:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/API-Get-VPN-Active-Client-Info/m-p/192288#M8031</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-09-11T18:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: API - Get VPN Active Client Info</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/API-Get-VPN-Active-Client-Info/m-p/192290#M8032</link>
      <description>&lt;P&gt;I checked api guide and cant find anything similar to what you are asking. The closest I had seen is script made by&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/687"&gt;@Danny&lt;/a&gt;&amp;nbsp;below.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/Scripts/Remote-Access-VPN-Statistics-One-liner/td-p/79047" target="_blank"&gt;https://community.checkpoint.com/t5/Scripts/Remote-Access-VPN-Statistics-One-liner/td-p/79047&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/Scripts/Show-VPN-Users-One-liner/m-p/134011#M890" target="_blank"&gt;https://community.checkpoint.com/t5/Scripts/Show-VPN-Users-One-liner/m-p/134011#M890&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 18:48:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/API-Get-VPN-Active-Client-Info/m-p/192290#M8032</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-09-11T18:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: API - Get VPN Active Client Info</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/API-Get-VPN-Active-Client-Info/m-p/192422#M8045</link>
      <description>&lt;P&gt;Thank you. As a follow-up, I've got an API key generated with read-only permissions. We are trying to execute the run-script API against the management with a target of the gateway and receive a no permissions to run action. Any ideas to point us in the right direction?&lt;/P&gt;&lt;P&gt;We also tried to run the API against the gateway and receive access denied even when trying to generate a session token.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 14:11:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/API-Get-VPN-Active-Client-Info/m-p/192422#M8045</guid>
      <dc:creator>SHussain</dc:creator>
      <dc:date>2023-09-12T14:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: API - Get VPN Active Client Info</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/API-Get-VPN-Active-Client-Info/m-p/192431#M8046</link>
      <description>&lt;P&gt;I use this command on the active gateway...&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;fw tab -t userc_users -u -f &amp;gt; users.csv&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;This will generate a csv file which I then open in Excel to format it if needed. Hope it helps.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 14:55:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/API-Get-VPN-Active-Client-Info/m-p/192431#M8046</guid>
      <dc:creator>Zolocofxp</dc:creator>
      <dc:date>2023-09-12T14:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: API - Get VPN Active Client Info</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/API-Get-VPN-Active-Client-Info/m-p/192432#M8047</link>
      <description>&lt;P&gt;Someone from TAC gave me that while ago, its very good command indeed.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 14:56:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/API-Get-VPN-Active-Client-Info/m-p/192432#M8047</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-09-12T14:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: API - Get VPN Active Client Info</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/API-Get-VPN-Active-Client-Info/m-p/192447#M8048</link>
      <description>&lt;P&gt;Read only users cannot use run-script.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 18:40:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/API-Get-VPN-Active-Client-Info/m-p/192447#M8048</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-09-12T18:40:24Z</dc:date>
    </item>
  </channel>
</rss>

