<?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 Create single group in multiple CMAs or Domains via MDS in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-single-group-in-multiple-CMAs-or-Domains-via-MDS/m-p/119176#M5866</link>
    <description>&lt;P&gt;I'm looking for API/CLI option from MDS to create a single (or even multiple in future) group and push it into all CMA's/Domains. I tried to see if anything possible apart from logging into each CMA's manually in Dashboard or in CLI too, but didn't find any. So if there is any option to add a group from MDS level that can drill down to all CMA's/domains (we have 13-14 domains)&lt;/P&gt;&lt;P&gt;Note: I've tried using mgmt_cli from MDS and it shows successfully completed but manual check in each domain shows no group created.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 23 May 2021 11:26:33 GMT</pubDate>
    <dc:creator>Workz</dc:creator>
    <dc:date>2021-05-23T11:26:33Z</dc:date>
    <item>
      <title>Create single group in multiple CMAs or Domains via MDS</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-single-group-in-multiple-CMAs-or-Domains-via-MDS/m-p/119176#M5866</link>
      <description>&lt;P&gt;I'm looking for API/CLI option from MDS to create a single (or even multiple in future) group and push it into all CMA's/Domains. I tried to see if anything possible apart from logging into each CMA's manually in Dashboard or in CLI too, but didn't find any. So if there is any option to add a group from MDS level that can drill down to all CMA's/domains (we have 13-14 domains)&lt;/P&gt;&lt;P&gt;Note: I've tried using mgmt_cli from MDS and it shows successfully completed but manual check in each domain shows no group created.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 May 2021 11:26:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-single-group-in-multiple-CMAs-or-Domains-via-MDS/m-p/119176#M5866</guid>
      <dc:creator>Workz</dc:creator>
      <dc:date>2021-05-23T11:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create single group in multiple CMAs or Domains via MDS</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-single-group-in-multiple-CMAs-or-Domains-via-MDS/m-p/119185#M5867</link>
      <description>&lt;P&gt;It sounds like you want to use the MDS global policy. You can create your objects in the global domain and those can be shared with the regular domains.&lt;/P&gt;
&lt;P&gt;For that to work, you need to first set a global policy for each domain that you want to use those objects. This is a one-time operation. You can do it from the UI of course, but here is the command if you want to use API:&lt;BR /&gt;&lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/set-global-assignment~v1.7%20" target="_self"&gt;https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/set-global-assignment~v1.7%20&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After that, you can decide when to apply the global objects to the domains. That can be done by assigning the global policy. Again, that can be done from the SmartConsole UI, but for reference, here is the API command:&lt;BR /&gt;&lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/assign-global-assignment~v1.7%20" target="_self"&gt;https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/assign-global-assignment~v1.7%20&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW, if the use-case that you are trying to achieve is shared block lists, you might want to look at IoC feeds, which is another alternative with some benefits.&lt;/P&gt;</description>
      <pubDate>Sun, 23 May 2021 13:14:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-single-group-in-multiple-CMAs-or-Domains-via-MDS/m-p/119185#M5867</guid>
      <dc:creator>Tomer_Noy</dc:creator>
      <dc:date>2021-05-23T13:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create single group in multiple CMAs or Domains via MDS</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-single-group-in-multiple-CMAs-or-Domains-via-MDS/m-p/119239#M5872</link>
      <description>&lt;P&gt;Thanks&amp;nbsp; Tomer, I'm not looking with MDS global policy, that option probably a last resort. Is there a reason on why from MDS cli, it doesn't accept to push the group to multiple domains/CMA's.?&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 11:29:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-single-group-in-multiple-CMAs-or-Domains-via-MDS/m-p/119239#M5872</guid>
      <dc:creator>Workz</dc:creator>
      <dc:date>2021-05-24T11:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create single group in multiple CMAs or Domains via MDS</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-single-group-in-multiple-CMAs-or-Domains-via-MDS/m-p/119244#M5873</link>
      <description>&lt;P&gt;Just create global domain assignement on particular CMA's and don't specify any access control policy and then objects created on global will be displayed under each CMA. After each change on global objects you just need to run re-assignement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/assign-global-assignment~v1.1%20" target="_blank"&gt;https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/assign-global-assignment~v1.1%20&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 12:30:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-single-group-in-multiple-CMAs-or-Domains-via-MDS/m-p/119244#M5873</guid>
      <dc:creator>Martin_Valenta</dc:creator>
      <dc:date>2021-05-24T12:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create single group in multiple CMAs or Domains via MDS</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-single-group-in-multiple-CMAs-or-Domains-via-MDS/m-p/119648#M5877</link>
      <description>&lt;P&gt;You can use bash/API script or any other&lt;BR /&gt;#/bin/bash&lt;BR /&gt;printf "Enter group name\n"&lt;BR /&gt;read GROUPNAME&lt;BR /&gt;mgmt_cli&amp;nbsp; -d %DOMAINNAME&lt;STRONG&gt;1&lt;/STRONG&gt;% add group name \"$GROUPNAME\"&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;mgmt_cli&amp;nbsp; -d %DOMAINNAME&lt;STRONG&gt;N&lt;/STRONG&gt;% add group name \"$GROUPNAME\"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 06:04:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-single-group-in-multiple-CMAs-or-Domains-via-MDS/m-p/119648#M5877</guid>
      <dc:creator>Aleksandr_Lisit</dc:creator>
      <dc:date>2021-05-28T06:04:20Z</dc:date>
    </item>
  </channel>
</rss>

