<?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: cdFMC Invalid version timestamp when deploying in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cdfmc-invalid-version-timestamp-when-deploying/m-p/5029902#M1109532</link>
    <description>&lt;P&gt;Thank you, i found out that i never checked if my function where i get the version returned the actual version and not None. So i altered my code to handle that scenario and it hasn't failed today on 23 different devices&lt;/P&gt;</description>
    <pubDate>Thu, 29 Feb 2024 14:46:35 GMT</pubDate>
    <dc:creator>NiclasAndersen</dc:creator>
    <dc:date>2024-02-29T14:46:35Z</dc:date>
    <item>
      <title>cdFMC Invalid version timestamp when deploying</title>
      <link>https://community.cisco.com/t5/network-security/cdfmc-invalid-version-timestamp-when-deploying/m-p/5024991#M1109473</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Background story: I have a customer that are deploying over 900 FTD in CDO and i have a python program that configure and deploy the configuration to each device&lt;/P&gt;
&lt;P&gt;I have a program that make a bunch of configuration changes using the Cloud delivered FMC API. Sometimes when i try to deploy my configuration to the device i get this error&lt;/P&gt;
&lt;P&gt;Request failed: 400 Client Error: 400 for url: https://{tennantname}/api/fmc_config/v1/domain/{deviceUUID}/deployment/deploymentrequests&lt;BR /&gt;Response content: b'{"error":{"category":"FRAMEWORK","messages":[{"description":"Invalid version timestamp."}],"severity":"ERROR"}}'&lt;BR /&gt;Failed to deploy configuration: 400 Client Error: 400 for url: &lt;A href="https://{tennantname}/api/fmc_config/v1/domain/{deviceUUID}/deployment/deploymentrequests" target="_blank"&gt;https://{tennantname}/api/fmc_config/v1/domain/{deviceUUID}/deployment/deploymentrequests&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;other times the deployment works, i will say it is about 40% of the deployments i get this error on. Is there anyone that have an idea of the reason for that error?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 10:17:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cdfmc-invalid-version-timestamp-when-deploying/m-p/5024991#M1109473</guid>
      <dc:creator>NiclasAndersen</dc:creator>
      <dc:date>2024-02-27T10:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: cdFMC Invalid version timestamp when deploying</title>
      <link>https://community.cisco.com/t5/network-security/cdfmc-invalid-version-timestamp-when-deploying/m-p/5027464#M1109511</link>
      <description>&lt;P&gt;Hello Niclas,&lt;/P&gt;
&lt;P&gt;Can you post a sanitized version of your API request including all headers?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 14:13:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cdfmc-invalid-version-timestamp-when-deploying/m-p/5027464#M1109511</guid>
      <dc:creator>AHack210</dc:creator>
      <dc:date>2024-02-28T14:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: cdFMC Invalid version timestamp when deploying</title>
      <link>https://community.cisco.com/t5/network-security/cdfmc-invalid-version-timestamp-when-deploying/m-p/5027546#M1109514</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;
&lt;P&gt;To avoid getting this, you need to get the version provided by calling get&lt;CODE class="language-json"&gt;&lt;SPAN&gt;deployabledevices&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;and sample would look like&amp;nbsp;&lt;/P&gt;
&lt;PRE class=" microlight"&gt;&lt;CODE class="language-json"&gt;&lt;SPAN&gt;{
&lt;/SPAN&gt;  &lt;SPAN class="hljs-attr"&gt;"links"&lt;/SPAN&gt;&lt;SPAN&gt;: {
&lt;/SPAN&gt;    &lt;SPAN class="hljs-attr"&gt;"self"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"https://&amp;lt;abc&amp;gt;/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/deployment/deployabledevices?offset=0&amp;amp;limit=25&amp;amp;expanded=true"&lt;/SPAN&gt;
  },
  &lt;SPAN class="hljs-attr"&gt;"items"&lt;/SPAN&gt;&lt;SPAN&gt;: [
&lt;/SPAN&gt;    {
      &lt;SPAN class="hljs-attr"&gt;"isDeploying"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,
&lt;/SPAN&gt;      &lt;STRONG&gt;&lt;SPAN class="hljs-attr"&gt;"version"&lt;/SPAN&gt;: "1709131463843",
&lt;/STRONG&gt;      &lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"abc"&lt;/SPAN&gt;&lt;SPAN&gt;,
&lt;/SPAN&gt;      &lt;SPAN class="hljs-attr"&gt;"device"&lt;/SPAN&gt;&lt;SPAN&gt;: {
&lt;/SPAN&gt;        &lt;SPAN class="hljs-attr"&gt;"id"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"abc"&lt;/SPAN&gt;&lt;SPAN&gt;,
&lt;/SPAN&gt;        &lt;SPAN class="hljs-attr"&gt;"type"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"NGFW_HA"&lt;/SPAN&gt;&lt;SPAN&gt;,
&lt;/SPAN&gt;        &lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"abc"&lt;/SPAN&gt;&lt;SPAN&gt;,
&lt;/SPAN&gt;        &lt;SPAN class="hljs-attr"&gt;"keepLocalEvents"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;
      },&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Hope this helps&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 16:00:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cdfmc-invalid-version-timestamp-when-deploying/m-p/5027546#M1109514</guid>
      <dc:creator>Raghav Rao DV</dc:creator>
      <dc:date>2024-02-28T16:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: cdFMC Invalid version timestamp when deploying</title>
      <link>https://community.cisco.com/t5/network-security/cdfmc-invalid-version-timestamp-when-deploying/m-p/5029902#M1109532</link>
      <description>&lt;P&gt;Thank you, i found out that i never checked if my function where i get the version returned the actual version and not None. So i altered my code to handle that scenario and it hasn't failed today on 23 different devices&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 14:46:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cdfmc-invalid-version-timestamp-when-deploying/m-p/5029902#M1109532</guid>
      <dc:creator>NiclasAndersen</dc:creator>
      <dc:date>2024-02-29T14:46:35Z</dc:date>
    </item>
  </channel>
</rss>

