The hostname of the configured NTP server. If the name is
unknown, this this is null. This normally happens when the NTP
server is configured as an IP address.
Get /sys/net/ntp/server/{idx}/name
SecurityApiKey
Request
path Parameters
idx
required
integer >= 0
The index of an NTP server.
Responses
200
Normal response.
401
Unauthorized response.
get/sys/net/ntp/server/{idx}/name
Request samples
curl
Python
JavaScript
Go
Response samples
200
401
application/json
{
"result": null,
"error": "Error message (present if an error occurred)."