Will return a list of the available Alarm Notification Pipelines in a project. The order pipelines are lists is not guaranteed, due to how HashMaps in Java work. The legacy behavior of this function (7.9 and prior) did not have any parameters, and it would always check all projects for pipelines. Upon upgrade to version 8.#+, alarm pipelines were migrated to a project named "alarm-pipelines". See the Upgrade Guide for more details. |
system.alarm.listPipelines([projectName])
String projectName - The project to check alarm pipelines for. If omitted, will look for a project named "alarm-pipelines". [optional]
List[String] - A list of pipeline names. The list will be empty if no pipelines exist. Unsaved name changes will not be reflected in the list.
Gateway, Vision Client, Perspective Session |
|
system alarm listPipelines, alarm.listPipelines |