<?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 update individual DNS settings using API in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/how-to-update-individual-dns-settings-using-api/m-p/5519009#M307450</link>
    <description>&lt;P&gt;As noted in my first post, GET method is operational, and allow us to obtain DNS information, but PUT method return an error.  If a custom is made on this API in the next weeks, please don't hesitate to contact us cause we still have hundred of sites to update.&lt;/P&gt;&lt;P&gt;Thanks in advance.   &lt;/P&gt;</description>
    <pubDate>Fri, 20 Oct 2023 12:38:14 GMT</pubDate>
    <dc:creator>Meraki-User-713</dc:creator>
    <dc:date>2023-10-20T12:38:14Z</dc:date>
    <item>
      <title>How to update individual DNS settings using API</title>
      <link>https://community.cisco.com/t5/wireless/how-to-update-individual-dns-settings-using-api/m-p/5519004#M307445</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We need help in order to update DNS field associate Access Points (AP) on sites.&lt;/P&gt;&lt;P&gt;So in brief, we need to update DNS values by AP.&lt;/P&gt;&lt;P&gt;We are able to obtain DNS field via CURL GET method:&lt;/P&gt;&lt;P&gt;curl -L -H 'X-Cisco-Meraki-API-Key: MY-API-KEY' -H 'Content-Type: application/json' -X GET '&lt;A href="https://api.meraki.com/api/v1/organizations/organizationID/devices/statuses?serials[]=MY-AP-SN" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v1/organizations/organizationID/devices/statuses?serials[]=MY-AP-SN&lt;/A&gt;'&lt;/P&gt;&lt;P&gt;PUT method used is this one:&lt;/P&gt;&lt;P&gt;curl -L -H 'X-Cisco-Meraki-API-Key: MY-API-KEY' -H 'Content-Type: application/json' -X PUT --data-binary '{"secondaryDns":"8.8.8.8"}' '&lt;A href="https://api.meraki.com/api/v1/organizations/organizationID/devices/statuses?serials[]=MY-AP-SN" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v1/organizations/organizationID/devices/statuses?serials[]=MY-AP-SN&lt;/A&gt;'&lt;/P&gt;&lt;P&gt;The error message is thois one: "The page you are looking for may have been moved or does not exist."&lt;/P&gt;&lt;P&gt;Have you got a solution for this case please ?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 08:44:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-to-update-individual-dns-settings-using-api/m-p/5519004#M307445</guid>
      <dc:creator>Meraki-User-713</dc:creator>
      <dc:date>2023-10-20T08:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to update individual DNS settings using API</title>
      <link>https://community.cisco.com/t5/wireless/how-to-update-individual-dns-settings-using-api/m-p/5519005#M307446</link>
      <description>&lt;P&gt;You are using the wrong endpoints.&lt;/P&gt;&lt;P&gt;I think it would be getDeviceManagementInterface&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/get-device-management-interface/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/get-device-management-interface/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and  &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;updateDeviceManagementInterface&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/update-device-management-interface/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/update-device-management-interface/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I couldn't test that one , since static IPs on a AP is just painful and not useful. &lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 11:56:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-to-update-individual-dns-settings-using-api/m-p/5519005#M307446</guid>
      <dc:creator>Raphael_L</dc:creator>
      <dc:date>2023-10-20T11:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to update individual DNS settings using API</title>
      <link>https://community.cisco.com/t5/wireless/how-to-update-individual-dns-settings-using-api/m-p/5519006#M307447</link>
      <description>&lt;P&gt;Thanks for your return.&lt;/P&gt;&lt;P&gt;In our case, w&lt;SPAN&gt;e have HP switches, and &lt;/SPAN&gt;we do not use &lt;SPAN&gt; Alternate Management Interface (AMI).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Have you got another solution ? &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 12:05:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-to-update-individual-dns-settings-using-api/m-p/5519006#M307447</guid>
      <dc:creator>Meraki-User-713</dc:creator>
      <dc:date>2023-10-20T12:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to update individual DNS settings using API</title>
      <link>https://community.cisco.com/t5/wireless/how-to-update-individual-dns-settings-using-api/m-p/5519007#M307448</link>
      <description>&lt;P&gt;If the 2 provided endpoints do not work , then I'm afraid I'm not sure there is an endpoint at all to achieve that.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 12:29:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-to-update-individual-dns-settings-using-api/m-p/5519007#M307448</guid>
      <dc:creator>Raphael_L</dc:creator>
      <dc:date>2023-10-20T12:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to update individual DNS settings using API</title>
      <link>https://community.cisco.com/t5/wireless/how-to-update-individual-dns-settings-using-api/m-p/5519008#M307449</link>
      <description>&lt;P&gt;Ok, no problem.&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 12:32:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-to-update-individual-dns-settings-using-api/m-p/5519008#M307449</guid>
      <dc:creator>Meraki-User-713</dc:creator>
      <dc:date>2023-10-20T12:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to update individual DNS settings using API</title>
      <link>https://community.cisco.com/t5/wireless/how-to-update-individual-dns-settings-using-api/m-p/5519009#M307450</link>
      <description>&lt;P&gt;As noted in my first post, GET method is operational, and allow us to obtain DNS information, but PUT method return an error.  If a custom is made on this API in the next weeks, please don't hesitate to contact us cause we still have hundred of sites to update.&lt;/P&gt;&lt;P&gt;Thanks in advance.   &lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 12:38:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-to-update-individual-dns-settings-using-api/m-p/5519009#M307450</guid>
      <dc:creator>Meraki-User-713</dc:creator>
      <dc:date>2023-10-20T12:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to update individual DNS settings using API</title>
      <link>https://community.cisco.com/t5/wireless/how-to-update-individual-dns-settings-using-api/m-p/5519010#M307451</link>
      <description>&lt;P&gt;&lt;A href="https://api.meraki.com/api/v1/organizations/organizationID/devices/statuses?serials[]=MY-AP-SN" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v1/organizations/organizationID/devices/statuses?serials[]=MY-AP-SN &lt;/A&gt;&lt;/P&gt;&lt;P&gt;Has nothing to do with DNS settings and it is not a 'PUT' endpoint.  It is to 'GET' the devices statuses ( hence statuses in the URI )&lt;/P&gt;&lt;P&gt;Here is the documentation about this endpoint : &lt;A href="https://developer.cisco.com/meraki/api-v1/api-reference-early-access-api-platform-monitor-devices-statuses-get-organization-devices-statuses/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/api-reference-early-access-api-platform-monitor-devices-statuses-get-organization-devices-statuses/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 12:40:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-to-update-individual-dns-settings-using-api/m-p/5519010#M307451</guid>
      <dc:creator>Raphael_L</dc:creator>
      <dc:date>2023-10-20T12:40:38Z</dc:date>
    </item>
  </channel>
</rss>

