REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/ntls/clients/{clientid}/links

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

Gets a list of all partition links assigned to a client.

Parameters

clientid

The identifier of the client of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

200

A list of all links registered to the client.

JSON Schema: Links

400

Unexpected error

Example Request

   GET 
   https://1.2.3.4:8443/api/lunasa/ntls/clients/testClient3/links

Example Result

{
    "links": [
        {
            "id": "362126088892",
            "url": "/api/lunasa/ntls/clients/testClient/links/362126088892"
        }
    ]
}

See Also

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