Software Development Kit (SDK) and API Discussions

SDK - API - not found for few ontap coommands - need latest version

nidhimittal
2,099 Views

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

mbeattie
2,095 Views

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.
Public