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

latest releases: v6.9.8, v6.9.7, v6.9.5...
10 months ago

Feature

  • Update the ipfabric.models.Device().fetch_all() method:
    • Will check if table has sn or localSn column instead of only sn
      • dev.fetch_all(ipf, 'tables/neighbors/all') CDP table uses localSn column name.
    • Added filters option which will merge a user defined filter with the sn filter.
      • dev.fetch_all(ipf, 'tables/inventory/interfaces', filters={"l1": ["eq", "up"]})
      • Filter was updated to: {'and': [{'sn': ['eq', '77826161']}, {'l1': ['eq', 'up']}]}

Don't miss a new python-ipfabric release

NewReleases is sending notifications on new releases.