Carbon Black Cloud SDK v1.3.6
New Features:
- Support for Device Facet API.
- Dynamic reference of query classes--now you can do
api.select("Device")
in addition toapi.select(Device)
. - Support for Container Runtime Alerts.
- NSX Remediation functionality - set the NSX remediation state for workloads which support it.
Updates:
- Endpoint Standard specific
Event
s have been decommissioned and removed. - SDK now uses Watchlist Manager apis
v3
instead ofv2
.v2
APIs are being decommissioned.
Documentation:
- Added a
CONTRIBUTING
link to theREADME.md
file. - Change to Watchlist/Report documentation to properly reflect how to update a
Report
in aWatchlist
. - Cleaned up formatting.