<?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: Dashboard API: status valid responses in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/dashboard-api-status-valid-responses/m-p/5435028#M5615</link>
    <description>&lt;P&gt;Current statuses I see are "online"&lt;SPAN class=""&gt;, &lt;/SPAN&gt;"offline"&lt;SPAN class=""&gt;, &lt;/SPAN&gt;"alerting"&lt;SPAN class=""&gt;, &lt;/SPAN&gt;"dormant".&lt;/P&gt;&lt;P&gt;I think it's mentioned in the documentation.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Apr 2023 16:02:18 GMT</pubDate>
    <dc:creator>sungod</dc:creator>
    <dc:date>2023-04-17T16:02:18Z</dc:date>
    <item>
      <title>Dashboard API: status valid responses</title>
      <link>https://community.cisco.com/t5/network-platform-api/dashboard-api-status-valid-responses/m-p/5435027#M5614</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I using the &lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class=""&gt;GET&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier" size="2"&gt;/organizations/&lt;STRONG&gt;{organizationId}&lt;/STRONG&gt;/devices/statuses&lt;/FONT&gt; &lt;/SPAN&gt;API. I want to cover all the possible statuses that might return from the "status" field in the response and parse it into an enum. Is there an a documentation of legal values for that field? &lt;BR /&gt;(So far I have witnessed only "online" and "offline")&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 10:48:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dashboard-api-status-valid-responses/m-p/5435027#M5614</guid>
      <dc:creator>Maor</dc:creator>
      <dc:date>2023-04-17T10:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard API: status valid responses</title>
      <link>https://community.cisco.com/t5/network-platform-api/dashboard-api-status-valid-responses/m-p/5435028#M5615</link>
      <description>&lt;P&gt;Current statuses I see are "online"&lt;SPAN class=""&gt;, &lt;/SPAN&gt;"offline"&lt;SPAN class=""&gt;, &lt;/SPAN&gt;"alerting"&lt;SPAN class=""&gt;, &lt;/SPAN&gt;"dormant".&lt;/P&gt;&lt;P&gt;I think it's mentioned in the documentation.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 16:02:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dashboard-api-status-valid-responses/m-p/5435028#M5615</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2023-04-17T16:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard API: status valid responses</title>
      <link>https://community.cisco.com/t5/network-platform-api/dashboard-api-status-valid-responses/m-p/5435029#M5616</link>
      <description>&lt;P&gt;While there isn't any documentation for the response, according to &lt;A href="https://developer.cisco.com/meraki/api-v1/#!get-organization-devices-statuses" target="_blank" rel="noopener nofollow noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/#!get-organization-devices-statuses&lt;/A&gt; there is a filter which allows the values for "statuses" while querying. It states:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;P&gt;Valid statuses are ["online", "alerting", "offline", "dormant"]. &lt;SPAN&gt;So one could assume that these will be the only values returned.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Apr 2023 17:50:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dashboard-api-status-valid-responses/m-p/5435029#M5616</guid>
      <dc:creator>daniel_abbatt</dc:creator>
      <dc:date>2023-04-17T17:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard API: status valid responses</title>
      <link>https://community.cisco.com/t5/network-platform-api/dashboard-api-status-valid-responses/m-p/5435030#M5617</link>
      <description>&lt;P&gt;I think the statuses just match the ones listed in the main documentation...&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/General_Administration/Cross-Platform_Content/Status_Icon_Meanings" target="_blank" rel="noopener nofollow noreferrer"&gt;https://documentation.meraki.com/General_Administration/Cross-Platform_Content/Status_Icon_Meanings&lt;/A&gt;&lt;/P&gt;&lt;P&gt;...from that page:&lt;/P&gt;&lt;P&gt;Every device can display in one of four colors, indicating the status of that device:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Green: &lt;/STRONG&gt;  The Cisco Meraki device is currently online and has no alerts&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Yellow:&lt;/STRONG&gt;  The Cisco Meraki device is currently online but has one or more active alerts&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Red:&lt;/STRONG&gt;      The Cisco Meraki device is currently offline and is inaccessible by the Cisco Meraki Dashboard&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Grey:     &lt;/STRONG&gt;The Cisco Meraki device is currently offline and has been offline for at least a week (dormant).&lt;/P&gt;&lt;DIV class=""&gt; &lt;/DIV&gt;&lt;P&gt;These indicators can be a quick and easy way to narrow down what sort of trouble a device is experiencing. A device indicating it is offline likely cannot reach it's gateway or Dashboard. A device indicating a yellow alerting status will often have additional details on the device details page. Examples include&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A title="MR/Monitoring_and_Reporting/Access_Point_Details/Access_point_has_IP_address_conflict_on_LAN" target="_blank" rel="broken"&gt;IP address conflicts&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;or&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A title="https://documentation.meraki.com/zGeneral_Administration/Cross-Platform_Content/Configuring_RADIUS_Authentication_with_a_Sign-on_Splash_Page#Error:_The_Meraki_Cloud_is_having_difficulty_connecting_to_your_RADIUS_server" href="https://documentation.meraki.com/General_Administration/Cross-Platform_Content/Configuring_RADIUS_Authentication_with_a_Sign-on_Splash_Page#Error:_The_Meraki_Cloud_is_having_difficulty_connecting_to_your_RADIUS_server" target="_blank" rel="internal noopener nofollow noreferrer"&gt;disconnection from RADIUS&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 07:03:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dashboard-api-status-valid-responses/m-p/5435030#M5617</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2023-04-18T07:03:17Z</dc:date>
    </item>
  </channel>
</rss>

