Skip to main content

Get Specific Element NTP Status (v2.0)

GET 

/sdwan/v2.0/api/elements/:element_id/ntp/:ntp_id/status

List a specific element NTP status.

Request

Path Parameters

    element_id stringrequired

    ID of the element.

    ntp_id stringrequired

    The NTP configuration ID.

Responses

Successful Operation

Schema
    cts NTPServerState

    The Controller Time Source (CTS) used as a system fail-safe in cases where there is no time source.

    host string

    The host IP address or domain name.

    last_error NTPServerError

    The last error displayed.

    message string

    The error message.

    time_stamp string

    Time the error occurred.

    last_polled string

    The last polling interval.

    last_selected NtpLastSelected

    The last selected polling interval.

    delta float

    The delta of the last selected polling interval.

    error string

    The error message.

    ip string

    The host IP address or domain name.

    old_drift float

    The old value in the drift file.

    slop float

    The slop value.

    stratum int32

    The stratum time.

    time_stamp string

    The time stamp of the polling interval.

    update_after string

    The polling interval post update.

    update_before string

    The polling interval before update.

    update_drift float

    The updated value in the drift file.

    description

    The description of the Network Time Protocol (NTP) configuration. Max characters = 256.

    disabled boolean

    Indicates if the NTP configuration is disabled.

    disabled_reason string

    The reason for the NTP configuration to be disabled.

    element_id string

    The ID of the element.

    id string

    The ID of the NTP configuration.

    inactive boolean

    Indicates if the NTP configuration is inactive.

    inactive_reason string

    The reason for the NTP configuration to be inactive.

    name string

    The name of the NTP configuration. Max characters = 128.

    ntp_hash int32

    NTP hash. Values True or False.

    ntp_id string

    The ID of the NTP configuration.

    ntp_servers NTPServerState[]

    The configured NTP servers. A minimum of 1 and a maximum of 10 NTP servers can be configured.

  • Array [
  • host string

    The host IP address or domain name.

    last_error NTPServerError

    The last error displayed.

    message string

    The error message.

    time_stamp string

    Time the error occurred.

    last_polled string

    The last polling interval.

    last_selected NtpLastSelected

    The last selected polling interval.

    delta float

    The delta of the last selected polling interval.

    error string

    The error message.

    ip string

    The host IP address or domain name.

    old_drift float

    The old value in the drift file.

    slop float

    The slop value.

    stratum int32

    The stratum time.

    time_stamp string

    The time stamp of the polling interval.

    update_after string

    The polling interval post update.

    update_before string

    The polling interval before update.

    update_drift float

    The updated value in the drift file.

  • ]
  • region string

    The region where the element is configured for NTP.

    source_interface_ids string[]

    The interface used for sending a request to an NTP server. A source interface can include PPPoE or sub-interfaces with IP addresses. Up to 10 source interfaces are supported.

    tags string[]

    A information field that can be added to identify the NTP configuration.

Loading...