<?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: How to get Checkpoint default object name details through API query in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-get-Checkpoint-default-object-name-details-through-API/m-p/232152#M8836</link>
    <description>&lt;P&gt;These are not traditional user-defined objects, which means they are not retrievable via standard API calls.&lt;BR /&gt;The references to them in other API calls will include their UID, which can be queried with the&amp;nbsp;&lt;A href="https://community.checkpoint.com/t5/API-CLI-Discussion/Tips-on-using-generic-object-API/m-p/192583" target="_self"&gt;show-generic-object API&lt;/A&gt;&amp;nbsp;(which is not officially supported).&lt;/P&gt;
&lt;P&gt;For example, the object "Any" looks something like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[Expert@R8120-SA:0]# mgmt_cli -r true show-generic-object uid "97aeb369-9aea-11d5-bd16-0090272ccb30" --format json
{
  "domainsPreset" : null,
  "objectValidationState" : null,
  "dynamicContent" : {
    "objId" : "00000000-0000-0000-0000-000000000000",
    "checkPointObjId" : null,
    "domainsPreset" : null,
    "domainId" : null,
    "status" : "CALCULATING",
    "content" : { },
    "modified" : false,
    "folderPath" : null,
    "text" : null,
    "folder" : null,
    "is_owned" : false
  },
  "color" : "BLACK",
  "description" : "",
  "cpmiDisplayName" : "Any",
  "id" : -5,
  "uid" : "97aeb369-9aea-11d5-bd16-0090272ccb30",
  "folder" : {
    "uid" : "a3a104fc-3987-4d22-9bf1-3fdbec0af39b",
    "name" : "Global Objects"
  },
  "domain" : {
    "uid" : "a0bbbc99-adef-4ef8-bb6d-defdefdefdef",
    "name" : "Check Point Data"
  },
  "meta-info" : {
    "metaOwned" : false,
    "lockStateResponse" : null,
    "validationState" : "OK",
    "deletable" : false,
    "renameable" : false,
    "newObject" : false,
    "lastModifytime" : 1668585913342,
    "lastModifier" : "System",
    "creationTime" : 1668585913342,
    "creator" : "System"
  },
  "tags" : [ ],
  "name" : "Any",
  "icon" : "General/globalsAny",
  "comments" : "",
  "display-name" : "",
  "customFields" : [ ],
  "_original_type" : "CpmiAnyObject"
}
[Expert@R8120-SA:0]# 
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Nov 2024 16:20:31 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2024-11-08T16:20:31Z</dc:date>
    <item>
      <title>How to get Checkpoint default object name details through API query</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-get-Checkpoint-default-object-name-details-through-API/m-p/232079#M8834</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am using Checkpoint API v 1.7. I have extracted all object , Rules data by using Postman.&lt;/P&gt;&lt;P&gt;But not getting data for below Checkpoint default objects/object type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Object Type --&amp;gt; &amp;nbsp;&lt;SPAN&gt;CpmiAnyObject,&amp;nbsp;Global, Track&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Object--&amp;gt;&amp;nbsp;Original, Any, All, Accept, Drop, Log&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Satish..&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 10:24:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-get-Checkpoint-default-object-name-details-through-API/m-p/232079#M8834</guid>
      <dc:creator>Satish</dc:creator>
      <dc:date>2024-11-08T10:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Checkpoint default object name details through API query</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-get-Checkpoint-default-object-name-details-through-API/m-p/232152#M8836</link>
      <description>&lt;P&gt;These are not traditional user-defined objects, which means they are not retrievable via standard API calls.&lt;BR /&gt;The references to them in other API calls will include their UID, which can be queried with the&amp;nbsp;&lt;A href="https://community.checkpoint.com/t5/API-CLI-Discussion/Tips-on-using-generic-object-API/m-p/192583" target="_self"&gt;show-generic-object API&lt;/A&gt;&amp;nbsp;(which is not officially supported).&lt;/P&gt;
