Get Detection Rule List
Retrieve a list of Detection rules available in a tenant.
Service Endpoint | /rules/v2?page=m&page_size=n |
Optional query string parameters |
|
Example | Return the first page with 100 devices: https://protectapi.cylance.com/rules/v2?page=1&page_size=100 |
Method | HTTP/1.1 GET |
Request headers |
|
Request
None
Response
Please see the Response status codes for more information.
Response JSON schema
Field Name | Description |
---|---|
Category | This is the category of rule grouping that the detection rule belongs to. Possible values include:
|
Description | This is the description of the detection rule. |
DeviceCount | This is the number of devices that have the detection rule applied. |
Id | This is the unique ID of the detection rule. |
LastModified | This is the timestamp (in UTC) of the last time that the detection rule was modified. |
ModifiedBy | This is an object detailing the last user to modify the detection rule. It includes the following fields:
|
Name | This is the name of the detection rule. |
OperatingSystems | This is an object detailing the operating systems that the detection rule can be applied to. It will include the "name" field. This can consist of:
|
page_number | This is the current page number of results. |
page_size | This is the number of items on the page. |
RulesetCount | This is the number of detection rule sets that have the detection rule enabled. |
Severity | This is the severity assigned to the detection rule. Possible values are:
|
total_number_of_items | This is the total number of detection rules in the tenant. |
total_pages | This is the total number of pages of this size. |
Version | This is the version of the detection rule. |