Skip to content

ccve42/NetskopeChartVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data utility CLI for Netskope

graph_example More examples

Installation

pip install .

Usage

Usage: ns-graph <tenant> <token> [flag]
Type ns-graph --help to see a list of all options.

e.g.

To grab application event data and make graphs of the data:

ns-graph <tenant> <token> --type application

To grab page event data and make graphs of the data:

ns-graph <tenant> <token> --type page

You can skip the grab process by specifing data by its file name if you already have the data:

ns-graph <tenant> <token> --load-json <file name>

To save only data but making the graph, add --save-only. This only saves the data and does not proceed to make the graph:

ns-graph <tenant> <token> --save-only --save-as-json

Apply queries:

ns-graph <tenant> <token> --query 'access_method eq Client'

Misc

This program requires Python version 3.6 or above.

PNG outputs (graphs) are saved in png folder. Excel outputs are saved in xlsx folder.

About

Utility CLI for Netskope

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages