/sys/net/ntp/server/{idx}/address

The network address of the configured NTP server. This is typically a string-representation of the server's IP address, which may be either an IP v4 or v6 address. If the address is unknown, this is null.

Get /sys/net/ntp/server/{idx}/address

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}/address
Request samples
Response samples
application/json
{
  • "result": "192.168.1.1",
  • "error": "Error message (present if an error occurred)."
}