REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/syslog/backups/{backupid}

GET /api/lunasa/syslog/backups/{backupid}

This resource retrieves a syslog backup and deletes it afterwards.

Parameters

backupid

Specifies the syslog backup to retrieve.

Use: Required

JSON Schema:

    Object
    type:string

Responses

200

A binary stream that represents the syslog backup. This archive is in compressed tar format (tgz).

JSON Schema:

        <binary stream>

400

Failure.

Example Request

    GET
    https://1.2.3.4:8443/api/lunasa/syslog/backups/{backupid}
{
}

Example Response

None