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/
- Mock server
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/data-services/public/openapi/data-services-public-v1beta1/data-services/v1beta1/software-components/{id}/install-release
https://us-west.api.greenlake.hpe.com/data-services/v1beta1/software-components/{id}/install-release
https://eu-west.api.greenlake.hpe.com/data-services/v1beta1/software-components/{id}/install-release
https://eu-central.api.greenlake.hpe.com/data-services/v1beta1/software-components/{id}/install-release
https://ap-northeast.api.greenlake.hpe.com/data-services/v1beta1/software-components/{id}/install-release
- 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-components/{id}/install-release' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
A Software Release.
An identifier for the resource, usually a UUID.
A monotonically increasing value. This value updates when the resource is updated and can be used as a short way to determine if a resource has changed or which of two different copies of a resource is more up to date.
The self reference for this resource.
The customer application identifier
The metadata for files within a Software Release.
The metadata for files within a Software Release.
The metadata for files within a Software Release.
The metadata for files within a Software Release.
The Software Component a Software Release belongs to.
The stabilities that can be assigned to a Software Release.
An indicator of how a Software Release should be used:
INSTALL
: Used for an initial install, such as the OVA for a virtual machine.UPGRADE
: Upgrades an existing release.UNIVERSAL
: Acts as both an install and upgrade media.
{ "createdAt": "2019-08-24T14:15:22Z", "customerId": "00000000000000000000000000000000", "downloadable": true, "generation": 1, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "Example v1.0.0", "resourceUri": "/data-services/v1beta1/software-releases/497f6eca-6276-4993-bfeb-53cbbbba6f08", "signature": { "filename": "example.ova.sig", "sha256Checksum": "c6a73c39b2c0d1f91594f81d01f0b79f40f6cd7a939cb3b6f1775fcf939ab3e6", "sizeInBytes": 1000 }, "software": { "filename"": "example.ova", "sha256Checksum"": "d63c742ff2c761619914400c18f34d2368ae84babc7eac9ffcaea8f40b68b505", "sizeInBytes"": 10000 }, "softwareComponent": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "Example", "type": "data-services/software-component" }, "stability": "GENERAL_AVAILABILITY", "type": "data-services/software-release", "updatedAt": "2019-08-24T14:15:22Z", "usage": "INSTALL", "version": "1.0.0" }