Purpose

This library is a wrapper interface to Netapp filers accross versions and technologies (sevenmode, vserver) using the native Netapp REST API. It provides a consistent interface for the most common operations.

Installation

pip install nidhogg

Usage

import nidhogg
filer = nidhogg.get_netapp("filer99.example.com", "<username>", "<password>")
filer.create_qtree("volume_name", "qtree_name")

Planned further work

  • support snapmirror methods for Netapp vserver mode (done, since v3.6.0)
  • add EMC Isilon wrapper

Indices and tables