<?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: Using Powershell and API to create ServiceNow ticket in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Using-Powershell-and-API-to-create-ServiceNow-ticket/m-p/161288#M28059</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/55504"&gt;@AlexDawson&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Ah &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This isn't something I'm personally familiar with, however I've gone through our documentation and found the following pointers, which will I'm pretty confident will help &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/23283"&gt;@moork&lt;/a&gt;&amp;nbsp;and you to implement it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reviewing our documentation at&amp;nbsp;&lt;A href="https://library.netapp.com/ecm/ecm_download_file/ECMLP2862552" target="_blank" rel="noopener"&gt;https://library.netapp.com/ecm/ecm_download_file/ECMLP2862552&lt;/A&gt;&amp;nbsp;I look at page 50, which points out that a&amp;nbsp;custom script can be executed to perform an action.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also review the section in the SNOW web docs at&amp;nbsp;&lt;A href="https://docs.servicenow.com/bundle/paris-it-operations-management/page/product/event-management/task/send-events-via-web-service.html" target="_blank" rel="noopener"&gt;https://docs.servicenow.com/bundle/paris-it-operations-management/page/product/event-management/task/send-events-via-web-service.html&lt;/A&gt;&amp;nbsp;regarding creating events via API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, next step is to take the script inputs and turn them into a JSON web event post to SNOW&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assume that since you're asking about PowerShell, you're running AIQUM on Windows. Page 322 of&lt;A href="https://library.netapp.com/ecm/ecm_download_file/ECMLP2862552" target="_blank" rel="noopener"&gt;&amp;nbsp;ECMLP2862552&lt;/A&gt;&amp;nbsp;begins the section on using Scripts and points out that PowerShell scripts are supported on the Windows platform only. You probably want to map our script argument&amp;nbsp;eventSourceName to SNOW's "node" identifier for the event to be sent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This page covers using command line arguments inside PowerShell -&amp;nbsp;&lt;A href="https://www.red-gate.com/simple-talk/sysadmin/powershell/how-to-use-parameters-in-powershell/" target="_blank" rel="noopener"&gt;https://www.red-gate.com/simple-talk/sysadmin/powershell/how-to-use-parameters-in-powershell/ &lt;/A&gt;- and then this page covers creating and sending JSON inside PowerShell -&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-restmethod?view=powershell-7.1" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-restmethod?view=powershell-7.1&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, what you need to do is write a script that will be called by AIQUM when an event is created, that then maps the arguments provided by it into a JSON object that then gets posted to SNOW.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kevin, you are welcome to reach out to me internally if you have any feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;We had similar requirements to create Remedy INCs from Unified Manager alerts. There are some differences - Remedy vs SNOW, our UM instance is on Linux so we were somewhat more flexible, and we're using Perl instead of PS.&lt;/P&gt;
&lt;P&gt;Our UM instance calls an alerting script that takes the input parameters, determines how to re-format them to create the INC, then uses our simplified process to create the INC. Our Remedy and Control-M teams worked together to make the actual INC creation process simple. Once&amp;nbsp;your code is written to create the INC, it can be used wherever it's needed. It's been a great solution. I also implemented event logging&amp;nbsp;so we could check to make sure that it was working properly if needed.&lt;/P&gt;
&lt;P&gt;In short, this is a great solution to your problem. Extract what you need from the command line parameters, cook up the appropriate JSON and ship it off to SNOW.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Nov 2020 17:49:31 GMT</pubDate>
    <dc:creator>SCOTT_LINDLEY</dc:creator>
    <dc:date>2020-11-18T17:49:31Z</dc:date>
    <item>
      <title>Using Powershell and API to create ServiceNow ticket</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Using-Powershell-and-API-to-create-ServiceNow-ticket/m-p/161205#M28050</link>
      <description>&lt;P&gt;Our goal here today is to automate the creation of a ServiceNow ticket for our offshore support teams.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a json file from ServiceNow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I need is guidance on how to use the information I have to create an automated ServiceNow ticket.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if you need anything attached to the post?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:45:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Using-Powershell-and-API-to-create-ServiceNow-ticket/m-p/161205#M28050</guid>
      <dc:creator>moork</dc:creator>
      <dc:date>2025-06-04T10:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using Powershell and API to create ServiceNow ticket</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Using-Powershell-and-API-to-create-ServiceNow-ticket/m-p/161223#M28051</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think we need a bit more information here - would you like certain events inside ONTAP to create service-now INCs for the team to review and resolve?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 06:21:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Using-Powershell-and-API-to-create-ServiceNow-ticket/m-p/161223#M28051</guid>
      <dc:creator>AlexDawson</dc:creator>
      <dc:date>2020-11-17T06:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using Powershell and API to create ServiceNow ticket</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Using-Powershell-and-API-to-create-ServiceNow-ticket/m-p/161238#M28056</link>
      <description>&lt;P&gt;Thanks Kevin for submitting this question:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We've built a "Critical" alert policy. We would like alerts sent via this policy (Sent from AiQUM 9.7) to generate ServiceNow tickets. All the alerts represent a complete outage/failure, meaning data access is not available. The desire is to create INC tickets, these tickets will be managed by the Helpdesk during off-hours to call the On-Call Storage person.&amp;nbsp; &amp;nbsp;If there is any API&amp;nbsp; samples, that would be great.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MJ&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 16:17:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Using-Powershell-and-API-to-create-ServiceNow-ticket/m-p/161238#M28056</guid>
      <dc:creator>MJDalton</dc:creator>
      <dc:date>2020-11-17T16:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using Powershell and API to create ServiceNow ticket</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Using-Powershell-and-API-to-create-ServiceNow-ticket/m-p/161257#M28057</link>
      <description>&lt;P&gt;BTW &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/55504"&gt;@AlexDawson&lt;/a&gt;, I saw a previous thread you posted on regarding this.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.netapp.com/t5/Data-Infrastructure-Management-Software-Discussions/integration-between-Unified-Manager-and-SNOW/m-p/158231" target="_blank"&gt;https://community.netapp.com/t5/Data-Infrastructure-Management-Software-Discussions/integration-between-Unified-Manager-and-SNOW/m-p/158231&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We don't have the SNMP module for SNOW and it's not in the budget to purchase.&amp;nbsp; We can however us API since all our sites are at 9.7P7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MJ&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 21:03:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Using-Powershell-and-API-to-create-ServiceNow-ticket/m-p/161257#M28057</guid>
      <dc:creator>MJDalton</dc:creator>
      <dc:date>2020-11-17T21:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using Powershell and API to create ServiceNow ticket</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Using-Powershell-and-API-to-create-ServiceNow-ticket/m-p/161260#M28058</link>
      <description>&lt;P&gt;Ah &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This isn't something I'm personally familiar with, however I've gone through our documentation and found the following pointers, which will I'm pretty confident will help &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/23283"&gt;@moork&lt;/a&gt;&amp;nbsp;and you to implement it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reviewing our documentation at&amp;nbsp;&lt;A href="https://library.netapp.com/ecm/ecm_download_file/ECMLP2862552" target="_blank"&gt;https://library.netapp.com/ecm/ecm_download_file/ECMLP2862552&lt;/A&gt;&amp;nbsp;I look at page 50, which points out that a&amp;nbsp;custom script can be executed to perform an action.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also review the section in the SNOW web docs at&amp;nbsp;&lt;A href="https://docs.servicenow.com/bundle/paris-it-operations-management/page/product/event-management/task/send-events-via-web-service.html" target="_blank"&gt;https://docs.servicenow.com/bundle/paris-it-operations-management/page/product/event-management/task/send-events-via-web-service.html&lt;/A&gt;&amp;nbsp;regarding creating events via API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, next step is to take the script inputs and turn them into a JSON web event post to SNOW&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assume that since you're asking about PowerShell, you're running AIQUM on Windows. Page 322 of&lt;A href="https://library.netapp.com/ecm/ecm_download_file/ECMLP2862552" target="_blank"&gt;&amp;nbsp;ECMLP2862552&lt;/A&gt;&amp;nbsp;begins the section on using Scripts and points out that PowerShell scripts are supported on the Windows platform only. You probably want to map our script argument&amp;nbsp;eventSourceName to SNOW's "node" identifier for the event to be sent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This page covers using command line arguments inside PowerShell -&amp;nbsp;&lt;A href="https://www.red-gate.com/simple-talk/sysadmin/powershell/how-to-use-parameters-in-powershell/" target="_blank"&gt;https://www.red-gate.com/simple-talk/sysadmin/powershell/how-to-use-parameters-in-powershell/ &lt;/A&gt;- and then this page covers creating and sending JSON inside PowerShell -&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-restmethod?view=powershell-7.1" target="_blank"&gt;https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-restmethod?view=powershell-7.1&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, what you need to do is write a script that will be called by AIQUM when an event is created, that then maps the arguments provided by it into a JSON object that then gets posted to SNOW.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kevin, you are welcome to reach out to me internally if you have any feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 01:11:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Using-Powershell-and-API-to-create-ServiceNow-ticket/m-p/161260#M28058</guid>
      <dc:creator>AlexDawson</dc:creator>
      <dc:date>2020-11-18T01:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using Powershell and API to create ServiceNow ticket</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Using-Powershell-and-API-to-create-ServiceNow-ticket/m-p/161288#M28059</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/55504"&gt;@AlexDawson&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Ah &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This isn't something I'm personally familiar with, however I've gone through our documentation and found the following pointers, which will I'm pretty confident will help &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/23283"&gt;@moork&lt;/a&gt;&amp;nbsp;and you to implement it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reviewing our documentation at&amp;nbsp;&lt;A href="https://library.netapp.com/ecm/ecm_download_file/ECMLP2862552" target="_blank" rel="noopener"&gt;https://library.netapp.com/ecm/ecm_download_file/ECMLP2862552&lt;/A&gt;&amp;nbsp;I look at page 50, which points out that a&amp;nbsp;custom script can be executed to perform an action.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also review the section in the SNOW web docs at&amp;nbsp;&lt;A href="https://docs.servicenow.com/bundle/paris-it-operations-management/page/product/event-management/task/send-events-via-web-service.html" target="_blank" rel="noopener"&gt;https://docs.servicenow.com/bundle/paris-it-operations-management/page/product/event-management/task/send-events-via-web-service.html&lt;/A&gt;&amp;nbsp;regarding creating events via API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, next step is to take the script inputs and turn them into a JSON web event post to SNOW&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assume that since you're asking about PowerShell, you're running AIQUM on Windows. Page 322 of&lt;A href="https://library.netapp.com/ecm/ecm_download_file/ECMLP2862552" target="_blank" rel="noopener"&gt;&amp;nbsp;ECMLP2862552&lt;/A&gt;&amp;nbsp;begins the section on using Scripts and points out that PowerShell scripts are supported on the Windows platform only. You probably want to map our script argument&amp;nbsp;eventSourceName to SNOW's "node" identifier for the event to be sent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This page covers using command line arguments inside PowerShell -&amp;nbsp;&lt;A href="https://www.red-gate.com/simple-talk/sysadmin/powershell/how-to-use-parameters-in-powershell/" target="_blank" rel="noopener"&gt;https://www.red-gate.com/simple-talk/sysadmin/powershell/how-to-use-parameters-in-powershell/ &lt;/A&gt;- and then this page covers creating and sending JSON inside PowerShell -&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-restmethod?view=powershell-7.1" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-restmethod?view=powershell-7.1&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, what you need to do is write a script that will be called by AIQUM when an event is created, that then maps the arguments provided by it into a JSON object that then gets posted to SNOW.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kevin, you are welcome to reach out to me internally if you have any feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;We had similar requirements to create Remedy INCs from Unified Manager alerts. There are some differences - Remedy vs SNOW, our UM instance is on Linux so we were somewhat more flexible, and we're using Perl instead of PS.&lt;/P&gt;
