search
cancel
Search
EDR: How to find storage statistic information using cli
book
Article ID: 291696
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Show More
Show Less
Issue/Introduction
How to get storage statistics information using cli.
Environment
EDR Server: all versions
Resolution
Below command can be used to get this information from the server, Make sure to replace
<APITOKEN>
and
<EDRSERVER>
.
curl -s -k -XGET -H "X-Auth-Token:
<APITOKEN>
" "https://
<EDRSERVER>
/api/v1/dashboard/statistics"
Feedback
thumb_up
Yes
thumb_down
No