- 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
- RESTful API
- About device ID
About device ID
When attempting to query a
CylanceOPTICS
API call that utilizes a device ID value, be aware of the following:See the following table to reference the format for the
CylanceOPTICS
API device ID value:Product | Format example |
---|---|
CylanceOPTICS | 45E07F34E76B4A9EB167D6D0C510D6BA (upper case without dashes) Passing the device ID value as the CylancePROTECT Desktop format will return an HTTP 200 status, as if the call was successful, but you will receive an incorrect response. |
CylancePROTECT Desktop | 45e07f34-e76b-4a9e-b167-d6d0c510d6ba (lower case with dashes) To obtain the device ID, you must query the CylancePROTECT Desktop API, then format the device ID to match the CylanceOPTICS format (see example above). This query can be found in the Device API section of this document. Use the Get Devices and Get Device requests from the guide. The device ID value is the field titled "id". |