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

The time that needs to elapse before the meter contacts this server again. The unit is seconds.

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

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