<?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: API access to cdFMC audit log configuration changes in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/api-access-to-cdfmc-audit-log-configuration-changes/m-p/5340252#M602</link>
    <description>&lt;P&gt;We'll try that and report back with the results! Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Oct 2025 21:12:25 GMT</pubDate>
    <dc:creator>rc11</dc:creator>
    <dc:date>2025-10-20T21:12:25Z</dc:date>
    <item>
      <title>API access to cdFMC audit log configuration changes</title>
      <link>https://community.cisco.com/t5/network-security/api-access-to-cdfmc-audit-log-configuration-changes/m-p/5340230#M600</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I tried posting this in the Technology and Support forums and it was marked as spam within minutes. It's been an absolute nightmare to get any clear information on the API endpoints that we're trying to access, and this community is my only hope...&lt;/P&gt;&lt;P&gt;So YES, this is a repost of my previously posted topic, but it is NOT SPAM. I am trying to get some help here!&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;My developer colleague and I (detection engineer) would like to call the following API endpoint:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;GET&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;A target="_blank"&gt;​/api​/fmc_platform​/v1​/domain​/{domainUUID}​/audit​/configchanges&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;However, according to the documentation in API Explorer, this call requires a parameter called snapshotId that is not documented anywhere else, and doesn't even show up anywhere in the GUI. Furthermore, there is no API endpoint that would return valid snaphot IDs.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Does anyone know what this parameter represents, and how to get any or all valid snapshotId values for a tenant?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Oct 2025 20:23:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/api-access-to-cdfmc-audit-log-configuration-changes/m-p/5340230#M600</guid>
      <dc:creator>rc11</dc:creator>
      <dc:date>2025-10-20T20:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: API access to cdFMC audit log configuration changes</title>
      <link>https://community.cisco.com/t5/network-security/api-access-to-cdfmc-audit-log-configuration-changes/m-p/5340243#M601</link>
      <description>&lt;P&gt;Might be putting two a two together and getting a dog here. But from what I can gather in this doc&amp;nbsp;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/cdo/cloud-delivered-firewall-management-center-in-cdo/API/cloud_delivered_firewall_management_center_rest_api_quick_start_guide/Objects_In_The_REST_API.pdf" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/cdo/cloud-delivered-firewall-management-center-in-cdo/API/cloud_delivered_firewall_management_center_rest_api_quick_start_guide/Objects_In_The_REST_API.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The&amp;nbsp;snapshotId&amp;nbsp;you provide is the uuid of the corresponding entry from the main audit records log. It looks like Ytou would first query the&amp;nbsp;GET auditrecords&amp;nbsp;endpoint&amp;nbsp;to find the ID of the configuration change event, and then use that ID as the&amp;nbsp;snapshotId&amp;nbsp;to get the detailed diff&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 20:53:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/api-access-to-cdfmc-audit-log-configuration-changes/m-p/5340243#M601</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2025-10-20T20:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: API access to cdFMC audit log configuration changes</title>
      <link>https://community.cisco.com/t5/network-security/api-access-to-cdfmc-audit-log-configuration-changes/m-p/5340252#M602</link>
      <description>&lt;P&gt;We'll try that and report back with the results! Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 21:12:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/api-access-to-cdfmc-audit-log-configuration-changes/m-p/5340252#M602</guid>
      <dc:creator>rc11</dc:creator>
      <dc:date>2025-10-20T21:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: API access to cdFMC audit log configuration changes</title>
      <link>https://community.cisco.com/t5/network-security/api-access-to-cdfmc-audit-log-configuration-changes/m-p/5347782#M604</link>
      <description>&lt;P&gt;Hey there bigevilbeard, we tried passing auditrecords IDs as snapshotId parameters, and that did not work out. We're going to try to get a TAC case going for the logs we were unable to pull from API calls. Thank you for weighing in!&lt;/P&gt;&lt;P&gt;Edit: we noticed a snapshotId attribute in a Save Policy log, so we tested it out. Those are the actual snapshotId values we needed for a successful GET from the configchanges endpoint. This answers my question. Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 22:28:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/api-access-to-cdfmc-audit-log-configuration-changes/m-p/5347782#M604</guid>
      <dc:creator>rc11</dc:creator>
      <dc:date>2025-11-19T22:28:18Z</dc:date>
    </item>
  </channel>
</rss>

