Software Development Kit (SDK) and API Discussions

Data OnTAP 8.3 API

jylee
4,977 Views

Is there an API guide somewhere or an API call I can call against the system to find what API calls are available?

 

The API documentation I found was this:

http://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NetApp-Manageability-SDK-5-3-ONTAP-8-3-API-Documentation/td-p/97533

 

But it's terribly broken.  Nothing really loads in my browser... 😞

1 REPLY 1

richard_payne
4,935 Views

If you download the SDK there are API documents for both 7mode and cMode within there. As for an API call that returns the available APIs, yes there is one:

 

        • system_api_list

          [Family: ontap-classic, vfiler]

          get list of apis. This returns the names only - to get the parameter info, use system-api-get-elements

--rdp

Public