Skip to content
Last updated

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.

TypeDateDescriptionChangelog
APIsMarch 2025Two API endpoints were updated to support the dry-run query parameter.View the changelog for more information.
EventsSeptember 2024The 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.

APIDeprecated endpointDeprecation dateReplacement endpoint
Add subscriptionsPOST /subscriptions/v1beta1/subscriptionsMay 5th 2025POST /subscriptions/v1/subscriptions
Get the status of an asynchronous operation in subscriptionsGET /subscriptions/v1beta1/async-operations/{id}May 5th 2025GET /subscriptions/v1/async-operations/{id}
Get subscriptions of a workspaceGET /subscriptions/v1alpha1/subscriptionsMay 5th 2025GET /subscriptions/v1/subscriptions
Update SubscriptionsPATCH /subscriptions/v1beta/subscriptionsMay 5th 2025PATCH /subscriptions/v1/subscriptions
Get specific subscription informationGET /subscriptions/v1beta1/subscriptions/{id}May 5th 2025GET /subscriptions/v1/subscriptions/{id}
Get all auto subscription settings in a workspaceGET /subscriptions/v1alpha1/auto-subscription-settingsMay 5th 2025GET /subscriptions/v1/auto-subscription-settings
Get specific auto subscription settings in a workspaceGET /subscriptions/v1alpha1/auto-subscription-settings/{resource_id}May 5th 2025GET /subscriptions/v1/auto-subscription-settings/{resource_id}
Update configured auto-subscriptions settings of a workspacePATCH /subscriptions/v1alpha1/auto-subscription-settings/{resource_id}May 5th 2025PATCH /subscriptions/v1/auto-subscription-settings/{resource_id}