gitlab ip-fabric/integrations/python-ipfabric v6.3.1

latest releases: v6.9.7, v6.9.5, v6.9.4...
13 months ago

BREAKING CHANGE

  • Dropped Python 3.7 Support as it is End of Life

Feature

  • join_table method added to table model.
  • You can now export tables as a pandas.DataFrame
    • Ensure you install pandas by running pip install ipfabric[pd]
    • Set export='df' in fetch, fetch_all, or all methods
  • Added User-Agent which is set to python-ipfabric-sdk/{sdk_version}
  • Added global_attributes to Device class
  • If a filter is applied based on a color (intent rule) reports parameter is automatically added to the payload.

Fix

  • Corrected fix for streaming and using reports parameter
  • Fix for returning CSV data

Examples

  • examples/join_table.py shows how to join the inventory/devices table with the ACL table.
  • examples/dataFrame_example.py shows how to export the inventory/devices table as a DataFrame and merge it with another DataFrame from the ACL table. Exporting the DataFrame as a CSV file.

Don't miss a new python-ipfabric release

NewReleases is sending notifications on new releases.