Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
na_server_invoke(): is there a list somewhere of all its possible arguments?
2022-12-02
05:02 PM
1,772 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
**bump**
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
