<?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: python api script in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275333#M9414</link>
    <description>&lt;P&gt;No, what you describe is a SIEM or something similar. &amp;nbsp;Ansible is not a process that runs to monitor activity and take action. &amp;nbsp;Ansible is an automation and orchestration platform that to execute changes based on configuration data you provide.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Apr 2026 01:10:23 GMT</pubDate>
    <dc:creator>Duane_Toler</dc:creator>
    <dc:date>2026-04-13T01:10:23Z</dc:date>
    <item>
      <title>python api script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/168668#M7429</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have installed latest version of checkpoint mgmt R81.20 in a test environment and want to use the latest API: &lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/#tips_best_practices~v1.9%20" target="_blank" rel="noopener"&gt;https://sc1.checkpoint.com/documents/latest/APIs/#introduction~v1.9%20&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I want to automate some tasks using python script from my desktop pc, not run the script directly on checkpoint gateway. I tried with checkpoints official python SDK: &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;/P&gt;&lt;P&gt;But the API commands for the python SDK do not match with the latest Management API Reference v1.9 from checkpoint?&lt;/P&gt;&lt;P&gt;For example from python sdk example:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;add_rule_response&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;client&lt;/SPAN&gt;.&lt;SPAN class=""&gt;api_call&lt;/SPAN&gt;(&lt;SPAN class=""&gt;"&lt;STRONG&gt;add-access-rule&lt;/STRONG&gt;"&lt;/SPAN&gt;,&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;{&lt;SPAN class=""&gt;"name"&lt;/SPAN&gt;: &lt;SPAN class=""&gt;rule_name&lt;/SPAN&gt;, &lt;SPAN class=""&gt;"layer"&lt;/SPAN&gt;: &lt;SPAN class=""&gt;"Network"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;"position"&lt;/SPAN&gt;: &lt;SPAN class=""&gt;"top"&lt;/SPAN&gt;})&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and example from Management API Reference v1.9:&lt;/P&gt;&lt;P class=""&gt;Command&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;add access-rule&lt;/STRONG&gt; layer "Network" position 1 name "Rule 1" service.1 "SMTP" service.2 "AOL" vpn "MyIntranet"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And also I do not find in the documentation for the python SDK all the avaible commands and how to handle session etc. Since the commands are not identical I wonder how to proceed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advice and help me get started.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i want to use latest Management API Reference v1.9, should i instead use web api in the python script instead of the python sdk?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2023 13:55:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/168668#M7429</guid>
      <dc:creator>Roberts12</dc:creator>
      <dc:date>2023-01-22T13:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: python api script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/168715#M7430</link>
      <description>&lt;P data-unlink="true"&gt;Hi, I would start with the REST API and use something simple like Python requests to manage the connections. I've worked on several projects recently and didn't need the full SDK. Depending on what you're trying to work on, you might find that something like Ansible is more convenient for you. There are some examples of both approaches here &lt;A href="https://developer.checkpoint.com" target="_blank" rel="noopener"&gt;https://developer.checkpoint.com&lt;/A&gt;&amp;nbsp;or I've used a simple wrapper package here&amp;nbsp;&lt;A href="https://github.com/chkp-stuartgreen/policy-automation-poc/blob/main/packages/simplecpapi.py" target="_blank"&gt;https://github.com/chkp-stuartgreen/policy-automation-poc/blob/main/packages/simplecpapi.py&lt;/A&gt;&amp;nbsp;where I didn't want the full SDK, but didn't want to repeat lots of code either.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 10:30:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/168715#M7430</guid>
      <dc:creator>StuartGreen</dc:creator>
      <dc:date>2023-01-23T10:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: python api script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/168870#M7447</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i believe you mixed up the different ways to leverage the api.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"add-access-rule" uses web service&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"add access-rule" uses the mgmt cli (which is calling API too but is called via cli at management server)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;you can switch between them in the documentation - see attached screenshot.&lt;BR /&gt;When you are logging in into the API, a session id is generated and sent back to you as response. This session id you will need to add at the following request´s header.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example for callin web API with SDK:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;with APIClient(client_args) as client:
    # If Error occurs due to fingerprint mismatch
    if client.check_fingerprint() is False:
        #output_text.update({"Message":"Could not get the server's fingerprint - Check connectivity with the server."})
        print("UNKNOWN! Logging into SMS not successful! Please troubleshoot/debug script! "+str(output_text))
        raise SystemExit()
    # login to server:
    login_res = client.login(api_user, api_pwd)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so:&lt;/P&gt;&lt;P&gt;documentation is acurate - when using the correct way to call the api&lt;/P&gt;&lt;P&gt;SDK simplifies things like session handling - to understand all the things, you can manually write https requests towards the API with correct headers and so.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in case you need help, feel free to reach out&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 09:37:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/168870#M7447</guid>
      <dc:creator>Nüüül</dc:creator>
      <dc:date>2023-01-24T09:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: python api script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/168903#M7448</link>
      <description>&lt;P&gt;Thank you for the explanation! if you have more examples to share it would be appreciated.&lt;BR /&gt;I can run the example scripts from the github repo, but when I extend the script with more functions and more API calls I get this error message:&amp;nbsp;&lt;BR /&gt;Failed to add the access-rule: '1', Error:&lt;BR /&gt;code: generic_err_wrong_session_id&lt;BR /&gt;message: Wrong session id [XwGUCgAvdFDB2_8vTN2KBXV-XCynk4Zp12Q]. Session may be expired. Please check session id and resend the request&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 11:50:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/168903#M7448</guid>
      <dc:creator>Roberts12</dc:creator>
      <dc:date>2023-01-24T11:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: python api script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/168907#M7449</link>
      <description>&lt;P&gt;I wrote some scripts leveraging the SDK - like:&amp;nbsp;&lt;A href="https://github.com/leinadred/CP_IPS-Update-Monitoring4Nagios" target="_blank" rel="noopener"&gt;https://github.com/leinadred/CP_IPS-Update-Monitoring4Nagios&amp;nbsp;&lt;/A&gt;or &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&gt;difficult to say, without being able to see your script. but i think you went out of the "with" procedure, so SDK logged you out. As API is "opened" like a file, with is closing it (and logs off the connection) when leaving the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So your "working procedures" will have to be inside of the "opened file"&lt;/P&gt;&lt;P&gt;in&amp;nbsp;&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;&amp;nbsp;from line 59 (&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;res_repo&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;=....)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 12:02:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/168907#M7449</guid>
      <dc:creator>Nüüül</dc:creator>
      <dc:date>2023-01-24T12:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: python api script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275321#M9403</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Is it possible to automate tasks using only a Python script that interacts with the Check Point (SMS) product API—for example, to create bulk objects such as IP addresses, domains, and hashes, and add them to groups that have already been created in SmartConsole?&lt;BR /&gt;Thank you for your feedback.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 16:32:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275321#M9403</guid>
      <dc:creator>Matlu</dc:creator>
      <dc:date>2026-04-12T16:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: python api script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275322#M9404</link>
      <description>&lt;P&gt;Not sure what you intend with hashes (ioc?), for the rest - Yes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 16:43:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275322#M9404</guid>
      <dc:creator>Nüüül</dc:creator>
      <dc:date>2026-04-12T16:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: python api script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275323#M9405</link>
      <description>&lt;P&gt;Is there any advice on “when to start using Ansible for automation tasks”?&lt;BR /&gt;I’m currently testing automation using only Python scripts that leverage the Check Point API, but is there a significant difference when it comes to using Ansible to automate tasks, or does it just come down to personal preference?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 16:54:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275323#M9405</guid>
      <dc:creator>Matlu</dc:creator>
      <dc:date>2026-04-12T16:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: python api script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275324#M9406</link>
      <description>&lt;P&gt;Ansible basically depends on and is using the api. Personally i‘d say yes, personal preferences and like „company baselines/policies“ (if existent)&lt;/P&gt;&lt;P&gt;imho - Automating repetetive tasks is better using ansible. But If you have tasks based on more complex things (like check something and if A, then do B, or lots of loops ) i‘d stick to a script using the api.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 17:12:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275324#M9406</guid>
      <dc:creator>Nüüül</dc:creator>
      <dc:date>2026-04-12T17:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: python api script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275325#M9407</link>
      <description>&lt;P&gt;In your experience, if you have repetitive tasks every day—such as creating many IP addresses or domains labeled as “malicious” and adding them to a group of objects that are already in your SmartConsole—&lt;BR /&gt;for this type of activity, do you prefer to use a Python script via the API, or do you prefer to use Ansible?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 17:14:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275325#M9407</guid>
      <dc:creator>Matlu</dc:creator>
      <dc:date>2026-04-12T17:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: python api script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275326#M9408</link>
      <description>&lt;P&gt;Is there a reason for not using network feeds? Like saving a list i.e. in a git repo and let network feed do the rest?&amp;nbsp;&lt;/P&gt;&lt;P&gt;nevertheless, if you plan to use that longer, i would say ansible. Keep in mind that you will Not only have to add objects but also remove them when not longer needed. Otherwise the database would fill up with unnecessary objects.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 17:30:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275326#M9408</guid>
      <dc:creator>Nüüül</dc:creator>
      <dc:date>2026-04-12T17:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: python api script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275327#M9409</link>
      <description>&lt;P&gt;Hi! &amp;nbsp;Yes, there is. &amp;nbsp; Python scripts are fine, as are shell scripts. &amp;nbsp;Switching to Ansible gives you much more, however:&lt;/P&gt;
