<?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: vManage Webhook Example for CPU and Memory in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/vmanage-webhook-example-for-cpu-and-memory/m-p/5303102#M8543</link>
    <description>&lt;P&gt;Awesome, thanks!&amp;nbsp; Just what I was looking for.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jun 2025 15:53:49 GMT</pubDate>
    <dc:creator>youngj</dc:creator>
    <dc:date>2025-06-26T15:53:49Z</dc:date>
    <item>
      <title>vManage Webhook Example for CPU and Memory</title>
      <link>https://community.cisco.com/t5/network-platform-api/vmanage-webhook-example-for-cpu-and-memory/m-p/5302711#M8541</link>
      <description>&lt;P&gt;Does anyone have an example vManage Webhook Alert for the 'CPU Usage' and 'Memory Usage'?&amp;nbsp; Specifically, I need to know key/value for 'eventname', 'type' and 'component'.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 03:42:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/vmanage-webhook-example-for-cpu-and-memory/m-p/5302711#M8541</guid>
      <dc:creator>youngj</dc:creator>
      <dc:date>2025-06-26T03:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: vManage Webhook Example for CPU and Memory</title>
      <link>https://community.cisco.com/t5/network-platform-api/vmanage-webhook-example-for-cpu-and-memory/m-p/5302778#M8542</link>
      <description>&lt;P&gt;Not sur this is 10% correct, scraped this from the api doc&amp;nbsp;&lt;A href="https://developer.cisco.com/docs/sdwan/overview/" target="_blank"&gt;https://developer.cisco.com/docs/sdwan/overview/&lt;/A&gt;&amp;nbsp;- you might need to work with this data littel to get the results&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
  "eventname": "cpu-usage",
  "type": "alarm",
  "component": "System",
  "severity": "Critical",
  "entry_time": 1640995200000,
  "statcycletime": 1640995200000,
  "message": "CPU usage crossed threshold",
  "system_ip": "10.1.1.1",
  "host_name": "vedge-01",
  "site_id": "100",
  "device_model": "vedge-cloud",
  "peer_type": "vedge",
  "rule_name_display": "CPU_Usage_High",
  "component_name": "CPU",
  "threshold": "80",
  "current_value": "85.5",
  "uuid": "C8K-12345678-1234-1234-1234-123456789012"
}&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;{
  "eventname": "memory-usage",
  "type": "alarm",
  "component": "System",
  "severity": "Major",
  "entry_time": 1640995200000,
  "statcycletime": 1640995200000,
  "message": "Memory usage crossed threshold",
  "system_ip": "10.1.1.1",
  "host_name": "vedge-01",
  "site_id": "100",
  "device_model": "vedge-cloud",
  "peer_type": "vedge",
  "rule_name_display": "Memory_Usage_High",
  "component_name": "Memory",
  "threshold": "90",
  "current_value": "92.3",
  "uuid": "C8K-12345678-1234-1234-1234-123456789012"
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 08:40:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/vmanage-webhook-example-for-cpu-and-memory/m-p/5302778#M8542</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2025-06-26T08:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: vManage Webhook Example for CPU and Memory</title>
      <link>https://community.cisco.com/t5/network-platform-api/vmanage-webhook-example-for-cpu-and-memory/m-p/5303102#M8543</link>
      <description>&lt;P&gt;Awesome, thanks!&amp;nbsp; Just what I was looking for.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 15:53:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/vmanage-webhook-example-for-cpu-and-memory/m-p/5303102#M8543</guid>
      <dc:creator>youngj</dc:creator>
      <dc:date>2025-06-26T15:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: vManage Webhook Example for CPU and Memory</title>
      <link>https://community.cisco.com/t5/network-platform-api/vmanage-webhook-example-for-cpu-and-memory/m-p/5314711#M8544</link>
      <description>&lt;P&gt;Thank you for your good information !&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 09:24:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/vmanage-webhook-example-for-cpu-and-memory/m-p/5314711#M8544</guid>
      <dc:creator>Jeongjun Park</dc:creator>
      <dc:date>2025-07-28T09:24:03Z</dc:date>
    </item>
  </channel>
</rss>

