Skip to content

Commit c4bf775

Browse files
Update README.md
Updated with latest scripts
1 parent 6c29a9e commit c4bf775

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

examples/rest_api/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ The following table summaries the scripts used to access the ONTAP REST API . Ma
2020
| aggregate_operations.py | Demonstrates aggregate creation, deletion, updation and listing using ONTAP REST API |
2121
| interface_operations.py | Demonstrates interface creation, deletion, updation and listing using ONTAP REST API. |
2222
| 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+
2325

2426
## Day 1 Scripts:
2527

@@ -55,6 +57,7 @@ The following table summaries the scripts used to access the ONTAP REST API . Ma
5557
| quota_operations.py | Demonstrates quota operations like quota creation, updation, deletion and listing using ONTAP REST API. |
5658
| schedules_policies_sm_relationship.py | Demonstrates workflow of creating new schedules using cron or interval and retriving list of policies using ONTAP REST API. |
5759
| 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. |
5861
| svm_operations.py | Demonstrates SVM operations like SVM creation, deletion, updation and listing using ONTAP REST API. |
5962
| volume_operations.py | Demonstrates volume operations like volume creation, deletion, updation, cloning and listing using ONTAP REST API. |
6063

@@ -65,5 +68,9 @@ To assist CLI and ONTAPI API users in their transition to the ONTAP REST API, ON
6568
|:------------------------------------|:-------------|
6669
| service_policy.py | Demonstrates network interface service-policy Diag mode CLI command usage in ONTAP REST API |
6770
| system_fru_check.py | Demonstrates fru-check show CLI command usage in ONTAP REST API. |
68-
| vserver_file_security_cli_passthrough.py | Demonstrates vserver security file-directory CLI usage in ONTAP REST API |
71+
| system_node_power.py.py | Demonstrates system node power show CLI command usage in ONTAP REST API |
72+
| system_node_power_off_diag.py | Demonstrates system node power off -node Diag mode CLI command usage in ONTAP REST API. |
73+
| system_node_power_on_diag.py | Demonstrates system node power on -node Diag mode CLI command usage in ONTAP REST API. |
74+
| vserver_file_security_cli_passthrough.py | Demonstrates vserver security file-directory CLI usage in ONTAP REST API |
75+
6976

0 commit comments

Comments
 (0)