ixnetwork_restpy icon indicating copy to clipboard operation
ixnetwork_restpy copied to clipboard

The IxNetwork python client.

Results 32 ixnetwork_restpy issues
Sort by recently updated
recently updated
newest added

Hi, My environment: ixnewetork-restpy 1.16, IxNetwork 9.20. I try to enable port FramePreemption as following, Error occurred when update(IsFramePreemptionEnabled=True,IsSmdVREnabled=True). > ``` > from ixnetwork_restpy import SessionAssistant > > > >...

Hello It seems that TestPlatform.Sessions.Ixnetwork.Globals.AppErrors is not completly implemented. Actually, I am trying to get back Application Logs we have frequently on our controller, such as: - Error: Port is...

Hi, I'm having issues regenerating traffic flow when "FrameRate" is updated on the fly (while loop based on packet loss of the "Traffic Item Statistics" this is obviously possible via...

I wrote my quicktest code using ixnetwork_restpy 1.1.4. I recently upgraded to 1.1.5 and I spent most of yesterday trying to get my old quicktest stuff to work. This morning...

"""Demonstrates creating ospfv2 devices """ from ixnetwork_restpy import SessionAssistant session_assistant = SessionAssistant( UserName="admin", Password="admin", LogLevel=SessionAssistant.LOGLEVEL_INFO, ClearConfig=True, ) ixnetwork = session_assistant.Ixnetwork ipv41 = ( ixnetwork.Topology.add(Vports=ixnetwork.Vport.add()) .DeviceGroup.add(Name="Dg West") .Ethernet.add() .Ipv4.add(Name="Ipv4 West") )...

Is there any work being done to support type annotation for this library?

Hi, I'm running the quicktest for RFC 2544 with ixnetwork_restpy against the Linux IxNetwork API Server. When I use `Rfc2544throughput.GenerateReport()` method I get a less detailed report than I get...

I would like to have custom logic to start the ixnetwork session, but currently `Sessions.find(Id=xxx)` automatically starts the session if found. This does not align with how `find()` works on...

Hello All, customer is using a new card called AresOne-S and we get error while trying to modify L1config of that card. Kindly do the needful at the earliest to...

In order to script using Rest.Py IxNework Configuration - script takes up some considerable amount of time. In underneath Rest.Py makes several incremental call ( http patch/push ) with IxNetwork....