![]() |
REST API
15
REST API for Luna Network HSMs
|
Gets the information associated with a specific client.
The identifier of the client of interest
Use: Required
JSON Schema:
Object type: string
client details
JSON Schema: Client description
Unexpected error
Client does not exist.
GET https://1.2.3.4:8443/api/lunasa/ntls/clients/testClient
{
"actions": "/api/lunasa/ntls/clients/testClient/actions",
"clientID": "testClient",
"hostname": "",
"htlRequired": false,
"ip": "1.2.3.4",
"links": "/api/lunasa/ntls/clients/testClient/links",
"ottExpiry": 0
}