<?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: Search multiple CMA in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35245#M3338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...looking forward to see your next post! &lt;IMG src="https://community.checkpoint.com/legacyfs/online/checkpoint/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2018 14:30:40 GMT</pubDate>
    <dc:creator>Sven_Glock</dc:creator>
    <dc:date>2018-05-09T14:30:40Z</dc:date>
    <item>
      <title>Search multiple CMA</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35237#M3330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In R77.30 one had the possibility to search all CMAs for object usage. I cannot find this feature in R80.10 MDS. There is no mention of the&amp;nbsp;Cross-Domain Management Server Search function in the&amp;nbsp;CP_R80.10_Multi-DomainSecurityManagement_AdminGuide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was especially useful to find global object use, to limit the number of policies one had to push after updating a single object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions for a replacement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Harald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 14:12:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35237#M3330</guid>
      <dc:creator>Harald_Hansen</dc:creator>
      <dc:date>2018-03-12T14:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Search multiple CMA</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35238#M3331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harald,&lt;/P&gt;&lt;P&gt;This task can be accomplished by using several Management API commands in a bash script.&lt;/P&gt;&lt;P&gt;If I'll have some time, maybe I'll post this code during a week.&lt;/P&gt;&lt;P&gt;Robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 16:31:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35238#M3331</guid>
      <dc:creator>Robert_Decker</dc:creator>
      <dc:date>2018-03-12T16:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Search multiple CMA</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35239#M3332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harald,&lt;/P&gt;&lt;P&gt;I'm very short in time nowdays and cannot find time to come to this, but if you are fluent with bash scripting -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take a look at this post -&amp;nbsp;&lt;A _jive_internal="true" href="https://community.checkpoint.com/docs/DOC-2788"&gt;https://community.checkpoint.com/docs/DOC-2788&lt;/A&gt;&amp;nbsp;from&amp;nbsp;@Ivan Moore, he has done a great work related to MDS automation.&lt;/P&gt;&lt;P&gt;It involves bash scripting along with API calls and GAIA calls to accomplish useful MDS tasks.&lt;/P&gt;&lt;P&gt;For a given domain, he loops over policy packages in that domain and retrieves some useful information.&lt;/P&gt;&lt;P&gt;You can combine this code with my post here -&amp;nbsp;&lt;A _jive_internal="true" href="https://community.checkpoint.com/thread/7116-r8010-where-used-object"&gt;https://community.checkpoint.com/thread/7116-r8010-where-used-object&lt;/A&gt;&amp;nbsp;and Ivan's post here -&amp;nbsp;&lt;A _jive_internal="true" href="https://community.checkpoint.com/thread/7143-is-there-a-equivalent-command-to-a-global-policy-assignment-with-install"&gt;https://community.checkpoint.com/thread/7143-is-there-a-equivalent-command-to-a-global-policy-assignment-with-install&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I promised, I'll find time to post this script myself, but if it is urgent for you, you may proceed meanwhile.&lt;/P&gt;&lt;P&gt;Robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 10:01:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35239#M3332</guid>
      <dc:creator>Robert_Decker</dc:creator>
      <dc:date>2018-03-20T10:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Search multiple CMA</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35240#M3333</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please find attached an example script that uses R80.10 management API along with bash scripting to find usages of object X over all CMAs in MDM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;#!/bin/sh

JQ=${CPDIR}/jq/jq

OBJECT_NAME=$1
DOMAINS_FILE="domains.json"
PACKAGES_FILE="packages.json"
PACKAGE_FILE="package.json"

echo 'Getting a list of domains...'
mgmt_cli -r true -d MDS show domains limit 500 --format json &amp;gt; $DOMAINS_FILE
if [ $? -eq 1 ]; then
  echo "Error getting list of domains. Aborting!"
  exit 1
fi

DOMAINS_NAMES=($($JQ -r ".objects[] | .name" $DOMAINS_FILE))

echo 'Searching for object '"$OBJECT_NAME"' in all domains...'
FOUND=0
OBJECT_UID=""

for DOMAIN in ${DOMAINS_NAMES[@]}
do
  echo 'Searching in domain '"$DOMAIN"'...'
  mgmt_cli -r true -d "$DOMAIN" show objects offset 0 limit 1 in.1 name in.2 "$OBJECT_NAME" --format json &amp;gt; $OBJECT_NAME.json
  if [ $? -ne 1 ]; then
    OBJECT_COUNT=$($JQ -r ".total" $OBJECT_NAME.json)
    if [ $OBJECT_COUNT -ne 0 ]; then
      FOUND=1
      OBJECT_UID=$($JQ -r ".objects[0].uid" $OBJECT_NAME.json)
      echo 'Found in domain '"$DOMAIN"'!!!'
      break
    fi
  fi
