<?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 Detailed reference for using web services (sending HTTPS post to management server) in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Detailed-reference-for-using-web-services-sending-HTTPS-post-to/m-p/209335#M8410</link>
    <description>&lt;P&gt;I'm trying to build a script which will query the policy (rules and objects) on our management server, using HTTPS post web service commands.&amp;nbsp; The Management API Reference on this site (&lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/index.html#web/introduction~v1.9.1%20" target="_blank"&gt;Check Point - Management API reference&lt;/A&gt;) only shows a few simple examples (Login, Create Host).&amp;nbsp; I can't find any examples of iterating though rules or objects.&lt;/P&gt;&lt;P&gt;Is there a more comprehensive API Reference that I haven't found which will help?&amp;nbsp; I know there is a Python script which will export config, but I don't speak Python (yet!).&amp;nbsp; Hoping for the web service Reference Guide.&lt;/P&gt;&lt;P&gt;With thanks - Mike&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2024 22:52:55 GMT</pubDate>
    <dc:creator>mscott5002</dc:creator>
    <dc:date>2024-03-20T22:52:55Z</dc:date>
    <item>
      <title>Detailed reference for using web services (sending HTTPS post to management server)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Detailed-reference-for-using-web-services-sending-HTTPS-post-to/m-p/209335#M8410</link>
      <description>&lt;P&gt;I'm trying to build a script which will query the policy (rules and objects) on our management server, using HTTPS post web service commands.&amp;nbsp; The Management API Reference on this site (&lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/index.html#web/introduction~v1.9.1%20" target="_blank"&gt;Check Point - Management API reference&lt;/A&gt;) only shows a few simple examples (Login, Create Host).&amp;nbsp; I can't find any examples of iterating though rules or objects.&lt;/P&gt;&lt;P&gt;Is there a more comprehensive API Reference that I haven't found which will help?&amp;nbsp; I know there is a Python script which will export config, but I don't speak Python (yet!).&amp;nbsp; Hoping for the web service Reference Guide.&lt;/P&gt;&lt;P&gt;With thanks - Mike&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 22:52:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Detailed-reference-for-using-web-services-sending-HTTPS-post-to/m-p/209335#M8410</guid>
      <dc:creator>mscott5002</dc:creator>
      <dc:date>2024-03-20T22:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Detailed reference for using web services (sending HTTPS post to management server)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Detailed-reference-for-using-web-services-sending-HTTPS-post-to/m-p/209346#M8411</link>
      <description>&lt;P&gt;What you’ve linked to is, in fact, the complete API documentation.&lt;/P&gt;
&lt;P&gt;What you’re asking for is how to use the API…which requires a programming or scripting language.&lt;BR /&gt;Regardless of the language you use, paging through a large number of results from the API will require multiple calls using the limit/offset parameters (limit of X results starting from result Y).&lt;BR /&gt;Note that the value for limit should NOT exceed the limit for the API endpoint (depends on the endpoint).&lt;BR /&gt;The specifics of this depend on the programming language.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 01:18:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Detailed-reference-for-using-web-services-sending-HTTPS-post-to/m-p/209346#M8411</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-03-21T01:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Detailed reference for using web services (sending HTTPS post to management server)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Detailed-reference-for-using-web-services-sending-HTTPS-post-to/m-p/209425#M8412</link>
      <description>&lt;P&gt;You are correct, thank you!&amp;nbsp; I didn't click deep enough into the left-nav tree of options.&lt;/P&gt;&lt;P&gt;Now, all I need to find is some sample scripting that uses these API calls - in a scripting language I'm familiar with!&amp;nbsp; My research continues......&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 14:03:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Detailed-reference-for-using-web-services-sending-HTTPS-post-to/m-p/209425#M8412</guid>
      <dc:creator>mscott5002</dc:creator>
      <dc:date>2024-03-21T14:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Detailed reference for using web services (sending HTTPS post to management server)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Detailed-reference-for-using-web-services-sending-HTTPS-post-to/m-p/209436#M8413</link>
      <description>&lt;P&gt;If you are familiar with shell scripting, you can use mgmt_cli to call the API.&lt;BR /&gt;One example that exploits this to import/export some configuration via CSV:&amp;nbsp;&lt;A href="https://community.checkpoint.com/t5/API-CLI-Discussion/CLI-API-Example-for-exporting-importing-and-deleting-different/m-p/40850#M2766" target="_blank"&gt;https://community.checkpoint.com/t5/API-CLI-Discussion/CLI-API-Example-for-exporting-importing-and-deleting-different/m-p/40850#M2766&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 15:21:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Detailed-reference-for-using-web-services-sending-HTTPS-post-to/m-p/209436#M8413</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-03-21T15:21:37Z</dc:date>
    </item>
  </channel>
</rss>

