Skip to content

Commit c1d2b29

Browse files
committed
Remove maximum severityLevel constraint
1 parent d342403 commit c1d2b29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

alarm/nialarm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,13 @@ definitions:
253253
format: iso-date-time
254254
example: '2019-01-14T23:15:53.7270539Z'
255255
severityLevel:
256-
description: The severity of the transition. Valid values for CLEAR transitions are [-1,-1]. Valid
257-
values for SET transitions are [1, 4].
256+
description: The severity of the transition. Valid values for CLEAR transitions are [-1,-1]. Valid
257+
values for SET transitions are [1, infinity]. Note that the SystemLink Alarm UI only has display
258+
strings for SET severities in the range [1, 4].
258259
type: integer
259260
example: 2
260261
default: 2
261262
minimum: -1
262-
maximum: 4
263263
notificationStrategyIds:
264264
description: The IDs of the notification strategies which should be triggered if this request results
265265
in an alarm instance being created or transitioning to a new highest severity

0 commit comments

Comments
 (0)