<?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: Fetching available updatable objects in Scripts</title>
    <link>https://community.checkpoint.com/t5/Scripts/Fetch-Updatable-Objects-Script/m-p/168854#M1053</link>
    <description>&lt;P&gt;OK, I will reach to you offline for the minimal requirements.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jan 2023 08:00:49 GMT</pubDate>
    <dc:creator>_Val_</dc:creator>
    <dc:date>2023-01-24T08:00:49Z</dc:date>
    <item>
      <title>Fetch Updatable Objects – Script</title>
      <link>https://community.checkpoint.com/t5/Scripts/Fetch-Updatable-Objects-Script/m-p/168748#M1049</link>
      <description>&lt;P&gt;Had a customer in need for a list of available updatable Objects, known by Mgmt server so internal customers are able to request their rules with the correct object names.&lt;/P&gt;
&lt;P&gt;So I wrote this small script for fetching UO Repositories and putting them into a csv file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Filter option (ie to only get objects at AWS) is possible&lt;/P&gt;
&lt;P class=""&gt;&lt;A href="https://github.com/leinadred/py_cp-updatable-objects" target="_blank" rel="noopener"&gt;https://github.com/leinadred/py_cp-updatable-objects&lt;/A&gt;&lt;/P&gt;
&lt;P class=""&gt;In case someone needs something similar.&lt;/P&gt;
&lt;P class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-01-24_09-50-15.png" style="width: 600px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/19263i2F2A06AF9FB53166/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-01-24_09-50-15.png" alt="2023-01-24_09-50-15.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class=""&gt;Usage and prerequisites:&lt;/P&gt;
&lt;P class=""&gt;python3.x with modules:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;cpapi (&lt;A href="https://github.com/CheckPointSW/cp_mgmt_api_python_sdk" target="_blank" rel="noopener"&gt;https://github.com/CheckPointSW/cp_mgmt_api_python_sdk&lt;/A&gt;)&lt;/LI&gt;
&lt;LI&gt;argparse (should be there by default)&lt;/LI&gt;
&lt;LI&gt;csv (should be there by default)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Basic usage:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;python py_cp-updatable-objects.py -H &amp;lt;Host IP/Name&amp;gt; (-U/--user &amp;lt;user&amp;gt;) -P/--password &amp;lt;auth credential&amp;gt; (if API key, use only "-P", else password for "--user") show repositories (-f &amp;lt;string to filter for, i.e. "Azure"&amp;gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;example:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;python py_cp-updatable-objects.py -H 1.2.3.4&amp;nbsp; -P s3cr3tk3Y show repositories -f Azure&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;possible use cases:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;providing this to rule change requester to request the correct source / destinations&lt;/LI&gt;
&lt;LI&gt;just having an eye of what is possible to import&lt;/LI&gt;
&lt;LI&gt;(coming later) - having an eye of what is imported&lt;/LI&gt;
&lt;LI&gt;(coming later) - having an eye of last update occured to specific objects&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 09:44:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Fetch-Updatable-Objects-Script/m-p/168748#M1049</guid>
      <dc:creator>Nüüül</dc:creator>
      <dc:date>2023-01-24T09:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching available updatable objects</title>
      <link>https://community.checkpoint.com/t5/Scripts/Fetch-Updatable-Objects-Script/m-p/168757#M1050</link>
      <description>&lt;P&gt;Hey, would you be interested to join our ToolBox authors with this tool?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 15:46:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Fetch-Updatable-Objects-Script/m-p/168757#M1050</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2023-01-23T15:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching available updatable objects</title>
      <link>https://community.checkpoint.com/t5/Scripts/Fetch-Updatable-Objects-Script/m-p/168783#M1051</link>
      <description>&lt;P&gt;Hi Val,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sure&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 17:26:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Fetch-Updatable-Objects-Script/m-p/168783#M1051</guid>
      <dc:creator>Nüüül</dc:creator>
      <dc:date>2023-01-23T17:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching available updatable objects</title>
      <link>https://community.checkpoint.com/t5/Scripts/Fetch-Updatable-Objects-Script/m-p/168787#M1052</link>
      <description>&lt;P&gt;Awesome, tx for sharing&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/1663"&gt;@Nüüül&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 17:39:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Fetch-Updatable-Objects-Script/m-p/168787#M1052</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-01-23T17:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching available updatable objects</title>
      <link>https://community.checkpoint.com/t5/Scripts/Fetch-Updatable-Objects-Script/m-p/168854#M1053</link>
      <description>&lt;P&gt;OK, I will reach to you offline for the minimal requirements.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 08:00:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Fetch-Updatable-Objects-Script/m-p/168854#M1053</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2023-01-24T08:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch Updatable Objects – Script</title>
      <link>https://community.checkpoint.com/t5/Scripts/Fetch-Updatable-Objects-Script/m-p/168869#M1054</link>
      <description>&lt;P&gt;Thats excellent and thanks for sharing&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 09:35:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Fetch-Updatable-Objects-Script/m-p/168869#M1054</guid>
      <dc:creator>Blason_R</dc:creator>
      <dc:date>2023-01-24T09:35:18Z</dc:date>
    </item>
  </channel>
</rss>

