REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/hsms/{hsmid}/indirect/responses/{responseid}

GET /api/lunasa/hsms/{hsmid}/indirect/responses/{responseid}

Gets from the administration partition of the admin HSM the response necessary for indirect login.

Parameters

hsmid

The serial number of the HSM of interest

Use: Required

JSON Schema:

   Object
   type: string

responseid

The identifier of the response of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

201

The response to provide to the service HSM for indirect login.

JSON Schema:

    type:  string
    description:  response is the authentication data to be provided for indirect login
                  to the service HSM.

400

Unexpected error

Example Request

   GET 
   https://1.2.3.4:8443/api/lunasa/hsms/700088/indirect/responses/1

Example Result

{
    "response": "qlpLRuWfzCpyYkji4YguJSlpkvr9ZTq/NB5ymFPnLxc="
}