Skip to content

Commit 1a2f32a

Browse files
Direct ONTAP REST Samples
Updated README.MD
1 parent 3102f61 commit 1a2f32a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/rest_api/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Before running the example scripts , make sure the following packages are instal
1414

1515
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.
1616

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
1820

1921
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.
2022

0 commit comments

Comments
 (0)