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
ID of the element.
The NTP configuration ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
cts NTPServerState
The Controller Time Source (CTS) used as a system fail-safe in cases where there is no time source.
The host IP address or domain name.
last_error NTPServerError
The last error displayed.
The error message.
Time the error occurred.
The last polling interval.
last_selected NtpLastSelected
The last selected polling interval.
The delta of the last selected polling interval.
The error message.
The host IP address or domain name.
The old value in the drift file.
The slop value.
The stratum time.
The time stamp of the polling interval.
The polling interval post update.
The polling interval before update.
The updated value in the drift file.
The description of the Network Time Protocol (NTP) configuration. Max characters = 256.
Indicates if the NTP configuration is disabled.
The reason for the NTP configuration to be disabled.
The ID of the element.
The ID of the NTP configuration.
Indicates if the NTP configuration is inactive.
The reason for the NTP configuration to be inactive.
The name of the NTP configuration. Max characters = 128.
NTP hash. Values True or False.
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.
The host IP address or domain name.
last_error NTPServerError
The last error displayed.
The error message.
Time the error occurred.
The last polling interval.
last_selected NtpLastSelected
The last selected polling interval.
The delta of the last selected polling interval.
The error message.
The host IP address or domain name.
The old value in the drift file.
The slop value.
The stratum time.
The time stamp of the polling interval.
The polling interval post update.
The polling interval before update.
The updated value in the drift file.
The region where the element is configured for NTP.
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.
A information field that can be added to identify the NTP configuration.
{
"cts": {
"host": "string",
"last_error": {
"message": "string",
"time_stamp": "string"
},
"last_polled": "string",
"last_selected": {
"delta": 0,
"error": "string",
"ip": "string",
"old_drift": 0,
"slop": 0,
"stratum": 0,
"time_stamp": "string",
"update_after": "string",
"update_before": "string",
"update_drift": 0
}
},
"disabled": true,
"disabled_reason": "string",
"element_id": "string",
"id": "string",
"inactive": true,
"inactive_reason": "string",
"name": "string",
"ntp_hash": 0,
"ntp_id": "string",
"ntp_servers": [
{
"host": "string",
"last_error": {
"message": "string",
"time_stamp": "string"
},
"last_polled": "string",
"last_selected": {
"delta": 0,
"error": "string",
"ip": "string",
"old_drift": 0,
"slop": 0,
"stratum": 0,
"time_stamp": "string",
"update_after": "string",
"update_before": "string",
"update_drift": 0
}
}
],
"region": "string",
"source_interface_ids": [
"string"
],
"tags": [
"string"
]
}