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
@@ -7,7 +7,7 @@ The repository folder **rest_api** contains samples scripts you can refer to und
7
7
Before running the example scripts , make sure the following packages are installed:
8
8
9
9
* requests 2.21.0 or later
10
-
* texttable 1.6.2
10
+
* texttable 1.6.2 or later
11
11
* python-dateutil
12
12
13
13
## Summary of the REST API scripts
@@ -33,6 +33,7 @@ The following table summaries the scripts used to access the ONTAP REST API . Ma
33
33
| initiator_operations.py | Demonstrates initiator creation, deletion, updation and listing using ONTAP REST API |
34
34
| iscsi_setup.py | Demonstrates how ISCSI luns can be setup using ONTAP REST API. It creates a lun within a volume and creates a new initiator group. The script, then, maps the lun to the initiator group. |
35
35
| nfs_setup.py | Demonstrates NFS Setup using ONTAP REST API. The script creates an export-policy and a volume and then, sets up a mount. |
36
+
| portset_operations.py | Demonstrates portset operations like portset creation, deletion, updation and listing using ONTAP REST API. |
36
37
| snapshot_operations.py | Demonstrates snapshot operations like snapshot creation, deletion, updation and listing using ONTAP REST API. |
37
38
| svm_operations.py | Demonstrates SVM operations like SVM creation, deletion, updation and listing using ONTAP REST API. |
38
39
@@ -46,6 +47,7 @@ The following table summaries the scripts used to access the ONTAP REST API . Ma
46
47
| create_volume.py | Demonstrates volume creation using ONTAP REST API on the specified SVM. |
47
48
| events.py | Demonstrates events management usecases in ONTAP such as listing of events, look for specific message and severity,workflow to notify specific event with event,filter and destination creation using ONTAP REST API. |
48
49
| file_system_analytics.py | Demonstrates File System Analytics usecases using using ONTAP REST API. |
50
+
| file_security_permissions.py | Demonstrates File Security permissions settings applied on a file or directory using using ONTAP REST API. |
49
51
| list_aggregates.py | Lists all the aggregates in a cluster using ONTAP REST API. |
50
52
| list_clones.py | Lists all the clones in a cluster using ONTAP REST API. |
51
53
| list_snapshots.py | Lists all the snapshots in the specified volume using ONTAP REST API. |
0 commit comments