EDR: How to find Sensor statistics information using cli
book
Article ID: 291695
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
How to get sensor statistics using cli.
Resolution
Run the following command. Make sure to replace
<API_TOKEN> and
<SERVERURL>.
curl -s -k -XGET -H "X-Auth-Token: <API_TOKEN>" "https://<SERVERURL>/api/v1/sensor"
Feedback
thumb_up
Yes
thumb_down
No