<?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 Bulk renaming of APs through Postman Runner in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/bulk-renaming-of-aps-through-postman-runner/m-p/5452407#M8099</link>
    <description>&lt;P&gt;I have been trying to set up a Postman Runner job to bulk rename Meraki APs through the API.&lt;/P&gt;&lt;P&gt;Following the steps in:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.meraki.com/t5/Wireless/Rename-AP-with-postman-runner/m-p/21137#M3507" target="_blank"&gt;https://community.meraki.com/t5/Wireless/Rename-AP-with-postman-runner/m-p/21137#M3507&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I have created the following:&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;POST {{baseUrl}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/networks/&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;{{networkId}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/devices/&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;{{serial}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;?name=&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;{{name}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#333300"&gt;with a body that contains the following:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;FONT color="#333300"&gt;{&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;FONT color="#333300"&gt;"name": "{{name}}",&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;FONT color="#333300"&gt;"serial": "{{serial}}"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;FONT color="#333300"&gt;}&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#333300"&gt;I then created a CSV file with the following information:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;FONT color="#333300"&gt;serial,name&lt;BR /&gt;Qxxx-6yyy-Uzzz,HQ-PMDF-AP999&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;(I've anonymised the real serial number)&lt;/P&gt;&lt;P&gt;Next, I opened up a new runner tab, loaded it with the collection above, pointed it at the CSV file and ran it.&lt;/P&gt;&lt;P&gt;What I got is shown below:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="The_Roo_0-1735905006847.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/264143iBD55F441AEDBE32D/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;so the output shows it has gone to the right network, picked up both the AP serial number and the new AP name from the CSV file OK, but is showing a 404, not found, and is not updating the AP name.&lt;/P&gt;&lt;P&gt;I &lt;EM&gt;think&lt;/EM&gt; this may be because it needs to know old and new names, and can't find the new name in the network (hence the 404 error), which is correct, but I don't see how to make it search out the old name and swap it for the new.&lt;/P&gt;&lt;P&gt;Incidentally, I also get "No Tests Found" but I think that is informational and is because I have just tried to do something but issued no tests....that what i &lt;EM&gt;think&lt;/EM&gt;, but confirmation would be nice!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Roo&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 03 Jan 2025 12:14:34 GMT</pubDate>
    <dc:creator>roo54</dc:creator>
    <dc:date>2025-01-03T12:14:34Z</dc:date>
    <item>
      <title>Bulk renaming of APs through Postman Runner</title>
      <link>https://community.cisco.com/t5/network-platform-api/bulk-renaming-of-aps-through-postman-runner/m-p/5452407#M8099</link>
      <description>&lt;P&gt;I have been trying to set up a Postman Runner job to bulk rename Meraki APs through the API.&lt;/P&gt;&lt;P&gt;Following the steps in:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.meraki.com/t5/Wireless/Rename-AP-with-postman-runner/m-p/21137#M3507" target="_blank"&gt;https://community.meraki.com/t5/Wireless/Rename-AP-with-postman-runner/m-p/21137#M3507&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I have created the following:&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;POST {{baseUrl}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/networks/&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;{{networkId}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/devices/&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;{{serial}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;?name=&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;{{name}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#333300"&gt;with a body that contains the following:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;FONT color="#333300"&gt;{&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;FONT color="#333300"&gt;"name": "{{name}}",&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;FONT color="#333300"&gt;"serial": "{{serial}}"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;FONT color="#333300"&gt;}&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#333300"&gt;I then created a CSV file with the following information:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;FONT color="#333300"&gt;serial,name&lt;BR /&gt;Qxxx-6yyy-Uzzz,HQ-PMDF-AP999&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;(I've anonymised the real serial number)&lt;/P&gt;&lt;P&gt;Next, I opened up a new runner tab, loaded it with the collection above, pointed it at the CSV file and ran it.&lt;/P&gt;&lt;P&gt;What I got is shown below:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="The_Roo_0-1735905006847.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/264143iBD55F441AEDBE32D/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;so the output shows it has gone to the right network, picked up both the AP serial number and the new AP name from the CSV file OK, but is showing a 404, not found, and is not updating the AP name.&lt;/P&gt;&lt;P&gt;I &lt;EM&gt;think&lt;/EM&gt; this may be because it needs to know old and new names, and can't find the new name in the network (hence the 404 error), which is correct, but I don't see how to make it search out the old name and swap it for the new.&lt;/P&gt;&lt;P&gt;Incidentally, I also get "No Tests Found" but I think that is informational and is because I have just tried to do something but issued no tests....that what i &lt;EM&gt;think&lt;/EM&gt;, but confirmation would be nice!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Roo&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 03 Jan 2025 12:14:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/bulk-renaming-of-aps-through-postman-runner/m-p/5452407#M8099</guid>
      <dc:creator>roo54</dc:creator>
      <dc:date>2025-01-03T12:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk renaming of APs through Postman Runner</title>
      <link>https://community.cisco.com/t5/network-platform-api/bulk-renaming-of-aps-through-postman-runner/m-p/5452408#M8100</link>
      <description>&lt;P&gt;I only dabble in API stuff and I literally did a runner for the first time time today, but I think you may be using an invalid/retired syntax.&lt;/P&gt;&lt;P&gt;Update device is now network (and organization) agnostic: &lt;A href="https://developer.cisco.com/meraki/api-v1/update-device/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/update-device/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you sync the latest api collection to your postman install you should see this API endpoint and be able to create a runner off of it with the CSV you have and be successful.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2025 23:08:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/bulk-renaming-of-aps-through-postman-runner/m-p/5452408#M8100</guid>
      <dc:creator>mloraditch</dc:creator>
      <dc:date>2025-01-03T23:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk renaming of APs through Postman Runner</title>
      <link>https://community.cisco.com/t5/network-platform-api/bulk-renaming-of-aps-through-postman-runner/m-p/5452409#M8101</link>
      <description>&lt;P&gt;Yeah the post referenced was started back in 2018 and mentioned deprecated API endpoints. I haven't tried doing bulk editing with the new endpoints yet. But I agree a new endpoint would need to be used to get this working.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2025 00:22:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/bulk-renaming-of-aps-through-postman-runner/m-p/5452409#M8101</guid>
      <dc:creator>Ryan_Miles</dc:creator>
      <dc:date>2025-01-04T00:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk renaming of APs through Postman Runner</title>
      <link>https://community.cisco.com/t5/network-platform-api/bulk-renaming-of-aps-through-postman-runner/m-p/5452410#M8102</link>
      <description>&lt;P&gt;Some quick testing using Runner and I'm getting various errors. But the endpoint works fine when I do a single call. Not sure what the issue is. Not enough brain power to continue poking at it today.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2025 23:02:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/bulk-renaming-of-aps-through-postman-runner/m-p/5452410#M8102</guid>
      <dc:creator>Ryan_Miles</dc:creator>
      <dc:date>2025-01-04T23:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk renaming of APs through Postman Runner</title>
      <link>https://community.cisco.com/t5/network-platform-api/bulk-renaming-of-aps-through-postman-runner/m-p/5452411#M8103</link>
      <description>&lt;P&gt;I haven't used it in a very long time, but you could also look at the Bulk Network Creation Tool.&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/General_Administration/Templates_and_Config_Sync/Using_the_Bulk_Network_Creation_Tool" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/General_Administration/Templates_and_Config_Sync/Using_the_Bulk_Network_Creation_Tool&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jan 2025 20:18:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/bulk-renaming-of-aps-through-postman-runner/m-p/5452411#M8103</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2025-01-05T20:18:02Z</dc:date>
    </item>
  </channel>
</rss>

