<?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: obtaining MX memory utilisation by API in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/obtaining-mx-memory-utilisation-by-api/m-p/5414063#M2452</link>
    <description>&lt;P&gt;Hi thanks for the response. That is the API call I am using but when I use in Postman as you can seen in the screenshot Postman throws an error. I will try it in Python.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rsage_voda_0-1754140522935.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/264459iEFDD079AB3C3DF54/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>Sat, 02 Aug 2025 13:15:42 GMT</pubDate>
    <dc:creator>russell.sage</dc:creator>
    <dc:date>2025-08-02T13:15:42Z</dc:date>
    <item>
      <title>obtaining MX memory utilisation by API</title>
      <link>https://community.cisco.com/t5/network-platform-api/obtaining-mx-memory-utilisation-by-api/m-p/5414060#M2449</link>
      <description>&lt;P&gt;I am trying to obtain the memory utilisation for a MX450 using the &lt;SPAN&gt;organizations/&lt;/SPAN&gt;&lt;SPAN&gt;{organizationId&lt;/SPAN&gt;&lt;SPAN&gt;}/devices/system/memory/usage/history/byInterval with a Query parameter of the device serial number. Doing this in postman doesn't appear to work. According to documentation the parameter is "serials" but Postman won't accept this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I put the Key = serial and VALUE = &amp;lt;serial number&amp;gt; then the request works but it ignores the query entirely&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 16:21:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/obtaining-mx-memory-utilisation-by-api/m-p/5414060#M2449</guid>
      <dc:creator>russell.sage</dc:creator>
      <dc:date>2025-08-01T16:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: obtaining MX memory utilisation by API</title>
      <link>https://community.cisco.com/t5/network-platform-api/obtaining-mx-memory-utilisation-by-api/m-p/5414061#M2450</link>
      <description>&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;GET &lt;A href="https://api.meraki.com/api/v1/organizations/{organizationId}/devices/system/memory/usage/history/byInterval" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v1/organizations/{organizationId}/devices/system/memory/usage/history/byInterval&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Headers:&lt;/P&gt;&lt;P&gt;X-Cisco-Meraki-API-Key: &amp;lt;your API key&amp;gt;&lt;/P&gt;&lt;P&gt;Content-Type: application/json&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 16:40:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/obtaining-mx-memory-utilisation-by-api/m-p/5414061#M2450</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2025-08-01T16:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: obtaining MX memory utilisation by API</title>
      <link>https://community.cisco.com/t5/network-platform-api/obtaining-mx-memory-utilisation-by-api/m-p/5414062#M2451</link>
      <description>&lt;P&gt;&lt;SPAN&gt;/organizations/&lt;/SPAN&gt;&lt;STRONG&gt;{organizationId}&lt;/STRONG&gt;&lt;SPAN&gt;/devices/system/memory/usage/history/byInterval?serials[]=XXXX-XXXX-XXXX&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Would be the correct format&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 17:10:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/obtaining-mx-memory-utilisation-by-api/m-p/5414062#M2451</guid>
      <dc:creator>Raphael_L</dc:creator>
      <dc:date>2025-08-01T17:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: obtaining MX memory utilisation by API</title>
      <link>https://community.cisco.com/t5/network-platform-api/obtaining-mx-memory-utilisation-by-api/m-p/5414063#M2452</link>
      <description>&lt;P&gt;Hi thanks for the response. That is the API call I am using but when I use in Postman as you can seen in the screenshot Postman throws an error. I will try it in Python.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rsage_voda_0-1754140522935.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/264459iEFDD079AB3C3DF54/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>Sat, 02 Aug 2025 13:15:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/obtaining-mx-memory-utilisation-by-api/m-p/5414063#M2452</guid>
      <dc:creator>russell.sage</dc:creator>
      <dc:date>2025-08-02T13:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: obtaining MX memory utilisation by API</title>
      <link>https://community.cisco.com/t5/network-platform-api/obtaining-mx-memory-utilisation-by-api/m-p/5414064#M2453</link>
      <description>&lt;P&gt;Guessing you replaced the {organizationId} already in the URL?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 13:03:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/obtaining-mx-memory-utilisation-by-api/m-p/5414064#M2453</guid>
      <dc:creator>nicdc01</dc:creator>
      <dc:date>2025-08-04T13:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: obtaining MX memory utilisation by API</title>
      <link>https://community.cisco.com/t5/network-platform-api/obtaining-mx-memory-utilisation-by-api/m-p/5414065#M2454</link>
      <description>&lt;P&gt; It would appear to be a postman issue. Works fine in Python. Many thanks&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 06:43:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/obtaining-mx-memory-utilisation-by-api/m-p/5414065#M2454</guid>
      <dc:creator>russell.sage</dc:creator>
      <dc:date>2025-08-08T06:43:51Z</dc:date>
    </item>
  </channel>
</rss>

