Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Python Script Examples

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.yaml is the machine-readable index of every example, including which product it belongs to.

Adding an example

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/.