The HPE GreenLake for Subscription Management service provides:
- APIs you can use to onboard and manage subscriptions in your workspace. The API allows you to invoke any operation or task that is available through the HPE GreenLake UI.
- An event you can use to get notified of expiring subscriptions.
With HPE GreenLake for Subscription Management service you can:
- Add subscriptions to a workspace
- View subscriptions in a workspace
- View all auto-subscription settings in a workspace
- View a specific auto-subscription settings in a workspace
- Get notified about expiring subscriptions
The following table outlines the most recent changes to the Subscription Management service.
| Type | Date | Description | Changelog |
|---|---|---|---|
| APIs | March 2025 | Two API endpoints were updated to support the dry-run query parameter. | View the changelog for more information. |
| Events | September 2024 | The Expiring Subscriptions event was released. | View the changelog for more information. |
The following APIs are being deprecated and removed on their end-of-life date. Use the replacement APIs.
| API | Deprecated endpoint | Deprecation date | Replacement endpoint |
|---|---|---|---|
| Add subscriptions | POST /subscriptions/v1beta1/subscriptions | May 5th 2025 | POST /subscriptions/v1/subscriptions |
| Get the status of an asynchronous operation in subscriptions | GET /subscriptions/v1beta1/async-operations/{id} | May 5th 2025 | GET /subscriptions/v1/async-operations/{id} |
| Get subscriptions of a workspace | GET /subscriptions/v1alpha1/subscriptions | May 5th 2025 | GET /subscriptions/v1/subscriptions |
| Update Subscriptions | PATCH /subscriptions/v1beta/subscriptions | May 5th 2025 | PATCH /subscriptions/v1/subscriptions |
| Get specific subscription information | GET /subscriptions/v1beta1/subscriptions/{id} | May 5th 2025 | GET /subscriptions/v1/subscriptions/{id} |
| Get all auto subscription settings in a workspace | GET /subscriptions/v1alpha1/auto-subscription-settings | May 5th 2025 | GET /subscriptions/v1/auto-subscription-settings |
| Get specific auto subscription settings in a workspace | GET /subscriptions/v1alpha1/auto-subscription-settings/{resource_id} | May 5th 2025 | GET /subscriptions/v1/auto-subscription-settings/{resource_id} |
| Update configured auto-subscriptions settings of a workspace | PATCH /subscriptions/v1alpha1/auto-subscription-settings/{resource_id} | May 5th 2025 | PATCH /subscriptions/v1/auto-subscription-settings/{resource_id} |