<?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: Powershell example using Invoke-RestMethod for PI NBI Write in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/powershell-example-using-invoke-restmethod-for-pi-nbi-write/m-p/3474938#M1657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Spencer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; What I discovered was that the /op/devices/bulkImport requires a MINIMUM of three entries being passed to it to make an update to the UDF.&amp;nbsp; IP address, SNMP version and SNMP community.&amp;nbsp; The API documentation only indicates the IP address is mandatory.&amp;nbsp; I found this not to be the case.&amp;nbsp; All three are required to make a successful update to the UDF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Posting this here so other community members can see how I resolved the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Aug 2017 22:41:32 GMT</pubDate>
    <dc:creator>lusbyr</dc:creator>
    <dc:date>2017-08-03T22:41:32Z</dc:date>
    <item>
      <title>Powershell example using Invoke-RestMethod for PI NBI Write</title>
      <link>https://community.cisco.com/t5/controllers/powershell-example-using-invoke-restmethod-for-pi-nbi-write/m-p/3474935#M1654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for help in developing a method to update a User Defined Field (UDF) in Prime Infrastructure via the API using the PUT devices/bulkImport method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried putting together something using tidbits of information garnered from PI API documentation, Google, CCO, etc and I am not having a lot of luck.&amp;nbsp; Lots of examples on how to read data via PI.&amp;nbsp; No good examples of how to write data to PI via Powershell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a simple script to change a UDF on a single device in PI, identified by it's IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the salient portions of my script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: Lucida Console;"&gt;Ignore-SSLCertificates&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$username&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #8b0000; font-size: 8pt; font-family: Lucida Console;"&gt;"nbi_api"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #8b0000; font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$password&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #8b0000; font-size: 8pt; font-family: Lucida Console;"&gt;"Password123"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #8b0000; font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$myserver&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #8b0000; font-size: 8pt; font-family: Lucida Console;"&gt;"pi32-test-01.network.com"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #8b0000; font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$ipaddr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #8b0000; font-size: 8pt; font-family: Lucida Console;"&gt;"10.75.62.64"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #8b0000; font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$basicAuth&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 8pt; font-family: Lucida Console;"&gt;Convert&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;]::&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;ToBase64String(&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 8pt; font-family: Lucida Console;"&gt;Text.Encoding&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;]::&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;ASCII&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;GetBytes((&lt;/SPAN&gt;&lt;SPAN style="color: #8b0000; font-size: 8pt; font-family: Lucida Console;"&gt;"nbi_api:Password123"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$my_xml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #8b0000; font-size: 8pt; font-family: Lucida Console;"&gt;@"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #8b0000; font-size: 8pt; font-family: Lucida Console;"&gt;&amp;lt;?xml version="1.0" ?&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #8b0000; font-size: 8pt; font-family: Lucida Console;"&gt;&amp;nbsp; &amp;lt;devicesImport&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #8b0000; font-size: 8pt; font-family: Lucida Console;"&gt;&amp;nbsp; &amp;lt;devices&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #8b0000; font-size: 8pt; font-family: Lucida Console;"&gt;&amp;nbsp; &amp;lt;device&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;&lt;SPAN style="font-family: Lucida Console;"&gt;&amp;nbsp; &lt;SPAN style="font-family: %value;"&gt;&amp;lt;ipAddress&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: %value;"&gt;$ipaddr&amp;lt;/ipAddress&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300; font-family: %value;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;udfs&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300; font-family: %value;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;udf&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300; font-family: %value;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;CSC&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300; font-family: %value;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;Yes&amp;lt;/value&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300; font-family: %value;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/udf&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300; font-family: %value;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/udfs&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300; font-family: %value;"&gt;&amp;nbsp; &amp;lt;/device&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300; font-family: %value;"&gt;&amp;nbsp; &amp;lt;/devices&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300; font-family: %value;"&gt;&amp;lt;/devicesImport&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300; font-family: %value;"&gt;"@&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;uri&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #8b0000; font-size: 8pt; font-family: Lucida Console;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$myserver&lt;/SPAN&gt;&lt;SPAN style="color: #8b0000; font-size: 8pt; font-family: Lucida Console;"&gt;/webacs/api/v3/op/devices/bulkImport"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$response&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: Lucida Console;"&gt;Invoke-RestMethod&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Lucida Console;"&gt;-uri&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$uri&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Lucida Console;"&gt;-headers&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; @{Authorization&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #8b0000; font-size: 8pt; font-family: Lucida Console;"&gt;"Basic {0}"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;-f&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$basicAuth&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;)} &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Lucida Console;"&gt;-DisableKeepAlive&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Lucida Console;"&gt;-body&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$my_xml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Lucida Console;"&gt;-Method&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #8a2be2; font-size: 8pt; font-family: Lucida Console;"&gt;Put&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Any help would be appreciated.&amp;nbsp; I keep getting a 415 error from the PI server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 21:28:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/powershell-example-using-invoke-restmethod-for-pi-nbi-write/m-p/3474935#M1654</guid>
      <dc:creator>lusbyr</dc:creator>
      <dc:date>2017-07-14T21:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell example using Invoke-RestMethod for PI NBI Write</title>
      <link>https://community.cisco.com/t5/controllers/powershell-example-using-invoke-restmethod-for-pi-nbi-write/m-p/3474936#M1655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hunting the internet further I found the issue.&amp;nbsp; I needed to find a way to get more information from Powershell errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It told me the ContentType was incorrect.&amp;nbsp; It was expecting the -ContentType 'text/xml'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I set this, the Invoke-RestMethod worked with PUT and the PI server returned a job number as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the PI server indicated the job failed.&amp;nbsp; I can only capture a portion of the error message.&amp;nbsp; It is griping about the snmp_version.&amp;nbsp; However, I am not trying to change the snmp_version, just a UDF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FAILED_Add Bulk Import Job Failed, Incorrect Input file. Line 2: Invalid value : '' for snmp_version Possible Values are : 1 , 2c , 3.-INVENTORY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea why it is throwing this error message.&amp;nbsp; Can the community help in properly formatting the XML input?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 22:33:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/powershell-example-using-invoke-restmethod-for-pi-nbi-write/m-p/3474936#M1655</guid>
      <dc:creator>lusbyr</dc:creator>
      <dc:date>2017-07-14T22:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell example using Invoke-RestMethod for PI NBI Write</title>
      <link>https://community.cisco.com/t5/controllers/powershell-example-using-invoke-restmethod-for-pi-nbi-write/m-p/3474937#M1656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The op/devices/bulkImport resource expects a full set of device credentials to be sent in the request payload, even in the case of updating a UDF.&amp;nbsp; The recommended workflow is to use op/devices/exportDevices to export the device(s) in question, use the response from that resource as a baseline to make your UDF changes, then PUT that to op/devices/bulkImport.&amp;nbsp; Let me know if you run into any further issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 15:44:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/powershell-example-using-invoke-restmethod-for-pi-nbi-write/m-p/3474937#M1656</guid>
      <dc:creator>Spencer Zier</dc:creator>
      <dc:date>2017-07-31T15:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell example using Invoke-RestMethod for PI NBI Write</title>
      <link>https://community.cisco.com/t5/controllers/powershell-example-using-invoke-restmethod-for-pi-nbi-write/m-p/3474938#M1657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Spencer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; What I discovered was that the /op/devices/bulkImport requires a MINIMUM of three entries being passed to it to make an update to the UDF.&amp;nbsp; IP address, SNMP version and SNMP community.&amp;nbsp; The API documentation only indicates the IP address is mandatory.&amp;nbsp; I found this not to be the case.&amp;nbsp; All three are required to make a successful update to the UDF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Posting this here so other community members can see how I resolved the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 22:41:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/powershell-example-using-invoke-restmethod-for-pi-nbi-write/m-p/3474938#M1657</guid>
      <dc:creator>lusbyr</dc:creator>
      <dc:date>2017-08-03T22:41:32Z</dc:date>
    </item>
  </channel>
</rss>

