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
| account_operations.py | Demonstrates user account creation, deletion, updation and listing using ONTAP REST API |
21
29
| 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. |
| create_clone.py | Demonstrates clone creation using ONTAP REST API on the specified volume. |
23
41
| create_snapshot.py | Demonstrates snapshot creation using ONTAP REST API on the specified volume. |
24
42
| create_svm_volume.py | Demonstrates SVM creation, volume creation and the associated Export Policy creation using ONTAP REST API. |
25
43
| create_volume.py | Demonstrates volume creation using ONTAP REST API on the specified SVM. |
26
44
| 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 |
31
45
| list_aggregates.py | Lists all the aggregates in a cluster using ONTAP REST API. |
32
46
| list_clones.py | Lists all the clones in a cluster using ONTAP REST API. |
33
47
| list_snapshots.py | Lists all the snapshots in the specified volume using ONTAP REST API. |
34
48
| list_volumes.py | Lists all the volumes in a SVM using ONTAP REST API. |
35
49
| list_vserver.py | Lists all the SVMs in a cluster using ONTAP REST API. |
36
50
| 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. |
38
51
| qtree_operations.py | Demonstrates qtree operations like qtree creation, updation, deletion and listing using ONTAP REST API. |
39
52
| quota_operations.py | Demonstrates quota operations like quota creation, updation, deletion and listing using ONTAP REST API. |
40
53
| 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. |
42
54
| svm_operations.py | Demonstrates SVM operations like SVM creation, deletion, updation and listing using ONTAP REST API. |
43
55
| volume_operations.py | Demonstrates volume operations like volume creation, deletion, updation, cloning and listing using ONTAP REST API. |
0 commit comments