ontap 9 list all api calls

To list the api calls you can use to manage/monitor
ontap 9, you can either use a clustershell command (1)
or you can run a query using Netapp SDK. (2)
In the second case you will have to enable http
on the clusternodes

cl1::*> system services web modify -http-enabled true

(1)
cl1::*> security login role show-ontapi
ONTAPI Command
------------------------------------
aggr-add storage aggregate add-disks
aggr-create storage aggregate create
aggr-destroy storage aggregate delete
aggr-get-filer-info storage aggregate show
aggr-get-iter storage aggregate show
aggr-mirror storage aggregate mirror
aggr-offline storage aggregate offline
(snipped)

In this example I use the perl script
that comes with the samples when
you download netapp-manageability-sdk-5.4P1.zip

(2)
[linux] ./apitest.pl cl1 admin adminpassword system-api-list

OUTPUT:

action-test-key-optionality-defaultaction

active-directory-account-get-iter

aggr-add

(snipped)

This entry was posted in Uncategorized. Bookmark the permalink.

Comments are closed.