Skip to content

Commit a24f393

Browse files
authored
Push changes for SystemLink 19.5 (#63)
Update the public repository with the latest OpenAPI documents for the SystemLink 19.5 release.
1 parent 1d06ff4 commit a24f393

File tree

14 files changed

+3781
-478
lines changed

14 files changed

+3781
-478
lines changed

alarm/nialarm.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ definitions:
101101
example: CRIO1.System.Health.DiskSpaceUsePercentage.Bdd9u!4aMd!$pYrf*CnaIZ2tbu$-Ct%?
102102
active:
103103
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
105105
set to false when the *clear* and *acknowledged* fields are set to true.
106106
type: boolean
107107
clear:
@@ -124,7 +124,7 @@ definitions:
124124
description: ISO-8601 formatted timestamp specifying when the alarm instance was acknowledged. This
125125
field will be cleared when an alarm instance's *highestSeverityLevel* field increases.
126126
type: string
127-
format: iso-date-time
127+
format: date-time
128128
example: '2019-01-14T23:15:53.7270539Z'
129129
acknowledgedBy:
130130
description: An identifier for who acknowledged a given alarm instance. This field will be cleared
@@ -134,12 +134,12 @@ definitions:
134134
occurredAt:
135135
description: ISO-8601 formatted timestamp specifying when the alarm instance was created
136136
type: string
137-
format: iso-date-time
137+
format: date-time
138138
example: '2019-01-14T23:15:53.7270539Z'
139139
updatedAt:
140140
description: ISO-8601 formatted timestamp specifying when the alarm instance was last updated
141141
type: string
142-
format: iso-date-time
142+
format: date-time
143143
example: '2019-01-14T23:15:53.7270539Z'
144144
createdBy:
145145
description: An identifier for who or what created a given alarm instance. This is usually used to
@@ -199,7 +199,7 @@ definitions:
199199
properties:
200200
description: Key-value-pair metadata associated with an alarm instance. Alarm instances can be tagged
201201
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
203203
instance.
204204
type: object
205205
additionalProperties:
@@ -225,7 +225,7 @@ definitions:
225225
createdAt:
226226
description: ISO-8601 formatted timestamp specifying when the note was created
227227
type: string
228-
format: iso-date-time
228+
format: date-time
229229
example: '2019-01-14T23:15:53.7270539Z'
230230
user:
231231
description: The user who created the note
@@ -249,11 +249,11 @@ definitions:
249249
occurredAt:
250250
description: ISO-8601 formatted timestamp specifying when the transition occurred
251251
type: string
252-
format: iso-date-time
252+
format: date-time
253253
example: '2019-01-14T23:15:53.7270539Z'
254254
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
257257
strings for SET severities in the range [1, 4].
258258
type: integer
259259
example: 2
@@ -333,25 +333,25 @@ definitions:
333333
type: string
334334
description: Acknowledged at minimum date query. The service will return instances which were
335335
acknowledged between *acknowledgedAtMin* and *acknowledgedAtMax*, inclusive.
336-
format: iso-date-time
336+
format: date-time
337337
example: '2019-01-14T23:15:53.7270539Z'
338338
acknowledgedAtMax:
339339
type: string
340340
description: Acknowledged at maximum date query. The service will return instances which were
341341
acknowledged between *acknowledgedAtMin* and *acknowledgedAtMax*, inclusive.
342-
format: iso-date-time
342+
format: date-time
343343
example: '2019-01-15T23:15:53.7270539Z'
344344
occurredAtMin:
345345
type: string
346346
description: Occurred at minimum date query. The service will return instances which occurred between
347347
*occurredAtMin* and *occurredAtMax*, inclusive.
348-
format: iso-date-time
348+
format: date-time
349349
example: '2019-01-14T23:15:53.7270539Z'
350350
occurredAtMax:
351351
type: string
352352
description: Occurred at maximum date query. The service will return instances which occurred between
353353
*occurredAtMin* and *occurredAtMax*, inclusive.
354-
format: iso-date-time
354+
format: date-time
355355
example: '2019-01-15T23:15:53.7270539Z'
356356
currentSeverityLevelMin:
357357
type: integer
@@ -639,7 +639,7 @@ paths:
639639
type: string
640640
example: Disk space on tester-1 is high. Disk usage was 95% when this alarm was created.
641641
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
643643
tagged with keywords to make it easier to find them with queries.
644644
type: array
645645
items:

asset-management-rule/niapmrule.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ definitions:
9090
operations:
9191
description: >-
9292
Available operations in the v1 version of the API:
93-
93+
9494
- getCalibrationRule: Obtain calibration rule information.
95-
95+
9696
- updateCalibrationRule: Update calibration rule information.
9797
type: object
9898
properties:
@@ -183,7 +183,7 @@ definitions:
183183
lastUpdatedTimestamp:
184184
description: ISO-8601 formatted timestamp specifying the last date the rule was updated.
185185
type: string
186-
format: iso-date-time
186+
format: date-time
187187
example: '2018-05-07T18:58:05.219692Z'
188188
RuleStateUpdateModel:
189189
title: Rule State Update Model
@@ -415,4 +415,4 @@ paths:
415415
404:
416416
$ref: '#/responses/NotFound'
417417
default:
418-
$ref: '#/responses/Error'
418+
$ref: '#/responses/Error'

0 commit comments

Comments
 (0)