get-ntp-server
Use the interface to get the configuration information of NTP service, and only the Administrator has the right.
HTTP Request
GET http://ip/mwapi?method=get-ntp-server
Parameter | Description |
---|---|
method | get-ntp-server |
Response Body
{
"status": 0,
"ntp-server": 'ntp.aliyun.com'
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
ntp-server | NTP server address |