Hello all,
I would like to ask about SDK/SWIS usage thresholds alias concurrent calls in the same time...
In other words, I will need to add multiple (hundreds) of nodes into maintenance every few moments - like:
Invoke-SwisVerb -SwisConnection $SwisV3 -EntityName Orion.Nodes -Verb Unmanage -Arguments ("N:$($NodeId)", $startTime, $endTime, "false")
And I don't know when it will hit some limit of concurrent calls and block/lock/overutilize the API calls causing failure of the PS script maintenance actions.
Is it somehow related with Orion Swis.Core settings? (MaxConcurrentCallsProcessorMultiplier / MaxConcurrentSessionsProcessorMultiplier)
Unfortunately not much found in Orion / Orion SDK documentation.
Thank you a lot for your help 