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
SDK - API - not found for few ontap coommands - need latest version
2017-06-01
04:07 AM
2,485 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For some of the ontap commands which we need to integrate with puppet
i am not getting any corresponding ONTAP API in netapp-manageability-sdk-ontap-8.3-api-documentation and netapp-manageability-sdk-oncommand-6.1-api-documentation.
like
for
1) vserver services name-service dns modify -vserver * -domains -state
2) vserver services web modify -vserver -enabled
3) storage raid-options modify -node * -name and many more.
Where do i get corresponding api calls for these commands ?
I am referring netapp-manageability-sdk-ontap-8.3-api-documentation and
netapp-manageability-sdk-oncommand-6.1-api-documentation.
Kindly correct me IIW and suggest right docs that can be useful in this work.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Nidhi,
The closest corresponding API's are:
- net-dns-modify
- system-services-web-get
- aggr-modify-raid-type
Note: There is no "system-services-web-set" API so you might have to use SSH to enable that.
/Matt
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
