Skip to content

Commit 427c47d

Browse files
Update README.md
Updated README.MD with notes
1 parent 9632d23 commit 427c47d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/rest_api/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Before running the example scripts , make sure the following packages are instal
1313
## Summary of the REST API scripts
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.
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.
18+
19+
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.
20+
1621
## Day 0 Scripts:
1722

1823
| Script | Description |

0 commit comments

Comments
 (0)