REST API  15
REST API for Luna Network HSMs
POST /api/lunasa/syslog/backups

POST /api/lunasa/syslog/backups

This resource creates a syslog backup.

User Privileges

Users with the following role privileges can perform this command:

  • admin
  • operator

Parameters

None

Responses

204

Success

Location

"Location" represents the resource representing the newly created backup.

see GET /users/{userid}/files

400

Unexpected failure.

Example Request

    POST
    https://1.2.3.4:8443/api/lunasa/syslog/backups
    {
    }

Example Response

    {
    }

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

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