Show syslog server information
Purpose
Displays the syslog server configuration details.URI
Use the Eclipse Amlen REST API GET method with the following Eclipse Amlen configuration URI:
http://<admin-endpoint-IP:Port>/ima/v1/configuration/Syslog
Usage NotesĀ®
- The command must be capitalized as shown.
Related REST Administration APIs
Example
Shows the syslog server configuration:curl -X GET http://127.0.0.1:9089/ima/v1/configuration/Syslog
{
"Version": "v1",
"Syslog": {
"Host": "127.0.0.1",
"Port": 514,
"Protocol": "tcp",
"Enabled": false
}
}