REST API
4.0.0
REST API for SafeNet Network HSMs
|
Gets the logs accumulated on the appliance.
Note: Version 3 of REST API does not support this resource.
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>
Unexpected error
GET https://1.2.3.4:8443/api/lunasa/logs
{ <binary stream> }