<?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: Creating and linking CPMI profile to OPSEC object using WEB API (is a frustrating experience) in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Creating-and-linking-CPMI-profile-to-OPSEC-object-using-WEB-API/m-p/270118#M9377</link>
    <description>&lt;P&gt;I think this translates to Permissions Profiles, which doesn't have a formal API endpoint.&amp;nbsp;&lt;BR /&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/37502"&gt;@Omer_Kleinstern&lt;/a&gt;&amp;nbsp;any ideas here?&lt;/P&gt;</description>
    <pubDate>Mon, 09 Feb 2026 20:47:57 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2026-02-09T20:47:57Z</dc:date>
    <item>
      <title>Creating and linking CPMI profile to OPSEC object using WEB API (is a frustrating experience)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Creating-and-linking-CPMI-profile-to-OPSEC-object-using-WEB-API/m-p/269909#M9371</link>
      <description>&lt;P&gt;Hi all&lt;BR /&gt;&lt;BR /&gt;I'm trying to automate a process to onboard devices to Tufin SecureTrack. That requires creating an OPSEC object with CPMI and LEA.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For the love of everything, there is no safe way of creating a usable CPMI profile using WEB API. What I tried:&lt;BR /&gt;&lt;BR /&gt;Create generic object (yes, I know, it's unsupported but it's the only real way to at least get something done)&lt;BR /&gt;'create': 'com.checkpoint.objects.classes.dummy.CpmiAdministratorProfile',&lt;BR /&gt;'name': 'cpmi_read_only',&lt;BR /&gt;'permissions': 'READ_ONLY_ALL',&lt;BR /&gt;'type': 'administrator_profile',&lt;BR /&gt;&lt;BR /&gt;I even tried adding more fields according to how the object looks like when displayed with show generic object. The problem is they get reset to read only after the profile creation and they don't look the same as when the profile is created via GUI.&lt;BR /&gt;&lt;BR /&gt;Anyway, the profile gets created, after that I do publish and install database on both management station and logging station (all done via API).&lt;BR /&gt;&lt;BR /&gt;Then I try to create the OPSEC object with the CPMI enabled and the newly created profile linked. The API returns an error:&lt;BR /&gt;One of the objects that you selected could not be linked.&lt;BR /&gt;&lt;BR /&gt;When I try to do the same thing in SmartConsole, it works just fine.&lt;BR /&gt;&lt;BR /&gt;When I remove the CPMI part from the API call, it also works just fine (it only creates the OPSEC with LEA and doesn't return any error) so the error is certainly linked to the CPMI profile.&lt;BR /&gt;&lt;BR /&gt;So, if there is no (even undocumented way) to get this working, am I really left with only one option and that is no possibility of fully automated process? Do I really need to make users go to SmartConsole to configure the CPMI part manually and publish? It literally takes like 10x longer than the whole automated part.&lt;BR /&gt;&lt;BR /&gt;I've been at this for a whole week and honestly, it feels like an absolute oversight.&lt;BR /&gt;&lt;BR /&gt;Oh, an the behavior is the same for R81 and R82 so pretty much version independent.&lt;BR /&gt;&lt;BR /&gt;/Milan from DXC&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 15:19:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Creating-and-linking-CPMI-profile-to-OPSEC-object-using-WEB-API/m-p/269909#M9371</guid>
      <dc:creator>Checkpoint_UC_V</dc:creator>
      <dc:date>2026-02-06T15:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating and linking CPMI profile to OPSEC object using WEB API (is a frustrating experience)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Creating-and-linking-CPMI-profile-to-OPSEC-object-using-WEB-API/m-p/269926#M9373</link>
      <description>&lt;P&gt;What is missing from this API, which has been supported since R80.10?&lt;BR /&gt;&lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/add-opsec-application~v2.1%20" target="_blank"&gt;https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/add-opsec-application~v2.1%20&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 21:43:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Creating-and-linking-CPMI-profile-to-OPSEC-object-using-WEB-API/m-p/269926#M9373</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2026-02-06T21:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating and linking CPMI profile to OPSEC object using WEB API (is a frustrating experience)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Creating-and-linking-CPMI-profile-to-OPSEC-object-using-WEB-API/m-p/269971#M9374</link>
      <description>&lt;P&gt;Maybe it's something that log exporter can replace?&lt;/P&gt;</description>
      <pubDate>Sun, 08 Feb 2026 10:46:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Creating-and-linking-CPMI-profile-to-OPSEC-object-using-WEB-API/m-p/269971#M9374</guid>
      <dc:creator>Amir_Senn</dc:creator>
      <dc:date>2026-02-08T10:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating and linking CPMI profile to OPSEC object using WEB API (is a frustrating experience)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Creating-and-linking-CPMI-profile-to-OPSEC-object-using-WEB-API/m-p/269990#M9375</link>
      <description>&lt;P&gt;My problem is not OPSEC object creation but CPMI profile creation. Or rather, I am able to create the CPMI profile using the add generic object call but when I try to attach it to OPSEC object I get the above error.&lt;BR /&gt;When I try to attach the same profile to the same OPSEC object via SmartConsole, it works.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Feb 2026 17:58:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Creating-and-linking-CPMI-profile-to-OPSEC-object-using-WEB-API/m-p/269990#M9375</guid>
      <dc:creator>Checkpoint_UC_V</dc:creator>
      <dc:date>2026-02-08T17:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating and linking CPMI profile to OPSEC object using WEB API (is a frustrating experience)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Creating-and-linking-CPMI-profile-to-OPSEC-object-using-WEB-API/m-p/270035#M9376</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;Not really. Tufin loads and anaylizes the rulebase, not just the logs. That's why it needs CPMI.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 10:06:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Creating-and-linking-CPMI-profile-to-OPSEC-object-using-WEB-API/m-p/270035#M9376</guid>
      <dc:creator>Checkpoint_UC_V</dc:creator>
      <dc:date>2026-02-09T10:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating and linking CPMI profile to OPSEC object using WEB API (is a frustrating experience)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Creating-and-linking-CPMI-profile-to-OPSEC-object-using-WEB-API/m-p/270118#M9377</link>
      <description>&lt;P&gt;I think this translates to Permissions Profiles, which doesn't have a formal API endpoint.&amp;nbsp;&lt;BR /&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/37502"&gt;@Omer_Kleinstern&lt;/a&gt;&amp;nbsp;any ideas here?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 20:47:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Creating-and-linking-CPMI-profile-to-OPSEC-object-using-WEB-API/m-p/270118#M9377</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2026-02-09T20:47:57Z</dc:date>
    </item>
  </channel>
</rss>

