Skip to content
Last updated

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: March 2025

A new API endpoint was added.

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 devicesPOST /devices/v1beta1/devicesMay 5th 2025POST /devices/v1/devices
Update devicesPATCH /devices/v1beta1/devicesMay 5th 2025PATCH /devices/v1/devices
Get devices managed in a workspaceGET /devices/v1beta1/devicesMay 5th 2025GET /devices/v1/devices
Get the status of an asynchronous operation in devicesGET /devices/v1beta1/async-operations/{id}May 5th 2025GET /devices/v1/async-operations/{id}
Get specific device informationGET /devices/v1beta1/devices/{id}May 5th 2025GET /devices/v1/devices/{id}