Syslog Northbounder Interface Configuration
GETs (Reading Data)
| Resource | Description | 
|---|---|
| 
 | Gets full content of the configuration. | 
| 
 | Gets the status of the Syslog NBI (returns either true or false). | 
| 
 | Gets the name of all the existing destinations. | 
| 
 | Gets the content of the destination named {name} | 
PUTs (Update defaults)
On a successful request, the Syslog NBI will be notified about the configuration change.
| Resource | Description | 
|---|---|
| 
 | Sets the status of the Syslog NBI. | 
POSTs (Adding Data)
POST requires form data using application/x-www-form-urlencoded as a Content-Type.
On a successful request, the Syslog NBI will be notified about the configuration change.
| Resource | Description | 
|---|---|
| 
 | Updates the full content of the configuration. | 
| 
 | Adds a new or overrides an existing destination. | 
PUTs (Modifying Data)
PUT requires form data using application/x-www-form-urlencoded as a Content-Type.
On a successful request, the Syslog NBI will be notified about the configuration change.
| Resource | Description | 
|---|---|
| 
 | Updates the content of the destination named {name} |