<?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: Management API Web Interface for Check Point R80.20 for API version 1.3 in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Web-Interface-for-Check-Point-R80-20-for-API/m-p/41392#M3119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out&amp;nbsp;&lt;A href="https://community.checkpoint.com/docs/DOC-3472"&gt;SmartConsole Extensions&lt;/A&gt;&amp;nbsp;platform&amp;nbsp;to integrate web pages inside SmartConsole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jan 2019 05:52:10 GMT</pubDate>
    <dc:creator>Ron_Izraeli</dc:creator>
    <dc:date>2019-01-29T05:52:10Z</dc:date>
    <item>
      <title>Management API Web Interface for Check Point R80.20 for API version 1.3</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Web-Interface-for-Check-Point-R80-20-for-API/m-p/41387#M3114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV ispre="true"&gt;DESCRIPTION This is a Docker Containerized "Tree View Menu Tool".&lt;BR /&gt;It is a Python/Apache powered web page representation of the Check Point Management API v1.3.&lt;BR /&gt;More to the point it is a WYSIWYG interface of all the commands available in the Check Point&lt;BR /&gt;Management API. A valid login to a Check Point R80.20 MDS or SmartCenter with the API enabled&lt;BR /&gt;is required. Once logged in the API commands will be loaded on the left side of the page. The&lt;BR /&gt;commands are organized into a tree menu. Double Clicking will open a "category" or "branch"&lt;BR /&gt;of commands. Single clicking on a command will load the command and commands options onto the right&lt;BR /&gt;side of the page. Submitting there will pass the API command to the Management Server.&lt;BR /&gt;&lt;BR /&gt;Codebase is also available through &lt;A class="link-titled" href="https://github.com/cbcurrier3/wapi" title="https://github.com/cbcurrier3/wapi"&gt;GitHub - cbcurrier3/wapi: Web interface to Check Point Management API&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/PRE&gt;&lt;DIV style="white-space: pre-wrap;"&gt;&lt;DIV dir="ltr" style="white-space: pre-wrap;"&gt;&lt;IMG __jive_id="76094" alt="" class="image-1 jive-image" height="270" src="https://community.checkpoint.com/legacyfs/online/checkpoint/76094_UI.JPG" width="415" /&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE&gt;&lt;BR /&gt;BUILD&lt;BR /&gt;#docker build -rm -t wapi wapi/&lt;BR /&gt;#docker volume create --name=cpdata --opt type=nfs --opt=device=:/home/ovirt/cpData --opt=o=addr=192.168.0.245&lt;BR /&gt;&lt;BR /&gt;RUN&lt;BR /&gt;# docker run -d -p 8080:443 --restart=always --name wapi wapi&lt;BR /&gt;# docker run -d -p 80:80 -p 443:443 --restart=always -v cpdata:/mnt/cpdata --name wapi wapi&lt;BR /&gt;&lt;BR /&gt;EXEC&lt;BR /&gt;Bash #docker exec -i -t wapi bash&lt;BR /&gt;&lt;BR /&gt;EXPRESS&lt;BR /&gt;docker build --rm -t wapi . ; docker run -d -p 80:443 --restart=always --name wapi wapi; docker exec -i -t wapi bash&lt;BR /&gt;&lt;BR /&gt;CONFIGURE&lt;BR /&gt;set permissions and servers to connect to from apps.&lt;BR /&gt;[root@dockerhost /]# docker exec -i -t wapi bash&lt;BR /&gt;EDIT&lt;BR /&gt;the following&lt;BR /&gt;[root@cp-api /]# vi /var/www/html/CP-API/incl/auth&lt;BR /&gt;server='192.168.10.100'&lt;BR /&gt;muser='apiuser'&lt;BR /&gt;mpass='CpR0cks!'&lt;BR /&gt;mport='443'&lt;BR /&gt;domain='Default'&lt;BR /&gt;session=''&lt;BR /&gt;Be sure you have in your management policy an access layer that has the name "Live_Demo" for instance.&lt;BR /&gt;COLLABORATION&lt;BR /&gt;There are still refinements to be made and any contributions are welcome.&lt;BR /&gt;OPEN SOURCE/LICENSE&lt;BR /&gt;The GNU License is included - the codebase is wholly open source but nothing herein grants any license, authority,&lt;BR /&gt;ownership to Check Point Software Tech API or other Check Point products, solutions or publications.&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2018 13:43:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Web-Interface-for-Check-Point-R80-20-for-API/m-p/41387#M3114</guid>
      <dc:creator>Charles_Currier</dc:creator>
      <dc:date>2018-11-30T13:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Management API Web Interface for Check Point R80.20 for API version 1.3</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Web-Interface-for-Check-Point-R80-20-for-API/m-p/41388#M3115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, looks interesting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you mind sharing more example screenshots?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2018 15:50:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Web-Interface-for-Check-Point-R80-20-for-API/m-p/41388#M3115</guid>
      <dc:creator>Tomer_Sole</dc:creator>
      <dc:date>2018-11-30T15:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Management API Web Interface for Check Point R80.20 for API version 1.3</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Web-Interface-for-Check-Point-R80-20-for-API/m-p/41389#M3116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree, more screenshots, please &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2018 17:25:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Web-Interface-for-Check-Point-R80-20-for-API/m-p/41389#M3116</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-11-30T17:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Management API Web Interface for Check Point R80.20 for API version 1.3</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Web-Interface-for-Check-Point-R80-20-for-API/m-p/41390#M3117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some additional screen shots.&lt;/P&gt;&lt;P&gt;Here is the Login Screen&lt;BR /&gt;&lt;IMG alt="Login Screen" class="image-1 jive-image" height="291" src="https://community.checkpoint.com/legacyfs/online/checkpoint/76096_login.JPG" width="362" /&gt;&lt;BR /&gt;This is a shot with the Tree Open:&lt;BR /&gt;&lt;IMG alt="Tree Open" class="image-2 jive-image" height="243" src="https://community.checkpoint.com/legacyfs/online/checkpoint/76097_treeopen.JPG" width="371" /&gt;&lt;/P&gt;&lt;P&gt;Show - Request:&lt;BR /&gt;&lt;IMG alt="Show request" class="image-5 jive-image" height="242" src="https://community.checkpoint.com/legacyfs/online/checkpoint/76102_show_cmd.JPG" width="369" /&gt;&lt;/P&gt;&lt;P&gt;Show&amp;nbsp;List:&lt;BR /&gt;&lt;IMG alt="List" class="image-3 jive-image" height="253" src="https://community.checkpoint.com/legacyfs/online/checkpoint/76100_list_loaded.JPG" width="384" /&gt;&lt;BR /&gt;Add Host:&lt;BR /&gt;&lt;IMG alt="Add Host" class="image-4 jive-image" height="254" src="https://community.checkpoint.com/legacyfs/online/checkpoint/76101_add_host.JPG" width="385" /&gt;&lt;/P&gt;&lt;P&gt;I will look to generate a video tour in the near future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2018 18:06:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Web-Interface-for-Check-Point-R80-20-for-API/m-p/41390#M3117</guid>
      <dc:creator>Charles_Currier</dc:creator>
      <dc:date>2018-11-30T18:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Management API Web Interface for Check Point R80.20 for API version 1.3</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Web-Interface-for-Check-Point-R80-20-for-API/m-p/41391#M3118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could the resultant strings be displayed on the bottom of the page?&lt;/P&gt;&lt;P&gt;This looks very helpful and if the section detailing scrolling history of the calls is included on the bottom, will simplify compilation of the scripts for subsequent editing and reuse.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2018 16:15:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Web-Interface-for-Check-Point-R80-20-for-API/m-p/41391#M3118</guid>
      <dc:creator>Vladimir</dc:creator>
      <dc:date>2018-12-05T16:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Management API Web Interface for Check Point R80.20 for API version 1.3</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Web-Interface-for-Check-Point-R80-20-for-API/m-p/41392#M3119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out&amp;nbsp;&lt;A href="https://community.checkpoint.com/docs/DOC-3472"&gt;SmartConsole Extensions&lt;/A&gt;&amp;nbsp;platform&amp;nbsp;to integrate web pages inside SmartConsole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2019 05:52:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Web-Interface-for-Check-Point-R80-20-for-API/m-p/41392#M3119</guid>
      <dc:creator>Ron_Izraeli</dc:creator>
      <dc:date>2019-01-29T05:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Management API Web Interface for Check Point R80.20 for API version 1.3</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Web-Interface-for-Check-Point-R80-20-for-API/m-p/41393#M3120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ron !&amp;nbsp;&lt;BR /&gt;I think the SmartConsole Extensions will have an excellent impact.&lt;/P&gt;&lt;P&gt;At this time I am still getting my head around them.&amp;nbsp;&lt;BR /&gt;The &lt;A href="https://sc1.checkpoint.com/documents/SmartConsole/Extensions/index.html"&gt;SmartConsole Extension Developer Guide&amp;nbsp;&lt;/A&gt;is definitely the best starting place.&lt;/P&gt;&lt;P&gt;The thing I found that made doing something like the above tool easier was leveraging the API JSON file for Postman.&lt;/P&gt;&lt;P&gt;Exporting it from Postman provided a cleaned-up reference I was easily able to import into Python and think can be leveraged the same way for the Extensions.&lt;/P&gt;&lt;P&gt;The next challenge will simply be tying it all together.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2019 14:33:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Web-Interface-for-Check-Point-R80-20-for-API/m-p/41393#M3120</guid>
      <dc:creator>Charles_Currier</dc:creator>
      <dc:date>2019-01-29T14:33:59Z</dc:date>
    </item>
  </channel>
</rss>