&lt;P&gt;* Consistency: Happens the same way every time&lt;/P&gt;
&lt;P&gt;* Predictability: No need to worry about the "how"; just the "what"&lt;/P&gt;
&lt;P&gt;* Auditable: Combine with git version control, everything is in the open, and others can read it easily; it's all YAML.&lt;/P&gt;
&lt;P&gt;* (Relatively) Rapid deployment: No need to do major re-code for a new capability&lt;/P&gt;
&lt;P&gt;* Less "cognitive load": Edit YAML config, save, run, done.&lt;/P&gt;
&lt;P&gt;* Burden of maintenance shift: You no longer worry about the "plumbing"; you only worry about what you need to accomplish&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* Idempotency: Only things that need changing are changed; existing items with existing configurations matching the provided configuration are checked, but untouched.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With Ansible, you can create yourself a collection of templates with the base outline of everything you need to get started. You can easily collect Before/After evidence for change control, track it all with git, optionally run the playbooks through Docker (increased auditability and consistency). &amp;nbsp;The platform manages the back-end coding, you worry about the order-of-operations and tasks. &amp;nbsp;You work with Ansible's constructs:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;* Here's a list of host objects I made (these are stored in an external variables file)

* Run these objects through a pre-made task loop to collect their current details (e.g.: Name, IP address, list of group membership; or "Host Foo does not exist")
* Run these objects through a loop to add/remove them based on the definition of the items in the list
* Run these objects through the pre-made task again to collect the fact that they're now deleted (or new objects added)
* Publish changes (or Discard all changes, if just want to test)
* Verify policy (if Published); save result of verification
* Install policy (if Published and Verified); Save result of install
* Create zip file of all Before/After evidence
&lt;/LI-CODE&gt;
&lt;P&gt;The initial "hard work" was 1-time setup work to design your outline. &amp;nbsp;After that, the only thing you need to do is just define your list of objects (hosts, networks, groups, access rules, custom application sites; whatever). &amp;nbsp;But this shifts your focus; you're no longer banging through Python scripts with the SDK *AND* setting up your input constructs.&lt;/P&gt;
&lt;P&gt;I say this next part because you already do Python, so you'll understand it : Ansible natively accepts JSON or YAML as input variables. You don't need to deal with unstructured inputs like CSV or random text files. &amp;nbsp;YAML is your structured data. &amp;nbsp;You can instead shift your focus even further and learn how to transform other data input with JQ (or feel free to write another Python script) to emit structured JSON (or, hilariously, transform data back to CSV for "some people" to read). &amp;nbsp;Data transformation becomes your new skill, (random structure to JSON, convert JSON to YAML) because this is your input vector for Ansible. &amp;nbsp;Pair that with your playbook template, and run it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*Self-promotion*: Check my signature below for a YouTube series I've made that tells you everything you need to know to get started with Ansible and Check Point. Feel free to PM or e-mail me with any questions! &amp;nbsp;I also have &amp;nbsp;GitHub repo setup that you can clone that gets you started with the template design described in the series.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/duanetoler/edge-case-ansible-series/tree/main" target="_blank" rel="noopener"&gt;https://github.com/duanetoler/edge-case-ansible-series/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;(Edit: add idempotency above)&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 17:37:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275327#M9409</guid>
      <dc:creator>Duane_Toler</dc:creator>
      <dc:date>2026-04-12T17:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: python api script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275328#M9410</link>
      <description>&lt;P&gt;Please correct me if I'm wrong, but as far as I know, NETWORK Feeds doesn't work in VSX environments.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 19:26:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275328#M9410</guid>
      <dc:creator>Matlu</dc:creator>
      <dc:date>2026-04-12T19:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: python api script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275329#M9411</link>
      <description>&lt;P&gt;Hi &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Can Ansible use any type of source?&lt;BR /&gt;For example, could you automate a task based on a preventive security posture?&lt;/P&gt;
