REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/ntp/servers/{serverid}

GET /api/lunasa/ntp/servers/{serverid}

This resource contains information about a specific server.

Parameters

serverid

Specifies the id of the NTP server.

Use: Required

JSON Schema:

    Object
    type:string

Responses

200

NTP server information

JSON Schema: NTP Server

400

Failure.

404

Specified server does not exist.

Example Request

    GET
    https://1.2.3.4:8443/api/lunasa/ntp/servers/example.com
{
}

Example Response

{
    "address": "example.com",
    "isAutokeyEnabled": false, 
    "keyId": null, 
    "isInitialBurstEnabled": true, 
    "isBurstEnabled": false, 
    "isPreferredServer": true, 
    "protocolVersion": 3
}

See Also

GET /api/lunasa/ntp/servers