Skip to main content
Question

API Script libary

  • March 4, 2026
  • 1 reply
  • 25 views

Forum|alt.badge.img+9

Is anyone aware of a library of APIv2 scripts that can be shared?   Looking for scripts that can discover devices and details about them as well as automating some functions like URL list updates and such.

1 reply

notskope
  • New Member III
  • March 5, 2026

I don't use any 3rd party SDK’s but it is not too difficult to interact with the V2 API via Python and the requests library.

 

I found this with a quick search: https://pypi.org/project/netskope/

I have not tested it personally, so use at your own risk.