<?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: Ping test response data issue in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/ping-test-response-data-issue/m-p/5431238#M5084</link>
    <description>&lt;P&gt;I ran the ping ID of the odd sites pings manually through the meraki api dashboard and sure enough, the api is not returning the data &lt;SPAN class="lia-unicode-emoji" title=":face_with_tongue:"&gt;&lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;all im getting is &lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"pingId": "111111111111111111111111",&lt;BR /&gt;"url": "/devices/1111-1111-1111/liveTools/ping/111111111111111111111111",&lt;BR /&gt;"request": {&lt;BR /&gt;"serial": "1111-1111-1111",&lt;BR /&gt;"target": "000.000.000.000",&lt;BR /&gt;"count": "3"&lt;BR /&gt;},&lt;BR /&gt;"status": "complete",&lt;BR /&gt;"results": {&lt;BR /&gt;"sent": 3,&lt;BR /&gt;"received": 3,&lt;BR /&gt;"loss": { "percentage": 0 }&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If the status is complete and the pings were successful, why is there no latency data?&lt;/P&gt;</description>
    <pubDate>Wed, 08 Mar 2023 13:37:24 GMT</pubDate>
    <dc:creator>Adrian41</dc:creator>
    <dc:date>2023-03-08T13:37:24Z</dc:date>
    <item>
      <title>Ping test response data issue</title>
      <link>https://community.cisco.com/t5/network-platform-api/ping-test-response-data-issue/m-p/5431236#M5082</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am working on a script that will perform a ping test between every site/network in our organisation and return the results.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;ping_result_response = requests.get(&lt;SPAN&gt;f"&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;MERAKI_API_URL&lt;SPAN&gt;}{&lt;/SPAN&gt;ping_result_url&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;headers&lt;/SPAN&gt;=headers&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;                                    &lt;SPAN&gt;verify&lt;/SPAN&gt;=&lt;SPAN&gt;f"&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;root_path&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;/Cisco Umbrella Root CA.crt"&lt;/SPAN&gt;)&lt;BR /&gt;ping_result_json = ping_result_response.json()&lt;BR /&gt;&lt;SPAN&gt;if &lt;/SPAN&gt;ping_result_json[&lt;SPAN&gt;'status'&lt;/SPAN&gt;] == &lt;SPAN&gt;'complete'&lt;/SPAN&gt;:&lt;BR /&gt;    ping_result_json = ping_result_response.json()&lt;BR /&gt;    &lt;SPAN&gt;print&lt;/SPAN&gt;(ping_result_json)&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;However after I do the GET request I don't seem to get teh full results. This is an example&lt;BR /&gt;&lt;BR /&gt;{'pingId': '000000000000000', 'url': '/devices/0000-0000-0000/liveTools/ping/00000000000000', 'request': {'serial': '0000-0000-0000', 'target': '111.111.111.111', 'count': '3'}, 'status': 'complete', 'results': {'sent': 3, 'received': 3, 'loss': {'percentage': 0}}}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The results cut off without displaying the "&lt;SPAN&gt;latencies" or "replies" key/dictionary &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Adrian4_0-1678201976983.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/262980iCC7CBC190D0C2F3A/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;&lt;A href="https://developer.cisco.com/meraki/api-v1/#!get-device-live-tools-ping" target="_blank" rel="noopener nofollow noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/#!get-device-live-tools-ping&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas what the problem is? &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 15:25:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/ping-test-response-data-issue/m-p/5431236#M5082</guid>
      <dc:creator>Adrian41</dc:creator>
      <dc:date>2023-03-07T15:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ping test response data issue</title>
      <link>https://community.cisco.com/t5/network-platform-api/ping-test-response-data-issue/m-p/5431237#M5083</link>
      <description>&lt;P&gt;Just noticed - only some of the ping results are incomplete. Many return the full data but some only return up to "results" and miss "latencies" etc &lt;/P&gt;&lt;P&gt;It seems the pings where data is missing all involve pings to or from 1 particular site.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 11:16:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/ping-test-response-data-issue/m-p/5431237#M5083</guid>
      <dc:creator>Adrian41</dc:creator>
      <dc:date>2023-03-08T11:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ping test response data issue</title>
      <link>https://community.cisco.com/t5/network-platform-api/ping-test-response-data-issue/m-p/5431238#M5084</link>
      <description>&lt;P&gt;I ran the ping ID of the odd sites pings manually through the meraki api dashboard and sure enough, the api is not returning the data &lt;SPAN class="lia-unicode-emoji" title=":face_with_tongue:"&gt;&lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;all im getting is &lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"pingId": "111111111111111111111111",&lt;BR /&gt;"url": "/devices/1111-1111-1111/liveTools/ping/111111111111111111111111",&lt;BR /&gt;"request": {&lt;BR /&gt;"serial": "1111-1111-1111",&lt;BR /&gt;"target": "000.000.000.000",&lt;BR /&gt;"count": "3"&lt;BR /&gt;},&lt;BR /&gt;"status": "complete",&lt;BR /&gt;"results": {&lt;BR /&gt;"sent": 3,&lt;BR /&gt;"received": 3,&lt;BR /&gt;"loss": { "percentage": 0 }&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If the status is complete and the pings were successful, why is there no latency data?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 13:37:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/ping-test-response-data-issue/m-p/5431238#M5084</guid>
      <dc:creator>Adrian41</dc:creator>
      <dc:date>2023-03-08T13:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ping test response data issue</title>
      <link>https://community.cisco.com/t5/network-platform-api/ping-test-response-data-issue/m-p/5431239#M5085</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/84478"&gt;@Adrian41&lt;/A&gt;, are you still seeing similar behavior?&lt;BR /&gt;The issue should be resolved now but please do check on your side.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 16:34:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/ping-test-response-data-issue/m-p/5431239#M5085</guid>
      <dc:creator>shwpalan</dc:creator>
      <dc:date>2023-08-14T16:34:33Z</dc:date>
    </item>
  </channel>
</rss>

