You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 1.7.6
Bug Fix: Removed the requirement for an admin token to connect
Bug Fix: Added sensor paginated query
Library update: Updated version of lxml library
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Python bindings for Carbon Black REST API
2
2
3
-
**Latest Version: 1.7.5**
3
+
**Latest Version: 1.7.6**
4
4
5
5
_**Notice**:_
6
6
* The Carbon Black Cloud portion of CBAPI has moved to https://github.com/carbonblack/carbon-black-cloud-sdk-python. Any future development and bug fixes for Carbon Black Cloud APIs will be made there. Carbon Black EDR and App Control will remain supported at CBAPI
Copy file name to clipboardExpand all lines: docs/getting-started.rst
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ Getting Started
4
4
First, let's make sure that your API authentication tokens have been imported into cbapi. Once that's done, then read
5
5
on for the key concepts that will explain how to interact with Carbon Black APIs via cbapi.
6
6
7
-
Feel free to follow along with this document or watch the `Development Environment Setup video <https://developer.carbonblack.com/guide/enterprise-response/development-environment-video/>`_
7
+
Feel free to follow along with this document or watch the
8
+
`Development Environment Setup video <https://developer.carbonblack.com/guide/enterprise-response/development-environment-video/>`_
8
9
on the Developer Network website.
9
10
10
11
API Authentication
@@ -36,7 +37,8 @@ Alternatively, if you're using Windows (change ``c:\python27`` if Python is inst
36
37
This configuration script will walk you through entering your API credentials and will save them to your current user's
37
38
credential file location, which is located in the ``.carbonblack`` directory in your user's home directory.
38
39
39
-
If using cbapi-psc, you will also be asked to provide an org key. An org key is required to access the Carbon Black Cloud, and can be found in the console under Settings -> API Keys.
40
+
If using cbapi-psc, you will also be asked to provide an org key. An org key is required to access the Carbon Black
41
+
Cloud, and can be found in the console under Settings -> API Keys.
0 commit comments