Reset the inactive period for a list of devices that are included in the Device Lifecycle Management process

Allows a caller to reset the inactive period for a list of devices that are included in the Device Lifecycle Management process.

Service endpoint

/devices/v2/inactive/resetDevices

Optional query string parameters

Example

https://protectapi.cylance.com/devices/v2/inactive/resetDevices

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

JSON
{
    "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. The maximum size is 1000.  You can get the device guid by invoking the Get Device API.