REST API  5.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/hsms/{hsmid}/ped/servers/{serverid}

GET /api/lunasa/hsms/{hsmid}/ped/servers/{serverid}

Gets the information associated with a specific registered PED server.

Parameters

hsmid

The serial number of the HSM of interest

Use: Required

JSON Schema:

   Object
   type: string

serverid

The identifier of the PED server of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

200

PED server details

JSON Schema: PED Server

400

Unexpected error

404

HSM or server does not exist.

Example Request

   GET
   https://1.2.3.4:8443/api/lunasa/hsms/154704/ped/servers/TestPedServer

Example Result

{
    "commonName": "TestPedServer"
}