<?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 Change with API after a claim in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/change-with-api-after-a-claim/m-p/5420853#M3395</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Since now, when I deployed a MX thanks to the API, I was able to modify his config with API also in the 5-10 second after the claim. Modifications are like renaming, add traffic policy, etc.&lt;/P&gt;&lt;P&gt;But since this morning, I have to wait some seconds (I didn't count exactely but put some time.sleep(60) to be sure.&lt;/P&gt;&lt;PRE&gt;meraki.exceptions.APIError: appliance, updateDeviceApplianceUplinksSettings - 404 Not Found, &amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtmplease wait a minute if the key or org was just newly created.&lt;/PRE&gt;&lt;P&gt;Does someone have a clue about it ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 21 Oct 2025 06:52:23 GMT</pubDate>
    <dc:creator>Caroline D.</dc:creator>
    <dc:date>2025-10-21T06:52:23Z</dc:date>
    <item>
      <title>Change with API after a claim</title>
      <link>https://community.cisco.com/t5/network-platform-api/change-with-api-after-a-claim/m-p/5420853#M3395</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Since now, when I deployed a MX thanks to the API, I was able to modify his config with API also in the 5-10 second after the claim. Modifications are like renaming, add traffic policy, etc.&lt;/P&gt;&lt;P&gt;But since this morning, I have to wait some seconds (I didn't count exactely but put some time.sleep(60) to be sure.&lt;/P&gt;&lt;PRE&gt;meraki.exceptions.APIError: appliance, updateDeviceApplianceUplinksSettings - 404 Not Found, &amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtmplease wait a minute if the key or org was just newly created.&lt;/PRE&gt;&lt;P&gt;Does someone have a clue about it ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 06:52:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/change-with-api-after-a-claim/m-p/5420853#M3395</guid>
      <dc:creator>Caroline D.</dc:creator>
      <dc:date>2025-10-21T06:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change with API after a claim</title>
      <link>https://community.cisco.com/t5/network-platform-api/change-with-api-after-a-claim/m-p/5420854#M3396</link>
      <description>&lt;P&gt;Well 404 means the request was for something that doesn't exist or that you don't have access to.&lt;/P&gt;&lt;P&gt;Check the API key and serial number.&lt;/P&gt;&lt;P&gt;If you post the code for the actual request it would allow checking - be sure to x-out the API key, serial number and any other sensitive details.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 11:11:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/change-with-api-after-a-claim/m-p/5420854#M3396</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2025-10-21T11:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Change with API after a claim</title>
      <link>https://community.cisco.com/t5/network-platform-api/change-with-api-after-a-claim/m-p/5420855#M3397</link>
      <description>&lt;P&gt;In my case I just had a time.sleep(60) and it works well, so no big deal, I just have to wait some times that I wasn't waiting for before&lt;/P&gt;&lt;P&gt;Looks like the "claimed" command made earlier wasn't already passed. Usually it makes less than 10sec, but today more like 60sec. (experienced on several sites, not juste one)&lt;/P&gt;&lt;P&gt;I just wondered if there is an explanation, and if I can reduce this timing soon. Especially when I deploy and configure multiples sites in parallel.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 11:47:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/change-with-api-after-a-claim/m-p/5420855#M3397</guid>
      <dc:creator>Caroline D.</dc:creator>
      <dc:date>2025-10-21T11:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change with API after a claim</title>
      <link>https://community.cisco.com/t5/network-platform-api/change-with-api-after-a-claim/m-p/5420856#M3398</link>
      <description>&lt;P&gt;Ah, I see.&lt;/P&gt;&lt;P&gt;The time from claim to everything working varies, and changes are not 'instant'. I don't recall seeing any specific time in documentation, allowing a delay is recommended, see below.&lt;/P&gt;&lt;P&gt;There is a rate limit on claiming, see... &lt;A href="https://developer.cisco.com/meraki/api-v1/claim-into-organization-inventory/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/claim-into-organization-inventory/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;This operation can be used up to ten times within a single five minute window.&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;This same rate limit is also there for &lt;A href="https://developer.cisco.com/meraki/api-v1/claim-network-devices/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/claim-network-devices/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;...and note that the description says "...&lt;EM&gt;for recently claimed devices, it may take a few minutes for API requests against that device to succeed...&lt;/EM&gt;", which implies that a 60 second wait may not always be sufficient.&lt;/P&gt;&lt;P&gt;If you need to do multiple claims into network(s), action batches might be an option.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 12:29:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/change-with-api-after-a-claim/m-p/5420856#M3398</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2025-10-21T12:29:23Z</dc:date>
    </item>
  </channel>
</rss>

