netapp-lib is a Python library required for Ansible deployments to interact with NetApp storage systems. It provides APIs for managing NetApp ONTAP and E-Series storage. Current version: 2021.6.25. Release cadence is sporadic.
pip install netapp-libVerified import paths — ran on the pinned version, not inferred.
Connect to NetApp ONTAP and get system version
If using Ansible, do not install netapp-lib separately; use the version that comes with the ansible package.
Consider using the NetApp ONTAP REST API directly or the na_ontap_* modules in Ansible.
Use 'import netapp_lib' or 'from netapp_lib.api.zapi import ...'
No dependency data recorded yet.