Get detections .csv
Request a list of Aurora Focus detection resources belonging to a tenant, in .csv format. Any provided filters will be applied, but limit/offset parameters will not. All detections for the tenant will be exported.
|
Service endpoint |
/detections/v2/csv |
|
Optional query string parameters |
|
|
Example |
retrieve the first page with up to 100 detections, with a high severity, and sorted by occurrence time: https://protectapi.cylance.com/detections/v2/csv?page=1&page_size=100&severity=High&sort=OccurrenceTime |
|
Method |
HTTP/1.1 GET |
|
Request headers |
|
Request
None
Response
Please see the Response status codes for more information.
Request JSON schema
| Field Name | Description |
|---|---|
|
Cylance Id |
This is the ID for the device. |
|
Device |
This is the name of the device. |
|
Detected On |
This is the time when the detection occurred according to the associated endpoint agent. |
|
Detection |
This is the description of the detection. |
|
Detection Id |
This is the easy-to-read version of the ID that is probabilistically unique. |
|
Id |
This is the unique ID for the detection. |
|
ReceivedTime |
This is the time when the detection was received by Endpoint Defense's cloud services. |
|
Severity |
This is the criticality of an observance of a detection. |
|
Status |
This is the status of the detection workflow. |