Skip Navigation

Exempt devices from the Device Lifecycle Management process

Allows a caller to exempt a list of devices belonging to a tenant from the Device Lifecycle Management process.
Service endpoint
/devices/v2/inactive/exemptedDevices
Optional query string parameters
Example
https://protectapi.cylance.com/devices/v2/inactive/exemptedDevices
Method
HTTP/1.1 PUT
Request headers
  • Accept: application/json
  • Authorization: Bearer
    JWT Token returned by Auth API
    with the devicemanagement:update scope encoded

Request

{ "string:{device guid}" }

Response

Please see the Response status codes for more information.

Request JSON schema

Field Name
Description
device guid
Required. The list of device identifiers belonging to a tenant. Maximum size is 1000. You can get the device guid by invoking the Get Device API.