<?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: Rest API Get Snapshot Collection: Cannot index into a null array. in Array Performance and Data Protection</title>
    <link>https://community.hpe.com/t5/array-performance-and-data/rest-api-get-snapshot-collection-cannot-index-into-a-null-array/m-p/6985396#M880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has corrected the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Apr 2016 15:12:59 GMT</pubDate>
    <dc:creator>adamscabana128</dc:creator>
    <dc:date>2016-04-14T15:12:59Z</dc:date>
    <item>
      <title>Rest API Get Snapshot Collection: Cannot index into a null array.</title>
      <link>https://community.hpe.com/t5/array-performance-and-data/rest-api-get-snapshot-collection-cannot-index-into-a-null-array/m-p/6985392#M876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a powershell script using the REST API to refresh dev/qa environments.&lt;/P&gt;&lt;P&gt;The refresh has been working great for some time.&amp;nbsp; All of the sudden today I had 2 machines fail with&amp;nbsp; &lt;SPAN style="color: #ff0000; font-size: 8pt; font-family: Lucida Console;"&gt;Cannot index into a null array. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Here is the snippet of code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$prod_array&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;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$ProdVolume_array&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;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$topsnapshot_array&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&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&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 _jive_internal="true" href="https://community.hpe.com/" rel="nofollow"&gt;https://&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&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="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$ArrayIP&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;"snapshot_collections/detail"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$snaplist&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;-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;get&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;-Header&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;$header&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$prod_array&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: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$snaplist&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;data&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$ProdVolume_array&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: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$prod_array&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;select&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;snapshots_list&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: #8a2be2; font-size: 8pt; font-family: Lucida Console;"&gt;name&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: #8a2be2; font-size: 8pt; font-family: Lucida Console;"&gt;creation_time&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: #0000ff; font-size: 8pt; font-family: Lucida Console;"&gt;where-object&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;name&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;-like&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;$ProdVolumeCollection&lt;/SPAN&gt;&lt;SPAN style="color: #8a2be2; font-size: 8pt; font-family: Lucida Console;"&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;sort-object&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;-Property&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;creation_time&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;-descending &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Lucida Console;"&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$topsnapshot_array&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: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$ProdVolume_array&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 8pt; font-family: Lucida Console;"&gt;0&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;snapshots_list &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #006400; font-size: 8pt; font-family: Lucida Console;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$snaplist &lt;/SPAN&gt;does have information in it.&amp;nbsp; when I look at &lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$prod_array &lt;/SPAN&gt;and &lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$ProdVolume_array &lt;/SPAN&gt;I see nothing.&amp;nbsp; I don't understand why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 15:18:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-performance-and-data/rest-api-get-snapshot-collection-cannot-index-into-a-null-array/m-p/6985392#M876</guid>
      <dc:creator>adamscabana128</dc:creator>
      <dc:date>2016-04-08T15:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API Get Snapshot Collection: Cannot index into a null array.</title>
      <link>https://community.hpe.com/t5/array-performance-and-data/rest-api-get-snapshot-collection-cannot-index-into-a-null-array/m-p/6985393#M877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you certain that $snaplist contains valid data?&amp;nbsp; Depending on what value $ArrayIP has, I see a potential error. If it's simply the IP/hostname of the array as I expect it might be, then I suggest that you change this line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #ff4500;"&gt;$uri&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #a9a9a9;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #8b0000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10.6667px; font-family: inherit;"&gt;"&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.hpe.com/" style="font-weight: inherit; font-style: inherit; font-size: 10.6667px; font-family: inherit; color: #3778c7;"&gt;https://&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10.6667px; font-family: inherit;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #a9a9a9;"&gt;+&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #ff4500;"&gt;$ArrayIP&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #a9a9a9;"&gt;+&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #8b0000;"&gt;"snapshot_collections/detail"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;to instead be&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #ff4500;"&gt;$uri&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #a9a9a9;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #8b0000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10.6667px; font-family: inherit;"&gt;"&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.hpe.com/" style="font-weight: inherit; font-style: inherit; font-size: 10.6667px; font-family: inherit; color: #3778c7;"&gt;https://&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10.6667px; font-family: inherit;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #a9a9a9;"&gt;+&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #ff4500;"&gt;$ArrayIP&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #a9a9a9;"&gt;+&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Lucida Console'; color: #8b0000;"&gt;":5392/v1/snapshot_collections/detail"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, when you invoke the API in the following line, you are likely to get an error. The only other thing that jumps out is that I don't know what $ProdVolumeCollection looks like here. If it's invalid, then $ProdVolume_array would wind up being empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 19:07:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-performance-and-data/rest-api-get-snapshot-collection-cannot-index-into-a-null-array/m-p/6985393#M877</guid>
      <dc:creator>jcates98</dc:creator>
      <dc:date>2016-04-12T19:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API Get Snapshot Collection: Cannot index into a null array.</title>
      <link>https://community.hpe.com/t5/array-performance-and-data/rest-api-get-snapshot-collection-cannot-index-into-a-null-array/m-p/6985394#M878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure about the snapshot_collections failure, but the snapshots object failed with this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Invoke-RestMethod : The remote server returned an error: (400) Bad Request.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;snapshots objectset does not support listing all objects. The complete response for this error would be some thing like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; "messages":[&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "code":"SM_http_bad_request",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "text":"The request could not be understood by the server."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "code":"SM_missing_arg",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "arguments":{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "arg":"vol_id"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "text":"Missing the argument 'vol_id' in the request."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ]&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You will have to provide the id of a particular volume to list the snapshots. For e.g. you can use a query URL like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;array-ip&amp;gt;:5392/v1/snapshots/detail?vol_id=0611f49156c08fdc81000000000000000000000007&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 17:13:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-performance-and-data/rest-api-get-snapshot-collection-cannot-index-into-a-null-array/m-p/6985394#M878</guid>
      <dc:creator>rshekar42</dc:creator>
      <dc:date>2016-04-13T17:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API Get Snapshot Collection: Cannot index into a null array.</title>
      <link>https://community.hpe.com/t5/array-performance-and-data/rest-api-get-snapshot-collection-cannot-index-into-a-null-array/m-p/6985395#M879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I may have found the problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;changing&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;$ProdVolume_array&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: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$prod_array&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;select&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;snapshots_list&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: #8a2be2; font-size: 8pt; font-family: Lucida Console;"&gt;name&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: #8a2be2; font-size: 8pt; font-family: Lucida Console;"&gt;creation_time&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: #0000ff; font-size: 8pt; font-family: Lucida Console;"&gt;where-object&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;name&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;-like&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;$ProdVolumeCollection&lt;/SPAN&gt;&lt;SPAN style="color: #8a2be2; 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="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: Lucida Console;"&gt;sort-object&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;-Property&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;creation_time&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;-descending &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Lucida Console;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;to:&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;$ProdVolume_array&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: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$prod_array&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;select&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;*&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: #0000ff; font-size: 8pt; font-family: Lucida Console;"&gt;where-object&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;volcoll_name&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;-eq&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;$ProdVolumeCollection&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;sort-object&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;-Property&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;creation_time&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;-descending &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Lucida Console;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Lucida Console;"&gt;In some local testing this appears to take care of the issue, but I need to validate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Lucida Console;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Lucida Console;"&gt;I'm still not sure why it all of the sudden failed.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 21:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-performance-and-data/rest-api-get-snapshot-collection-cannot-index-into-a-null-array/m-p/6985395#M879</guid>
      <dc:creator>adamscabana128</dc:creator>
      <dc:date>2016-04-13T21:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API Get Snapshot Collection: Cannot index into a null array.</title>
      <link>https://community.hpe.com/t5/array-performance-and-data/rest-api-get-snapshot-collection-cannot-index-into-a-null-array/m-p/6985396#M880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has corrected the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 15:12:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-performance-and-data/rest-api-get-snapshot-collection-cannot-index-into-a-null-array/m-p/6985396#M880</guid>
      <dc:creator>adamscabana128</dc:creator>
      <dc:date>2016-04-14T15:12:59Z</dc:date>
    </item>
  </channel>
</rss>

