Retrieve an existing NTP Client

Retrieve an existing NTP Client based on its name

Path parameters
name
string required
Responses
  • 200 The NTP Client
    id
    string (Internal ID) required

    Object internal ID

    name
    string required

    The NTP Client's name

    host
    string required

    The host for the ntp server

    description
    string

    The NTP Client's description

    port
    integer

    The port on which to join the host for NTP

    timeout
    string

    The timeout on the NTP request

    maxStratum
    integer

    The max stratum on the NTP request. If this is exceeded, the NTP request is considered as failed

    maxOffset
    string

    The max offset on the NTP request. If this is exceeded, the NTP request is considered as failed

    maxRTT
    integer

    The max RTT on the NTP request (in millis). If this is exceeded, the NTP request is considered as failed

  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error