EDR: How To Determine API Version
book
Article ID: 291048
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
How to determine installed version of API
Environment
- EDR Server: All Versions
- Python CBAPI
Resolution
- Run in a terminal window:
-
python
-
import cbapi
-
cbapi.__version_
- Note results
Additional Information
- The command "pip show cbapi" will also show the version installed on the system
- When running the cbapi.__version_ it will display the version that is being called by the version of python running the script
- Different versions of python may run different versions of cbapi
Feedback
thumb_up
Yes
thumb_down
No