Hi there,
I have downloaded a Python script to find the duplicates on Cisco AMP for Endpoints dashboard from the following URL:
https://github.com/CiscoSecurity/amp-04-find-duplicate-guids
When I'm running the Python script, I'm getting the following error:
py find_duplicate_guids.py
Traceback (most recent call last):
File "find_duplicate_guids.py", line 147, in <module>
main()
File "find_duplicate_guids.py", line 124, in main
total_guids = response_json['metadata']['results']['total']
KeyError: 'metadata'
I hope someone can help me solving this issue. Thanks.
Regards,
Sam