Hello,
Is there some kind of protection on the UCS server allowing the administrator to limit the request rate on the server ? This kind of mechanism will inform the client application that the rate is reached and the client will have to wait until the computed rate descreased.
Same question regarding the max number of // connections on the UCM server ?
Thanks
Seb
No, UCS Manager uses an internal algorithm and will start throttle the responses.
For the connections:
For Shell interfaces (SSH, Telnet), it removes oldest session and accepts new session, when cache becomes full.
For HTTP/XML API interface, it denies new connections.