REST API  4.0.0
REST API for SafeNet 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

{
    "htlRequired": false,
    "clientID": "testClient",
    "links": "/api/lunasa/ntls/clients/testClient/links",
    "hostname": "1.2.3.4"
}