REST API  14
REST API for Luna Network HSMs
GET /api/lunasa/syslog/backups/{backupid}

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

This resource retrieves a syslog backup and deletes it afterwards. This resource has been disabled for Rest API version equivalent to or greater than 12.

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

NOTE : Use this resource to download the file for REST API version greater than or equivalent to 12.

GET /users/{userid}/files/{fileid}/download