ixnetwork_restpy
ixnetwork_restpy copied to clipboard
The IxNetwork python client.
Ixnetwork API Server: 9.30.2212.7 ixnetwork-restpy: 1.3.0 ix-os: 9.30.3001.12 i use ixnetwork-restpy to control the ixianetwork api server in windows since upgrade from ix-os9.10 to ix-os 9.30, sometimes, the server start...
Hi, Is there a way to save the captured packets and download the pcap file? Don't see any method in capture.py file to do that.
When i try to load an config from the server in an subdirectory, i get in error. Versions: * Chassis: 10.00.1000.4 * IxNetwork Web Edition: 10.00.2312.14 (on ESXi) * Web...
Hello, IxNetwork 9.20 Python3 ixnetwork-restpy==1.1.11 I have a IxNetwork config file with 2 traffic items configured, from the GUI I am able to get the stats from both traffic items...
We did an update of our IxNetwork client and Chassis and we're now getting an error when updating the traffic config stack field. The version is 9.20.2112.6. Using the example...
I'm trying to use this library from an asyncio application and it seems that sometimes it is somehow hard locking up asyncio's event loop, even when I'm taking care to...
Hello all, Using the below script, I am getting warning, "Unable to connect to http://10.10.10.10:11009" >>> from ixnetwork_restpy import SessionAssistant >>> apiServerIp = '10.10.10.10' >>> session = SessionAssistant(IpAddress=apiServerIp, SessionName=None, SessionId=None,...
Hello I need to read content of Multivalue. Typically in my program when I connect to Ixnetwork controler with some configuration already deployed (or a config uploaded via **ixncfg** file)...
Hello My environment: ixnetwork_restpy 1.1.6 + Ixnetwork 9.10.2011.91 I am currently trying to modify some devices individually on a **PIMV4 Interface stack**. To do so, I would like to use...