Get detection rule set list
Retrieve a list of detection rule sets available in a tenant.
|
Service endpoint |
/rulesets/v2?page=m&page_size=n |
|
Optional query string parameters |
You can also append any of the following to filter the results:
|
|
Example |
return the first page with 100 devices: https://protectapi.cylance.com/rulesets/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 |
|---|---|
|
page_size |
This is the number of items on the page. |
|
total_pages |
This is the total number of pages of this size. |
|
total_number_of_items |
This is the total number of detection rules in the tenant. |
|
page_number |
This is the current page number of results. |
|
page_items |
This is a list of exception objects that are available in the tenant that will contain the following fields. |
|
name |
This is the name of the detection rule. |
|
description |
This is the description of the detection rule. |
|
id |
This is the unique ID of the detection rule. |
|
last_modified |
This is the timestamp (in UTC) of the last time that the detection rule was modified. |
|
modified_by |
This is an object detailing the last user to modify the detection rule. It includes the following fields:
|
|
policies |
This is a list of policy IDs that a detection rule set is applied to. |
|
device_count |
This is the number of devices that have the detection rule applied. |
|
category |
This is the category of rule grouping that the detection rule belongs to. Possible values include:
|