![]() |
REST API
16
REST API for Luna Network HSMs
|
This resource contains information about a specific server.
Users with the following role privileges can perform this command:
Specifies the id of the NTP server.
Use: Required
JSON Schema:
Object
type:string
minLength: 1
maxLength: 128
pattern: ^([a-zA-Z0-9\\-\\.\\[\\]_:]*)$
NTP server information
JSON Schema: NTP Server
Specified server does not exist.
Unable to perform requested operation.
GET
https://1.2.3.4:8443/api/lunasa/ntp/servers/example.com
{
}
{
"address": "example.com",
"nts": false,
"keyId": null,
"isInitialBurstEnabled": true,
"isBurstEnabled": false,
"isPreferredServer": true,
"protocolVersion": 3,
"port": 4420
}