carbonblack / cbapi-python

Carbon Black API - Python language bindings
Other
147 stars 86 forks source link

Cb ThreatHunter API not working #234

Closed Idriel closed 4 years ago

Idriel commented 4 years ago

Every example queries: host/threathunter/... while now it's host/api/... different queries.

error;: File "/home/user/.local/lib/python2.7/site-packages/cbapi/connection.py", line 188, in http_request raise ObjectNotFoundError(uri=uri, message=r.text) cbapi.errors.ObjectNotFoundError: Received 404 (Object Not Found)

avanbrunt-cb commented 4 years ago

@Idriel Can you provide a particular example that is throwing the 404 error?