<?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: Execute SmartTask via API in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177796#M7620</link>
    <description>&lt;P&gt;submit-session returns a task ID.&lt;BR /&gt;While a sleep will probably work, the correct approach is to&amp;nbsp;monitor the state of that task using the show-task API endpoint to ensure the task completes.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Apr 2023 18:33:26 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2023-04-10T18:33:26Z</dc:date>
    <item>
      <title>Execute SmartTask via API</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177514#M7600</link>
      <description>&lt;P&gt;Hi CheckMates,&lt;/P&gt;&lt;P&gt;I made web page for users that don't need (and even can't) access SmartConsole.&lt;BR /&gt;It is a simple self-service web page that allows them to add host, add it to group and finally send these changes for approve.&lt;BR /&gt;Then different user (approver) can login to this web page and decide if he want to approve or reject this changes.&lt;BR /&gt;So as you can see - easy workflow, that was introduced in R81.20 (sending session for approve/reject).&lt;/P&gt;&lt;P&gt;To make this as much ergonomic as possible I want to also use new SmartTasks "after submit, after reject, after approve" that were also introduced in R81.20 to send mail from submitter to approver, and vice versa.&lt;BR /&gt;So I made these 3 SmartTasks and of course they work flawlessly via SmartConsole .... but I want to use them on this web page (so via API)..... and I've stuck here because I don't see in API reference guide how to execute these SmartTasks.&lt;/P&gt;&lt;P&gt;In API reference guide all I see for SmartTasks is:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;API reference:&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank"&gt;SmartTasks&lt;/A&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;A target="_blank"&gt;add smart-task&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank"&gt;show smart-task&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank"&gt;set smart-task&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank"&gt;delete smart-task&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank"&gt;clone smart-task&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank"&gt;export-smart-task&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank"&gt;show smart-tasks&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank"&gt;import-smart-task&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank"&gt;Triggers&lt;/A&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;A target="_blank"&gt;show smart-task-trigger&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank"&gt;show smart-task-triggers&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So ... no "execute smart-task" or anything simillar.&lt;/P&gt;&lt;P&gt;Do you know a way how to execute particular SmartTask via API ?&lt;BR /&gt;Or maybe it's not possible right now (it would be strange) ?&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt;Best&lt;BR /&gt;Marcin&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 08:46:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177514#M7600</guid>
      <dc:creator>marcyn</dc:creator>
      <dc:date>2023-04-06T08:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SmartTask via API</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177518#M7601</link>
      <description>&lt;P&gt;Pretty sure SmartTasks cannot be executed directly, only indirectly thru the configured trigger for that task.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 08:54:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177518#M7601</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-04-06T08:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SmartTask via API</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177520#M7602</link>
      <description>&lt;P&gt;Hi PhoneBoy,&lt;/P&gt;&lt;P&gt;Thank you for super fast answer.&lt;BR /&gt;Of course I have a trigger for these three SmartTasks (they are: after submit, after reject, after approve) - but these triggers only work from SmartConsole. They don't work via API.&lt;/P&gt;&lt;P&gt;If there is a way to trigger these .... triggers &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ... from API - it will do the job.&lt;BR /&gt;But I didn't find a way for that also...&lt;/P&gt;&lt;P&gt;So for know it looks like that SmartTasks are useless for API (of course I don't think about managing them - it is possible, but executing is not possible). And with that it is neccessary to send mail directly from such web page (in my case) without Check Point's mechanisms (ex. tags like receiver_mail, submitter_mail, submitting_time, changes, etc, etc).&lt;BR /&gt;Sure it can be done easly, but these mails will for sure look different (then those send via SmartConsole action)... and it has to be written from scratch by owner of such page ... even that such mechnism is already available in SmartConsole &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt;Best&lt;BR /&gt;Marcin&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 09:07:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177520#M7602</guid>
      <dc:creator>marcyn</dc:creator>
      <dc:date>2023-04-06T09:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SmartTask via API</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177538#M7603</link>
      <description>&lt;P&gt;Hi Marcyn,&lt;/P&gt;
&lt;P&gt;Maybe I am misunderstanding, the the trigger of a SmartTask is not depending on a action in SmartConsole it is triggered by a executing a action on the management server, this action can be executed using an API call or SmartConsole.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example the&amp;nbsp;"After Submit" trigger will be triggered by the user clicking on submit button in SmartConsole or by the user sending the&amp;nbsp;&lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/submit-session~v1.9%20" target="_self"&gt;submit-session&lt;/A&gt; API call.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 11:50:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177538#M7603</guid>
      <dc:creator>Jim_Oqvist</dc:creator>
      <dc:date>2023-04-06T11:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SmartTask via API</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177553#M7604</link>
      <description>&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;Yes, I thought that it should work like this... but unfortunately it doesn't.&lt;BR /&gt;Submit-session has only one parameter "uid" ... so besically it is not possible to execute it incorrectly &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In my code I'm executing something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;POST {{server}}/submit-session
Content-Type: application/json
X-chkp-sid: {{session}}
{
  "uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde"
}&lt;/LI-CODE&gt;&lt;P&gt;The above code is taken directly from API reference guide - but my own code looks the same.&lt;/P&gt;&lt;P&gt;And after executing this command thru curl, I see in SmartConsole that there is a sumbitted session with a status "pending aproval" ... but SmartTask "after submit" is not firing.&lt;BR /&gt;I can confirm that by looking into tcpdump/cppac/fw monitor ... directly on SMS and on my mail server - absolutely nothing.&lt;BR /&gt;But if I send for submit directly from SmartConsole ... soon after that SmartTask is firing and I see mail traffic.&lt;/P&gt;&lt;P&gt;So it looks like you are wrong with this submit-session API call.&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt;Best&lt;BR /&gt;Marcin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 12:23:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177553#M7604</guid>
      <dc:creator>marcyn</dc:creator>
      <dc:date>2023-04-06T12:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SmartTask via API</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177556#M7605</link>
      <description>&lt;P&gt;The &lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/index.html#gui-cli/run-script" target="_self"&gt;run-script&lt;/A&gt; API call let's you execute every code that your SmartTasks are running.&lt;BR /&gt;Maybe you can share your SmartTasks with us (&lt;A href="https://community.checkpoint.com/t5/SmartConsole-Extensions/SmartTask-Session-description-check/m-p/177546" target="_self"&gt;example&lt;/A&gt;)?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 12:42:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177556#M7605</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2023-04-06T12:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SmartTask via API</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177567#M7606</link>
      <description>&lt;P&gt;Hi Danny,&lt;/P&gt;&lt;P&gt;To be honest I didn't want to use "traditional" approach with SmartTask - so to run a script, but to use this new feature&amp;nbsp; - sending e-mail.&lt;BR /&gt;But yes, if I change this to be a script ... I can execute this script via API.&lt;/P&gt;&lt;P&gt;But ... with this new approach (sending e-mail) I can create some kind of e-mail template ... that I do not need to create in a script &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;With a script ... to be honest I don't even need a SmartTask for API ... because I can do it directly from my web page (for example send e-mails, etc.).&lt;/P&gt;&lt;P&gt;With this e-mail template I can for example attach changes report... which is really interesting.&lt;BR /&gt;My SmartTask is really easy one - I attach screenshot of my sample e-mail template (Advanced tab) ... and also screenshot from General tab.&lt;BR /&gt;With a script it would be not so easy to achieve the same.&lt;/P&gt;&lt;P&gt;If it would work like Jim wrote ... it would be perfect, but it looks like it doesn;t work like that.&lt;BR /&gt;Maybe it's a bug ... and it shoule work like that anyway ?&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt;Best&lt;BR /&gt;Marcin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 13:33:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177567#M7606</guid>
      <dc:creator>marcyn</dc:creator>
      <dc:date>2023-04-06T13:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SmartTask via API</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177702#M7616</link>
      <description>&lt;P&gt;Please open a TAC case so we can investigate this: &lt;A href="https://help.checkpoint.com" target="_blank"&gt;https://help.checkpoint.com&lt;/A&gt;&lt;BR /&gt;Also tagging&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/37502"&gt;@Omer_Kleinstern&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 01:37:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177702#M7616</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-04-08T01:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SmartTask via API</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177741#M7617</link>
      <description>&lt;P&gt;Worked for me on a clean R81.20 installation.&lt;/P&gt;
&lt;P&gt;I recommend a TAC case.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2023 15:08:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177741#M7617</guid>
      <dc:creator>Omer_Kleinstern</dc:creator>
      <dc:date>2023-04-09T15:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SmartTask via API</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177744#M7618</link>
      <description>&lt;P&gt;Hi Omer,&lt;/P&gt;&lt;P&gt;I've just checked how it will look like on fresh R81.20.&lt;BR /&gt;And I can confirm that:&lt;BR /&gt;1) from SmartConsole everything works like expected - after submiting session for approve couple of seconds later SmartTask is executing and email is send&lt;BR /&gt;2) from CLI using mgmt_cli ... it looks exacly the same - after these below few simple commands I can see that SmartTask is also executing:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[Expert@CP-MGMT:0]# mgmt_cli login user marcyn password 'Chkp!234' &amp;gt; /tmp/s.txt
[Expert@CP-MGMT:0]# mgmt_cli add host name abcdef ip-address 122.123.124.125 -s /tmp/s.txt
[Expert@CP-MGMT:0]# mgmt_cli submit-session -s /tmp/s.txt
message: "OK"
[Expert@CP-MGMT:0]# mgmt_cli logout -s /tmp/s.txt&lt;/LI-CODE&gt;&lt;P&gt;3) However if I execute the same job via cURL thru my web page session is submiting perfectly (I can see this in SmartConsole) but there is no e-mail (so no SmartTask is executing). And I'm 100% sure that there is no e-mail because I'm monitoring tcpdump on port 25 (or if you wish cppcap, fw monitor). So mgmt server doesn't even try to send this mail.&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/37502"&gt;@Omer_Kleinstern&lt;/a&gt;&amp;nbsp; are you 100% sure that you checked this via cURL ... or maybe just mgmt_cli ?&lt;BR /&gt;Of course that I will send this to TAC, but if you could let me know first, what exacly did you test ?&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt;Best&lt;BR /&gt;Marcin&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2023 20:35:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177744#M7618</guid>
      <dc:creator>marcyn</dc:creator>
      <dc:date>2023-04-09T20:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SmartTask via API</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177768#M7619</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think that I already know what is going on here.&lt;/P&gt;&lt;P&gt;Now it is working fine, also from web page via cURL.&lt;BR /&gt;I discovered that if I make some "sleep" between executing "submit-session" and "logout" ... SmartTask is executing.&lt;BR /&gt;At first my code was like this:&lt;BR /&gt;1) login&lt;BR /&gt;2) do stuff&lt;BR /&gt;3) submit-session&lt;BR /&gt;4) logout&lt;BR /&gt;Between these steps code was waiting for a valid reply (so for example if there is "message=OK"&amp;nbsp; in reply) ... but soon after valid reply step was triggered.&lt;BR /&gt;And by making try and test method ... I've just discovered that after I make some "sleep" between response from step3 (submit-session) and step4 (logout) ... SmartTask is triggered.&lt;/P&gt;&lt;P&gt;So ... for anyone of you that want to use API via cURL and want to have these new SmartTasks ... you already know what to do !&lt;/P&gt;&lt;P&gt;And the most important here is that it actually works ! ... But we have to remember to give SmartTask a little time to trigger before executing session logout &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;BTW&lt;BR /&gt;I'm preety sure that via mgmt_cli it will work the same ... so if you will have a script where after executing submit-session you will not wait "some time" before executing logout ... it will not trigger SmartTask neither.&lt;BR /&gt;It was working for me with mgmt_cli before ... because I was typing this command directly in console (so it took some time after executing command for submit-session ... and before I type and execute command for logout &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you all that made some feedback in this discussion, case closed.&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt;Best&lt;BR /&gt;Marcin&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 10:47:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177768#M7619</guid>
      <dc:creator>marcyn</dc:creator>
      <dc:date>2023-04-10T10:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SmartTask via API</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177796#M7620</link>
      <description>&lt;P&gt;submit-session returns a task ID.&lt;BR /&gt;While a sleep will probably work, the correct approach is to&amp;nbsp;monitor the state of that task using the show-task API endpoint to ensure the task completes.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 18:33:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177796#M7620</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-04-10T18:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SmartTask via API</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177801#M7621</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7"&gt;@PhoneBoy&lt;/a&gt;&amp;nbsp;unfortunately it looks like this is not true...&lt;/P&gt;&lt;P&gt;I wish this was true... and of course I would then monitor task-id what I already do for example for install-policy (this action gives task-id for output).&lt;/P&gt;&lt;P&gt;Regarding submit-session ... it only gives message OK &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Take a look on API reference guide:&lt;/P&gt;&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/#cli/submit-session~v1.9%20" target="_blank" rel="noopener"&gt;https://sc1.checkpoint.com/documents/latest/APIs/#cli/submit-session~v1.9%20&lt;/A&gt;&lt;/P&gt;&lt;H3&gt;Output&lt;/H3&gt;&lt;DIV class=""&gt;&lt;H4&gt;On success&lt;/H4&gt;&lt;DIV&gt;Return value:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;&lt;A target="_blank"&gt;v&lt;/A&gt;&lt;DIV class=""&gt;Parameter name Value Description &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class=""&gt;message&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;string&lt;/TD&gt;&lt;TD&gt;&lt;SPAN class=""&gt;Operation status.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;H4&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/H4&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 10 Apr 2023 19:49:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177801#M7621</guid>
      <dc:creator>marcyn</dc:creator>
      <dc:date>2023-04-10T19:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SmartTask via API</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177803#M7622</link>
      <description>&lt;P&gt;Got that one wrong &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Anyway, glad you figured out a usable workaround.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 22:42:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Execute-SmartTask-via-API/m-p/177803#M7622</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-04-10T22:42:30Z</dc:date>
    </item>
  </channel>
</rss>

