Resources | oam | eventLog | subSystemAdmin

subSystemAdmin

Filter configuration for each subsystem.

Configuration

ParameterPresenceTypeDefaultDescription
ceNameMreference The host name which the subsystem event entries apply.
systemIdMstring The subsystem/task mnemonic for which the subsystem event entries apply.
infoLogStateOenumerationenabled The subsystem's INFO level event logging state. If this state is enabled, then subsystem INFO/MINOR events fall into specified range, sonusEvLogSubsystemMinEventId to sonusEvLogSubsystemMinEventId, will not be filtered.
minEventIdOuint320 The subsystem's minimum event ID that do not get filtered.
maxEventIdOuint322048 The subsystem's maximum event ID that do not get filtered.
infoLogFilteredOenumeration Which categories of INFO level event should not be generated.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusOrca:oam/eventLog/subSystemAdmin={ceName},{systemId}

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 '
<subSystemAdmin>
     <ceName>{ceName}</ceName>
     <systemId>{systemId}</systemId>
</subSystemAdmin>
'

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusOrca:oam/eventLog/subSystemAdmin={ceName},{systemId}

  • No labels