Get detection rule .csv list
Retrieve a .csv file where every line represents a detection rule available in the tenant.
|
Service endpoint |
/rules/v2/csv |
|
Optional query string parameters |
— |
|
Example |
https://protectapi.cylance.com/rules/v2/csv |
|
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 that the detection rule belongs to. |
|
Description |
This is the description of the detection rule. |
|
Device Count |
This is the number of devices that have the detection rule applied. |
|
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 the email address of the user who last modified the detection rule. |
|
Name |
This is the name of the detection rule. |
|
Ruleset Count |
This is the number of detection rule sets that have the detection rule enabled. |
|
Severity |
This is the severity of the detection rule. |
|
Version |
This is the version of the detection rule. |