You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/rest_api/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ Before running the example scripts , make sure the following packages are instal
14
14
15
15
The following table summaries the scripts used to access the ONTAP REST API . Make sure to run each of the scripts with the appropriate parameters.
16
16
17
-
**Note:**[**utils.py**](https://github.com/NetApp/ontap-rest-python/blob/master/examples/rest_api/utils.py) module in this directory is used by the other example modules in this directory. It is not meant as a stand-alone application. Hence, the utils.py code module needs to be in the same directory structure as of the code executed by the user.
17
+
**Note:**[**utils.py**](https://github.com/NetApp/ontap-rest-python/blob/master/examples/rest_api/utils.py) module in this directory is used by the other example modules in this directory. It is not meant as a stand-alone application. Hence, the utils.py code module needs to be in the same directory structure as of the code executed by the user.
18
+
19
+
Master Page for ONTAP REST - https://devnet.netapp.com/restapi.php
18
20
19
21
For e.g: If user executes list_volumes.py code in a directory structure a/b/c, ensure utils.py code exists in the same directory a/b/c.
0 commit comments