<?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: Storevirtual VSA V2 API Access in StoreVirtual Storage</title>
    <link>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7014996#M11699</link>
    <description>&lt;P&gt;HP Support confirmed for me that the V2 API only works on the newer physical appliances.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Aug 2018 00:12:13 GMT</pubDate>
    <dc:creator>keiransteele</dc:creator>
    <dc:date>2018-08-15T00:12:13Z</dc:date>
    <item>
      <title>Storevirtual VSA V2 API Access</title>
      <link>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7009091#M11613</link>
      <description>&lt;P&gt;I have this document detailing the V2 Storevirtual API: &lt;A href="https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-a00004048en_us" target="_blank"&gt;https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-a00004048en_us&lt;/A&gt;. It seems to show that I can use it on our Storevirtual VSAs but I can't get it to work. V1 API works no problem. All our 60+ appliances are on 12.7.00.0226.0. Patch 57007-00 is installed, it relates to "get" and "put" operations on the API.&lt;/P&gt;&lt;P&gt;Port 443 doesn't seem to be open on the appliance which is pretty much my main problem at the moment.&lt;/P&gt;&lt;P&gt;I'm would like to use this API version as it includes the ability to create management groups and the V1 API doesn't. Can anyone provide any insight?&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2018 21:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7009091#M11613</guid>
      <dc:creator>keiransteele</dc:creator>
      <dc:date>2018-06-17T21:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Storevirtual VSA V2 API Access</title>
      <link>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7009280#M11614</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1929038"&gt;@keiransteele&lt;/a&gt;&lt;/P&gt;&lt;P&gt;According to the document you listed, I see the following note:&lt;/P&gt;&lt;P&gt;The REST server listens on the standard HTTPS port 443. The server also listens on port 8081 for backwards&lt;BR /&gt;compatability. To specify the port in the URI, use the following format:&lt;BR /&gt;https://&amp;lt;storage node ip&amp;gt;:8081/lhos/v2/&amp;lt;resource-type-in-plural&amp;gt;&amp;lt;/id&amp;gt;&amp;lt;?&amp;lt;query-string&amp;gt;&lt;/P&gt;&lt;P&gt;Please let me know if this works.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Vikas&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 16:27:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7009280#M11614</guid>
      <dc:creator>VikasMandal</dc:creator>
      <dc:date>2018-06-19T16:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Storevirtual VSA V2 API Access</title>
      <link>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7009316#M11621</link>
      <description>&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;No that doesn't work either. I do a POST with the json data below with the listed results:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;&amp;nbsp; "user":"username",&lt;BR /&gt;&amp;nbsp; "password":"password"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;https://ip_address:8081/lhos/credentials =&amp;gt; 201 created. This is the expected result.&lt;/P&gt;&lt;P&gt;https://ip_address:8081/lhos/v2/credentials =&amp;gt; 401 Unauthorised. I would expect this to work too given the backwards compatibility but it doesn't.&lt;/P&gt;&lt;P&gt;https://ip_address/lhos/v2/credentials =&amp;gt; No response. Port is closed to this is expected.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Keiran.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 21:13:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7009316#M11621</guid>
      <dc:creator>keiransteele</dc:creator>
      <dc:date>2018-06-19T21:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Storevirtual VSA V2 API Access</title>
      <link>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7009520#M11627</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1929038"&gt;@keiransteele&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;Yes, port&amp;nbsp;8081&amp;nbsp;ideally should work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use the HTTP standard Authorization (or Auth) header (as recommended by CHRP) to pass along the session&amp;nbsp;key when making REST API calls. Failure to use a valid session key will result in a failed API call with a 401 (Unauthorized) http status. Clients can use session tokens on the VIP, but if the VIP node goes down, then clients will need to&amp;nbsp;have retry logic.&lt;/P&gt;&lt;P&gt;Did you send authentication credentials along with your request?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Vikas&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 11:37:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7009520#M11627</guid>
      <dc:creator>VikasMandal</dc:creator>
      <dc:date>2018-06-21T11:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Storevirtual VSA V2 API Access</title>
      <link>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7009680#M11634</link>
      <description>&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;Yes, I'm using the credential request method as is shown in the linked document with the username and password in the body. This works in the V1 API and i'm using it in scripts already, it returns an authtoken as expected but the V2 api just returns unauthorised with the same credentials.&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;&amp;nbsp; "user":"username",&lt;BR /&gt;&amp;nbsp; "password":"password"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Keiran.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jun 2018 20:50:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7009680#M11634</guid>
      <dc:creator>keiransteele</dc:creator>
      <dc:date>2018-06-24T20:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Storevirtual VSA V2 API Access</title>
      <link>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7012433#M11669</link>
      <description>&lt;P&gt;Did you ever get this working?&amp;nbsp; We just updated to VSA 12.7 and I am also unable to hit the v2 API.&lt;/P&gt;&lt;P&gt;PS C:\WINDOWS\system32&amp;gt; Invoke-WebRequest -Uri https://ourvsa:8081/lhos/v2/credentials -Method Post -Body $body -ContentType 'application/JSON'&lt;/P&gt;&lt;P&gt;Invoke-WebRequest : The remote server returned an error: (401) Unauthorized.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if you pull the v2 out of it, it works fine.&lt;/P&gt;&lt;P&gt;PS C:\WINDOWS\system32&amp;gt; Invoke-WebRequest -Uri https://ourvsa:8081/lhos/credentials -Method Post -Body $body -ContentType 'application/JSON'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;StatusCode&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 201&lt;/P&gt;&lt;P&gt;StatusDescription : Created&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 15:37:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7012433#M11669</guid>
      <dc:creator>msimm29</dc:creator>
      <dc:date>2018-07-19T15:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Storevirtual VSA V2 API Access</title>
      <link>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7012900#M11673</link>
      <description>&lt;P&gt;No, I haven't got it working. My next step would be HP support probably but I haven't put more time into it as it's not critical.&lt;/P&gt;&lt;P&gt;I'm having the same problem as yourself. Did it work on the previous version? We're only running 12.7 and I only have that installer handy.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 21:44:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7012900#M11673</guid>
      <dc:creator>keiransteele</dc:creator>
      <dc:date>2018-07-24T21:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Storevirtual VSA V2 API Access</title>
      <link>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7013129#M11674</link>
      <description>&lt;P&gt;I'd also love to see this working with the v2 API. It appears to introduce a lot of performance monitoring now which means we can actually get some useful performance history out of them finally. The CMC is still way too limited and SNMP monitoring is rubbish.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 21:07:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7013129#M11674</guid>
      <dc:creator>BenLoveday</dc:creator>
      <dc:date>2018-07-26T21:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Storevirtual VSA V2 API Access</title>
      <link>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7014996#M11699</link>
      <description>&lt;P&gt;HP Support confirmed for me that the V2 API only works on the newer physical appliances.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 00:12:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7014996#M11699</guid>
      <dc:creator>keiransteele</dc:creator>
      <dc:date>2018-08-15T00:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Storevirtual VSA V2 API Access</title>
      <link>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7015994#M11707</link>
      <description>&lt;P&gt;Well that sucks...why bother releasing a new API for only the physical product. To be fair the VSA probably has more useful life in it than the hardware product. Particularly when the CMC management tool and current monitoring features are crap. With a feature rich API a customer can write their own management/monitoring tools...&lt;/P&gt;&lt;P&gt;I might log a support job and ask about an ETA.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Aug 2018 23:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storevirtual-storage/storevirtual-vsa-v2-api-access/m-p/7015994#M11707</guid>
      <dc:creator>BenLoveday</dc:creator>
      <dc:date>2018-08-26T23:05:08Z</dc:date>
    </item>
  </channel>
</rss>

