EDR: How to find storage statistic information using cli
search cancel

EDR: How to find storage statistic information using cli

book

Article ID: 291696

calendar_today

Updated On:

Products

Carbon Black EDR (formerly Cb Response)

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"