Service SyslogFilter

HTTP Method

Resource

Request

Response

Description

GET

.../syslog/filters

   

N/A

WiredElementList

Returns the syslog filter details.

POST 

.../syslog/filters

   

SyslogFilter

SyslogFilter

Adds the given syslog configurations.

GET

.../syslog/filters/{filter_name}

   

N/A

SyslogFilter

Get the Syslog Filter Configurations by filter name.

PUT

.../syslog/filters/{filter_name}

   

SyslogFilter

SyslogFilter

Update the Syslog Filter Configurations by filter name.

DELETE

.../syslog/filters/{filter_name}

   

N/A

Void

Deletes the Syslog Filter Configurations by filter name.