<?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 Query RAID ctrlr version via RESTful API in ProLiant Servers (ML,DL,SL)</title>
    <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/query-raid-ctrlr-version-via-restful-api/m-p/6978226#M159384</link>
    <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I have many Proliant DL380 g9 servers.&lt;/P&gt;&lt;P&gt;I want to get information about RAID controller FW version form all of them via&amp;nbsp;RESTful API.&lt;/P&gt;&lt;P&gt;I wrote script to do that:&lt;/P&gt;&lt;PRE&gt;$Address = 'IP'
$cred = Get-Credential
Disable-HPRESTCertificateAuthentication
$session = Connect-HPREST -Address $Address -Credential $cred
$systems = Get-HPRESTDataRaw -Href 'rest/v1/systems/1/smartstorage/arraycontrollers/0' -Session $session

echo $systems&lt;/PRE&gt;&lt;P&gt;It returns inforamtion abour RAID controller installed, but doesn't return FW version.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;FirmwareVersion                               : @{Current=}&lt;/PRE&gt;&lt;P&gt;How to return FW version by using this way?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Sep 2017 08:49:35 GMT</pubDate>
    <dc:creator>PaWeLL</dc:creator>
    <dc:date>2017-09-27T08:49:35Z</dc:date>
    <item>
      <title>Query RAID ctrlr version via RESTful API</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/query-raid-ctrlr-version-via-restful-api/m-p/6978226#M159384</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I have many Proliant DL380 g9 servers.&lt;/P&gt;&lt;P&gt;I want to get information about RAID controller FW version form all of them via&amp;nbsp;RESTful API.&lt;/P&gt;&lt;P&gt;I wrote script to do that:&lt;/P&gt;&lt;PRE&gt;$Address = 'IP'
$cred = Get-Credential
Disable-HPRESTCertificateAuthentication
$session = Connect-HPREST -Address $Address -Credential $cred
$systems = Get-HPRESTDataRaw -Href 'rest/v1/systems/1/smartstorage/arraycontrollers/0' -Session $session

echo $systems&lt;/PRE&gt;&lt;P&gt;It returns inforamtion abour RAID controller installed, but doesn't return FW version.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;FirmwareVersion                               : @{Current=}&lt;/PRE&gt;&lt;P&gt;How to return FW version by using this way?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 08:49:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/query-raid-ctrlr-version-via-restful-api/m-p/6978226#M159384</guid>
      <dc:creator>PaWeLL</dc:creator>
      <dc:date>2017-09-27T08:49:35Z</dc:date>
    </item>
  </channel>
</rss>

