@@ -101,7 +101,7 @@ definitions:
101
101
example : CRIO1.System.Health.DiskSpaceUsePercentage.Bdd9u!4aMd!$pYrf*CnaIZ2tbu$-Ct%?
102
102
active :
103
103
description : Whether or not the alarm instance is active. An active alarm deserves human or automated
104
- attention. Alarm instances always begin life with *active*/true. This field will be automatically
104
+ attention. Alarm instances always begin life with *active*/true. This field will be automatically
105
105
set to false when the *clear* and *acknowledged* fields are set to true.
106
106
type : boolean
107
107
clear :
@@ -124,7 +124,7 @@ definitions:
124
124
description : ISO-8601 formatted timestamp specifying when the alarm instance was acknowledged. This
125
125
field will be cleared when an alarm instance's *highestSeverityLevel* field increases.
126
126
type : string
127
- format : iso- date-time
127
+ format : date-time
128
128
example : ' 2019-01-14T23:15:53.7270539Z'
129
129
acknowledgedBy :
130
130
description : An identifier for who acknowledged a given alarm instance. This field will be cleared
@@ -134,12 +134,12 @@ definitions:
134
134
occurredAt :
135
135
description : ISO-8601 formatted timestamp specifying when the alarm instance was created
136
136
type : string
137
- format : iso- date-time
137
+ format : date-time
138
138
example : ' 2019-01-14T23:15:53.7270539Z'
139
139
updatedAt :
140
140
description : ISO-8601 formatted timestamp specifying when the alarm instance was last updated
141
141
type : string
142
- format : iso- date-time
142
+ format : date-time
143
143
example : ' 2019-01-14T23:15:53.7270539Z'
144
144
createdBy :
145
145
description : An identifier for who or what created a given alarm instance. This is usually used to
@@ -199,7 +199,7 @@ definitions:
199
199
properties :
200
200
description : Key-value-pair metadata associated with an alarm instance. Alarm instances can be tagged
201
201
with properties to make it easier to find them with queries. Additionally, alarm instance properties
202
- are used to expand message templates in the notification strategies associated with a given alarm
202
+ are used to expand message templates in the notification strategies associated with a given alarm
203
203
instance.
204
204
type : object
205
205
additionalProperties :
@@ -225,7 +225,7 @@ definitions:
225
225
createdAt :
226
226
description : ISO-8601 formatted timestamp specifying when the note was created
227
227
type : string
228
- format : iso- date-time
228
+ format : date-time
229
229
example : ' 2019-01-14T23:15:53.7270539Z'
230
230
user :
231
231
description : The user who created the note
@@ -249,11 +249,11 @@ definitions:
249
249
occurredAt :
250
250
description : ISO-8601 formatted timestamp specifying when the transition occurred
251
251
type : string
252
- format : iso- date-time
252
+ format : date-time
253
253
example : ' 2019-01-14T23:15:53.7270539Z'
254
254
severityLevel :
255
- description : The severity of the transition. Valid values for CLEAR transitions are [-1,-1]. Valid
256
- values for SET transitions are [1, infinity]. Note that the SystemLink Alarm UI only has display
255
+ description : The severity of the transition. Valid values for CLEAR transitions are [-1,-1]. Valid
256
+ values for SET transitions are [1, infinity]. Note that the SystemLink Alarm UI only has display
257
257
strings for SET severities in the range [1, 4].
258
258
type : integer
259
259
example : 2
@@ -333,25 +333,25 @@ definitions:
333
333
type : string
334
334
description : Acknowledged at minimum date query. The service will return instances which were
335
335
acknowledged between *acknowledgedAtMin* and *acknowledgedAtMax*, inclusive.
336
- format : iso- date-time
336
+ format : date-time
337
337
example : ' 2019-01-14T23:15:53.7270539Z'
338
338
acknowledgedAtMax :
339
339
type : string
340
340
description : Acknowledged at maximum date query. The service will return instances which were
341
341
acknowledged between *acknowledgedAtMin* and *acknowledgedAtMax*, inclusive.
342
- format : iso- date-time
342
+ format : date-time
343
343
example : ' 2019-01-15T23:15:53.7270539Z'
344
344
occurredAtMin :
345
345
type : string
346
346
description : Occurred at minimum date query. The service will return instances which occurred between
347
347
*occurredAtMin* and *occurredAtMax*, inclusive.
348
- format : iso- date-time
348
+ format : date-time
349
349
example : ' 2019-01-14T23:15:53.7270539Z'
350
350
occurredAtMax :
351
351
type : string
352
352
description : Occurred at maximum date query. The service will return instances which occurred between
353
353
*occurredAtMin* and *occurredAtMax*, inclusive.
354
- format : iso- date-time
354
+ format : date-time
355
355
example : ' 2019-01-15T23:15:53.7270539Z'
356
356
currentSeverityLevelMin :
357
357
type : integer
@@ -639,7 +639,7 @@ paths:
639
639
type : string
640
640
example : Disk space on tester-1 is high. Disk usage was 95% when this alarm was created.
641
641
keywords :
642
- description : Words or phrases associated with an alarm instance. Alarm instances can be
642
+ description : Words or phrases associated with an alarm instance. Alarm instances can be
643
643
tagged with keywords to make it easier to find them with queries.
644
644
type : array
645
645
items :
0 commit comments