<?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: Check Point REST API show-objects performance issue with 25k objects (pagination limit) in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Check-Point-REST-API-show-objects-performance-issue-with-25k/m-p/269915#M9372</link>
    <description>&lt;P&gt;In the past I had a similar issue with Skybox Security, it used API to obtain all the objects in the management, and the only solution was to configure Skybox to limit query to about 450 objects at time, in my scenario there was about 20000 objects, so the task will take time to complete, but this time was acceptable because the task was executed once a day (in the evening).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Feb 2026 16:30:08 GMT</pubDate>
    <dc:creator>simonemantovani</dc:creator>
    <dc:date>2026-02-06T16:30:08Z</dc:date>
    <item>
      <title>Check Point REST API show-objects performance issue with 25k objects (pagination limit)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Check-Point-REST-API-show-objects-performance-issue-with-25k/m-p/269028#M9359</link>
      <description>&lt;P&gt;I am querying object details using the Check Point REST API. The API returns only 500 objects per request and requires offset-based pagination.&lt;/P&gt;&lt;P&gt;My environment has approximately 25,000 objects. Fetching all objects becomes tedious and time-consuming due to the pagination limitation and the fact that API requests are executed sequentially to retrieve the full dataset.&lt;/P&gt;&lt;P&gt;This is part of an automated rules and objects analyzer, so performance is critical.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Is there an asynchronous option available for show-objects?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Can the limit parameter be increased safely beyond 500?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Are there any recommended best practices for querying large object databases via the Management API?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any guidance from Check Point experts would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;##ManagementAPI #REST_API #SecurityManagement #Performanc&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 10:55:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Check-Point-REST-API-show-objects-performance-issue-with-25k/m-p/269028#M9359</guid>
      <dc:creator>Sivaramakrishna</dc:creator>
      <dc:date>2026-01-29T10:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Check Point REST API show-objects performance issue with 25k objects (pagination limit)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Check-Point-REST-API-show-objects-performance-issue-with-25k/m-p/269125#M9360</link>
      <description>&lt;P&gt;As far as I know:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;There is no async option for show-objects&lt;/LI&gt;
&lt;LI&gt;You can increase the limit beyond 500 (the backend didn't block it last I checked), but there is no guarantee you will get more than 500 objects.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;From a performance perspective, you might be better off doing more queries with smaller amounts of objects.&lt;BR /&gt;However, I haven't tested that.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 20:27:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Check-Point-REST-API-show-objects-performance-issue-with-25k/m-p/269125#M9360</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2026-01-29T20:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Check Point REST API show-objects performance issue with 25k objects (pagination limit)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Check-Point-REST-API-show-objects-performance-issue-with-25k/m-p/269150#M9361</link>
      <description>&lt;P&gt;Can you share the commands that you are using?&lt;/P&gt;
&lt;P&gt;It's about understanding if you are using the best methods for interacting with the management API and the best options (switches)&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you check the best practices documents?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/#tips_best_practices~v2.1%20" target="_blank" rel="noopener"&gt;https://sc1.checkpoint.com/documents/latest/APIs/#tips_best_practices~v2.1%20&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/#cli/show-host~v2.1%20" target="_blank" rel="noopener"&gt;https://sc1.checkpoint.com/documents/latest/APIs/#cli/show-host~v2.1%20&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/#cli/show-hosts~v2.1%20" target="_blank"&gt;https://sc1.checkpoint.com/documents/latest/APIs/#cli/show-hosts~v2.1%20&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 22:40:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Check-Point-REST-API-show-objects-performance-issue-with-25k/m-p/269150#M9361</guid>
      <dc:creator>Don_Paterson</dc:creator>
      <dc:date>2026-01-29T22:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Check Point REST API show-objects performance issue with 25k objects (pagination limit)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Check-Point-REST-API-show-objects-performance-issue-with-25k/m-p/269225#M9362</link>
      <description>&lt;P&gt;The management API definitely rejects a limit over 500. This management is R82 jumbo 60:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[Expert@DallasSC]# mgmt_cli -f json -r true show application-sites limit 1000 details-level uid              
{
  "code" : "generic_err_invalid_parameter",
  "message" : "Invalid parameter for [limit]. The invalid value [1000] should be replaced by one of the following values: [1-500]"
}&lt;/LI-CODE&gt;
&lt;P&gt;For my clients, I just dump all the objects up front, then work with a local copy of the whole object list. It takes a few minutes, but it's worth it to not have to make calls when browsing data.&lt;/P&gt;
&lt;P&gt;For analyzing rules in particular, the objects-dictionary key contains the objects directly referenced in the rules returned by the call. I seem to remember some built-in objects (like "Any", "None", "Original", "Accept", "Drop", etc.) weren't always included, but they seem to be there in R82.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 14:38:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Check-Point-REST-API-show-objects-performance-issue-with-25k/m-p/269225#M9362</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2026-01-30T14:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Check Point REST API show-objects performance issue with 25k objects (pagination limit)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Check-Point-REST-API-show-objects-performance-issue-with-25k/m-p/269226#M9363</link>
      <description>&lt;P&gt;We as well have many objects and i would use this approach as well to dump all objects using a cron job and then use this objects in other scripts.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 14:44:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Check-Point-REST-API-show-objects-performance-issue-with-25k/m-p/269226#M9363</guid>
      <dc:creator>Vincent_Bacher</dc:creator>
      <dc:date>2026-01-30T14:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Check Point REST API show-objects performance issue with 25k objects (pagination limit)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Check-Point-REST-API-show-objects-performance-issue-with-25k/m-p/269446#M9364</link>
      <description>&lt;P&gt;The actual enforcement of the upper limit must have been added since the last time I checked it...which was a while ago, probably &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;I agree that working with a local cache of the objects (versus continually using API calls) is probably faster.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 15:59:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Check-Point-REST-API-show-objects-performance-issue-with-25k/m-p/269446#M9364</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2026-02-02T15:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Check Point REST API show-objects performance issue with 25k objects (pagination limit)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Check-Point-REST-API-show-objects-performance-issue-with-25k/m-p/269915#M9372</link>
      <description>&lt;P&gt;In the past I had a similar issue with Skybox Security, it used API to obtain all the objects in the management, and the only solution was to configure Skybox to limit query to about 450 objects at time, in my scenario there was about 20000 objects, so the task will take time to complete, but this time was acceptable because the task was executed once a day (in the evening).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 16:30:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Check-Point-REST-API-show-objects-performance-issue-with-25k/m-p/269915#M9372</guid>
      <dc:creator>simonemantovani</dc:creator>
      <dc:date>2026-02-06T16:30:08Z</dc:date>
    </item>
  </channel>
</rss>

