Difference between revisions of "NXSL:FindAlarmByKey"

From NetXMS Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ Find active (non-terminated) alarm by alarm key. '''Since:''' 2.0-M4 == Syntax == FindAlarmByKey(''key'') == Parameters == {| class="wikitable" |- | ''key'' || Al...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
Line 1: Line 1:
__NOTOC__
{{deprecated}}__NOTOC__
Find active (non-terminated) alarm by alarm key.
Find active (non-terminated) alarm by alarm key.



Latest revision as of 18:13, 13 September 2022

This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

Find active (non-terminated) alarm by alarm key.

Since: 2.0-M4

Syntax

FindAlarmByKey(key)

Parameters

key Alarm key.

Return Value

Alarm object or null if no such alarm exist.