DATE_SNTP_IP
Description
Get or Set SNTP server address.
If the CHANNEL=n was set with this URL to the Multi-Channel device, this URL is read-only command and the Router's DATE configurations will be returned.
Input Argument
IPv4 Addressing (xxx.xxx.xxx.xxx)
or
name of SNTP server (< 40 bytes)
Attribute
Return of Message
DATE_SNTP_IP='pool.ntp.org'
OK: DATE_SNTP_IP='192.168.0.2'
or
ERROR: DATE_SNTP_IP='192.168.0.2'
Applicability
Status
This URL will be obsolete and replaced by DATE_CONFIG
See Also
DATE, DATE_TYPE, DATE_SNTP_UPDATE, DATE_MANUAL_DATE, DATE_MANUAL_TIME, DATE_MANUAL_ZONE, DATE_CONFIG, DAYLIGHT_SAVING_CONFIG
Example
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&DATE_SNTP_IP
or
http://ip:port/cgi-bin/cmd/system?DATE_SNTP_IP
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&DATE_SNTP_IP=192.168.0.2
or
http://ip:port/cgi-bin/cmd/system?DATE_SNTP_IP=192.168.0.2
Back to