Important Note on v1 API Deprecation

Ivanti is deprecating some v1 APIs in favor of their new v2 API counterparts and Ivanti will not concurrently support some of the deprecated v1 versions. Please see this KB article for details.

Deprecation update - September 8, 2020

Ivanti has removed the documentation for the APIs listed in the following table and urges you to use the corresponding v2 versions. Ivanti is working to deprecate these APIs six months to a year from September 8, 2020.

V1 API Documentation Removed from this Manual

Corresponding V2 AP1

GET /api/v1/dm/labels/devices/<device-uuid>

GET /api/v2/devices/{deviceGuid}/labels?adminDeviceSpaceId={adminDeviceSpaceId}.

See "Get list of labels for a specific device" in the Ivanti EPMM V2 API Guide available on this page.

  • PUT /api/v1/dm/labels/{label-name}/{device-id}?action=apply
  • PUT /api/v1/dm/labels/{label-name}/{device-id}?action=remove
  • PUT api/v2/devices/labels/label1,label2/add.
    See "Apply labels to devices" in the Ivanti EPMM V2 API Guide available on this page.
  • PUT api/v2/devices/labels/label1,label2/remove.
    See "Remove labels from devices" in the Ivanti EPMM V2 API Guide available on this page.