REST API  14
REST API for Luna Network HSMs
GET /api/lunasa/ntls/clients/{clientid}

GET /api/lunasa/ntls/clients/{clientid}

Gets the information associated with a specific client.

Parameters

clientid

The identifier of the client of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

200

client details

JSON Schema: Client description

400

Unexpected error

404

Client does not exist.

Example Request

   GET 
   https://1.2.3.4:8443/api/lunasa/ntls/clients/testClient

Example Result

{
    "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
}