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 |
29
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
+
| file_analytics_enable_disable.py | Demonstrates enabling and disabling of File System analytics using ONTAP REST API |
30
31
| initiator_operations.py | Demonstrates initiator creation, deletion, updation and listing using ONTAP REST API |
31
32
| 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
33
| 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. |
@@ -42,14 +43,27 @@ The following table summaries the scripts used to access the ONTAP REST API . Ma
42
43
| create_svm_volume.py | Demonstrates SVM creation, volume creation and the associated Export Policy creation using ONTAP REST API. |
43
44
| create_volume.py | Demonstrates volume creation using ONTAP REST API on the specified SVM. |
44
45
| 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. |
46
+
| file_system_analytics.py | Demonstrates File System Analytics usecases using using ONTAP REST API. |
45
47
| list_aggregates.py | Lists all the aggregates in a cluster using ONTAP REST API. |
46
48
| list_clones.py | Lists all the clones in a cluster using ONTAP REST API. |
47
49
| list_snapshots.py | Lists all the snapshots in the specified volume using ONTAP REST API. |
48
50
| list_volumes.py | Lists all the volumes in a SVM using ONTAP REST API. |
49
51
| list_vserver.py | Lists all the SVMs in a cluster using ONTAP REST API. |
50
52
| lun_operations.py | Demonstrates lun creation, deletion, updation and listing using ONTAP REST API |
51
53
| qtree_operations.py | Demonstrates qtree operations like qtree creation, updation, deletion and listing using ONTAP REST API. |
54
+
| qtree_quota_metrics.py | Demonstrates NAS usecase of qtree creation in a volume, Enabling Quota and displaying raw metrics of Qtree using ONTAP REST API. |
52
55
| quota_operations.py | Demonstrates quota operations like quota creation, updation, deletion and listing using ONTAP REST API. |
56
+
| schedules_policies_sm_relationship.py | Demonstrates workflow of creating new schedules using cron or interval and retriving list of policies using ONTAP REST API. |
53
57
| snapmirror_operations.py | Demonstrates SnapMirror operations like SnapMirror relationship creation, deletion, updation and listing using ONTAP REST API. |
54
58
| svm_operations.py | Demonstrates SVM operations like SVM creation, deletion, updation and listing using ONTAP REST API. |
55
59
| volume_operations.py | Demonstrates volume operations like volume creation, deletion, updation, cloning and listing using ONTAP REST API. |
60
+
61
+
## CLI Passthrough Scripts:
62
+
To assist CLI and ONTAPI API users in their transition to the ONTAP REST API, ONTAP provides a REST endpoint to access the CLI. You can use this passthrough feature to execute any CLI command. For more information, Read [NetApp Documentation](https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.dot-rest-api%2FGUID-BC72E449-FD75-4687-96C0-6A9A68708FBF.html).
0 commit comments