...
Panel |
---|
...
borderColor | green |
---|---|
bgColor | transparent |
borderWidth | 2 |
...
...
Back to request Command Details
In this section:
|
The request alarms
command is available from both system-level and configure modes, and
...
is used to accomplish the following
...
activities:
The command syntax to clear or set alarms is listed below.
Code Block | ||
---|---|---|
| ||
> request alarms clear |
...
current alarmId |
...
<integer> deleteMatchingAlarms <no | yes> history current comment alarm id <integer> text <operator comment> state alarm acknowledgeState <acknowledge | unAcknowledge> id <integer> |
Caption | ||||
---|---|---|---|---|
| ||||
|
...
|
...
|
...
|
...
|
...
|
To clear all current
...
/outstanding alarm(s):
Code Block | ||
---|---|---|
|
...
> request alarms clear current result success reason All current/outstanding alarms have been purged |
To clear all alarms from the history buffer:
Code Block | ||
---|---|---|
|
...
> request alarms clear history Deleted all alarm entries in history-table |
To set the acknowledgeState of alarm Id 222 to 'acknowledge':
Code Block | ||
---|---|---|
| ||
% request alarms current state alarm id 222 acknowledgeState acknowledge
result success
reason
[ok] |