REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/logs

GET /api/lunasa/logs

Gets the logs accumulated on the appliance.

Note: Version 3 of REST API does not support this resource.

Parameters

None

Responses

200

A binary stream that represents an archive of the appliance logs. This archive is in compressed tar format (tgz). Write the return of GET:/api/lunasa/logs to a file with a .tgz extension.

JSON Schema:

    <binary stream>

400

Unexpected error

Example Request

   GET 
   https://1.2.3.4:8443/api/lunasa/logs

Example Result

{
   <binary stream>
}