WUI Settings
- Last Updated: October 14, 2024
- 1 minute read
- LoadMaster
- Multi-Tenant LoadMaster
- Documentation
Parameters relating to WUI Settings can be managed using get and set commands.
Example Command
curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/set?param=motd&value=<MessageToBeDisplayed>"Available Parameters
|
Name |
Type |
Range |
Description |
|---|---|---|---|
|
hoverhelp |
B |
0 - Disable 1 - Enable
|
This option allows the display of descriptive text when a cursor rests on a clickable option in the WUI screen. |
|
motd |
S |
|
This is the Message of the Day (MOTD). Either plain text or a text file can be used. The maximum number of characters is 5,000. An error will be displayed if the MOTD is greater than 5,000 characters. |
|
sessioncontrol |
B |
|
Enables or disables session control. |
|
sessionidletime |
I |
60-86400 |
Specifies the number of seconds that the WUI can be idle before logging the user out. This can be set from 60 to 86400 seconds. |
|
sessionmaxfailattempts |
I |
1-999 |
Number of failed attempts before locking the user account. |
|
wuidisplaylines |
I |
10-100 |
Set the maximum number of lines which can be displayed on a single statistics page. |
|
wuicipherset |
S |
The valid values are below:
|
Specify the cipher set to use for the LoadMaster WUI. |
Example Output
<Response stat="200" code="ok"><Success>Command completed ok</Success></Response>