search
cancel
Search
EDR: How to find Sensor statistics information using cli
book
Article ID: 291695
calendar_today
Updated On:
Feedback
Subscribe
Products
Carbon Black EDR (formerly Cb Response)
Show More
Show Less
Issue/Introduction
How to get sensor statistics using cli.
Environment
EDR Server: All versions
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