Skip to content
Last updated

HPE GreenLake for Reporting

HPE GreenLake for Reporting provides access to reports on your HPE GreenLake cloud workspace in an efficient and programmatic way. Use the reports to manage, monitor, and make data-backed insights related to your HPE workspaces, devices, and subscriptions. The APIs also allow you to get the statuses of reports.

Features

  • Generate reports—Generate reports across a variety of supported report types.
  • Customizable reports—Tailor reports to suit your needs by specifying columns, date ranges, filters, and more.
  • Asynchronous operation—The HPE GreenLake for Reporting API provides an asynchronous API, allowing you to submit requests and continue with other tasks while the reports are being generated in the background. Further, APIs are provided to help you track the status of report generation.

What's new

Date: 2025-03-12

New stable version v1 released.

View the Change log for more information.

Deprecated

The following APIs are being deprecated and will be removed on their end-of-life date. Please use the replacement APIs provided below.

APIDeprecated EndpointDeprecation DateReplacement Endpoint
Export ReportPOST /reporting/v1alpha1/report-exports2025-03-12POST /reporting/v1/report-exports
Retrieve StatusGET /reporting/v1alpha1/statuses2025-03-12GET /reporting/v1/statuses
Retrieve Async Operation StatusGET /reporting/v1alpha1/async-operations/{id}2025-03-12GET /reporting/v1/async-operations/{id}
Retrieve MetaDataGET /reporting/v1alpha1/report-exports-metadata2025-03-12GET /reporting/v1/report-exports-metadata
Retrieve Status of a reportGET /reporting/v1alpha1/statuses/{id}2025-03-12GET /reporting/v1/statuses/{id}