- Application management
- RESTful API
- User API
- Device API
- 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
- BlackBerry Optics policy API
- Persona Desktop API
- BlackBerry Docs
- Cylance products
- Cylance User API guide
- Detection rule API
- Get detection rule natural language representation
Get detection rule natural language representation
Retrieve the "natural language" representation of a rule. This process converts the detection rule logic into a series of 'AND's, 'OR's, and 'NOT's to describe what the detection rule looks for. The underlying logic extracts from the JWT specified as the bearer value in the authorization request header the tenant's unique identifier to associated the detection rule resource with.
Service endpoint | /rules/v2/{rule_id}/natlang |
Optional query string parameters | — |
Example | https://protectapi.cylance.com/rules/v2/c407f28a-3805-4014-b32c-0c2553ac1e10/natlang |
Method | HTTP/1.1 GET |
Request headers |
|
Request
None
Response
Please see the Response status codes for more information.