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

latest releases: v6.8.3, v6.8.2, v6.8.1...
5 months ago

Feature

  • Table changes:
    • Added:
      • IPFClient().technology.management.banners_summary table.
      • IPFClient().technology.management.banners_detail table.
  • Updated to use OpenAPI specification located at htttps://FQDN/api/oas/openapi-extended.json
    • Updated get_columns to use columns from OpenAPI specification.
    • Updated reports to use webEndpoint from OpenAPI specification.
    • Store a local minified OAS version in SDK to speed up initializing.
  • You can now get a table by either the API or Frontend URL. Example:
    • URL in browser https://demo.ipf.cx/technology/management/licenses/license/licenses
    • URL in API Description /api/v6.6/tables/management/licenses
  • Vendor API Updates:
    • Added default connection rate limits
    • Added GCP
    • Updated AWS regions
    • Added ability to update a Vendor API
    • Added ability to enable/disable a Vendor API
  • You can now trigger a device backup which will return 200 if successful or error if unsuccessful:
    • ipf.trigger_backup(sn='<IPF_UNIQUE_SN>')
    • ipf.trigger_backup(ip='<IP_ADDRESS>')
    • ipf.devices.by_sn['72364550'].trigger_backup()

Don't miss a new python-ipfabric release

NewReleases is sending notifications on new releases.