Date/Time
- Last Updated: October 14, 2024
- 1 minute read
- LoadMaster
- Multi-Tenant LoadMaster
- Documentation
Parameters relating to the date and time can be managed using the get and set commands.
Example Command
curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/set?param=timezone&value=UTC"Available Parameters
|
Parameter |
Parameter Type |
Parameter Description |
Mandatory |
|---|---|---|---|
|
ntphost |
Address |
Specify the host from which the Multi-Tenant LoadMaster will set its idea of the time. Multiple hosts can be specified in a space-separated list. Please escape the spaces using %20. The time will be set from the first host that returns a valid value. |
No |
|
time |
String (read only) |
The Multi-Tenant LoadMaster’s idea of the time. This parameter cannot be set via the API. |
No |
|
timezone |
String |
The time zone where the Multi-Tenant LoadMaster is located. |
No |
Example Output
<Response stat="200" code="ok"><Success>Command completed ok</Success></Response>