HPE GreenLake for Device Management
With the HPE GreenLake for Device Management API you can view, manage, and onboard devices in your workspace. The API allows you to invoke any operation or task that is available through the HPE GreenLake UI.
Features
With the HPE GreenLake for Device Management API you can:
- Add devices to a workspace
- View devices in a workspace
- Assign devices to applications
- Remove device assignments
- Apply subscriptions to devices
- Remove subscriptions from devices
- View details of a device in a workspace
What's New
Date: January 2025
New stable v1 versions of the APIs 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 devices | POST /devices/v1beta1/devices | May 5th 2025 | POST /devices/v1/devices |
Update devices | PATCH /devices/v1beta1/devices | May 5th 2025 | PATCH /devices/v1/devices |
Get devices managed in a workspace | GET /devices/v1beta1/devices | May 5th 2025 | GET /devices/v1/devices |
Get the status of an asynchronous operation in devices | GET /devices/v1beta1/async-operations/{id} | May 5th 2025 | GET /devices/v1/async-operations/{id} |
Get specific device information | GET /devices/v1beta1/devices/{id} | May 5th 2025 | GET /devices/v1/devices/{id} |