<?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: Dynamic Layer in R82: Direct Gateway API Policy Management Made Easy - Tutorial in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Dynamic-Layer-in-R82-Direct-Gateway-API-Policy-Management-Made/m-p/237071#M45992</link>
    <description>&lt;P&gt;are the created objects like name: "public_dns" with ip-address: "8.8.8.8" temporary - not usable for it admins manual policy config - and scoped to the dynamic layer policy ?&lt;BR /&gt;So do I get an error like object exists, if I have a object name "public_dns"&amp;nbsp; with same or another IP like "8.8.4.4" ?&lt;BR /&gt;Which means I do have to build logic around the post request to make it idempotent.&lt;/P&gt;</description>
    <pubDate>Sat, 28 Dec 2024 19:34:15 GMT</pubDate>
    <dc:creator>aloish</dc:creator>
    <dc:date>2024-12-28T19:34:15Z</dc:date>
    <item>
      <title>Dynamic Layer in R82: Direct Gateway API Policy Management Made Easy - Tutorial</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Dynamic-Layer-in-R82-Direct-Gateway-API-Policy-Management-Made/m-p/236586#M45888</link>
      <description>&lt;P&gt;&lt;FONT size="4"&gt;R82 introduces the Dynamic Layer, a game-changing feature for Access Control Policies. With Dynamic Layer, you can bypass the Management Server and send policies directly to the Security Gateway via API for instant enforcement.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;This feature streamlines operations, saves time, and is perfect for automation.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Watch the full&amp;nbsp;Tutorial below:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Links:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Dynamic Layer in Access Control Policy &lt;A href="https://support.checkpoint.com/results/sk/sk182252" target="_self"&gt;SK182252&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Gaia API References "set-dynamic-content" - &lt;A href="https://sc1.checkpoint.com/documents/latest/GaiaAPIs/#web/set-dynamic-content~v1.8%20" target="_self"&gt;V1.18&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FMC7tiRU7moQ%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DMC7tiRU7moQ&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FMC7tiRU7moQ%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="600" height="337" scrolling="no" title="R82 Dynamic Layer Tutorial" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Dec 2024 10:33:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Dynamic-Layer-in-R82-Direct-Gateway-API-Policy-Management-Made/m-p/236586#M45888</guid>
      <dc:creator>Shay_Levin</dc:creator>
      <dc:date>2024-12-22T10:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Layer in R82: Direct Gateway API Policy Management Made Easy - Tutorial</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Dynamic-Layer-in-R82-Direct-Gateway-API-Policy-Management-Made/m-p/237071#M45992</link>
      <description>&lt;P&gt;are the created objects like name: "public_dns" with ip-address: "8.8.8.8" temporary - not usable for it admins manual policy config - and scoped to the dynamic layer policy ?&lt;BR /&gt;So do I get an error like object exists, if I have a object name "public_dns"&amp;nbsp; with same or another IP like "8.8.4.4" ?&lt;BR /&gt;Which means I do have to build logic around the post request to make it idempotent.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Dec 2024 19:34:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Dynamic-Layer-in-R82-Direct-Gateway-API-Policy-Management-Made/m-p/237071#M45992</guid>
      <dc:creator>aloish</dc:creator>
      <dc:date>2024-12-28T19:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Layer in R82: Direct Gateway API Policy Management Made Easy - Tutorial</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Dynamic-Layer-in-R82-Direct-Gateway-API-Policy-Management-Made/m-p/237113#M46021</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Objects created using the "set dynamic content" API will not appear in the SmartConsole, as this API directly creates the object on the gateway.&lt;/LI&gt;
&lt;LI&gt;If you refer to the API documentation, the referenced objects do not include host IP addresses or network IP addresses; they only include pre-built objects like services. As a result, you can't reference those objects types and you will need to create them with the API , the gateway does not consider host object names or IP addresses already defined on the management.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Dec 2024 14:25:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Dynamic-Layer-in-R82-Direct-Gateway-API-Policy-Management-Made/m-p/237113#M46021</guid>
      <dc:creator>Shay_Levin</dc:creator>
      <dc:date>2024-12-29T14:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Layer in R82: Direct Gateway API Policy Management Made Easy - Tutorial</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Dynamic-Layer-in-R82-Direct-Gateway-API-Policy-Management-Made/m-p/237247#M46050</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/12733"&gt;@Shay_Levin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just curious, sorry since its not clear to me from the sk, but does not appear this is layer by default? I checked demo version, but dont see if there...&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 20:45:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Dynamic-Layer-in-R82-Direct-Gateway-API-Policy-Management-Made/m-p/237247#M46050</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-12-30T20:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Layer in R82: Direct Gateway API Policy Management Made Easy - Tutorial</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Dynamic-Layer-in-R82-Direct-Gateway-API-Policy-Management-Made/m-p/237248#M46051</link>
      <description>&lt;P&gt;Nm, disregard...I should learn to watch the video more carefully lol&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 20:47:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Dynamic-Layer-in-R82-Direct-Gateway-API-Policy-Management-Made/m-p/237248#M46051</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-12-30T20:47:27Z</dc:date>
    </item>
  </channel>
</rss>

