EDR: How to get a list of sensors and health scores
book
Article ID: 289981
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
Collect a list of sensors and respective health scores
Environment
- EDR Server: 6.x and higher (Formerly CB Response)
- REST API
Resolution
The health scores can be acquired through a few options
- Export the list from the sensors page: Sensors > All Sensors > Export
- Query the Postgres database
- The REST API GET /api/v1/sensor call will return all sensors including:
- sensor_health_message
- sensor_health_status
Additional Information
- sensor_health_message: Human-readable string indicating sensor’s self-reported status
- sensor_health_status: self-reported health score, from 0 to 100. Higher numbers better
Feedback
thumb_up
Yes
thumb_down
No