CBC SDK: Carbon Black Cloud SDK for Python¶
Release v1.4.1.
The Carbon Black Cloud Python SDK provides an easy interface to connect with Carbon Black Cloud products, including Endpoint Standard, Audit and Remediation, and Enterprise EDR. Use this SDK to more easily query and manage your endpoints, manipulate data as Python objects, and harness the full power of Carbon Black Cloud APIs.
Major Features¶
- Supports the following Carbon Black Cloud Products with extensions for new features and products planned
- Endpoint Standard
- Audit and Remediation
- Enterprise EDR
- Platform
- Workload
- Reduced Complexity
- The SDK manages the differences among Carbon Black Cloud APIs behind a single, consistent Python interface. Spend less time learning specific API calls, and more time controlling your environment.
- More Efficient Performance
- A built-in caching layer makes repeated access to the same resource more efficient. Instead of making identical API requests repeatedly, the SDK caches the results of the request the first time, and references the cache when you make future requests for the resource. This reduces the time required to access the resource later.
Audience for the SDK¶
In general, the Carbon Black Cloud Python SDK is directed at those that:
- Have a working knowledge of Python.
- Have a basic understanding of what the Carbon Black Cloud does, and its basic terminology such as events, alerts, and watchlists.
API Credentials¶
To use the SDK and access data in Carbon Black Cloud, you must set up API keys with the correct permissions if you are using the X-Auth-Token authentication method, or create an access token if you are using Bearer or Personal API Token. Different APIs have different permission requirements for use, which is explained in the Developer Network Authentication Guide.
The SDK manages your API credentials for you. There are multiple ways to supply the SDK with your API credentials, which is explained in Authentication.
Getting Started¶
Get started with Carbon Black Cloud Python SDK here. For detailed information on the objects and methods exposed by Carbon Black Cloud Python SDK, see the full SDK Documentation below.
User Guide
- Installation
- Authentication
- Getting Started
- Concepts
- Guides and Resources
- Porting Applications from CBAPI to Carbon Black Cloud SDK
- Logging & Diagnostics
- Testing
- Changelog
- CBC SDK 1.4.1 - Released October 21, 2022
- CBC SDK 1.4.0 - Released July 26,2022
- CBC SDK 1.3.6 - Released April 19, 2022
- CBC SDK 1.3.5 - Released January 26, 2022
- CBC SDK 1.3.4 - Released October 12, 2021
- CBC SDK 1.3.3 - Released August 10, 2021
- CBC SDK 1.3.2 - Released August 10, 2021
- CBC SDK 1.3.1 - Released June 15, 2021
- CBC SDK 1.3.0 - Released June 8, 2021
- CBC SDK 1.2.3 - Released April 19, 2021
- CBC SDK 1.2.3 - Released April 19, 2021
- CBC SDK 1.2.2 - Released April 5, 2021
- CBC SDK 1.2.1 - Released March 31, 2021
- CBC SDK 1.2.0 - Released March 9, 2021
- CBC SDK 1.1.1 - Released February 2, 2021
- CBC SDK 1.1.0 - Released January 27, 2021
- CBC SDK 1.0.1 - Released December 17, 2020
- CBC SDK 1.0.0 - Released December 16, 2020
Full SDK Documentation¶
See detailed information on the objects and methods exposed by the Carbon Black Cloud Python SDK here.
SDK Documentation
- Audit and Remediation
- Credential Providers
- Submodules
- cbc_sdk.credential_providers.default module
- cbc_sdk.credential_providers.environ_credential_provider module
- cbc_sdk.credential_providers.file_credential_provider module
- cbc_sdk.credential_providers.keychain_credential_provider module
- cbc_sdk.credential_providers.registry_credential_provider module
- Module contents
- Developing New Credential Providers
- Endpoint Standard
- Enterprise EDR
- Platform
- Submodules
- cbc_sdk.platform.alerts module
- cbc_sdk.platform.asset_groups module
- cbc_sdk.platform.base module
- cbc_sdk.platform.devices module
- cbc_sdk.platform.events module
- cbc_sdk.platform.grants module
- cbc_sdk.platform.jobs module
- cbc_sdk.platform.policies module
- cbc_sdk.platform.processes module
- cbc_sdk.platform.reputation module
- cbc_sdk.platform.users module
- cbc_sdk.platform.vulnerability_assessment module
- Module contents
- Workload
- CBC SDK
- Exceptions