Downloading Traffic Steering Exeptions


Badge +5

Hello,

 

We are trying to work on how we have exeptions set up in our tenant. Does anyone know if you are able to download all of the items you have added to the exclusion list in Traffic Steering?


3 replies

Userlevel 2
Badge +15

Hello @CharChar .

You can leverage Netskope's REST API for that. For more information, on your tenant UI, take a look under Help > REST API > Netskope Platform API Endpoints > Get Steering Configuration Information.

Please let us know if that helps.

Badge +12

would the nsexception.json or nsbypass.json file work from  your client? They usually give everything that is bypassed for that particular steering config. It's typically located "C:ProgramData etskopestagentdata directory"

Badge +7

This is what i use:
https://<tenant-name>.goskope.com/api/v1/steeringconfig?token=<token>&config_id=0

You can use the token in Settings --> Tools --> Rest API

Reply