system.ntpserver.create

Add an NTP Server.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: ntp_server_create

ntp_server_create

Type: object

Configuration for creating a new NTP server.

No Additional Properties

Address

Type: string

Hostname or IP address of the NTP server.

Burst

Type: boolean Default: false

Send a burst of packets when the server is reachable.

Iburst

Type: boolean Default: true

Send a burst of packets when the server is unreachable.

Prefer

Type: boolean Default: false

Mark this server as preferred for time synchronization.

Minpoll

Type: integer Default: 6

Minimum polling interval (log2 seconds).

Maxpoll

Type: integer Default: 10

Maximum polling interval (log2 seconds).

Force

Type: boolean Default: false

Force creation even if the server is unreachable.

NTPServerEntry

Type: object

The newly created NTP server configuration.

No Additional Properties

Id

Type: integer

Unique identifier for the NTP server configuration.

Address

Type: string

Hostname or IP address of the NTP server.

Burst

Type: boolean Default: false

Send a burst of packets when the server is reachable.

Iburst

Type: boolean Default: true

Send a burst of packets when the server is unreachable.

Prefer

Type: boolean Default: false

Mark this server as preferred for time synchronization.

Minpoll

Type: integer Default: 6

Minimum polling interval (log2 seconds).

Maxpoll

Type: integer Default: 10

Maximum polling interval (log2 seconds).



Required roles: NETWORK_GENERAL_WRITE