Resources | oam | eventLog | typeStatus

typeStatus

Event Log status table for status items related to each Event Log type.

Operational Data

ParameterDescription
type The type of the event log. Each type has separate configuration parameters and logs to a separate file.
currentFile The filename that is currently being used for logging. No name is displayed when disk logging is disabled. The name RECOVERING is displayed when an attempt to automatically restart disk logging is in progress.
fileRecords Count of the number of event records written to the current event log file.
fileBytes Count of the number of bytes written to the current event log file.
totalFiles Count of the number of log files of this event type.
totalFileBytes Count of the number of bytes written to the log files of this event type.
filesDropped Count of the number of event records dropped when writing to an Event Log file.
nextRollover Time in minutes left before next rollover.
logDestination Identifies the location where this Event Log type writes to.
lastFileDrop Time of the last event record dropped when writing to an Event Log file. The value will be zero length if no records have been dropped since last reboot.
infoLevelLoggingDisabled if set to true, indicates that info level messages are being dropped because the system was once congested
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusOrca:oam/eventLog/typeStatus={type}

  • No labels