""" loadJsonConfigFile.py: Tested with two back-2-back Ixia ports - Connect to the API server - Configure license server IP - Loads a saved .json config file that is in the same local directory: bgp.json - Configure license server IP - Optional: Assign ports or use the ports that are in the saved config file. - Demonstrate how to use XPATH to modify any part of the configuration. - Start all protocols - Verify all protocols - Start traffic - Get Traffic Item - Get Flow Statistics stats Supports IxNetwork API servers: - Windows, Windows Connection Mgr and Linux Requirements - IxNetwork 8.50 - Python 2.7 and 3+ - pip install requests - pip install ixnetwork_restpy (minimum version 1.0.51) RestPy Doc: https://www.openixia.github.io/ixnetwork_restpy Usage: - Enter: python