HPE GreenLake for Subscription Management

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.

Features

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

What's new

The following table outlines the most recent changes to the Subscription Management service.

Type Date Description Changelog
APIs January 2025 New stable v1 versions of the APIs released. View the changelog for more information.
Events September 2024 The Expiring Subscriptions event was released. View the changelog for more information.

Deprecated

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}

Related documentation