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

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

Gets a specified link

Parameters

clientid

The identifier of the client of interest

Use: Required

JSON Schema:

   Object
   type: string

linkid

The identifier of the link 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

404

Specified link does not exist.

Example Request

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

Example Result

{
    "url": "/api/lunasa/hsms/155532/partitions/362126088892",
    "type": "hsm/partition"
}

See Also

GET /api/lunasa/hsms/{hsmid}/partitions/{partitionid}