OpenIxia / ixnetwork_restpy

The IxNetwork python client.
https://openixia.github.io/ixnetwork_restpy/#/
MIT License
30 stars 16 forks source link

Reduction of Rest.Py IxNetwork Configuration Time #47

Open SubhajitPalKeysight opened 3 years ago

SubhajitPalKeysight commented 3 years ago

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. Idea is to reduce this configuration time . This can be achieved by committing configuration to IxNetwork only once. ( communication with IxNetwork is made only once. ) For that we can introduce an assistance in Rest.Py - Config Assistance to build up configuration at client side.