carbonblack / cb-skyatp-connector

connector for Juniper Network's Sky ATP api
MIT License
0 stars 1 forks source link

Infected Host API change #7

Open danymello opened 5 years ago

danymello commented 5 years ago

Since IPv6 support, the API has changed. ipv4 keywork has been change to ip when blakclist/whitelist are updated.

From the data: '{"ipv4":["10.77.77.77","192.168.9.9"]}

to

'{"ip":["10.77.77.77","192.168.9.9"]}

xinleizhao commented 5 years ago

tested with AMER Sky ATP on connector version 9.0.2, connection is successful. Issue fixed.