<?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: show simple-gateway filter in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/show-simple-gateway-filter/m-p/168845#M7444</link>
    <description>&lt;P&gt;I would go with what PhoneBoy wrote, but you can always use grep to filter out the relevant entries with -A flag to so number of lines. For example:&lt;/P&gt;
&lt;P&gt;mgmt_cli -r true show simple-gateways details-level full | grep -A 3 &amp;lt;UID&amp;gt;&lt;/P&gt;
&lt;P&gt;mgmt_cli -r true show simple-gateways details-level full | grep -A 3 &amp;lt;name&amp;gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jan 2023 07:25:23 GMT</pubDate>
    <dc:creator>Tal_Paz-Fridman</dc:creator>
    <dc:date>2023-01-24T07:25:23Z</dc:date>
    <item>
      <title>show simple-gateway filter</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/show-simple-gateway-filter/m-p/168727#M7431</link>
      <description>&lt;P&gt;I am running R81.10, trying to do&lt;BR /&gt;show simple-gateways&lt;/P&gt;&lt;P&gt;and filter specific uid&lt;/P&gt;&lt;P&gt;the documentation not providing any syntax explanation regard the filter, and everthing I tried not providing the required result&lt;/P&gt;&lt;P&gt;I all the following and more :&lt;/P&gt;&lt;P&gt;show simple-gateways filter { "uid" = f4899237-95a5-4000-bfb2-1356963b0e26 }&lt;BR /&gt;show simple-gateways filter { uid f4899237-95a5-4000-bfb2-1356963b0e26 }&lt;BR /&gt;show simple-gateways filter { uid = f4899237-95a5-4000-bfb2-1356963b0e26 }&lt;BR /&gt;show simple-gateways filter {uid="f4899237-95a5-4000-bfb2-1356963b0e26"}&lt;BR /&gt;show simple-gateways filter {uid "f4899237-95a5-4000-bfb2-1356963b0e26"}&lt;/P&gt;&lt;P&gt;show simple-gateways filter { "uid" = f4899237-95a5-4000-bfb2-1356963b0e26 }&lt;BR /&gt;show simple-gateways filter { "uid" = "f4899237-95a5-4000-bfb2-1356963b0e26" }&amp;nbsp;&lt;/P&gt;&lt;P&gt;show simple-gateways filter "uid = f4899237-95a5-4000-bfb2-1356963b0e26"&lt;BR /&gt;show simple-gateways filter "uid=f4899237-95a5-4000-bfb2-1356963b0e26"&lt;BR /&gt;show simple-gateways filter "f4899237-95a5-4000-bfb2-1356963b0e26"&lt;BR /&gt;show simple-gateways filter "uid.f4899237-95a5-4000-bfb2-1356963b0e26"&lt;/P&gt;&lt;P&gt;show simple-gateways uid "f4899237-95a5-4000-bfb2-1356963b0e26"&lt;/P&gt;&lt;P&gt;show simple-gateways filter {"uid: f4899237-95a5-4000-bfb2-1356963b0e26"}&lt;/P&gt;&lt;P&gt;show simple-gateways filter {"uid f4899237-95a5-4000-bfb2-1356963b0e26"}&lt;/P&gt;&lt;P&gt;show simple-gateways filter "uid: "f4899237-95a5-4000-bfb2-1356963b0e26""&lt;/P&gt;&lt;P&gt;show simple-gateways filter {"uid f4899237-95a5-4000-bfb2-1356963b0e26"}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 11:19:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/show-simple-gateway-filter/m-p/168727#M7431</guid>
      <dc:creator>DimaSpector</dc:creator>
      <dc:date>2023-01-23T11:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: show simple-gateway filter</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/show-simple-gateway-filter/m-p/168822#M7441</link>
      <description>&lt;P&gt;I don't think "filter" searches the uid field.&lt;BR /&gt;And if you have the UID,&amp;nbsp;why not use show simple-gateway?&lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/show-simple-gateway~v1.9%20" target="_blank"&gt;https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/show-simple-gateway~v1.9%20&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 00:23:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/show-simple-gateway-filter/m-p/168822#M7441</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-01-24T00:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: show simple-gateway filter</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/show-simple-gateway-filter/m-p/168845#M7444</link>
      <description>&lt;P&gt;I would go with what PhoneBoy wrote, but you can always use grep to filter out the relevant entries with -A flag to so number of lines. For example:&lt;/P&gt;
&lt;P&gt;mgmt_cli -r true show simple-gateways details-level full | grep -A 3 &amp;lt;UID&amp;gt;&lt;/P&gt;
&lt;P&gt;mgmt_cli -r true show simple-gateways details-level full | grep -A 3 &amp;lt;name&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 07:25:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/show-simple-gateway-filter/m-p/168845#M7444</guid>
      <dc:creator>Tal_Paz-Fridman</dc:creator>
      <dc:date>2023-01-24T07:25:23Z</dc:date>
    </item>
  </channel>
</rss>

