REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/ntp/status

GET /api/lunasa/ntp/status

This resource returns information of NTP time, max error, estimated error and offset.

Parameters

None

Responses

200

Success

JSON Schema: NTP Status

400

Unexpected failure

Example Request

    GET
    https://1.2.3.4:8443/api/lunasa/ntp/status
    {
    }

Example Response

{
 "estimatedError": 0.016063,
 "offset": 0.002655,
 "maxError": 3.037109,
 "ntpTime": "2016-05-05T10:37:28.252"
}

Notes

NTP service needs to be started to get the status.