done

if [ $FOUND -ne 1 ]; then
  echo 'Object '"$OBJECT_NAME"' does not exist. Aborting!'
  exit 1
fi

echo 'Searching for object '"$OBJECT_NAME"' usages in all policy packages in all domains...'
for DOMAIN in ${DOMAINS_NAMES[@]}
do
  echo 'Searching in domain '"$DOMAIN"'...'
  mgmt_cli -r true -d "$DOMAIN" show packages limit 500 --format json &amp;gt; $PACKAGES_FILE
  if [ $? -ne 1 ]; then
    PACKAGES_NAMES=($($JQ -r ".packages[] | .name" $PACKAGES_FILE))
    for PACKAGE in ${PACKAGES_NAMES[@]}
    do
      echo 'Searching in package '"$PACKAGE"'...'
      mgmt_cli -r true -d "$DOMAIN" show-package name $PACKAGE --format json &amp;gt; $PACKAGE_FILE
      if [ $? -ne 1 ]; then
        ACCESS_LAYERS=($($JQ '.["access-layers"][] | .name' -r $PACKAGE_FILE))
        for LAYER in ${ACCESS_LAYERS[@]}
        do
          mgmt_cli -r true -d "$DOMAIN" show access-rulebase package "$PACKAGE" name "$LAYER" offset 0 limit 1 filter $OBJECT_UID --format json &amp;gt; $OBJECT_NAME.json
          if [ $? -ne 1 ]; then
            OBJECT_COUNT=$($JQ -r ".total" $OBJECT_NAME.json)
            if [ $OBJECT_COUNT -ne 0 ]; then
              echo 'The requested object is used in policy package '"$PACKAGE"
              break
            fi
          fi
        done
      fi
    done
  fi
done

