Feature
- Table changes:
- Added:
-
IPFClient().technology.management.banners_summary
table. -
IPFClient().technology.management.banners_detail
table.
-
- Added:
- 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 usewebEndpoint
from OpenAPI specification. - Store a local minified OAS version in SDK to speed up initializing.
- Updated
-
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
- URL in browser
- 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()