REST API  16
REST API for Luna Network HSMs
GET /api/lunasa/ntp

GET /api/lunasa/ntp

This resource contains NTP configuration information.

User Privileges

Users with the following role privileges can perform this command:

  • admin
  • operator
  • monitor

Parameters

None

Responses

200

NTP properties

JSON Schema: NTP

500

NTP_OPERATION_FAILED

Unable to perform requested operation.

Example Request

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

Example Response

{
        "servers": "/api/lunasa/ntp/servers",
        "status": "/api/lunasa/ntp/status",
        "actions": "/api/lunasa/ntp/actions",
        "version": "4.5"
}

See Also

GET /api/lunasa/ntp/servers
GET /api/lunasa/ntp/status
GET /api/lunasa/ntp/actions