You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Specifies the groups to which the system is assigned.
737
-
$ref: '#/definitions/ManagedSystemDataProperty'
738
-
example:
739
-
lastUpdatedTimestamp: '2019-02-19T11:42:25.078Z'
757
+
type: object
758
+
properties:
759
+
lastUpdatedTimestamp:
760
+
description: Last updated timestamp.
761
+
type: string
762
+
format: iso-date-time
763
+
example: '2019-02-19T11:42:25.078Z'
740
764
data:
741
-
- 121b471c-d7d4-4996-a38f-27f7e58be070
765
+
description: A list of strings defining metadata information about a system.
766
+
type: array
767
+
items:
768
+
type: string
769
+
example:
770
+
- Lab1
771
+
required: [lastUpdatedTimestamp, data]
742
772
keywords:
743
773
description: Keywords metadata information about a system.
744
774
type: object
@@ -796,7 +826,7 @@ definitions:
796
826
$ref: '#/definitions/ReportType'
797
827
filter:
798
828
type: string
799
-
example: grains.data.os==""NILinuxRT""
829
+
example: grains.data.os=="NILinuxRT"
800
830
description: Specifies the filter criteria for systems.
801
831
required: [ids, type]
802
832
@@ -1119,10 +1149,9 @@ definitions:
1119
1149
description: The name of the package.
1120
1150
example: "ni-securityupdate-kb67l8lcqw-killbits"
1121
1151
plugin:
1122
-
type: integer
1123
-
format: int32
1152
+
type: string
1124
1153
description: Agent that will be used to install the package.
1125
-
example: 2
1154
+
example: "wininst"
1126
1155
predepends:
1127
1156
type: array
1128
1157
description: An array containing information about other packages this package predepends.
@@ -1131,10 +1160,9 @@ definitions:
1131
1160
type: string
1132
1161
example: "ni-teststand-2017-tools (>= 17.0.0)"
1133
1162
priority:
1134
-
type: integer
1135
-
format: int32
1163
+
type: string
1136
1164
description: The priority of the package.
1137
-
example: 4
1165
+
example: "standard"
1138
1166
provides:
1139
1167
type: array
1140
1168
description: An array containing information about other packages this package provides.
@@ -1189,7 +1217,7 @@ definitions:
1189
1217
description: An array containing tags for the package.
1190
1218
items:
1191
1219
type: string
1192
-
description: Tag for the package.
1220
+
description: The tag for the package.
1193
1221
example: ".NET"
1194
1222
userVisible:
1195
1223
type: boolean
@@ -1325,7 +1353,7 @@ definitions:
1325
1353
example: 100
1326
1354
filter:
1327
1355
type: string
1328
-
example: connected.data.state==""CONNECTED""
1356
+
example: connected.data.state=="CONNECTED"
1329
1357
description: >-
1330
1358
The filter criteria for jobs or systems. Consists of a string of queries composed using AND/OR operators.
1331
1359
String values and date strings need to be enclosed in double quotes.
@@ -1375,14 +1403,14 @@ definitions:
1375
1403
1376
1404
- config.user: String representing the user who created the job.
1377
1405
1378
-
- config.tgt: List of strings representing the targeted systems. Example: config.tgt.Contains(""id"")
1406
+
- config.tgt: List of strings representing the targeted systems. Example: config.tgt.Contains("id")
1379
1407
1380
-
- config.fun: List of strings representing the functions to be executed within the job. Example: config.fun.Contains(""nisysmgmt.set_blackout"")
1408
+
- config.fun: List of strings representing the functions to be executed within the job. Example: config.fun.Contains("nisysmgmt.set_blackout")
1381
1409
1382
-
- config.arg: An array of arrays of variable type elements that are arguments to the function specified by the "fun" property. Example: config.arg[0].Contains(""test"")
1410
+
- config.arg: An array of arrays of variable type elements that are arguments to the function specified by the "fun" property. Example: config.arg[0].Contains("test")
1383
1411
1384
1412
- result.return: An array of objects representing return values for each executed function. Example:
1385
-
result.return[0].Contains(""Success"")
1413
+
result.return[0].Contains("Success")
1386
1414
1387
1415
- result.retcode: An array of integers representing code values for each executed function. Example: result.retcode
1388
1416
@@ -1413,7 +1441,7 @@ definitions:
1413
1441
1414
1442
- grains.lastUpdatedTimestamp: ISO-8601 formatted timestamp string specifying the last date the system grains were updated.
1415
1443
1416
-
- grains.data: Dictionary of string to object representing general information about the system. Example: grains.data.os == ""Windows""
1444
+
- grains.data: Dictionary of string to object representing general information about the system. Example: grains.data.os == "Windows"
1417
1445
1418
1446
- packages.lastUpdatedTimestamp: ISO-8601 formatted timestamp string specifying the last date the system installed packages were updated.
1419
1447
@@ -1429,15 +1457,15 @@ definitions:
1429
1457
1430
1458
- groups.lastUpdatedTimestamp: ISO-8601 formatted timestamp string specifying the last date the system groups data was updated.
1431
1459
1432
-
- groups.data: Array of strings representing the IDs of the groups the system is assigned to. Example: groups.data.Contains(""id"")
1460
+
- groups.data: Array of strings representing the IDs of the groups the system is assigned to. Example: groups.data.Contains("id")
1433
1461
1434
1462
- keywords.lastUpdatedTimestamp: ISO-8601 formatted timestamp string specifying the last date the system keywords were updated.
1435
1463
1436
-
- keywords.data: Array of strings representing the keywords of the system. Example: keywords.data.Contains(""test"")
1464
+
- keywords.data: Array of strings representing the keywords of the system. Example: keywords.data.Contains("test")
1437
1465
1438
1466
- properties.lastUpdatedTimestamp: ISO-8601 formatted timestamp string specifying the last date the system properties were updated.
1439
1467
1440
-
- properties.data: Dictionary of string to string representing metadata information about a system. Example: properties.data.owner == ""admin""
1468
+
- properties.data: Dictionary of string to string representing metadata information about a system. Example: properties.data.owner == "admin"
0 commit comments