system.alarm.unshelve
This function is used in Python Scripting.
Description​
Unshelves alarms in accordance with the path parameter.
Client Permission Restrictions​
Permission Type: Alarm Management
Client access to this scripting function is blocked to users that do not meet the role/zone requirements for the above permission type. This function is unaffected when run in the Gateway scope.
Syntax​
system.alarm.unshelve(path)
Parameters​
Type | Parameter | Description |
---|---|---|
String[] path | A list of possible source paths to search at. If a path ends in "/*", the results will include anything below that path. |
Returns​
Nothing
Scope​
All
Code Examples​
There are no code examples for this function.