<?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 Best way to get automated end system events export csv daily in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/best-way-to-get-automated-end-system-events-export-csv-daily/m-p/82543#M9068</link>
    <description>&lt;P&gt;Hi, New to all this, and I dont run our extreme management center environment, but i was hoping someone could help me out.&amp;nbsp;&lt;BR /&gt; We have a project related to covid-19 where i need to get all the days “end system events” in a csv daily.&lt;/P&gt;  &lt;P&gt;Is there a way to do this? and you can anyone please give me some advice on how to do so?&amp;nbsp;&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 24 May 2020 05:09:25 GMT</pubDate>
    <dc:creator>itsweb</dc:creator>
    <dc:date>2020-05-24T05:09:25Z</dc:date>
    <item>
      <title>Best way to get automated end system events export csv daily</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/best-way-to-get-automated-end-system-events-export-csv-daily/m-p/82543#M9068</link>
      <description>&lt;P&gt;Hi, New to all this, and I dont run our extreme management center environment, but i was hoping someone could help me out.&amp;nbsp;&lt;BR /&gt; We have a project related to covid-19 where i need to get all the days “end system events” in a csv daily.&lt;/P&gt;  &lt;P&gt;Is there a way to do this? and you can anyone please give me some advice on how to do so?&amp;nbsp;&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2020 05:09:25 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/best-way-to-get-automated-end-system-events-export-csv-daily/m-p/82543#M9068</guid>
      <dc:creator>itsweb</dc:creator>
      <dc:date>2020-05-24T05:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get automated end system events export csv daily</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/best-way-to-get-automated-end-system-events-export-csv-daily/m-p/82544#M9069</link>
      <description>&lt;P&gt;Hi itsweb,&lt;/P&gt;  &lt;P&gt;there is no API on XMC that allows you to retrieve the end-system events. But you can build a Workflow which runs a script on XMC that can access XMC’s DB directly and pull those events. Look at these examples:&lt;/P&gt;  &lt;P&gt;&lt;A href="https://github.com/extremenetworks/ExtremeScripting/blob/master/Netsight/oneview_workflows/README.md" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/ExtremeScripting/blob/master/Netsight/oneview_workflows/README.md&lt;/A&gt;&lt;/P&gt;  &lt;P&gt;There is one workflow called&amp;nbsp;&lt;A href="https://github.com/extremenetworks/ExtremeScripting/blob/master/Netsight/oneview_workflows/xwf/Investigate_End-System_history-8.2.5.50v48.xwf?raw=true" target="_blank" rel="nofollow noreferrer noopener"&gt;Investigate End-System History&lt;/A&gt;&lt;/P&gt;  &lt;P&gt;Download it and then upload it to your XMC’s workflows. One of the scripts in this workflows shows you how to query XMC’s DB via SQL.&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;Hope this helps&lt;/P&gt;  &lt;P&gt;Kurt&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 15:19:35 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/best-way-to-get-automated-end-system-events-export-csv-daily/m-p/82544#M9069</guid>
      <dc:creator>Kurt_Semba</dc:creator>
      <dc:date>2020-05-25T15:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get automated end system events export csv daily</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/best-way-to-get-automated-end-system-events-export-csv-daily/m-p/82545#M9070</link>
      <description>&lt;P&gt;Thanks for the info&amp;nbsp;Kurt, that definitely helps. It also saves me time trying to figure out if the APIs could do something like that.&amp;nbsp; Looking at that workflow, it looks like its possible to get access to the MySQL db. What would be any issues or pitfalls with creating another read-only user to the database for outside localhost, then I could just connect directly to the db and query the events I need via any programming script?&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 21:58:56 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/best-way-to-get-automated-end-system-events-export-csv-daily/m-p/82545#M9070</guid>
      <dc:creator>itsweb</dc:creator>
      <dc:date>2020-05-25T21:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get automated end system events export csv daily</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/best-way-to-get-automated-end-system-events-export-csv-daily/m-p/82546#M9071</link>
      <description>&lt;P&gt;Technically you can achieve that but it is not recommended nor supported. But then agian, I don’t think anyone can prevent you from doing this &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;Potential issues:&lt;/P&gt;  &lt;UL&gt;&lt;LI&gt;security (you open up the XMC DB directly to the “outside”)&lt;/LI&gt; 	&lt;LI&gt;support (if things go wrong I don’t think GTAC will help you correct those custom changes - be sure to create a snapshot of your XMC VM).&amp;nbsp;&lt;/LI&gt; 	&lt;LI&gt;no matter if you do it via workflows or open up the DB directly for remote queries: we do NOT communicate any changes to our DB structure within the XMC Release Notes. So be aware that the DB table names, column names / structure, etc. might change with any release without notifying our customers.&amp;nbsp;&lt;/LI&gt; &lt;/UL&gt;</description>
      <pubDate>Mon, 25 May 2020 22:04:31 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/best-way-to-get-automated-end-system-events-export-csv-daily/m-p/82546#M9071</guid>
      <dc:creator>Kurt_Semba</dc:creator>
      <dc:date>2020-05-25T22:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get automated end system events export csv daily</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/best-way-to-get-automated-end-system-events-export-csv-daily/m-p/82547#M9072</link>
      <description>&lt;P&gt;Thanks again Kurt.&amp;nbsp;&lt;/P&gt;  &lt;P&gt;Have you seen any issues with scheduling workflow tasks?&amp;nbsp;&lt;BR /&gt; I created a workflow and can run it and it runs successfully. When i go to scheduled tasks and try to create a new one, i drop down the type to workflow task, but then the dropdown for “workflow task name” never expands to any values.&amp;nbsp;&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;UPDATE: Sorry, figured that one out.. You have to hit run from the workflow, then hit save on that window for it to save to Saved Tasks, then it will show up in the drop down.&amp;nbsp;&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 May 2020 07:49:54 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/best-way-to-get-automated-end-system-events-export-csv-daily/m-p/82547#M9072</guid>
      <dc:creator>itsweb</dc:creator>
      <dc:date>2020-05-31T07:49:54Z</dc:date>
    </item>
  </channel>
</rss>

