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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ The following table summaries the scripts used to access the ONTAP REST API . Ma
20
20
| aggregate_operations.py | Demonstrates aggregate creation, deletion, updation and listing using ONTAP REST API |
21
21
| interface_operations.py | Demonstrates interface creation, deletion, updation and listing using ONTAP REST API. |
22
22
| license_operations.py | Demonstrates license creation, deletion and listing using ONTAP REST API |
23
+
| ndu_upgrade.py | Demonstrates cluster software upgrade using ONTAP REST API |
24
+
23
25
24
26
## Day 1 Scripts:
25
27
@@ -55,6 +57,7 @@ The following table summaries the scripts used to access the ONTAP REST API . Ma
55
57
| quota_operations.py | Demonstrates quota operations like quota creation, updation, deletion and listing using ONTAP REST API. |
56
58
| schedules_policies_sm_relationship.py | Demonstrates workflow of creating new schedules using cron or interval and retriving list of policies using ONTAP REST API. |
57
59
| snapmirror_operations.py | Demonstrates SnapMirror operations like SnapMirror relationship creation, deletion, updation and listing using ONTAP REST API. |
60
+
| svm_dr.py | Demonstrates SVM disaster recovery from destination cluster using ONTAP REST API. |
58
61
| svm_operations.py | Demonstrates SVM operations like SVM creation, deletion, updation and listing using ONTAP REST API. |
59
62
| volume_operations.py | Demonstrates volume operations like volume creation, deletion, updation, cloning and listing using ONTAP REST API. |
60
63
@@ -65,5 +68,9 @@ To assist CLI and ONTAPI API users in their transition to the ONTAP REST API, ON
0 commit comments