HPE OneView
1828397 Members
2840 Online
109977 Solutions
New Discussion

Getting Update Versions via API

 
lando9
Member

Getting Update Versions via API

Hi,

In order for us to know when to update OneView, I've automated checking the currently installed appliance version from OneView's API.

I need to compare that to the newest version in order for it to work. However, it looks like OneView itself has no knowledge of newer versions available. Is there an API available for the HPE support site that would let me get the newest version of OneView available, or any other version information related to that product?

 

Thank you.

3 REPLIES 3
PR7
HPE Pro

Re: Getting Update Versions via API

Greetings!
Here is the API guide: https://support.hpe.com/docs/display/public/dp00003271en_us/index.html#search?query=appliance%20update
The updates RESTful API provides the below GET calls to view the updates available in HPE OneView. You can enable HPE OneView to receive notifications whenever a new service pack applicable to your appliance is released by Hewlett Packard Enterprise. 

GET   /rest/updates

We do not have API that can get the latest appliance when released.

Request you to login to the support portal and check the latest release : https://support.hpe.com/hpesc/public/home



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
support_s
System Recommended

Query: Getting Update Versions via API

Hello,

 

Let us know if you were able to resolve the issue.

 

If you have no further query, and you are satisfied with the answer then kindly mark the topic as Solved so that it is helpful for all community members.

 

Please click on "Thumbs Up/Kudo" icon to give a "Kudo".

 

Thank you for being a HPE valuable community member.


Accept or Kudo

lando9
Member

Re: Query: Getting Update Versions via API

That's unfortunate that there isn't an API for checking the most up to date version. It would be very nice to be able to compare them, to know when I need to perform manual updates (or even fully automate the update process with the API...).

I hope you guys consider adding that at some point.

Thanks