![]() |
REST API
16
REST API for Luna Network HSMs
|
Sets all log configurations.
Users with the following role privileges can perform this command:
The identifier of the log.
Valid values: lunalogs,clusterlogs,dbMigrationlogs,messages,secure,ntp,snmp.
Use: Required
JSON Schema:
Object type: string
The severity of the log (emergency,alert,critical,crit,error,err,warning,warn,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" }
{}