How the NetApp API works with cinder?
I have attached a netapp nfs volume to the cinder storage and it is working as expected. I need to know how it actually works whether through API or anything else, to create or delete the volumes.
I have found in the ssc_utils.py file with the below API names.
api_name='net-interface-get-iter'
api_name='system-user-capability-get-iter'
api_name='volume-get-iter'
api_name='aggr-options-list-info'
api_name='sis-get-iter'
api_name='snapmirror-get-iter'
api_name='storage-disk-get-iter'
Not sure whether these api commands are being used.
Any help would be appreciated