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.

API Deprecated Endpoint Deprecation Date Replacement Endpoint
Export Report POST /reporting/v1alpha1/report-exports 2025-03-12 POST /reporting/v1/report-exports
Retrieve Status GET /reporting/v1alpha1/statuses 2025-03-12 GET /reporting/v1/statuses
Retrieve Async Operation Status GET /reporting/v1alpha1/async-operations/{id} 2025-03-12 GET /reporting/v1/async-operations/{id}
Retrieve MetaData GET /reporting/v1alpha1/report-exports-metadata 2025-03-12 GET /reporting/v1/report-exports-metadata
Retrieve Status of a report GET /reporting/v1alpha1/statuses/{id} 2025-03-12 GET /reporting/v1/statuses/{id}