- 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
API Tools
The following is information about some REST and JSON tools that might help you when using the User APIs.
BlackBerry
supports User API resources, including helping users troubleshoot User API requests. BlackBerry
does not write or train users on how to create scripts or code (like using Python).Tool | Description |
---|---|
REST clients | Although the intent of the User API is to facilitate easy integration of BlackBerry and other systems through the organization's developed code, using or testing the User API doesn't require any specific programming knowledge. Free tools are available for download that allow you to make ad hoc REST requests to the User API. Some examples are: |
JSON validators | User API requests and responses use JSON for the body payload. If the body used in the request doesn't conform to proper JSON formatting, it will result in an HTTP response of 400 - Bad Request. To ensure that your JSON is properly formatted, use one of these free, popular tools:
|