![]() |
REST API
4.0.0
REST API for SafeNet 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"
}
]
}