|
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. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusOrca:oam/eventLog/filterAdmin={ceName},{type},{eventClass} |
RESTCONF API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusOrca:oam/eventLog --data ' |
RESTCONF API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusOrca:oam/eventLog/filterAdmin={ceName},{type},{eventClass} |