<?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 for controlling AP to reboot remotely in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/api-for-controlling-ap-to-reboot-remotely/m-p/5422529#M3690</link>
    <description>&lt;P&gt;Thank you &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/3563"&gt;@markdavis_subs&lt;/A&gt; and &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/1965"&gt;@BrechtSchamp&lt;/A&gt; all!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Special thanks to &lt;/SPAN&gt;&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/3563" target="_blank"&gt;@markdavis_subs&lt;/A&gt;&lt;SPAN&gt;, I also find it at 'device' category.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Sep 2019 23:23:25 GMT</pubDate>
    <dc:creator>NamgyuKim</dc:creator>
    <dc:date>2019-09-25T23:23:25Z</dc:date>
    <item>
      <title>API for controlling AP to reboot remotely</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-for-controlling-ap-to-reboot-remotely/m-p/5422525#M3686</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;Dear everyone,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Aren't there any Meraki APIs to control APs in a network in order to reboot them remotely?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I have checked some Meraki API dashboards but I did not find ones about MR.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Sep 2019 07:55:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-for-controlling-ap-to-reboot-remotely/m-p/5422525#M3686</guid>
      <dc:creator>NamgyuKim</dc:creator>
      <dc:date>2019-09-25T07:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: API for controlling AP to reboot remotely</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-for-controlling-ap-to-reboot-remotely/m-p/5422526#M3687</link>
      <description>&lt;P&gt;I did not find concerned API yet but detect how to reboot AP remotely with Meraki dashboard!&lt;/P&gt;&lt;P&gt;Is there anybody who knows the answer about the original question?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 08:12:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-for-controlling-ap-to-reboot-remotely/m-p/5422526#M3687</guid>
      <dc:creator>NamgyuKim</dc:creator>
      <dc:date>2019-09-25T08:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: API for controlling AP to reboot remotely</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-for-controlling-ap-to-reboot-remotely/m-p/5422527#M3688</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/29030"&gt;@NamgyuKim&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;If you look under the api list and under devices, there is the following which should allow you to reboot AP's&lt;/P&gt;&lt;DIV class="&amp;quot;notabs&amp;quot;"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class="ApiDocs__wrapper"&gt;&lt;DIV class="NonScrollingPageLayout SectionsListView"&gt;&lt;DIV class="Panel SectionsListPanel Panel--scrollable-y"&gt;&lt;DIV class="SectionsList"&gt;&lt;DIV class="sectionsListSection"&gt;&lt;DIV class="sectionContent"&gt;&lt;DIV class="SectionsListSubSection SectionsListSubSection--collapsible SectionsListSubSection--collapsibleOpen"&gt;&lt;H3 id="toc-hId-1158821274"&gt;&lt;SPAN&gt;Reboot a device&lt;/SPAN&gt;&lt;/H3&gt;&lt;DIV class="ReactCollapse--collapse"&gt;&lt;DIV class="ReactCollapse--content"&gt;&lt;DIV class="apiItem"&gt;&lt;H4 id="toc-hId-238870492"&gt;HTTP Request&lt;/H4&gt;&lt;SPAN class="method"&gt;POST&lt;/SPAN&gt;&lt;SPAN class="path"&gt;/networks/{networkId}/devices/{serial}/reboot&lt;/SPAN&gt;&lt;H4 id="toc-hId-1126374173"&gt;Parameters&lt;/H4&gt;None&lt;H4 id="toc-hId-2013877854"&gt;Sample Request&lt;/H4&gt;&lt;DIV class="codeContent"&gt;&lt;PRE&gt;curl -L -H &lt;SPAN class="hljs-symbol"&gt;'X&lt;/SPAN&gt;-Cisco-Meraki-API-Key: &amp;lt;key&amp;gt;' -H &lt;SPAN class="hljs-symbol"&gt;'Content&lt;/SPAN&gt;-&lt;SPAN class="hljs-keyword"&gt;Type&lt;/SPAN&gt;: application/json' -X POST &lt;SPAN class="hljs-symbol"&gt;'https&lt;/SPAN&gt;://api.meraki.com/api/v0/networks/{networkId}/devices/{serial}/reboot'&lt;/PRE&gt;&lt;/DIV&gt;&lt;H4 id="toc-hId--1393585761"&gt;Sample Response&lt;/H4&gt;&lt;P class="http_status"&gt;Successful HTTP Status: 200&lt;/P&gt;&lt;DIV class="codeContent"&gt;&lt;PRE&gt;{
  &lt;SPAN class="hljs-attr"&gt;"success"&lt;/SPAN&gt;: &lt;SPAN class="hljs-literal"&gt;true&lt;/SPAN&gt;
}&lt;/PRE&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;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Sep 2019 09:14:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-for-controlling-ap-to-reboot-remotely/m-p/5422527#M3688</guid>
      <dc:creator>markdavis_subs</dc:creator>
      <dc:date>2019-09-25T09:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: API for controlling AP to reboot remotely</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-for-controlling-ap-to-reboot-remotely/m-p/5422528#M3689</link>
      <description>&lt;P&gt;And in dashboard you can find it in the Tools tab on the status pages of the different product group status pages:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_20190925-083305.png" style="width: 720px;"&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/262139iD3301EE73AB3D61D/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;</description>
      <pubDate>Wed, 25 Sep 2019 13:34:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-for-controlling-ap-to-reboot-remotely/m-p/5422528#M3689</guid>
      <dc:creator>BrechtSchamp</dc:creator>
      <dc:date>2019-09-25T13:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: API for controlling AP to reboot remotely</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-for-controlling-ap-to-reboot-remotely/m-p/5422529#M3690</link>
      <description>&lt;P&gt;Thank you &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/3563"&gt;@markdavis_subs&lt;/A&gt; and &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/1965"&gt;@BrechtSchamp&lt;/A&gt; all!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Special thanks to &lt;/SPAN&gt;&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/3563" target="_blank"&gt;@markdavis_subs&lt;/A&gt;&lt;SPAN&gt;, I also find it at 'device' category.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 23:23:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-for-controlling-ap-to-reboot-remotely/m-p/5422529#M3690</guid>
      <dc:creator>NamgyuKim</dc:creator>
      <dc:date>2019-09-25T23:23:25Z</dc:date>
    </item>
  </channel>
</rss>

