Closed jowj closed 4 years ago
Thanks for using it! Does your tenant have Optics? If you don't have Optics enabled in your tenant, then that's the error (ACCESS_DENIED) I would expect. Please let me know.
Aaah ok, I misunderstood. I had thought that detection would pull down like a list of the latest threats detected, I guess. No, I don't believe we have Optics enabled.
Thanks for clarifying!
Hello,
I receive an assertion error when I try to run the example
get_all_detection_detail.py
code. The function in which it errors is_generate_urls
. Here's the traceback:The response.status_code is 403. Here's the json response:
Here's my version of cyapi:
threats
(and everything else, actually).devices = API.get_devices()
works fine and shows me devices paired to my tenant.Let me know if I can provide more info! (also, i'm glad this library exists, finally!)