echo 'Done!'&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should provide an object name as a parameter for this script.&lt;/P&gt;
&lt;P&gt;This is only an example, and you may change it as you need.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Robert.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 16:15:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35240#M3333</guid>
      <dc:creator>Robert_Decker</dc:creator>
      <dc:date>2019-09-04T16:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Search multiple CMA</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35241#M3334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I have not been able to test it before now, it worked as a charm.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 09:33:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35241#M3334</guid>
      <dc:creator>Harald_Hansen</dc:creator>
      <dc:date>2018-04-23T09:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Search multiple CMA</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35242#M3335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Btw, you need to check JQ for $? -ne 0 in all uses, for instance in line 61. The API doesn't&amp;nbsp;handle duplicate names very gracefully.&lt;/P&gt;&lt;P&gt;I was also stumped that the filter option returns group memberships on global rules. These rules are not always relevant, I'm going to check if rule-number contains a dot "." and one needs to expand the limit to more than 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 10:49:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35242#M3335</guid>
      <dc:creator>Harald_Hansen</dc:creator>
      <dc:date>2018-04-23T10:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Search multiple CMA</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35243#M3336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your work!&lt;/P&gt;&lt;P&gt;I am missing the cross domain search, too.&lt;/P&gt;&lt;P&gt;So I was very happy to find Haralds initiative here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first test of your script led to some errors:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="330px"&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000; font-size: 10pt;"&gt;Searching in domain xyz...&lt;BR /&gt;Searching in package A...&lt;BR /&gt;parse error: Invalid literal at line 120, column 10&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="330px"&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000; font-size: 10pt;"&gt;Searching in package D...&lt;BR /&gt;parse error: Unmatched '}' at line 123, column 3&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="" nowrap="nowrap" width="100px"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I am not a developer. Is this something that needs to be improved in the code or is there a problem with my database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first search was about an global object.&lt;/P&gt;&lt;P&gt;This causes the following result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt; "code" : "generic_err_object_field_not_unique",&lt;BR /&gt; "message" : "Requested object name [Network] is not unique."&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are global objects not supported?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 12:35:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35243#M3336</guid>
      <dc:creator>Sven_Glock</dc:creator>
      <dc:date>2018-05-09T12:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Search multiple CMA</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35244#M3337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sven,&lt;/P&gt;&lt;P&gt;The code above is only an example.&lt;/P&gt;&lt;P&gt;The code does not search for global objects. To fix this, please add the following after line 17 -&amp;nbsp;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;DOMAINS_NAMES+=('Global')&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This will also search in Global domain's database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parsing errors are due to the data in the responses from your database. For some reason, JQ tool fails to parse the data. The data&amp;nbsp;is saved inside temporary files as noted at the top of the script (I suspect in package.json file). You may look at this data and verify the data inconsistency at the specified lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;Requested object name [Network] is not unique" error is probably due to the fact that I use access-layer names instead of names+UIDs. If you have a global policy assigned in any of the domains, there may be two layers with a name 'Network'. To make this work, the code needs to save layer UID along with the layer name. A fix for this requires a bit more coding. I'll try to find some time and fix it later on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;Robert.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 13:08:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35244#M3337</guid>
      <dc:creator>Robert_Decker</dc:creator>
      <dc:date>2018-05-09T13:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Search multiple CMA</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35245#M3338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...looking forward to see your next post! &lt;IMG src="https://community.checkpoint.com/legacyfs/online/checkpoint/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 14:30:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35245#M3338</guid>
      <dc:creator>Sven_Glock</dc:creator>
      <dc:date>2018-05-09T14:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Search multiple CMA</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35246#M3339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I strongly recommend to use session ID to log in so that you can logout at the end of your job.&lt;/P&gt;&lt;P&gt;Otherwise there will stay plenty of dead sessions in your management!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;#!/bin/sh&lt;BR /&gt;&lt;BR /&gt;JQ=${CPDIR}/jq/jq&lt;BR /&gt;&lt;BR /&gt;sid=$(mgmt_cli login -r true --format json | jq -r '.sid')&lt;BR /&gt;&lt;BR /&gt;&amp;lt;here will be your code&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Logout CMA&lt;BR /&gt;mgmt_cli logout --session-id "$sid"&lt;BR /&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 12:15:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35246#M3339</guid>
      <dc:creator>Sven_Glock</dc:creator>
      <dc:date>2018-05-11T12:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Search multiple CMA</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35247#M3340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, you are correct!&lt;/P&gt;&lt;P&gt;robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 15:58:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35247#M3340</guid>
      <dc:creator>Robert_Decker</dc:creator>
      <dc:date>2018-05-11T15:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Search multiple CMA</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35248#M3341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still, does the cross cma search return in R80.XX?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The API is nice to have, but it is way too slow compared to R77.30&lt;BASEFONT face="Verdana" size="2"&gt;&lt;/BASEFONT&gt; mdscmd runcrossdomainquery.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 08:50:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35248#M3341</guid>
      <dc:creator>Olavi_Lentso</dc:creator>
      <dc:date>2018-05-18T08:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Search multiple CMA</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35249#M3342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after migrating to R80 for production we realized the Cross Domain search is missing. To be honest this is mandantory and logic you need it for multiple domains. And we need all options. You need to check occurence of Global objects and only local occurence. Use in rule in object etc. So primarily we were using 2/3 of the options cross domain search offering. &lt;BR /&gt;We pay a lot of money for this product and I am not willing to waste my time playing a script kiddy, just because someone at Checkpoint has missed to migrate this feature (can't believe it anyway). &lt;BR /&gt;So PLEASE make this re-appearing SHORTLY. &lt;BR /&gt;Thx in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2019 10:36:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35249#M3342</guid>
      <dc:creator>Andreas_Lorenze</dc:creator>
      <dc:date>2019-01-14T10:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Search multiple CMA</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35250#M3343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas, Robert just suggested a replacement as was asked by Harald. I will make sure our PJM will get your feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amiad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2019 22:24:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/35250#M3343</guid>
      <dc:creator>Amiad_Stern</dc:creator>
      <dc:date>2019-01-15T22:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Search multiple CMA</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/69459#M4152</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;We are new to R80.20 and need some help with your script.&lt;/P&gt;&lt;P&gt;Is there a way to search for IP addresses rather than object names?&lt;/P&gt;&lt;P&gt;Also, your script searches for the object name in all&amp;nbsp;CMAs, but in addition to that it also searches you for each policy and this could take some time if you are looking for multiple objects.&lt;/P&gt;&lt;P&gt;I would like to upgrade our script and use an updated version designed for R80 versions.&lt;/P&gt;&lt;P&gt;Attached is the simple script we are currently&amp;nbsp;using for the time being.&lt;/P&gt;&lt;P&gt;Also, do you see a problem with us using this simple script in R80.20?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jose Oriundo&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 16:08:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Search-multiple-CMA/m-p/69459#M4152</guid>
      <dc:creator>JoseOriundo</dc:creator>
      <dc:date>2019-12-05T16:08:05Z</dc:date>
    </item>
  </channel>
</rss>

