Software Development Kit (SDK) and API Discussions

na_server_invoke(): is there a list somewhere of all its possible arguments?

MigEngineer
1,090 Views

I need to quickly throw together some NetApp utils in C, and have compiled and run some the sample code in an attempt to get up to speed.

Is there a list of all the possible calls you can make using the na_server_invoke() function? Or can one deduce these from the standard commands you'd issue at the NetApp console? If so... what's the formula?

I've tried to work this out from the documentation, but there seems no straightforward answer.

2 REPLIES 2

MigEngineer
893 Views

**bump**

RobertSimac
724 Views

If this is just an *quick* util project and you are not porting anything from legacy zapi code, and if your ontap is 9.7 or newer... I suggest take a look at 'new' REST apis and their documentation, describing pretty much anything you can do with it...

This is good starting point for rest apis in general: https://docs.netapp.com/us-en/ontap-automation/index.html

Public