Skip to main content

Get Element NTP (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/elements/:element_id/ntp

List all the elements with NTP configured.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    element_id stringrequired

    ID of the element.

Responses

Successful Operation

Schema
    count int32

    The total number of responses.

    id string

    The ID of the response.

    type string

    The type of response.

    items ElementNTP[]
  • Array [
  • description

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

    id string

    The ID of the NTP configuration.

    name stringrequired

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

    ntp_servers NTPServer[]required

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

  • Array [
  • host stringrequired

    The host IP address or domain name.

    max_poll int32required

    The maximum polling interval. It specifies the polling intervals for NTP messages in seconds as a power of two.The values of Max Poll can be set between 4 and 17.

    min_poll int32required

    The minimum polling interval. It specifies the polling intervals for NTP messages in seconds as a power of two.The values of Min Poll can be set between 4 and 17.

    version int32required

    The version of the NTP configuration. NTP versions 2, 3 and 4 are supported.

  • ]
  • 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...