REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/hsms/{hsmid}/partitions/{partitionid}/stc/clients/{clientid}

GET /api/lunasa/hsms/{hsmid}/partitions/{partitionid}/stc/clients/{clientid}

Gets a description of the client identity used to secure the trusted channel for the partition.

Parameters

hsmid

The serial number of the HSM of interest

Use: Required

JSON Schema:

   Object
   type: string

partitionid

The identifier of the partition of interest

Use: Required

JSON Schema:

   Object
   type: string

clientid

The identifier of the client of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

200

The description of the client identity that secures the trusted channel.

JSON Schema: STC Client Identity description

400

Unexpected error

404

Partition or client does not exist.

Example Request

   GET 
   https://1.2.3.4:8443/api/lunasa/hsms/154704/partitions/273087011507/stc/clients/1

Example Result

{
    "fingerprint": "91ee10ff31325b74fcc2c630332be4618a28442d",
    "label": "client2"
}