- Application management
- RESTful API
- User API
- Device API
- Get devices
- Get devices extended
- Get device count
- Get device
- Get device by MAC address
- Get device by hostname
- Update device
- Get device threat
- Update device threat
- Get zone devices
- Get agent installer link
- Delete Devices
- Get Device Lifecycle Management settings
- Update Device Lifecycle Management Settings
- Exempt devices from the Device Lifecycle Management process
- Include devices in the Device Lifecycle Management process
- Reset the inactive period for a list of devices that are included in the Device Lifecycle Management process
- Global list API
- Policy API
- Zone API
- Threat API
- Memory protection API
- Detections API
- Package deployment API
- Detection rule API
- Detection rule sets API
- Detection exceptions API
- Device commands API
- Focus view API
- InstaQuery API
- CylanceOPTICS policy API
- Lockdown configurations API
- BlackBerry Docs
- Cylance Endpoint Security
- Cylance User API guide
- Device API
- Reset the inactive period for a list of devices that are included in the Device Lifecycle Management process
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 |
|
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. The maximum size is 1000. You can get the device guid by invoking the Get Device API. |