NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

Software Development Kit (SDK) and API Discussions

ONTAP API Concurrent Connection Limit

enyang
3,928 Views

My clients found his scripts were getting stuck while a great deal of commands were being dispatched, which causes the following api call queued up.

 

May I know is there a ONTAP API concurrent connection limit? and is it a tunable value?

 

 

Thanks. 

2 REPLIES 2

asulliva
3,889 Views

Hello @enyang,

 

There are no published limits that I'm aware of, but it is important to remember that ZAPI is a service running on the controller, and like any other service, it has a finite number of resources.  I don't know what scale your customer is dealing with, but it may be prudent to have some throttling on the client side.

 

Please reach out to me internally and I can provide a bit more info.

 

Andrew

If this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

NADRS
3,866 Views

I've seen similar issues myself - could you explain if the zapiretrycount switch would help in these scenarios or will it just compound the problem?

Public