Skip to content

ANISH-GOTTAPU/RESTpy_HLAPIs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Required python packages

pip install netaddr

Import the packages

from ixia import Ixia

Run script

Pass API Server IP and if you are going to create new config send clearConfig as True else False.

tgnObj = Ixia('10.39.71.172', clearConfig=True)

tgnObj.connect_to_session(sessionId=1) # To connect the Session.

For more test cases please check the test file.

Supported Server Versions

Linux IxNetwork API Server

Windows IxNetwork GUI

Windows IxNetwork Connection Manager

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%