Hello,
is there any possibility to extend the 15min timout in HPE Primera UI (embedded one, not SSMC)?
thx
Solved! Go to Solution.
To see the timeout value use showwsapi -d
To extend: setwsapi -timeout <minutes>
<minutes> = Expected range is 3-1440 minutes
Example. setwsapi -timeout 60
great, thx!