REST API  4.0.0
REST API for SafeNet Network HSMs
PATCH /api/lunasa/syslog

PATCH /api/lunasa/syslog

This resource contains config and link urls for the syslog resources.

Parameters

period

This parameter specifies the log rotation period: daily, weekly, monthly.

Use: Not Required

JSON Schema:

    Object
    type:string

maxRotations

This parameter specifies how many log backups to keep.

Use: Not Required

JSON Schema:

    Object
    type: integer

Responses

204

Success

400

Unexpected failure

Example Request

    PATCH
    https://1.2.3.4:8443/api/lunasa/syslog
{
  "maxRotations": 12
}

Example Response

{
}