NetApp / ontap-rest-python

This repository contains sample code illustrating how to access the ONTAP REST API using Python. This Repository also contains ONTAPI Usage reporting code that helps to identify ONTAPI usage in your environment using ONTAP REST APIs.
BSD 3-Clause "New" or "Revised" License
60 stars 41 forks source link

File operations #41

Closed bmrussell closed 11 months ago

bmrussell commented 1 year ago

Hi - I noticed there were no examples of file handling in the Python client library. I noticed the examples shown in the documentation didn't quite work. This code runs successfully on the NetApp Labs environment.

It:

Hope this helps others.

bmrussell commented 11 months ago

Thanks for the heads up @noorbuchi, the module lints cleanly locally now. Might be worth a reminder to lint in CONTRIBUTING.md?