Data Services API
Data Services API (1.3.0)
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/data-services/public/openapi/data-services-public-v1beta1/
https://us-west.api.greenlake.hpe.com/
https://eu-west.api.greenlake.hpe.com/
https://eu-central.api.greenlake.hpe.com/
https://ap-northeast.api.greenlake.hpe.com/
Request
List the available upgrades for an installed Software Release, identified by a version and Software Component ID. Pagination is not supported on the returned items.
The returned items are upgrades that can be applied to an existing installation of a Software Release. Some releases can be applied immediately, while others may require corrective actions to be completed before the release is allowed.
Upgrades beyond those initially returned can be found by recursively calling this API with the new Software Release version. This can be useful for presenting the series of updates required to bring an installation to the latest version.
The version of an installed Software Release that is being upgraded.
The serial number of the hardware being upgraded. Either agent-id
or serial-number
must be supplied.
- Mock server
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/data-services/public/openapi/data-services-public-v1beta1/data-services/v1beta1/software-upgrades
https://us-west.api.greenlake.hpe.com/data-services/v1beta1/software-upgrades
https://eu-west.api.greenlake.hpe.com/data-services/v1beta1/software-upgrades
https://eu-central.api.greenlake.hpe.com/data-services/v1beta1/software-upgrades
https://ap-northeast.api.greenlake.hpe.com/data-services/v1beta1/software-upgrades
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
'https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/data-services/public/openapi/data-services-public-v1beta1/data-services/v1beta1/software-upgrades?software-component-id=497f6eca-6276-4993-bfeb-53cbbbba6f08&version=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Upgrades for a Software Release.
The software upgrades.
Whether access to the release is currently allowed. If it is not allowed, the notes
property contains actions to complete to make it allowed.
Actions to completed before the upgrade is allowed. Empty if allowed
is true
.
{ "count": 2, "items": [ { … }, { … } ] }