&lt;P&gt;For example, the object "Any" looks something like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[Expert@R8120-SA:0]# mgmt_cli -r true show-generic-object uid "97aeb369-9aea-11d5-bd16-0090272ccb30" --format json
{
  "domainsPreset" : null,
  "objectValidationState" : null,
  "dynamicContent" : {
    "objId" : "00000000-0000-0000-0000-000000000000",
    "checkPointObjId" : null,
    "domainsPreset" : null,
    "domainId" : null,
    "status" : "CALCULATING",
    "content" : { },
    "modified" : false,
    "folderPath" : null,
    "text" : null,
    "folder" : null,
    "is_owned" : false
  },
  "color" : "BLACK",
  "description" : "",
  "cpmiDisplayName" : "Any",
  "id" : -5,
  "uid" : "97aeb369-9aea-11d5-bd16-0090272ccb30",
  "folder" : {
    "uid" : "a3a104fc-3987-4d22-9bf1-3fdbec0af39b",
    "name" : "Global Objects"
  },
  "domain" : {
    "uid" : "a0bbbc99-adef-4ef8-bb6d-defdefdefdef",
    "name" : "Check Point Data"
  },
  "meta-info" : {
    "metaOwned" : false,
    "lockStateResponse" : null,
    "validationState" : "OK",
    "deletable" : false,
    "renameable" : false,
    "newObject" : false,
    "lastModifytime" : 1668585913342,
    "lastModifier" : "System",
    "creationTime" : 1668585913342,
    "creator" : "System"
  },
  "tags" : [ ],
  "name" : "Any",
  "icon" : "General/globalsAny",
  "comments" : "",
  "display-name" : "",
  "customFields" : [ ],
  "_original_type" : "CpmiAnyObject"
}
[Expert@R8120-SA:0]# 
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 16:20:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-get-Checkpoint-default-object-name-details-through-API/m-p/232152#M8836</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-11-08T16:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Checkpoint default object name details through API query</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-get-Checkpoint-default-object-name-details-through-API/m-p/232280#M8838</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;So, I have to run "&lt;SPAN&gt;show-object"&lt;/SPAN&gt; query for those non-user-defined objects's &amp;nbsp;UIDs to get the actual object Name ?&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Is there any way where I can get all non-user-defined objects names against their UIDs through a single API call?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 07:23:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-get-Checkpoint-default-object-name-details-through-API/m-p/232280#M8838</guid>
      <dc:creator>Satish</dc:creator>
      <dc:date>2024-11-11T07:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Checkpoint default object name details through API query</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-get-Checkpoint-default-object-name-details-through-API/m-p/232362#M8839</link>
      <description>&lt;P&gt;There is no method to list all the non-user-defined objects and/or objects that do not otherwise have a defined API endpoint (those exist as well).&lt;BR /&gt;You need to query them individually by UID as described.&lt;BR /&gt;However, I'm fairly certain the UIDs for these "non-user-defined" objects are the same in every installation.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 21:10:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-get-Checkpoint-default-object-name-details-through-API/m-p/232362#M8839</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-11-11T21:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Checkpoint default object name details through API query</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-get-Checkpoint-default-object-name-details-through-API/m-p/232373#M8840</link>
      <description>&lt;P&gt;I generally do my main fetch, build my data structures, then check for any UUIDs which don't have further associated data like an object name. I then call /get-object for those UUIDs. I did find a few UUIDs which don't always show up in rules and such, and I fetch them manually:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;213f0a22-49da-4719-94b3-f2d74623f3fb = Policy HTTPS Targets
6c488338-8eec-4103-ad21-cd461ac2c476 = Policy Targets
85c0f50f-6d8a-4528-88ab-5fb11d8fe16c = Original
97aeb368-9aea-11d5-bd16-0090272ccb30 = All
97aeb369-9aea-11d5-bd16-0090272ccb30 = Any
97aeb36a-9aea-11d5-bd16-0090272ccb30 = None
97aeb36a-9aeb-11d5-bd16-0090272ccb30 = All Users
97aeb36a-9aed-11d5-bd16-0090272ccb30 = All_GwToGw

Then some special management domains:
41e821a0-3720-11e3-aa6e-0800200c9fde = SMC User
8bf4ac51-2df7-40e1-9bce-bedbedbedbed = APPI Data
a0bbbc99-adef-4ef8-bb6d-cebcebcebceb = IPS Data
a0bbbc99-adef-4ef8-bb6d-defdefdefdef = Check Point Data
a0eebc99-afed-4ef8-bb6d-fedfedfedfed = System Data&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 11 Nov 2024 22:18:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-get-Checkpoint-default-object-name-details-through-API/m-p/232373#M8840</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2024-11-11T22:18:43Z</dc:date>
    </item>
  </channel>
</rss>

