Skip to content

Commit a7ab265

Browse files
Update README.md
Updated for 9.9.1 GA
1 parent baae09b commit a7ab265

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
@@ -7,7 +7,7 @@ The repository folder **rest_api** contains samples scripts you can refer to und
77
Before running the example scripts , make sure the following packages are installed:
88

99
* requests 2.21.0 or later
10-
* texttable 1.6.2
10+
* texttable 1.6.2 or later
1111
* python-dateutil
1212

1313
## Summary of the REST API scripts
@@ -33,6 +33,7 @@ The following table summaries the scripts used to access the ONTAP REST API . Ma
3333
| initiator_operations.py | Demonstrates initiator creation, deletion, updation and listing using ONTAP REST API |
3434
| 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. |
3535
| 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. |
3637
| snapshot_operations.py | Demonstrates snapshot operations like snapshot creation, deletion, updation and listing using ONTAP REST API. |
3738
| svm_operations.py | Demonstrates SVM operations like SVM creation, deletion, updation and listing using ONTAP REST API. |
3839

@@ -46,6 +47,7 @@ The following table summaries the scripts used to access the ONTAP REST API . Ma
4647
| create_volume.py | Demonstrates volume creation using ONTAP REST API on the specified SVM. |
4748
| 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. |
4849
| 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. |
4951
| list_aggregates.py | Lists all the aggregates in a cluster using ONTAP REST API. |
5052
| list_clones.py | Lists all the clones in a cluster using ONTAP REST API. |
5153
| list_snapshots.py | Lists all the snapshots in the specified volume using ONTAP REST API. |

0 commit comments

Comments
 (0)