&lt;P&gt;Here’s an example:&lt;BR /&gt;If you have a 10.120.0.0/24 network attempting to access an SRV 192.168.10.200/32 via FTP, and this generates a LOG entry such as ACCEPT, could we use Ansible to take a somewhat “reactive” action?&lt;BR /&gt;In other words, if an ACCEPT log has already been generated where that traffic is seen as allowed, could Ansible generate an action to create a rule that denies this traffic activity?&lt;/P&gt;
&lt;P&gt;Is Ansible an option for this type of scenario?&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 19:38:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275329#M9411</guid>
      <dc:creator>Matlu</dc:creator>
      <dc:date>2026-04-12T19:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: python api script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275330#M9412</link>
      <description>&lt;P&gt;Ansible is „only“ the way you get the objects created and so on. The logic before (if log tells this or that) will have to be made beforehands or be done manually by filling the source which is referenced in your ansible playbook.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what you just wrote sounds a Bit like Check Points playblocks.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 20:10:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275330#M9412</guid>
      <dc:creator>Nüüül</dc:creator>
      <dc:date>2026-04-12T20:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: python api script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275332#M9413</link>
      <description>&lt;P&gt;According to&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk79700" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk79700&lt;/A&gt; Network Feeds Are supported starting with R82&lt;/P&gt;&lt;P&gt;(was not able to test/validate, as no vsx system on hand)&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 20:58:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275332#M9413</guid>
      <dc:creator>Nüüül</dc:creator>
      <dc:date>2026-04-12T20:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: python api script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275333#M9414</link>
      <description>&lt;P&gt;No, what you describe is a SIEM or something similar. &amp;nbsp;Ansible is not a process that runs to monitor activity and take action. &amp;nbsp;Ansible is an automation and orchestration platform that to execute changes based on configuration data you provide.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 01:10:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275333#M9414</guid>
      <dc:creator>Duane_Toler</dc:creator>
      <dc:date>2026-04-13T01:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: python api script</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275338#M9415</link>
      <description>&lt;P&gt;To be honest we have not yet used ansible to to do anything related to the policy. But we use Ansible to do these things:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Backup Gaia configuration of all Check Point (virtual) appliances&lt;/LI&gt;
&lt;LI&gt;Backup SmartCenter/SmartEvent/MDS&lt;/LI&gt;
&lt;LI&gt;Verify and enforce the base line which biascally follows the CIS Benchmark 1.1 with a few minor deviations&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;We do this every day for the full managed stack of Check Point appliances.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 08:01:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/python-api-script/m-p/275338#M9415</guid>
      <dc:creator>Hugo_vd_Kooij</dc:creator>
      <dc:date>2026-04-13T08:01:01Z</dc:date>
    </item>
  </channel>
</rss>

