Plain Python scripts that automate NetApp storage workflows over REST. Examples are organized by the NetApp product they target — pick your product below.
| Product | Directory | Status |
|---|---|---|
| ONTAP | python/ontap/ |
8 examples |
| Console | python/console/local/ |
Placeholder — no examples yet |
Each product directory carries its own README, dependency file, and shared client module, so a product's examples can be copied without pulling in anything from another product.
Catalog:
catalog.yamlis the machine-readable index of every example, including which product it belongs to.
Place new scripts under python/<product>/ (ONTAP) or
python/<product>/<deployment>/ where the product has deployment variants, and
add a matching entry to catalog.yaml. See
CONTRIBUTING.md and
docs/example-template/.