<?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: Mgmt CLI - show gateways-and-servers - object &amp;quot;type&amp;quot; values? in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/196177#M8119</link>
    <description>&lt;P&gt;Excellent! Many thanks for your reply!&lt;/P&gt;</description>
    <pubDate>Wed, 25 Oct 2023 15:58:53 GMT</pubDate>
    <dc:creator>sorinstf</dc:creator>
    <dc:date>2023-10-25T15:58:53Z</dc:date>
    <item>
      <title>Mgmt CLI - show gateways-and-servers - object "type" values?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/196115#M8114</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had a script on R80.40 used to pull a list of individual gateways and cluster members using mgmt_cli and save it as a txt file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;After migration to R81.20 I only get the Simple Gateways, without cluster members.&amp;nbsp;&lt;/P&gt;&lt;P&gt;"select(.type == "simple-gateway" or .type == "CpmiClusterMember")"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;Management API&lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/index.html#clish/show-gateways-and-servers~v1.9%20" target="_self"&gt; Reference&amp;nbsp; v1.9&amp;nbsp;&amp;nbsp;&lt;/A&gt;&amp;nbsp;- "show gateways-and-servers "does not provide string values for "&lt;STRONG&gt;type&lt;/STRONG&gt;".&lt;/P&gt;&lt;P data-unlink="true"&gt;Any idea where I can get a list of values for "object type"?&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 10:55:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/196115#M8114</guid>
      <dc:creator>sorinstf</dc:creator>
      <dc:date>2023-10-25T10:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mgmt CLI - show gateways-and-servers - object "type" values?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/196162#M8115</link>
      <description>&lt;P&gt;I see in my lab that cluster members have returned type:"cluster-member".&lt;/P&gt;
&lt;P&gt;Maybe try to edit the script to: "select(.type == "simple-gateway" or .type == "CpmiClusterMember" or .type == "cluster-member")" and see if it solves the issue?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 14:57:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/196162#M8115</guid>
      <dc:creator>Amir_Senn</dc:creator>
      <dc:date>2023-10-25T14:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Mgmt CLI - show gateways-and-servers - object "type" values?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/196163#M8116</link>
      <description>&lt;P&gt;Looks like the type is now "cluster-member". Here's some output from one of my managements with a few normal clusters and a few VSX clusters:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[Expert@SomeSmartCenter]# mgmt_cli -f json -r true show gateways-and-servers details-level full limit 500 | jq '.objects[]|.type' | sort | uniq -c
      6 "CpmiGatewayCluster"
      5 "CpmiVsClusterNetobj"
      6 "CpmiVsxClusterMember"
      3 "CpmiVsxClusterNetobj"
      3 "checkpoint-host"
     12 "cluster-member"&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 25 Oct 2023 14:59:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/196163#M8116</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2023-10-25T14:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mgmt CLI - show gateways-and-servers - object "type" values?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/196176#M8118</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;that's exactly what I chose after digging into thousands of lines of code &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;mgmt_cli -f json -r true show gateways-and-servers details-level full limit 500&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorin&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 15:58:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/196176#M8118</guid>
      <dc:creator>sorinstf</dc:creator>
      <dc:date>2023-10-25T15:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Mgmt CLI - show gateways-and-servers - object "type" values?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/196177#M8119</link>
      <description>&lt;P&gt;Excellent! Many thanks for your reply!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 15:58:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/196177#M8119</guid>
      <dc:creator>sorinstf</dc:creator>
      <dc:date>2023-10-25T15:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mgmt CLI - show gateways-and-servers - object "type" values?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/196300#M8123</link>
      <description>&lt;P&gt;This is probably a good time to remind folks that the API is versioned.&lt;BR /&gt;This means that even though you've upgraded to a new release, you can call the old version of the API...and get results that are consistent with that version.&lt;BR /&gt;The API version that I believe maps to R80.40 is v1.7.&lt;BR /&gt;See:&amp;nbsp;&lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/index.html#api_versions~v1.9%20" target="_blank" rel="noopener"&gt;https://sc1.checkpoint.com/documents/latest/APIs/index.html#api_versions~v1.9%20&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 14:59:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/196300#M8123</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-10-26T14:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mgmt CLI - show gateways-and-servers - object "type" values?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/196307#M8124</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes,&amp;nbsp; you are right! You can still reference to your initial API version in the API command.. I found out about it after chaning the script object type. This is where I was not able to find all the string values of the object...&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[--version, -v]&lt;BR /&gt;What command version should be called. By default the latest version is used.&lt;/P&gt;&lt;P&gt;[Expert@mds-prod-8040:0]# mgmt_cli -r true show api-versions&lt;BR /&gt;current-version: "1.6.1"&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 15:53:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/196307#M8124</guid>
      <dc:creator>sorinstf</dc:creator>
      <dc:date>2023-10-26T15:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mgmt CLI - show gateways-and-servers - object "type" values?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/196315#M8125</link>
      <description>&lt;P&gt;Yeah 1.6.1 is R80.40 JHF, 1.7 is R81.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 16:27:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/196315#M8125</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-10-26T16:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mgmt CLI - show gateways-and-servers - object "type" values?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/255466#M9168</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/27871"&gt;@Bob_Zimmerman&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Is it possible to “display” the Gateways and Servers that are within a particular CMA in an MDS environment?&lt;BR /&gt;I am logging into my MDS, jumping to my CMA, and I want to apply a command that shows me “only” the “Gateways and Servers” that correspond to that CMA.&lt;BR /&gt;Is this possible?&lt;BR /&gt;Cheers.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 22:36:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/255466#M9168</guid>
      <dc:creator>Matlu</dc:creator>
      <dc:date>2025-08-19T22:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mgmt CLI - show gateways-and-servers - object "type" values?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/255470#M9169</link>
      <description>&lt;P&gt;Just the names? Sure. Replace "&amp;lt;domain&amp;gt;" with the name of the domain:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mgmt_cli -f json -r true -d &amp;lt;domain&amp;gt; show gateways-and-servers limit 500 | jq '.objects[]|.name'&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 19 Aug 2025 23:47:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/255470#M9169</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2025-08-19T23:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mgmt CLI - show gateways-and-servers - object "type" values?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/255474#M9170</link>
      <description>&lt;P&gt;Does this apply from the main MDS without ‘jumping’ to the CMA? Or do I have to jump to the CMA?&lt;/P&gt;
