![]() |
REST API
17
REST API for Luna Network HSMs
|
This resource returns information of NTP time, max error, estimated error and offset.
Users with the following role privileges can perform this command:
None.
Success
JSON Schema: NTP Status
NTP service must be started before requesting this resource.
Unable to perform requested operation.
GET
https://1.2.3.4:8443/api/lunasa/ntp/status
{
}
{
"lastOffset": "+0.000000000",
"ntpTime": "0000-01-00T00:00:00",
"rootDelay": "1.000000000",
"rootDispersion": "1.000000000"
}
NTP service needs to be started to get the status.