![]() |
REST API
15
REST API for Luna Network HSMs
|
Gets all syslog actions.
None
A list of all actions that can be performed under syslog.
JSON Schema: Syslog Actions
"location" is the URL to the newly created log backup.
see GET /api/lunasa/syslog/backups/{backupid}}
Unexpected error
GET
https://1.2.3.4:8443/api/lunasa/syslog/actions
{
"actions": [
{
"id": "rotate",
"url": "/api/lunasa/syslog/actions/rotate"
},
{
"id": "cleanup",
"url": "/api/lunasa/syslog/actions/cleanup"
}
]
}