&lt;P&gt;What I need is that by CLI I may be able to see the list of ‘objects’ that you see when you enter through the SmartConsole in the GATEWAYS AND SERVERS section.&lt;/P&gt;
&lt;P&gt;Thanks for your comments&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 01:37:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/255474#M9170</guid>
      <dc:creator>Matlu</dc:creator>
      <dc:date>2025-08-20T01:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mgmt CLI - show gateways-and-servers - object "type" values?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/255549#M9171</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I tried it, but I don't see any results.&lt;BR /&gt;I run the command from the MDS without success.&lt;/P&gt;
&lt;P&gt;[Expert@MDS:0]# &lt;BR /&gt;[Expert@MDS:0]# mgmt_cli -f json -r true -d DOM_GO show gateways-and-servers limit 500 | jq '.objects[]|.name'&lt;BR /&gt;Error: Failed to login to the management server&lt;BR /&gt;[Expert@MDS:0]# ^C&lt;BR /&gt;[Expert@MDS:0]# timed out waiting for input: auto-logout&lt;/P&gt;
&lt;P&gt;My CMA is called DOM_GO&lt;BR /&gt;We are interested in being able to see which devices this CMA manages from the MDS CLI.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 15:17:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/255549#M9171</guid>
      <dc:creator>Matlu</dc:creator>
      <dc:date>2025-08-20T15:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mgmt CLI - show gateways-and-servers - object "type" values?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/255550#M9172</link>
      <description>&lt;P&gt;The underlying API call is failing.&lt;BR /&gt;What does api status say?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 15:20:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/255550#M9172</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2025-08-20T15:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mgmt CLI - show gateways-and-servers - object "type" values?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/255551#M9173</link>
      <description>&lt;P&gt;Try this. It will give you the valid domains on the server:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mgmt_cli -f json -r true show domains | jq '.objects[]|.name'&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 20 Aug 2025 15:30:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/255551#M9173</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2025-08-20T15:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mgmt CLI - show gateways-and-servers - object "type" values?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/255552#M9174</link>
      <description>&lt;P&gt;The command shows me results.&lt;BR /&gt;So why can't the other command show me the objects that CMA is managing?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[Expert@MDS:0]# &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[Expert@MDS:0]# mgmt_cli -f json -r true show domains | jq '.objects[]|.name'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;"DOM_XX"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;"DOM_YY"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;"DOM_GO"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;"DOM_SO"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[Expert@MDS:0]# &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[Expert@MDS:0]# api status&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;API Settings:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;---------------------&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Accessibility: Require all granted&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Automatic Start: Enabled&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Processes:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Name State PID More Information&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-------------------------------------------------&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;API Started 14544 &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CPM Started 14544 Check Point Security Management Server is running and ready&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FWM Started 52017 &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;APACHE Started 10741&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Port Details:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-------------------&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;JETTY Internal Port: 55836&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;JETTY Documentation Internal Port: 54910&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;APACHE Gaia Port: 443&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Profile:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-------------------&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Machine profile: 131072 or larger without SME - MDS&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CPM heap size: 20480m&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Apache port retrieved from: dbget http:ssl_port&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;--------------------------------------------&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Overall API Status: Started&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;--------------------------------------------&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;API readiness test SUCCESSFUL. The server is up and ready to receive connections&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Notes:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;------------&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;To collect troubleshooting data, please run 'api status -s &amp;lt;comment&amp;gt;'&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[Expert@MDS:0]#&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Am I missing something?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 15:35:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/255552#M9174</guid>
      <dc:creator>Matlu</dc:creator>
      <dc:date>2025-08-20T15:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mgmt CLI - show gateways-and-servers - object "type" values?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/255589#M9175</link>
      <description>&lt;P&gt;Ok, I think I see why&amp;nbsp;mgmt_cli -f json -r true -d DOM_GO show gateways-and-servers limit 500 | jq '.objects[]|.name' is failing.&lt;BR /&gt;Specifically, not sure you can use -r true with MDS and a domain.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 22:04:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/255589#M9175</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2025-08-20T22:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mgmt CLI - show gateways-and-servers - object "type" values?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/255590#M9176</link>
      <description>&lt;P&gt;I use it all the time, including in my onEachFirewall script.&lt;/P&gt;
&lt;P&gt;There are a number of things which can break API access. Maybe it has been disabled for the domain, or restricted to only certain addresses and localhost isn’t one of them.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 22:12:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Mgmt-CLI-show-gateways-and-servers-object-quot-type-quot-values/m-p/255590#M9176</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2025-08-20T22:12:17Z</dc:date>
    </item>
  </channel>
</rss>

