Skip to content

Get SNMP OID of a list of Netscaler vServer from a JSON input list

License

Notifications You must be signed in to change notification settings

GianlucaUlivi/netscaler-get-vserver-oid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

netscaler-get-vserver-oid

Get SNMP OID of a list of Netscaler vServer from a JSON input list

JSON input format:

{
"Name" : "VSERVER NAME"
}

JSON output format:

{
"ID" : "VSERVER ID"
"NAME" : "VSERVER NAME"
"OID" : "VSERVER OID"
}

Usage:

python3 netscaler-get-vserver-oid.py
You will then be required to insert an IP Address and Port for SSH connection and Username and Password for Login.

About

Get SNMP OID of a list of Netscaler vServer from a JSON input list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages