|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Sets all log configurations.
The identifier of the log.
Use:  Required  
JSON Schema:  
Object type: string
The severity of the log (emergency, alert, critical, error, warning, notice, info, debug, all).
Use:  Required  
JSON Schema:  
Object type: string
Success
Unexpected Error
Log does not exist.
 
    PUT
    https://1.2.3.4:8443/api/lunasa/syslog/logs/lunalogs
    {
        "severity" : "all"
    }
 
{}
Currently only the severity of lunalogs can be set.