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

The meter's estimate of the time accuracy provided by this server. Smaller numbers mean higher accuracy. A stratum 0 server is the most accurate (atomic clock or GPS clock). The is available only if the meter considers this server a peer.

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

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