Resources | oam | eventLog | filterAdmin
![]() Filter configuration for each event log type and event class. |
Configuration
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
![]() ![]() | ceName | M | reference | The host name for which these table entries apply. | |
![]() ![]() | type | M | enumeration | The event log type for which these filter table entries apply. | |
![]() ![]() | eventClass | M | enumeration | The class of events to which the filter entry applies. | |
![]() | level | O | enumeration | major | Events that are at least as severe as the designated level will be logged. noevents suppresses all events of this type from being logged. |
![]() | state | O | enumeration | off | On if this filter entry should take precedence over the per-node settings. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/oam/eventLog/filterAdmin/{ceName},{type},{eventClass} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/oam/eventLog --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/oam/eventLog/filterAdmin/{ceName},{type},{eventClass} |
Overview
Content Tools