Skip to content

cbapi Python Bindings - 0.9.5

Choose a tag to compare

@jgarman jgarman released this 07 Jul 16:31
· 908 commits to master since this release

Release Notes

This is a small release with one new feature: the ability to create SensorGroups in the API. Also added an example script showing how to manipulate sensor groups: https://github.com/carbonblack/cbapi-python/blob/master/examples/response/sensor_group_operations.py

Bugfixes

  • ThreatReport model now upgraded to new model schema - fixes exception when trying to print a ThreatReport object
  • Fix exceptions when selecting a Site model that doesn't exist on the Cb server
  • Example scripts now respect the --cburl, --apitoken and --no-ssl-verify options for manually specifying a Cb server