<?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: Nondeprecated API to get lastReportedAt in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/nondeprecated-api-to-get-lastreportedat/m-p/5417875#M3024</link>
    <description>&lt;P&gt;Thanks &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/51406"&gt;@alessandrodematos&lt;/A&gt;  and &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/45238"&gt;@John-on-API&lt;/A&gt; , this is very helpful!  Thanks for the advice!&lt;/P&gt;</description>
    <pubDate>Fri, 26 Sep 2025 14:42:22 GMT</pubDate>
    <dc:creator>Micah_Billman</dc:creator>
    <dc:date>2025-09-26T14:42:22Z</dc:date>
    <item>
      <title>Nondeprecated API to get lastReportedAt</title>
      <link>https://community.cisco.com/t5/network-platform-api/nondeprecated-api-to-get-lastreportedat/m-p/5417872#M3021</link>
      <description>&lt;P&gt;I currently use &lt;SPAN&gt;/organizations/&lt;/SPAN&gt;&lt;STRONG&gt;{organizationId}&lt;/STRONG&gt;&lt;SPAN&gt;/devices/statuses which includes lastReportedAt, however, that API is being deprecated.  I can't find an API that pulls the lastReportedAt (or similar) from all devices.  Is there a suggested API that still gives this response.  &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 20:05:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/nondeprecated-api-to-get-lastreportedat/m-p/5417872#M3021</guid>
      <dc:creator>Micah_Billman</dc:creator>
      <dc:date>2025-09-24T20:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Nondeprecated API to get lastReportedAt</title>
      <link>https://community.cisco.com/t5/network-platform-api/nondeprecated-api-to-get-lastreportedat/m-p/5417873#M3022</link>
      <description>&lt;P&gt;You can try this one organizations/{organizationId}/devices/availabilities/changeHistory&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 20:35:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/nondeprecated-api-to-get-lastreportedat/m-p/5417873#M3022</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2025-09-24T20:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Nondeprecated API to get lastReportedAt</title>
      <link>https://community.cisco.com/t5/network-platform-api/nondeprecated-api-to-get-lastreportedat/m-p/5417874#M3023</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/134574"&gt;@Micah_Billman&lt;/A&gt;, seconding &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/51406"&gt;@alessandrodematos&lt;/A&gt;'s advice above. &lt;/P&gt;&lt;P&gt;Here are some things to keep in mind when working with device availability and the API:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Update Frequency:&lt;/STRONG&gt; The API (even old versions) only updates device status about once every five minutes. So, checking more often than that won’t give you more accurate information, and is just wasting your API budget.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Device Status:&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;If a device is shown as &lt;STRONG&gt;online&lt;/STRONG&gt; or &lt;STRONG&gt;alerting&lt;/STRONG&gt; (using the devices availabilities or devices availabilities change history APIs), that means it must have checked in within the last five minutes.&lt;/LI&gt;&lt;LI&gt;If a device is marked as &lt;STRONG&gt;offline&lt;/STRONG&gt;, it hasn’t checked in since before the last five-minute update.&lt;/LI&gt;&lt;LI&gt;If a device is marked as &lt;STRONG&gt;dormant&lt;/STRONG&gt;, it hasn’t checked in for at least two weeks. Once a device is dormant, you can be sure that nothing that happened more recently is to blame for why it went offline. After all, it's been offline for at least two weeks!&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;History Tracking:&lt;/STRONG&gt; If you want to know exactly when a device changed status (like when it went offline or dormant), the availabilities change history API gives you a list of timestamps for each change.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Efficiency Tip:&lt;/STRONG&gt; Instead of constantly checking the last time a device updated, it’s better to use the change history to see when important status changes happened. Polling just for updated timestamps isn’t the best way to track device activity.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 25 Sep 2025 21:33:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/nondeprecated-api-to-get-lastreportedat/m-p/5417874#M3023</guid>
      <dc:creator>John-on-API</dc:creator>
      <dc:date>2025-09-25T21:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Nondeprecated API to get lastReportedAt</title>
      <link>https://community.cisco.com/t5/network-platform-api/nondeprecated-api-to-get-lastreportedat/m-p/5417875#M3024</link>
      <description>&lt;P&gt;Thanks &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/51406"&gt;@alessandrodematos&lt;/A&gt;  and &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/45238"&gt;@John-on-API&lt;/A&gt; , this is very helpful!  Thanks for the advice!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 14:42:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/nondeprecated-api-to-get-lastreportedat/m-p/5417875#M3024</guid>
      <dc:creator>Micah_Billman</dc:creator>
      <dc:date>2025-09-26T14:42:22Z</dc:date>
    </item>
  </channel>
</rss>

