Hi.
I want to find all active alarms on my DMS on an automation script. With "
a {
text-decoration: none;
color: #464feb;
}
tr th, tr td {
border: 1px solid #e6e6e6;
}
tr th {
background-color: #f5f5f5;
}
GetAlarmDetailsFromDbMessage" , we got all aalrmes on the DB (too mutch). Does it exist a function to get active alarms faster?
Thanks.
a {
text-decoration: none;
color: #464feb;
}
tr th, tr td {
border: 1px solid #e6e6e6;
}
tr th {
background-color: #f5f5f5;
}
GetActiveAlarmsMessage seem to be the good response for my question.