Skip to content

Commit f9ba78f

Browse files
Update README.md
Updated Day-0, Day-1 and Day-2 Scripts.
1 parent 0358a4c commit f9ba78f

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

examples/rest_api/README.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,43 @@ 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+
## Day 0 Scripts:
1617

1718
| Script | Description |
1819
|:------------------------------------|:-------------|
19-
| account_operations.py | Demonstrates user account creation, deletion, updation and listing using ONTAP REST API |
2020
| aggregate_operations.py | Demonstrates aggregate creation, deletion, updation and listing using ONTAP REST API |
21+
| interface_operations.py | Demonstrates interface creation, deletion, updation and listing using ONTAP REST API. |
22+
| license_operations.py | Demonstrates license creation, deletion and listing using ONTAP REST API |
23+
24+
## Day 1 Scripts:
25+
26+
| Script | Description |
27+
|:------------------------------------|:-------------|
28+
| account_operations.py | Demonstrates user account creation, deletion, updation and listing using ONTAP REST API |
2129
| cifs_setup.py | Demonstrates how CIFS shares can be setup using ONTAP REST API. It creates a volume and then creates a share on the volume. |
30+
| initiator_operations.py | Demonstrates initiator creation, deletion, updation and listing using ONTAP REST API |
31+
| 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. |
32+
| 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. |
33+
| snapshot_operations.py | Demonstrates snapshot operations like snapshot creation, deletion, updation and listing using ONTAP REST API. |
34+
| svm_operations.py | Demonstrates SVM operations like SVM creation, deletion, updation and listing using ONTAP REST API. |
35+
36+
## Day 2 Scripts:
37+
38+
| Script | Description |
39+
|:------------------------------------|:-------------|
2240
| create_clone.py | Demonstrates clone creation using ONTAP REST API on the specified volume. |
2341
| create_snapshot.py | Demonstrates snapshot creation using ONTAP REST API on the specified volume. |
2442
| create_svm_volume.py | Demonstrates SVM creation, volume creation and the associated Export Policy creation using ONTAP REST API. |
2543
| create_volume.py | Demonstrates volume creation using ONTAP REST API on the specified SVM. |
2644
| 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. |
27-
| initiator_operations.py | Demonstrates initiator creation, deletion, updation and listing using ONTAP REST API |
28-
| interface_operations.py | Demonstrates interface creation, deletion, updation and listing using ONTAP REST API. |
29-
| 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. |
30-
| license_operations.py | Demonstrates license creation, deletion and listing using ONTAP REST API |
3145
| list_aggregates.py | Lists all the aggregates in a cluster using ONTAP REST API. |
3246
| list_clones.py | Lists all the clones in a cluster using ONTAP REST API. |
3347
| list_snapshots.py | Lists all the snapshots in the specified volume using ONTAP REST API. |
3448
| list_volumes.py | Lists all the volumes in a SVM using ONTAP REST API. |
3549
| list_vserver.py | Lists all the SVMs in a cluster using ONTAP REST API. |
3650
| lun_operations.py | Demonstrates lun creation, deletion, updation and listing using ONTAP REST API |
37-
| 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. |
3851
| qtree_operations.py | Demonstrates qtree operations like qtree creation, updation, deletion and listing using ONTAP REST API. |
3952
| quota_operations.py | Demonstrates quota operations like quota creation, updation, deletion and listing using ONTAP REST API. |
4053
| snapmirror_operations.py | Demonstrates SnapMirror operations like SnapMirror relationship creation, deletion, updation and listing using ONTAP REST API. |
41-
| snapshot_operations.py | Demonstrates snapshot operations like snapshot creation, deletion, updation and listing using ONTAP REST API. |
4254
| svm_operations.py | Demonstrates SVM operations like SVM creation, deletion, updation and listing using ONTAP REST API. |
4355
| volume_operations.py | Demonstrates volume operations like volume creation, deletion, updation, cloning and listing using ONTAP REST API. |

0 commit comments

Comments
 (0)