&lt;P&gt;Our UM instance calls an alerting script that takes the input parameters, determines how to re-format them to create the INC, then uses our simplified process to create the INC. Our Remedy and Control-M teams worked together to make the actual INC creation process simple. Once&amp;nbsp;your code is written to create the INC, it can be used wherever it's needed. It's been a great solution. I also implemented event logging&amp;nbsp;so we could check to make sure that it was working properly if needed.&lt;/P&gt;
&lt;P&gt;In short, this is a great solution to your problem. Extract what you need from the command line parameters, cook up the appropriate JSON and ship it off to SNOW.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 17:49:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Using-Powershell-and-API-to-create-ServiceNow-ticket/m-p/161288#M28059</guid>
      <dc:creator>SCOTT_LINDLEY</dc:creator>
      <dc:date>2020-11-18T17:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using Powershell and API to create ServiceNow ticket</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Using-Powershell-and-API-to-create-ServiceNow-ticket/m-p/161305#M28060</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/55504"&gt;@AlexDawson&lt;/a&gt;&amp;nbsp;, at the time (OCUM 7.2 I reckon) didn’t pass to powershell &amp;nbsp;the string parameters in quotes which prevents you to know the exact $args location to expect specific value, or better - to consume them as parm objects simple &amp;nbsp;as:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="crayon-st"&gt;param&lt;/SPAN&gt; &lt;SPAN class="crayon-sy"&gt;(&lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;$cluster&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt; &lt;SPAN class="crayon-v"&gt;$node&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Do you know if that changed or can be changed? (I guess it will introduce compatibility issue with existing scripts, but that can maybe get resolved with a “lagacy mode” tickbox. ), or perhaps I got that all wrong and there is a simple way that I miss?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the time I wrote that to parse the parameters into an easy to work with hashtable:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/MGidi/Consume_parameters_from_OCUM_on_a_PowerShell_script_And_Create_Custom_Emails/blob/master/One_Line_Consume_parameters_from_OCUM_on_a_PowerShell_script.ps1" target="_blank"&gt;https://github.com/MGidi/Consume_parameters_from_OCUM_on_a_PowerShell_script_And_Create_Custom_Emails/blob/master/One_Line_Consume_parameters_from_OCUM_on_a_PowerShell_script.ps1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gidi&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 23:06:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Using-Powershell-and-API-to-create-ServiceNow-ticket/m-p/161305#M28060</guid>
      <dc:creator>GidonMarcus</dc:creator>
      <dc:date>2020-11-18T23:06:27Z</dc:date>
    </item>
  </channel>
</rss>

