<?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: Getting list of all CategorizationOverrides in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Getting-list-of-all-CategorizationOverrides/m-p/86931#M4914</link>
    <description>&lt;P&gt;Did this get added to the available API commands?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jun 2020 12:41:58 GMT</pubDate>
    <dc:creator>David_C1</dc:creator>
    <dc:date>2020-06-01T12:41:58Z</dc:date>
    <item>
      <title>Getting list of all CategorizationOverrides</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Getting-list-of-all-CategorizationOverrides/m-p/7880#M653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way to get a list of all CategorizationOverride objects with the API? I know you can do this with hosts, networks, applications and such by Posting a JSON object to the /show-objects endpoint, but it does not appear to work for objects with the CategorizationOverride type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt; "limit" : 50,&lt;BR /&gt; "offset" : 0,&lt;BR /&gt; "order" : [ {&lt;BR /&gt; "ASC" : "name"&lt;BR /&gt; } ],&lt;BR /&gt; "type" : "application-site-category"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does not work:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"limit" : 50,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"offset" : 0,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"order" : [ {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"ASC" : "name"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;} ],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"type" : "&lt;/SPAN&gt;&lt;SPAN&gt;CategorizationOverride&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can pull every object from the firewall and then filter on type on my own, but it takes a really long time to get 17k objects just to yank out 33.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 17:05:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Getting-list-of-all-CategorizationOverrides/m-p/7880#M653</guid>
      <dc:creator>Matt_Phelps</dc:creator>
      <dc:date>2017-10-24T17:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting list of all CategorizationOverrides</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Getting-list-of-all-CategorizationOverrides/m-p/7881#M654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;I've just noticed this post...&lt;/P&gt;&lt;P&gt;Unfortunatelly, currently there is no R80.X Management API command to fetch the list of this type of objects.&lt;/P&gt;&lt;P&gt;I'll commit R&amp;amp;D request to add it to the next release.&lt;/P&gt;&lt;P&gt;Robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 12:01:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Getting-list-of-all-CategorizationOverrides/m-p/7881#M654</guid>
      <dc:creator>Robert_Decker</dc:creator>
      <dc:date>2018-03-29T12:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Getting list of all CategorizationOverrides</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Getting-list-of-all-CategorizationOverrides/m-p/86931#M4914</link>
      <description>&lt;P&gt;Did this get added to the available API commands?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 12:41:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Getting-list-of-all-CategorizationOverrides/m-p/86931#M4914</guid>
      <dc:creator>David_C1</dc:creator>
      <dc:date>2020-06-01T12:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Getting list of all CategorizationOverrides</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Getting-list-of-all-CategorizationOverrides/m-p/87556#M4941</link>
      <description>&lt;P&gt;Doesn't look like it.&amp;nbsp;&lt;BR /&gt;However, this is one of those situations where you can dump the entire list and use jq to filter the results.&lt;BR /&gt;Tagging&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/37502"&gt;@Omer_Kleinstern&lt;/a&gt;&amp;nbsp;for visibility.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 04:39:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Getting-list-of-all-CategorizationOverrides/m-p/87556#M4941</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-06-08T04:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting list of all CategorizationOverrides</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Getting-list-of-all-CategorizationOverrides/m-p/87710#M4942</link>
      <description>&lt;P&gt;Hi Dave,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is&amp;nbsp;currently no&amp;nbsp;official API for&amp;nbsp;CategorizationOverrides.&lt;/P&gt;
&lt;P&gt;You can try to use the&amp;nbsp;unofficial&amp;nbsp;&lt;SPAN&gt;generic-object API:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;mgmt_cli -r true show generic-objects class-name "com.checkpoint.management.access.objects.access.CategorizationOverride" limit 50 offset 0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Omer&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 08:46:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Getting-list-of-all-CategorizationOverrides/m-p/87710#M4942</guid>
      <dc:creator>Omer_Kleinstern</dc:creator>
      <dc:date>2020-06-09T08:46:03Z</dc:date>
    </item>
  </channel>
</rss>

