losant_rest 1.20.0 → 1.20.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/docs/_schemas.md +3387 -197
- data/lib/platform_rest/client.rb +2 -2
- data/lib/platform_rest/version.rb +1 -1
- data/schemas/applicationDashboardPost.json +94 -8
- data/schemas/credentialLinkedResources.json +414 -0
- data/schemas/dashboard.json +94 -8
- data/schemas/dashboardPatch.json +94 -8
- data/schemas/dashboardPost.json +94 -8
- data/schemas/dashboards.json +94 -8
- data/schemas/experienceLinkedResources.json +414 -0
- data/schemas/flow.json +138 -0
- data/schemas/flowPatch.json +138 -0
- data/schemas/flowPost.json +138 -0
- data/schemas/flowVersion.json +276 -0
- data/schemas/flowVersionPost.json +138 -0
- data/schemas/flowVersions.json +276 -0
- data/schemas/flows.json +138 -0
- data/schemas/flowsImportPost.json +276 -0
- data/schemas/flowsImportResult.json +414 -0
- metadata +2 -2
data/docs/_schemas.md
CHANGED
@@ -16356,6 +16356,10 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
16356
16356
|
"additionalProperties": false
|
16357
16357
|
}
|
16358
16358
|
},
|
16359
|
+
"query": {
|
16360
|
+
"type": "string",
|
16361
|
+
"maxLength": 32767
|
16362
|
+
},
|
16359
16363
|
"label": {
|
16360
16364
|
"type": "string",
|
16361
16365
|
"maxLength": 255
|
@@ -16616,6 +16620,10 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
16616
16620
|
"additionalProperties": false
|
16617
16621
|
}
|
16618
16622
|
},
|
16623
|
+
"query": {
|
16624
|
+
"type": "string",
|
16625
|
+
"maxLength": 32767
|
16626
|
+
},
|
16619
16627
|
"duration": {
|
16620
16628
|
"oneOf": [
|
16621
16629
|
{
|
@@ -16799,6 +16807,10 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
16799
16807
|
"additionalProperties": false
|
16800
16808
|
}
|
16801
16809
|
},
|
16810
|
+
"query": {
|
16811
|
+
"type": "string",
|
16812
|
+
"maxLength": 32767
|
16813
|
+
},
|
16802
16814
|
"duration": {
|
16803
16815
|
"oneOf": [
|
16804
16816
|
{
|
@@ -17541,6 +17553,32 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
17541
17553
|
"maxLength": 255
|
17542
17554
|
}
|
17543
17555
|
},
|
17556
|
+
"deviceTags": {
|
17557
|
+
"type": "array",
|
17558
|
+
"maxItems": 100,
|
17559
|
+
"items": {
|
17560
|
+
"type": "object",
|
17561
|
+
"properties": {
|
17562
|
+
"key": {
|
17563
|
+
"type": "string",
|
17564
|
+
"maxLength": 255
|
17565
|
+
},
|
17566
|
+
"value": {
|
17567
|
+
"type": "string",
|
17568
|
+
"maxLength": 255
|
17569
|
+
},
|
17570
|
+
"fromCtx": {
|
17571
|
+
"type": "string",
|
17572
|
+
"maxLength": 255
|
17573
|
+
}
|
17574
|
+
},
|
17575
|
+
"additionalProperties": false
|
17576
|
+
}
|
17577
|
+
},
|
17578
|
+
"query": {
|
17579
|
+
"type": "string",
|
17580
|
+
"maxLength": 32767
|
17581
|
+
},
|
17544
17582
|
"includeDeviceInfo": {
|
17545
17583
|
"type": "boolean"
|
17546
17584
|
}
|
@@ -17642,6 +17680,10 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
17642
17680
|
"additionalProperties": false
|
17643
17681
|
}
|
17644
17682
|
},
|
17683
|
+
"query": {
|
17684
|
+
"type": "string",
|
17685
|
+
"maxLength": 32767
|
17686
|
+
},
|
17645
17687
|
"duration": {
|
17646
17688
|
"oneOf": [
|
17647
17689
|
{
|
@@ -18112,6 +18154,10 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
18112
18154
|
"additionalProperties": false
|
18113
18155
|
}
|
18114
18156
|
},
|
18157
|
+
"query": {
|
18158
|
+
"type": "string",
|
18159
|
+
"maxLength": 32767
|
18160
|
+
},
|
18115
18161
|
"label": {
|
18116
18162
|
"type": "string",
|
18117
18163
|
"maxLength": 255
|
@@ -18503,6 +18549,10 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
18503
18549
|
},
|
18504
18550
|
"additionalProperties": false
|
18505
18551
|
}
|
18552
|
+
},
|
18553
|
+
"query": {
|
18554
|
+
"type": "string",
|
18555
|
+
"maxLength": 32767
|
18506
18556
|
}
|
18507
18557
|
},
|
18508
18558
|
"additionalProperties": false
|
@@ -18690,6 +18740,10 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
18690
18740
|
"additionalProperties": false
|
18691
18741
|
}
|
18692
18742
|
},
|
18743
|
+
"query": {
|
18744
|
+
"type": "string",
|
18745
|
+
"maxLength": 32767
|
18746
|
+
},
|
18693
18747
|
"duration": {
|
18694
18748
|
"oneOf": [
|
18695
18749
|
{
|
@@ -18724,10 +18778,6 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
18724
18778
|
"normal",
|
18725
18779
|
"satellite"
|
18726
18780
|
]
|
18727
|
-
},
|
18728
|
-
"query": {
|
18729
|
-
"type": "string",
|
18730
|
-
"maxLength": 32767
|
18731
18781
|
}
|
18732
18782
|
},
|
18733
18783
|
"additionalProperties": false
|
@@ -19092,6 +19142,10 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
19092
19142
|
"additionalProperties": false
|
19093
19143
|
}
|
19094
19144
|
},
|
19145
|
+
"query": {
|
19146
|
+
"type": "string",
|
19147
|
+
"maxLength": 32767
|
19148
|
+
},
|
19095
19149
|
"duration": {
|
19096
19150
|
"oneOf": [
|
19097
19151
|
{
|
@@ -19720,6 +19774,10 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
19720
19774
|
"additionalProperties": false
|
19721
19775
|
}
|
19722
19776
|
},
|
19777
|
+
"query": {
|
19778
|
+
"type": "string",
|
19779
|
+
"maxLength": 32767
|
19780
|
+
},
|
19723
19781
|
"label": {
|
19724
19782
|
"type": "string",
|
19725
19783
|
"maxLength": 255
|
@@ -20072,6 +20130,10 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
20072
20130
|
},
|
20073
20131
|
"additionalProperties": false
|
20074
20132
|
}
|
20133
|
+
},
|
20134
|
+
"query": {
|
20135
|
+
"type": "string",
|
20136
|
+
"maxLength": 32767
|
20075
20137
|
}
|
20076
20138
|
},
|
20077
20139
|
"additionalProperties": false
|
@@ -20306,6 +20368,10 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
20306
20368
|
},
|
20307
20369
|
"additionalProperties": false
|
20308
20370
|
}
|
20371
|
+
},
|
20372
|
+
"query": {
|
20373
|
+
"type": "string",
|
20374
|
+
"maxLength": 32767
|
20309
20375
|
}
|
20310
20376
|
},
|
20311
20377
|
"additionalProperties": false
|
@@ -20498,6 +20564,10 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
20498
20564
|
},
|
20499
20565
|
"additionalProperties": false
|
20500
20566
|
}
|
20567
|
+
},
|
20568
|
+
"query": {
|
20569
|
+
"type": "string",
|
20570
|
+
"maxLength": 32767
|
20501
20571
|
}
|
20502
20572
|
},
|
20503
20573
|
"additionalProperties": false
|
@@ -20688,6 +20758,10 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
20688
20758
|
},
|
20689
20759
|
"additionalProperties": false
|
20690
20760
|
}
|
20761
|
+
},
|
20762
|
+
"query": {
|
20763
|
+
"type": "string",
|
20764
|
+
"maxLength": 32767
|
20691
20765
|
}
|
20692
20766
|
},
|
20693
20767
|
"additionalProperties": false
|
@@ -20858,6 +20932,10 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
20858
20932
|
"additionalProperties": false
|
20859
20933
|
}
|
20860
20934
|
},
|
20935
|
+
"query": {
|
20936
|
+
"type": "string",
|
20937
|
+
"maxLength": 32767
|
20938
|
+
},
|
20861
20939
|
"commandName": {
|
20862
20940
|
"type": "string",
|
20863
20941
|
"maxLength": 255
|
@@ -21000,6 +21078,10 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
21000
21078
|
"additionalProperties": false
|
21001
21079
|
}
|
21002
21080
|
},
|
21081
|
+
"query": {
|
21082
|
+
"type": "string",
|
21083
|
+
"maxLength": 32767
|
21084
|
+
},
|
21003
21085
|
"duration": {
|
21004
21086
|
"oneOf": [
|
21005
21087
|
{
|
@@ -21060,10 +21142,6 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
21060
21142
|
"type": "string",
|
21061
21143
|
"maxLength": 32767
|
21062
21144
|
},
|
21063
|
-
"query": {
|
21064
|
-
"type": "string",
|
21065
|
-
"maxLength": 32767
|
21066
|
-
},
|
21067
21145
|
"resizedPins": {
|
21068
21146
|
"type": "boolean"
|
21069
21147
|
},
|
@@ -21376,6 +21454,10 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
21376
21454
|
"additionalProperties": false
|
21377
21455
|
}
|
21378
21456
|
},
|
21457
|
+
"query": {
|
21458
|
+
"type": "string",
|
21459
|
+
"maxLength": 32767
|
21460
|
+
},
|
21379
21461
|
"label": {
|
21380
21462
|
"type": "string",
|
21381
21463
|
"maxLength": 255
|
@@ -21536,6 +21618,10 @@ Schema for the body of an Application scoped Dashboard creation request
|
|
21536
21618
|
"additionalProperties": false
|
21537
21619
|
}
|
21538
21620
|
},
|
21621
|
+
"query": {
|
21622
|
+
"type": "string",
|
21623
|
+
"maxLength": 32767
|
21624
|
+
},
|
21539
21625
|
"duration": {
|
21540
21626
|
"oneOf": [
|
21541
21627
|
{
|
@@ -27173,6 +27259,141 @@ The body of an credential linked resources response
|
|
27173
27259
|
],
|
27174
27260
|
"additionalProperties": false
|
27175
27261
|
},
|
27262
|
+
{
|
27263
|
+
"type": "object",
|
27264
|
+
"properties": {
|
27265
|
+
"key": {
|
27266
|
+
"type": "string",
|
27267
|
+
"maxLength": 1024
|
27268
|
+
},
|
27269
|
+
"type": {
|
27270
|
+
"type": "string",
|
27271
|
+
"enum": [
|
27272
|
+
"beckhoff"
|
27273
|
+
]
|
27274
|
+
},
|
27275
|
+
"config": {
|
27276
|
+
"type": "object",
|
27277
|
+
"properties": {
|
27278
|
+
"localAmsNetId": {
|
27279
|
+
"type": "string",
|
27280
|
+
"maxLength": 1024
|
27281
|
+
},
|
27282
|
+
"localAdsPort": {
|
27283
|
+
"type": "string",
|
27284
|
+
"maxLength": 1024
|
27285
|
+
},
|
27286
|
+
"targetAmsNetId": {
|
27287
|
+
"type": "string",
|
27288
|
+
"maxLength": 1024
|
27289
|
+
},
|
27290
|
+
"targetAdsPort": {
|
27291
|
+
"type": "string",
|
27292
|
+
"maxLength": 1024
|
27293
|
+
},
|
27294
|
+
"routerHost": {
|
27295
|
+
"type": "string",
|
27296
|
+
"maxLength": 1024
|
27297
|
+
},
|
27298
|
+
"routerTcpPort": {
|
27299
|
+
"type": "string",
|
27300
|
+
"maxLength": 1024
|
27301
|
+
},
|
27302
|
+
"cycleTimeMs": {
|
27303
|
+
"type": "integer",
|
27304
|
+
"minimum": 10,
|
27305
|
+
"maximum": 3600000
|
27306
|
+
},
|
27307
|
+
"subscriptions": {
|
27308
|
+
"type": "array",
|
27309
|
+
"items": {
|
27310
|
+
"type": "object",
|
27311
|
+
"properties": {
|
27312
|
+
"name": {
|
27313
|
+
"type": "string",
|
27314
|
+
"maxLength": 1024
|
27315
|
+
}
|
27316
|
+
}
|
27317
|
+
},
|
27318
|
+
"maxItems": 100
|
27319
|
+
}
|
27320
|
+
},
|
27321
|
+
"additionalProperties": false
|
27322
|
+
},
|
27323
|
+
"meta": {
|
27324
|
+
"type": "object",
|
27325
|
+
"properties": {
|
27326
|
+
"category": {
|
27327
|
+
"type": "string",
|
27328
|
+
"enum": [
|
27329
|
+
"trigger"
|
27330
|
+
]
|
27331
|
+
},
|
27332
|
+
"name": {
|
27333
|
+
"type": "string",
|
27334
|
+
"enum": [
|
27335
|
+
"beckhoff"
|
27336
|
+
]
|
27337
|
+
},
|
27338
|
+
"label": {
|
27339
|
+
"type": "string",
|
27340
|
+
"minLength": 1,
|
27341
|
+
"maxLength": 255
|
27342
|
+
},
|
27343
|
+
"x": {
|
27344
|
+
"type": "number"
|
27345
|
+
},
|
27346
|
+
"y": {
|
27347
|
+
"type": "number"
|
27348
|
+
},
|
27349
|
+
"uiId": {
|
27350
|
+
"type": "string",
|
27351
|
+
"maxLength": 48
|
27352
|
+
},
|
27353
|
+
"description": {
|
27354
|
+
"type": "string",
|
27355
|
+
"maxLength": 32767
|
27356
|
+
},
|
27357
|
+
"icon": {
|
27358
|
+
"type": "string",
|
27359
|
+
"maxLength": 1024
|
27360
|
+
},
|
27361
|
+
"color": {
|
27362
|
+
"type": "string",
|
27363
|
+
"maxLength": 1024
|
27364
|
+
},
|
27365
|
+
"inputCount": {
|
27366
|
+
"type": "number"
|
27367
|
+
},
|
27368
|
+
"outputCount": {
|
27369
|
+
"type": "number"
|
27370
|
+
},
|
27371
|
+
"id": {
|
27372
|
+
"type": "string",
|
27373
|
+
"maxLength": 48
|
27374
|
+
}
|
27375
|
+
},
|
27376
|
+
"additionalProperties": false
|
27377
|
+
},
|
27378
|
+
"outputIds": {
|
27379
|
+
"type": "array",
|
27380
|
+
"items": {
|
27381
|
+
"type": "array",
|
27382
|
+
"items": {
|
27383
|
+
"type": "string",
|
27384
|
+
"maxLength": 48,
|
27385
|
+
"minLength": 1
|
27386
|
+
},
|
27387
|
+
"maxItems": 100
|
27388
|
+
},
|
27389
|
+
"maxItems": 100
|
27390
|
+
}
|
27391
|
+
},
|
27392
|
+
"required": [
|
27393
|
+
"type"
|
27394
|
+
],
|
27395
|
+
"additionalProperties": false
|
27396
|
+
},
|
27176
27397
|
{
|
27177
27398
|
"type": "object",
|
27178
27399
|
"properties": {
|
@@ -27442,6 +27663,9 @@ The body of an credential linked resources response
|
|
27442
27663
|
"once",
|
27443
27664
|
"each"
|
27444
27665
|
]
|
27666
|
+
},
|
27667
|
+
"allowInvalid": {
|
27668
|
+
"type": "boolean"
|
27445
27669
|
}
|
27446
27670
|
},
|
27447
27671
|
"additionalProperties": false
|
@@ -30172,23 +30396,53 @@ The body of an credential linked resources response
|
|
30172
30396
|
"type": {
|
30173
30397
|
"type": "string",
|
30174
30398
|
"enum": [
|
30175
|
-
"
|
30399
|
+
"beckhoff"
|
30176
30400
|
]
|
30177
30401
|
},
|
30178
30402
|
"config": {
|
30179
30403
|
"type": "object",
|
30180
30404
|
"properties": {
|
30181
|
-
"
|
30182
|
-
"type": "
|
30405
|
+
"localAmsNetId": {
|
30406
|
+
"type": "string",
|
30407
|
+
"maxLength": 1024
|
30183
30408
|
},
|
30184
|
-
"
|
30185
|
-
"type": "
|
30409
|
+
"localAdsPort": {
|
30410
|
+
"type": "string",
|
30411
|
+
"maxLength": 1024
|
30186
30412
|
},
|
30187
|
-
"
|
30188
|
-
"type": "
|
30413
|
+
"targetAmsNetId": {
|
30414
|
+
"type": "string",
|
30415
|
+
"maxLength": 1024
|
30189
30416
|
},
|
30190
|
-
"
|
30191
|
-
"type": "
|
30417
|
+
"targetAdsPort": {
|
30418
|
+
"type": "string",
|
30419
|
+
"maxLength": 1024
|
30420
|
+
},
|
30421
|
+
"routerHost": {
|
30422
|
+
"type": "string",
|
30423
|
+
"maxLength": 1024
|
30424
|
+
},
|
30425
|
+
"routerTcpPort": {
|
30426
|
+
"type": "string",
|
30427
|
+
"maxLength": 1024
|
30428
|
+
},
|
30429
|
+
"cycleTimeMs": {
|
30430
|
+
"type": "integer",
|
30431
|
+
"minimum": 10,
|
30432
|
+
"maximum": 3600000
|
30433
|
+
},
|
30434
|
+
"subscriptions": {
|
30435
|
+
"type": "array",
|
30436
|
+
"items": {
|
30437
|
+
"type": "object",
|
30438
|
+
"properties": {
|
30439
|
+
"name": {
|
30440
|
+
"type": "string",
|
30441
|
+
"maxLength": 1024
|
30442
|
+
}
|
30443
|
+
}
|
30444
|
+
},
|
30445
|
+
"maxItems": 100
|
30192
30446
|
}
|
30193
30447
|
},
|
30194
30448
|
"additionalProperties": false
|
@@ -30205,7 +30459,112 @@ The body of an credential linked resources response
|
|
30205
30459
|
"name": {
|
30206
30460
|
"type": "string",
|
30207
30461
|
"enum": [
|
30208
|
-
"
|
30462
|
+
"beckhoff"
|
30463
|
+
]
|
30464
|
+
},
|
30465
|
+
"label": {
|
30466
|
+
"type": "string",
|
30467
|
+
"minLength": 1,
|
30468
|
+
"maxLength": 255
|
30469
|
+
},
|
30470
|
+
"x": {
|
30471
|
+
"type": "number"
|
30472
|
+
},
|
30473
|
+
"y": {
|
30474
|
+
"type": "number"
|
30475
|
+
},
|
30476
|
+
"uiId": {
|
30477
|
+
"type": "string",
|
30478
|
+
"maxLength": 48
|
30479
|
+
},
|
30480
|
+
"description": {
|
30481
|
+
"type": "string",
|
30482
|
+
"maxLength": 32767
|
30483
|
+
},
|
30484
|
+
"icon": {
|
30485
|
+
"type": "string",
|
30486
|
+
"maxLength": 1024
|
30487
|
+
},
|
30488
|
+
"color": {
|
30489
|
+
"type": "string",
|
30490
|
+
"maxLength": 1024
|
30491
|
+
},
|
30492
|
+
"inputCount": {
|
30493
|
+
"type": "number"
|
30494
|
+
},
|
30495
|
+
"outputCount": {
|
30496
|
+
"type": "number"
|
30497
|
+
},
|
30498
|
+
"id": {
|
30499
|
+
"type": "string",
|
30500
|
+
"maxLength": 48
|
30501
|
+
}
|
30502
|
+
},
|
30503
|
+
"additionalProperties": false
|
30504
|
+
},
|
30505
|
+
"outputIds": {
|
30506
|
+
"type": "array",
|
30507
|
+
"items": {
|
30508
|
+
"type": "array",
|
30509
|
+
"items": {
|
30510
|
+
"type": "string",
|
30511
|
+
"maxLength": 48,
|
30512
|
+
"minLength": 1
|
30513
|
+
},
|
30514
|
+
"maxItems": 100
|
30515
|
+
},
|
30516
|
+
"maxItems": 100
|
30517
|
+
}
|
30518
|
+
},
|
30519
|
+
"required": [
|
30520
|
+
"type"
|
30521
|
+
],
|
30522
|
+
"additionalProperties": false
|
30523
|
+
},
|
30524
|
+
{
|
30525
|
+
"type": "object",
|
30526
|
+
"properties": {
|
30527
|
+
"key": {
|
30528
|
+
"type": "string",
|
30529
|
+
"maxLength": 1024
|
30530
|
+
},
|
30531
|
+
"type": {
|
30532
|
+
"type": "string",
|
30533
|
+
"enum": [
|
30534
|
+
"dataTable"
|
30535
|
+
]
|
30536
|
+
},
|
30537
|
+
"config": {
|
30538
|
+
"type": "object",
|
30539
|
+
"properties": {
|
30540
|
+
"bulkInsert": {
|
30541
|
+
"type": "boolean"
|
30542
|
+
},
|
30543
|
+
"delete": {
|
30544
|
+
"type": "boolean"
|
30545
|
+
},
|
30546
|
+
"insert": {
|
30547
|
+
"type": "boolean"
|
30548
|
+
},
|
30549
|
+
"update": {
|
30550
|
+
"type": "boolean"
|
30551
|
+
}
|
30552
|
+
},
|
30553
|
+
"additionalProperties": false
|
30554
|
+
},
|
30555
|
+
"meta": {
|
30556
|
+
"type": "object",
|
30557
|
+
"properties": {
|
30558
|
+
"category": {
|
30559
|
+
"type": "string",
|
30560
|
+
"enum": [
|
30561
|
+
"trigger"
|
30562
|
+
]
|
30563
|
+
},
|
30564
|
+
"name": {
|
30565
|
+
"type": "string",
|
30566
|
+
"enum": [
|
30567
|
+
"dataTable"
|
30209
30568
|
]
|
30210
30569
|
},
|
30211
30570
|
"label": {
|
@@ -30431,6 +30790,9 @@ The body of an credential linked resources response
|
|
30431
30790
|
"once",
|
30432
30791
|
"each"
|
30433
30792
|
]
|
30793
|
+
},
|
30794
|
+
"allowInvalid": {
|
30795
|
+
"type": "boolean"
|
30434
30796
|
}
|
30435
30797
|
},
|
30436
30798
|
"additionalProperties": false
|
@@ -33060,6 +33422,141 @@ The body of an credential linked resources response
|
|
33060
33422
|
],
|
33061
33423
|
"additionalProperties": false
|
33062
33424
|
},
|
33425
|
+
{
|
33426
|
+
"type": "object",
|
33427
|
+
"properties": {
|
33428
|
+
"key": {
|
33429
|
+
"type": "string",
|
33430
|
+
"maxLength": 1024
|
33431
|
+
},
|
33432
|
+
"type": {
|
33433
|
+
"type": "string",
|
33434
|
+
"enum": [
|
33435
|
+
"beckhoff"
|
33436
|
+
]
|
33437
|
+
},
|
33438
|
+
"config": {
|
33439
|
+
"type": "object",
|
33440
|
+
"properties": {
|
33441
|
+
"localAmsNetId": {
|
33442
|
+
"type": "string",
|
33443
|
+
"maxLength": 1024
|
33444
|
+
},
|
33445
|
+
"localAdsPort": {
|
33446
|
+
"type": "string",
|
33447
|
+
"maxLength": 1024
|
33448
|
+
},
|
33449
|
+
"targetAmsNetId": {
|
33450
|
+
"type": "string",
|
33451
|
+
"maxLength": 1024
|
33452
|
+
},
|
33453
|
+
"targetAdsPort": {
|
33454
|
+
"type": "string",
|
33455
|
+
"maxLength": 1024
|
33456
|
+
},
|
33457
|
+
"routerHost": {
|
33458
|
+
"type": "string",
|
33459
|
+
"maxLength": 1024
|
33460
|
+
},
|
33461
|
+
"routerTcpPort": {
|
33462
|
+
"type": "string",
|
33463
|
+
"maxLength": 1024
|
33464
|
+
},
|
33465
|
+
"cycleTimeMs": {
|
33466
|
+
"type": "integer",
|
33467
|
+
"minimum": 10,
|
33468
|
+
"maximum": 3600000
|
33469
|
+
},
|
33470
|
+
"subscriptions": {
|
33471
|
+
"type": "array",
|
33472
|
+
"items": {
|
33473
|
+
"type": "object",
|
33474
|
+
"properties": {
|
33475
|
+
"name": {
|
33476
|
+
"type": "string",
|
33477
|
+
"maxLength": 1024
|
33478
|
+
}
|
33479
|
+
}
|
33480
|
+
},
|
33481
|
+
"maxItems": 100
|
33482
|
+
}
|
33483
|
+
},
|
33484
|
+
"additionalProperties": false
|
33485
|
+
},
|
33486
|
+
"meta": {
|
33487
|
+
"type": "object",
|
33488
|
+
"properties": {
|
33489
|
+
"category": {
|
33490
|
+
"type": "string",
|
33491
|
+
"enum": [
|
33492
|
+
"trigger"
|
33493
|
+
]
|
33494
|
+
},
|
33495
|
+
"name": {
|
33496
|
+
"type": "string",
|
33497
|
+
"enum": [
|
33498
|
+
"beckhoff"
|
33499
|
+
]
|
33500
|
+
},
|
33501
|
+
"label": {
|
33502
|
+
"type": "string",
|
33503
|
+
"minLength": 1,
|
33504
|
+
"maxLength": 255
|
33505
|
+
},
|
33506
|
+
"x": {
|
33507
|
+
"type": "number"
|
33508
|
+
},
|
33509
|
+
"y": {
|
33510
|
+
"type": "number"
|
33511
|
+
},
|
33512
|
+
"uiId": {
|
33513
|
+
"type": "string",
|
33514
|
+
"maxLength": 48
|
33515
|
+
},
|
33516
|
+
"description": {
|
33517
|
+
"type": "string",
|
33518
|
+
"maxLength": 32767
|
33519
|
+
},
|
33520
|
+
"icon": {
|
33521
|
+
"type": "string",
|
33522
|
+
"maxLength": 1024
|
33523
|
+
},
|
33524
|
+
"color": {
|
33525
|
+
"type": "string",
|
33526
|
+
"maxLength": 1024
|
33527
|
+
},
|
33528
|
+
"inputCount": {
|
33529
|
+
"type": "number"
|
33530
|
+
},
|
33531
|
+
"outputCount": {
|
33532
|
+
"type": "number"
|
33533
|
+
},
|
33534
|
+
"id": {
|
33535
|
+
"type": "string",
|
33536
|
+
"maxLength": 48
|
33537
|
+
}
|
33538
|
+
},
|
33539
|
+
"additionalProperties": false
|
33540
|
+
},
|
33541
|
+
"outputIds": {
|
33542
|
+
"type": "array",
|
33543
|
+
"items": {
|
33544
|
+
"type": "array",
|
33545
|
+
"items": {
|
33546
|
+
"type": "string",
|
33547
|
+
"maxLength": 48,
|
33548
|
+
"minLength": 1
|
33549
|
+
},
|
33550
|
+
"maxItems": 100
|
33551
|
+
},
|
33552
|
+
"maxItems": 100
|
33553
|
+
}
|
33554
|
+
},
|
33555
|
+
"required": [
|
33556
|
+
"type"
|
33557
|
+
],
|
33558
|
+
"additionalProperties": false
|
33559
|
+
},
|
33063
33560
|
{
|
33064
33561
|
"type": "object",
|
33065
33562
|
"properties": {
|
@@ -33329,6 +33826,9 @@ The body of an credential linked resources response
|
|
33329
33826
|
"once",
|
33330
33827
|
"each"
|
33331
33828
|
]
|
33829
|
+
},
|
33830
|
+
"allowInvalid": {
|
33831
|
+
"type": "boolean"
|
33332
33832
|
}
|
33333
33833
|
},
|
33334
33834
|
"additionalProperties": false
|
@@ -36998,6 +37498,10 @@ Schema for a single Dashboard
|
|
36998
37498
|
"additionalProperties": false
|
36999
37499
|
}
|
37000
37500
|
},
|
37501
|
+
"query": {
|
37502
|
+
"type": "string",
|
37503
|
+
"maxLength": 32767
|
37504
|
+
},
|
37001
37505
|
"label": {
|
37002
37506
|
"type": "string",
|
37003
37507
|
"maxLength": 255
|
@@ -37258,6 +37762,10 @@ Schema for a single Dashboard
|
|
37258
37762
|
"additionalProperties": false
|
37259
37763
|
}
|
37260
37764
|
},
|
37765
|
+
"query": {
|
37766
|
+
"type": "string",
|
37767
|
+
"maxLength": 32767
|
37768
|
+
},
|
37261
37769
|
"duration": {
|
37262
37770
|
"oneOf": [
|
37263
37771
|
{
|
@@ -37441,6 +37949,10 @@ Schema for a single Dashboard
|
|
37441
37949
|
"additionalProperties": false
|
37442
37950
|
}
|
37443
37951
|
},
|
37952
|
+
"query": {
|
37953
|
+
"type": "string",
|
37954
|
+
"maxLength": 32767
|
37955
|
+
},
|
37444
37956
|
"duration": {
|
37445
37957
|
"oneOf": [
|
37446
37958
|
{
|
@@ -38183,6 +38695,32 @@ Schema for a single Dashboard
|
|
38183
38695
|
"maxLength": 255
|
38184
38696
|
}
|
38185
38697
|
},
|
38698
|
+
"deviceTags": {
|
38699
|
+
"type": "array",
|
38700
|
+
"maxItems": 100,
|
38701
|
+
"items": {
|
38702
|
+
"type": "object",
|
38703
|
+
"properties": {
|
38704
|
+
"key": {
|
38705
|
+
"type": "string",
|
38706
|
+
"maxLength": 255
|
38707
|
+
},
|
38708
|
+
"value": {
|
38709
|
+
"type": "string",
|
38710
|
+
"maxLength": 255
|
38711
|
+
},
|
38712
|
+
"fromCtx": {
|
38713
|
+
"type": "string",
|
38714
|
+
"maxLength": 255
|
38715
|
+
}
|
38716
|
+
},
|
38717
|
+
"additionalProperties": false
|
38718
|
+
}
|
38719
|
+
},
|
38720
|
+
"query": {
|
38721
|
+
"type": "string",
|
38722
|
+
"maxLength": 32767
|
38723
|
+
},
|
38186
38724
|
"includeDeviceInfo": {
|
38187
38725
|
"type": "boolean"
|
38188
38726
|
}
|
@@ -38284,6 +38822,10 @@ Schema for a single Dashboard
|
|
38284
38822
|
"additionalProperties": false
|
38285
38823
|
}
|
38286
38824
|
},
|
38825
|
+
"query": {
|
38826
|
+
"type": "string",
|
38827
|
+
"maxLength": 32767
|
38828
|
+
},
|
38287
38829
|
"duration": {
|
38288
38830
|
"oneOf": [
|
38289
38831
|
{
|
@@ -38754,6 +39296,10 @@ Schema for a single Dashboard
|
|
38754
39296
|
"additionalProperties": false
|
38755
39297
|
}
|
38756
39298
|
},
|
39299
|
+
"query": {
|
39300
|
+
"type": "string",
|
39301
|
+
"maxLength": 32767
|
39302
|
+
},
|
38757
39303
|
"label": {
|
38758
39304
|
"type": "string",
|
38759
39305
|
"maxLength": 255
|
@@ -39145,6 +39691,10 @@ Schema for a single Dashboard
|
|
39145
39691
|
},
|
39146
39692
|
"additionalProperties": false
|
39147
39693
|
}
|
39694
|
+
},
|
39695
|
+
"query": {
|
39696
|
+
"type": "string",
|
39697
|
+
"maxLength": 32767
|
39148
39698
|
}
|
39149
39699
|
},
|
39150
39700
|
"additionalProperties": false
|
@@ -39332,6 +39882,10 @@ Schema for a single Dashboard
|
|
39332
39882
|
"additionalProperties": false
|
39333
39883
|
}
|
39334
39884
|
},
|
39885
|
+
"query": {
|
39886
|
+
"type": "string",
|
39887
|
+
"maxLength": 32767
|
39888
|
+
},
|
39335
39889
|
"duration": {
|
39336
39890
|
"oneOf": [
|
39337
39891
|
{
|
@@ -39366,10 +39920,6 @@ Schema for a single Dashboard
|
|
39366
39920
|
"normal",
|
39367
39921
|
"satellite"
|
39368
39922
|
]
|
39369
|
-
},
|
39370
|
-
"query": {
|
39371
|
-
"type": "string",
|
39372
|
-
"maxLength": 32767
|
39373
39923
|
}
|
39374
39924
|
},
|
39375
39925
|
"additionalProperties": false
|
@@ -39734,6 +40284,10 @@ Schema for a single Dashboard
|
|
39734
40284
|
"additionalProperties": false
|
39735
40285
|
}
|
39736
40286
|
},
|
40287
|
+
"query": {
|
40288
|
+
"type": "string",
|
40289
|
+
"maxLength": 32767
|
40290
|
+
},
|
39737
40291
|
"duration": {
|
39738
40292
|
"oneOf": [
|
39739
40293
|
{
|
@@ -40362,6 +40916,10 @@ Schema for a single Dashboard
|
|
40362
40916
|
"additionalProperties": false
|
40363
40917
|
}
|
40364
40918
|
},
|
40919
|
+
"query": {
|
40920
|
+
"type": "string",
|
40921
|
+
"maxLength": 32767
|
40922
|
+
},
|
40365
40923
|
"label": {
|
40366
40924
|
"type": "string",
|
40367
40925
|
"maxLength": 255
|
@@ -40714,6 +41272,10 @@ Schema for a single Dashboard
|
|
40714
41272
|
},
|
40715
41273
|
"additionalProperties": false
|
40716
41274
|
}
|
41275
|
+
},
|
41276
|
+
"query": {
|
41277
|
+
"type": "string",
|
41278
|
+
"maxLength": 32767
|
40717
41279
|
}
|
40718
41280
|
},
|
40719
41281
|
"additionalProperties": false
|
@@ -40948,6 +41510,10 @@ Schema for a single Dashboard
|
|
40948
41510
|
},
|
40949
41511
|
"additionalProperties": false
|
40950
41512
|
}
|
41513
|
+
},
|
41514
|
+
"query": {
|
41515
|
+
"type": "string",
|
41516
|
+
"maxLength": 32767
|
40951
41517
|
}
|
40952
41518
|
},
|
40953
41519
|
"additionalProperties": false
|
@@ -41140,6 +41706,10 @@ Schema for a single Dashboard
|
|
41140
41706
|
},
|
41141
41707
|
"additionalProperties": false
|
41142
41708
|
}
|
41709
|
+
},
|
41710
|
+
"query": {
|
41711
|
+
"type": "string",
|
41712
|
+
"maxLength": 32767
|
41143
41713
|
}
|
41144
41714
|
},
|
41145
41715
|
"additionalProperties": false
|
@@ -41330,6 +41900,10 @@ Schema for a single Dashboard
|
|
41330
41900
|
},
|
41331
41901
|
"additionalProperties": false
|
41332
41902
|
}
|
41903
|
+
},
|
41904
|
+
"query": {
|
41905
|
+
"type": "string",
|
41906
|
+
"maxLength": 32767
|
41333
41907
|
}
|
41334
41908
|
},
|
41335
41909
|
"additionalProperties": false
|
@@ -41500,6 +42074,10 @@ Schema for a single Dashboard
|
|
41500
42074
|
"additionalProperties": false
|
41501
42075
|
}
|
41502
42076
|
},
|
42077
|
+
"query": {
|
42078
|
+
"type": "string",
|
42079
|
+
"maxLength": 32767
|
42080
|
+
},
|
41503
42081
|
"commandName": {
|
41504
42082
|
"type": "string",
|
41505
42083
|
"maxLength": 255
|
@@ -41642,6 +42220,10 @@ Schema for a single Dashboard
|
|
41642
42220
|
"additionalProperties": false
|
41643
42221
|
}
|
41644
42222
|
},
|
42223
|
+
"query": {
|
42224
|
+
"type": "string",
|
42225
|
+
"maxLength": 32767
|
42226
|
+
},
|
41645
42227
|
"duration": {
|
41646
42228
|
"oneOf": [
|
41647
42229
|
{
|
@@ -41702,10 +42284,6 @@ Schema for a single Dashboard
|
|
41702
42284
|
"type": "string",
|
41703
42285
|
"maxLength": 32767
|
41704
42286
|
},
|
41705
|
-
"query": {
|
41706
|
-
"type": "string",
|
41707
|
-
"maxLength": 32767
|
41708
|
-
},
|
41709
42287
|
"resizedPins": {
|
41710
42288
|
"type": "boolean"
|
41711
42289
|
},
|
@@ -42018,6 +42596,10 @@ Schema for a single Dashboard
|
|
42018
42596
|
"additionalProperties": false
|
42019
42597
|
}
|
42020
42598
|
},
|
42599
|
+
"query": {
|
42600
|
+
"type": "string",
|
42601
|
+
"maxLength": 32767
|
42602
|
+
},
|
42021
42603
|
"label": {
|
42022
42604
|
"type": "string",
|
42023
42605
|
"maxLength": 255
|
@@ -42178,6 +42760,10 @@ Schema for a single Dashboard
|
|
42178
42760
|
"additionalProperties": false
|
42179
42761
|
}
|
42180
42762
|
},
|
42763
|
+
"query": {
|
42764
|
+
"type": "string",
|
42765
|
+
"maxLength": 32767
|
42766
|
+
},
|
42181
42767
|
"duration": {
|
42182
42768
|
"oneOf": [
|
42183
42769
|
{
|
@@ -43229,6 +43815,10 @@ Schema for the body of a Dashboard modification request
|
|
43229
43815
|
"additionalProperties": false
|
43230
43816
|
}
|
43231
43817
|
},
|
43818
|
+
"query": {
|
43819
|
+
"type": "string",
|
43820
|
+
"maxLength": 32767
|
43821
|
+
},
|
43232
43822
|
"label": {
|
43233
43823
|
"type": "string",
|
43234
43824
|
"maxLength": 255
|
@@ -43489,6 +44079,10 @@ Schema for the body of a Dashboard modification request
|
|
43489
44079
|
"additionalProperties": false
|
43490
44080
|
}
|
43491
44081
|
},
|
44082
|
+
"query": {
|
44083
|
+
"type": "string",
|
44084
|
+
"maxLength": 32767
|
44085
|
+
},
|
43492
44086
|
"duration": {
|
43493
44087
|
"oneOf": [
|
43494
44088
|
{
|
@@ -43672,6 +44266,10 @@ Schema for the body of a Dashboard modification request
|
|
43672
44266
|
"additionalProperties": false
|
43673
44267
|
}
|
43674
44268
|
},
|
44269
|
+
"query": {
|
44270
|
+
"type": "string",
|
44271
|
+
"maxLength": 32767
|
44272
|
+
},
|
43675
44273
|
"duration": {
|
43676
44274
|
"oneOf": [
|
43677
44275
|
{
|
@@ -44414,6 +45012,32 @@ Schema for the body of a Dashboard modification request
|
|
44414
45012
|
"maxLength": 255
|
44415
45013
|
}
|
44416
45014
|
},
|
45015
|
+
"deviceTags": {
|
45016
|
+
"type": "array",
|
45017
|
+
"maxItems": 100,
|
45018
|
+
"items": {
|
45019
|
+
"type": "object",
|
45020
|
+
"properties": {
|
45021
|
+
"key": {
|
45022
|
+
"type": "string",
|
45023
|
+
"maxLength": 255
|
45024
|
+
},
|
45025
|
+
"value": {
|
45026
|
+
"type": "string",
|
45027
|
+
"maxLength": 255
|
45028
|
+
},
|
45029
|
+
"fromCtx": {
|
45030
|
+
"type": "string",
|
45031
|
+
"maxLength": 255
|
45032
|
+
}
|
45033
|
+
},
|
45034
|
+
"additionalProperties": false
|
45035
|
+
}
|
45036
|
+
},
|
45037
|
+
"query": {
|
45038
|
+
"type": "string",
|
45039
|
+
"maxLength": 32767
|
45040
|
+
},
|
44417
45041
|
"includeDeviceInfo": {
|
44418
45042
|
"type": "boolean"
|
44419
45043
|
}
|
@@ -44515,6 +45139,10 @@ Schema for the body of a Dashboard modification request
|
|
44515
45139
|
"additionalProperties": false
|
44516
45140
|
}
|
44517
45141
|
},
|
45142
|
+
"query": {
|
45143
|
+
"type": "string",
|
45144
|
+
"maxLength": 32767
|
45145
|
+
},
|
44518
45146
|
"duration": {
|
44519
45147
|
"oneOf": [
|
44520
45148
|
{
|
@@ -44985,6 +45613,10 @@ Schema for the body of a Dashboard modification request
|
|
44985
45613
|
"additionalProperties": false
|
44986
45614
|
}
|
44987
45615
|
},
|
45616
|
+
"query": {
|
45617
|
+
"type": "string",
|
45618
|
+
"maxLength": 32767
|
45619
|
+
},
|
44988
45620
|
"label": {
|
44989
45621
|
"type": "string",
|
44990
45622
|
"maxLength": 255
|
@@ -45376,6 +46008,10 @@ Schema for the body of a Dashboard modification request
|
|
45376
46008
|
},
|
45377
46009
|
"additionalProperties": false
|
45378
46010
|
}
|
46011
|
+
},
|
46012
|
+
"query": {
|
46013
|
+
"type": "string",
|
46014
|
+
"maxLength": 32767
|
45379
46015
|
}
|
45380
46016
|
},
|
45381
46017
|
"additionalProperties": false
|
@@ -45563,6 +46199,10 @@ Schema for the body of a Dashboard modification request
|
|
45563
46199
|
"additionalProperties": false
|
45564
46200
|
}
|
45565
46201
|
},
|
46202
|
+
"query": {
|
46203
|
+
"type": "string",
|
46204
|
+
"maxLength": 32767
|
46205
|
+
},
|
45566
46206
|
"duration": {
|
45567
46207
|
"oneOf": [
|
45568
46208
|
{
|
@@ -45597,10 +46237,6 @@ Schema for the body of a Dashboard modification request
|
|
45597
46237
|
"normal",
|
45598
46238
|
"satellite"
|
45599
46239
|
]
|
45600
|
-
},
|
45601
|
-
"query": {
|
45602
|
-
"type": "string",
|
45603
|
-
"maxLength": 32767
|
45604
46240
|
}
|
45605
46241
|
},
|
45606
46242
|
"additionalProperties": false
|
@@ -45965,6 +46601,10 @@ Schema for the body of a Dashboard modification request
|
|
45965
46601
|
"additionalProperties": false
|
45966
46602
|
}
|
45967
46603
|
},
|
46604
|
+
"query": {
|
46605
|
+
"type": "string",
|
46606
|
+
"maxLength": 32767
|
46607
|
+
},
|
45968
46608
|
"duration": {
|
45969
46609
|
"oneOf": [
|
45970
46610
|
{
|
@@ -46593,6 +47233,10 @@ Schema for the body of a Dashboard modification request
|
|
46593
47233
|
"additionalProperties": false
|
46594
47234
|
}
|
46595
47235
|
},
|
47236
|
+
"query": {
|
47237
|
+
"type": "string",
|
47238
|
+
"maxLength": 32767
|
47239
|
+
},
|
46596
47240
|
"label": {
|
46597
47241
|
"type": "string",
|
46598
47242
|
"maxLength": 255
|
@@ -46945,6 +47589,10 @@ Schema for the body of a Dashboard modification request
|
|
46945
47589
|
},
|
46946
47590
|
"additionalProperties": false
|
46947
47591
|
}
|
47592
|
+
},
|
47593
|
+
"query": {
|
47594
|
+
"type": "string",
|
47595
|
+
"maxLength": 32767
|
46948
47596
|
}
|
46949
47597
|
},
|
46950
47598
|
"additionalProperties": false
|
@@ -47179,6 +47827,10 @@ Schema for the body of a Dashboard modification request
|
|
47179
47827
|
},
|
47180
47828
|
"additionalProperties": false
|
47181
47829
|
}
|
47830
|
+
},
|
47831
|
+
"query": {
|
47832
|
+
"type": "string",
|
47833
|
+
"maxLength": 32767
|
47182
47834
|
}
|
47183
47835
|
},
|
47184
47836
|
"additionalProperties": false
|
@@ -47371,6 +48023,10 @@ Schema for the body of a Dashboard modification request
|
|
47371
48023
|
},
|
47372
48024
|
"additionalProperties": false
|
47373
48025
|
}
|
48026
|
+
},
|
48027
|
+
"query": {
|
48028
|
+
"type": "string",
|
48029
|
+
"maxLength": 32767
|
47374
48030
|
}
|
47375
48031
|
},
|
47376
48032
|
"additionalProperties": false
|
@@ -47561,6 +48217,10 @@ Schema for the body of a Dashboard modification request
|
|
47561
48217
|
},
|
47562
48218
|
"additionalProperties": false
|
47563
48219
|
}
|
48220
|
+
},
|
48221
|
+
"query": {
|
48222
|
+
"type": "string",
|
48223
|
+
"maxLength": 32767
|
47564
48224
|
}
|
47565
48225
|
},
|
47566
48226
|
"additionalProperties": false
|
@@ -47731,6 +48391,10 @@ Schema for the body of a Dashboard modification request
|
|
47731
48391
|
"additionalProperties": false
|
47732
48392
|
}
|
47733
48393
|
},
|
48394
|
+
"query": {
|
48395
|
+
"type": "string",
|
48396
|
+
"maxLength": 32767
|
48397
|
+
},
|
47734
48398
|
"commandName": {
|
47735
48399
|
"type": "string",
|
47736
48400
|
"maxLength": 255
|
@@ -47873,6 +48537,10 @@ Schema for the body of a Dashboard modification request
|
|
47873
48537
|
"additionalProperties": false
|
47874
48538
|
}
|
47875
48539
|
},
|
48540
|
+
"query": {
|
48541
|
+
"type": "string",
|
48542
|
+
"maxLength": 32767
|
48543
|
+
},
|
47876
48544
|
"duration": {
|
47877
48545
|
"oneOf": [
|
47878
48546
|
{
|
@@ -47933,10 +48601,6 @@ Schema for the body of a Dashboard modification request
|
|
47933
48601
|
"type": "string",
|
47934
48602
|
"maxLength": 32767
|
47935
48603
|
},
|
47936
|
-
"query": {
|
47937
|
-
"type": "string",
|
47938
|
-
"maxLength": 32767
|
47939
|
-
},
|
47940
48604
|
"resizedPins": {
|
47941
48605
|
"type": "boolean"
|
47942
48606
|
},
|
@@ -48249,6 +48913,10 @@ Schema for the body of a Dashboard modification request
|
|
48249
48913
|
"additionalProperties": false
|
48250
48914
|
}
|
48251
48915
|
},
|
48916
|
+
"query": {
|
48917
|
+
"type": "string",
|
48918
|
+
"maxLength": 32767
|
48919
|
+
},
|
48252
48920
|
"label": {
|
48253
48921
|
"type": "string",
|
48254
48922
|
"maxLength": 255
|
@@ -48409,6 +49077,10 @@ Schema for the body of a Dashboard modification request
|
|
48409
49077
|
"additionalProperties": false
|
48410
49078
|
}
|
48411
49079
|
},
|
49080
|
+
"query": {
|
49081
|
+
"type": "string",
|
49082
|
+
"maxLength": 32767
|
49083
|
+
},
|
48412
49084
|
"duration": {
|
48413
49085
|
"oneOf": [
|
48414
49086
|
{
|
@@ -49458,6 +50130,10 @@ Schema for the body of a Dashboard creation request
|
|
49458
50130
|
"additionalProperties": false
|
49459
50131
|
}
|
49460
50132
|
},
|
50133
|
+
"query": {
|
50134
|
+
"type": "string",
|
50135
|
+
"maxLength": 32767
|
50136
|
+
},
|
49461
50137
|
"label": {
|
49462
50138
|
"type": "string",
|
49463
50139
|
"maxLength": 255
|
@@ -49718,6 +50394,10 @@ Schema for the body of a Dashboard creation request
|
|
49718
50394
|
"additionalProperties": false
|
49719
50395
|
}
|
49720
50396
|
},
|
50397
|
+
"query": {
|
50398
|
+
"type": "string",
|
50399
|
+
"maxLength": 32767
|
50400
|
+
},
|
49721
50401
|
"duration": {
|
49722
50402
|
"oneOf": [
|
49723
50403
|
{
|
@@ -49901,6 +50581,10 @@ Schema for the body of a Dashboard creation request
|
|
49901
50581
|
"additionalProperties": false
|
49902
50582
|
}
|
49903
50583
|
},
|
50584
|
+
"query": {
|
50585
|
+
"type": "string",
|
50586
|
+
"maxLength": 32767
|
50587
|
+
},
|
49904
50588
|
"duration": {
|
49905
50589
|
"oneOf": [
|
49906
50590
|
{
|
@@ -50643,6 +51327,32 @@ Schema for the body of a Dashboard creation request
|
|
50643
51327
|
"maxLength": 255
|
50644
51328
|
}
|
50645
51329
|
},
|
51330
|
+
"deviceTags": {
|
51331
|
+
"type": "array",
|
51332
|
+
"maxItems": 100,
|
51333
|
+
"items": {
|
51334
|
+
"type": "object",
|
51335
|
+
"properties": {
|
51336
|
+
"key": {
|
51337
|
+
"type": "string",
|
51338
|
+
"maxLength": 255
|
51339
|
+
},
|
51340
|
+
"value": {
|
51341
|
+
"type": "string",
|
51342
|
+
"maxLength": 255
|
51343
|
+
},
|
51344
|
+
"fromCtx": {
|
51345
|
+
"type": "string",
|
51346
|
+
"maxLength": 255
|
51347
|
+
}
|
51348
|
+
},
|
51349
|
+
"additionalProperties": false
|
51350
|
+
}
|
51351
|
+
},
|
51352
|
+
"query": {
|
51353
|
+
"type": "string",
|
51354
|
+
"maxLength": 32767
|
51355
|
+
},
|
50646
51356
|
"includeDeviceInfo": {
|
50647
51357
|
"type": "boolean"
|
50648
51358
|
}
|
@@ -50744,6 +51454,10 @@ Schema for the body of a Dashboard creation request
|
|
50744
51454
|
"additionalProperties": false
|
50745
51455
|
}
|
50746
51456
|
},
|
51457
|
+
"query": {
|
51458
|
+
"type": "string",
|
51459
|
+
"maxLength": 32767
|
51460
|
+
},
|
50747
51461
|
"duration": {
|
50748
51462
|
"oneOf": [
|
50749
51463
|
{
|
@@ -51214,6 +51928,10 @@ Schema for the body of a Dashboard creation request
|
|
51214
51928
|
"additionalProperties": false
|
51215
51929
|
}
|
51216
51930
|
},
|
51931
|
+
"query": {
|
51932
|
+
"type": "string",
|
51933
|
+
"maxLength": 32767
|
51934
|
+
},
|
51217
51935
|
"label": {
|
51218
51936
|
"type": "string",
|
51219
51937
|
"maxLength": 255
|
@@ -51605,6 +52323,10 @@ Schema for the body of a Dashboard creation request
|
|
51605
52323
|
},
|
51606
52324
|
"additionalProperties": false
|
51607
52325
|
}
|
52326
|
+
},
|
52327
|
+
"query": {
|
52328
|
+
"type": "string",
|
52329
|
+
"maxLength": 32767
|
51608
52330
|
}
|
51609
52331
|
},
|
51610
52332
|
"additionalProperties": false
|
@@ -51792,6 +52514,10 @@ Schema for the body of a Dashboard creation request
|
|
51792
52514
|
"additionalProperties": false
|
51793
52515
|
}
|
51794
52516
|
},
|
52517
|
+
"query": {
|
52518
|
+
"type": "string",
|
52519
|
+
"maxLength": 32767
|
52520
|
+
},
|
51795
52521
|
"duration": {
|
51796
52522
|
"oneOf": [
|
51797
52523
|
{
|
@@ -51826,10 +52552,6 @@ Schema for the body of a Dashboard creation request
|
|
51826
52552
|
"normal",
|
51827
52553
|
"satellite"
|
51828
52554
|
]
|
51829
|
-
},
|
51830
|
-
"query": {
|
51831
|
-
"type": "string",
|
51832
|
-
"maxLength": 32767
|
51833
52555
|
}
|
51834
52556
|
},
|
51835
52557
|
"additionalProperties": false
|
@@ -52194,6 +52916,10 @@ Schema for the body of a Dashboard creation request
|
|
52194
52916
|
"additionalProperties": false
|
52195
52917
|
}
|
52196
52918
|
},
|
52919
|
+
"query": {
|
52920
|
+
"type": "string",
|
52921
|
+
"maxLength": 32767
|
52922
|
+
},
|
52197
52923
|
"duration": {
|
52198
52924
|
"oneOf": [
|
52199
52925
|
{
|
@@ -52822,6 +53548,10 @@ Schema for the body of a Dashboard creation request
|
|
52822
53548
|
"additionalProperties": false
|
52823
53549
|
}
|
52824
53550
|
},
|
53551
|
+
"query": {
|
53552
|
+
"type": "string",
|
53553
|
+
"maxLength": 32767
|
53554
|
+
},
|
52825
53555
|
"label": {
|
52826
53556
|
"type": "string",
|
52827
53557
|
"maxLength": 255
|
@@ -53174,6 +53904,10 @@ Schema for the body of a Dashboard creation request
|
|
53174
53904
|
},
|
53175
53905
|
"additionalProperties": false
|
53176
53906
|
}
|
53907
|
+
},
|
53908
|
+
"query": {
|
53909
|
+
"type": "string",
|
53910
|
+
"maxLength": 32767
|
53177
53911
|
}
|
53178
53912
|
},
|
53179
53913
|
"additionalProperties": false
|
@@ -53408,6 +54142,10 @@ Schema for the body of a Dashboard creation request
|
|
53408
54142
|
},
|
53409
54143
|
"additionalProperties": false
|
53410
54144
|
}
|
54145
|
+
},
|
54146
|
+
"query": {
|
54147
|
+
"type": "string",
|
54148
|
+
"maxLength": 32767
|
53411
54149
|
}
|
53412
54150
|
},
|
53413
54151
|
"additionalProperties": false
|
@@ -53600,6 +54338,10 @@ Schema for the body of a Dashboard creation request
|
|
53600
54338
|
},
|
53601
54339
|
"additionalProperties": false
|
53602
54340
|
}
|
54341
|
+
},
|
54342
|
+
"query": {
|
54343
|
+
"type": "string",
|
54344
|
+
"maxLength": 32767
|
53603
54345
|
}
|
53604
54346
|
},
|
53605
54347
|
"additionalProperties": false
|
@@ -53790,6 +54532,10 @@ Schema for the body of a Dashboard creation request
|
|
53790
54532
|
},
|
53791
54533
|
"additionalProperties": false
|
53792
54534
|
}
|
54535
|
+
},
|
54536
|
+
"query": {
|
54537
|
+
"type": "string",
|
54538
|
+
"maxLength": 32767
|
53793
54539
|
}
|
53794
54540
|
},
|
53795
54541
|
"additionalProperties": false
|
@@ -53960,6 +54706,10 @@ Schema for the body of a Dashboard creation request
|
|
53960
54706
|
"additionalProperties": false
|
53961
54707
|
}
|
53962
54708
|
},
|
54709
|
+
"query": {
|
54710
|
+
"type": "string",
|
54711
|
+
"maxLength": 32767
|
54712
|
+
},
|
53963
54713
|
"commandName": {
|
53964
54714
|
"type": "string",
|
53965
54715
|
"maxLength": 255
|
@@ -54102,6 +54852,10 @@ Schema for the body of a Dashboard creation request
|
|
54102
54852
|
"additionalProperties": false
|
54103
54853
|
}
|
54104
54854
|
},
|
54855
|
+
"query": {
|
54856
|
+
"type": "string",
|
54857
|
+
"maxLength": 32767
|
54858
|
+
},
|
54105
54859
|
"duration": {
|
54106
54860
|
"oneOf": [
|
54107
54861
|
{
|
@@ -54162,10 +54916,6 @@ Schema for the body of a Dashboard creation request
|
|
54162
54916
|
"type": "string",
|
54163
54917
|
"maxLength": 32767
|
54164
54918
|
},
|
54165
|
-
"query": {
|
54166
|
-
"type": "string",
|
54167
|
-
"maxLength": 32767
|
54168
|
-
},
|
54169
54919
|
"resizedPins": {
|
54170
54920
|
"type": "boolean"
|
54171
54921
|
},
|
@@ -54478,6 +55228,10 @@ Schema for the body of a Dashboard creation request
|
|
54478
55228
|
"additionalProperties": false
|
54479
55229
|
}
|
54480
55230
|
},
|
55231
|
+
"query": {
|
55232
|
+
"type": "string",
|
55233
|
+
"maxLength": 32767
|
55234
|
+
},
|
54481
55235
|
"label": {
|
54482
55236
|
"type": "string",
|
54483
55237
|
"maxLength": 255
|
@@ -54638,6 +55392,10 @@ Schema for the body of a Dashboard creation request
|
|
54638
55392
|
"additionalProperties": false
|
54639
55393
|
}
|
54640
55394
|
},
|
55395
|
+
"query": {
|
55396
|
+
"type": "string",
|
55397
|
+
"maxLength": 32767
|
55398
|
+
},
|
54641
55399
|
"duration": {
|
54642
55400
|
"oneOf": [
|
54643
55401
|
{
|
@@ -56086,6 +56844,10 @@ Schema for a collection of Dashboards
|
|
56086
56844
|
"additionalProperties": false
|
56087
56845
|
}
|
56088
56846
|
},
|
56847
|
+
"query": {
|
56848
|
+
"type": "string",
|
56849
|
+
"maxLength": 32767
|
56850
|
+
},
|
56089
56851
|
"label": {
|
56090
56852
|
"type": "string",
|
56091
56853
|
"maxLength": 255
|
@@ -56346,6 +57108,10 @@ Schema for a collection of Dashboards
|
|
56346
57108
|
"additionalProperties": false
|
56347
57109
|
}
|
56348
57110
|
},
|
57111
|
+
"query": {
|
57112
|
+
"type": "string",
|
57113
|
+
"maxLength": 32767
|
57114
|
+
},
|
56349
57115
|
"duration": {
|
56350
57116
|
"oneOf": [
|
56351
57117
|
{
|
@@ -56529,6 +57295,10 @@ Schema for a collection of Dashboards
|
|
56529
57295
|
"additionalProperties": false
|
56530
57296
|
}
|
56531
57297
|
},
|
57298
|
+
"query": {
|
57299
|
+
"type": "string",
|
57300
|
+
"maxLength": 32767
|
57301
|
+
},
|
56532
57302
|
"duration": {
|
56533
57303
|
"oneOf": [
|
56534
57304
|
{
|
@@ -57271,6 +58041,32 @@ Schema for a collection of Dashboards
|
|
57271
58041
|
"maxLength": 255
|
57272
58042
|
}
|
57273
58043
|
},
|
58044
|
+
"deviceTags": {
|
58045
|
+
"type": "array",
|
58046
|
+
"maxItems": 100,
|
58047
|
+
"items": {
|
58048
|
+
"type": "object",
|
58049
|
+
"properties": {
|
58050
|
+
"key": {
|
58051
|
+
"type": "string",
|
58052
|
+
"maxLength": 255
|
58053
|
+
},
|
58054
|
+
"value": {
|
58055
|
+
"type": "string",
|
58056
|
+
"maxLength": 255
|
58057
|
+
},
|
58058
|
+
"fromCtx": {
|
58059
|
+
"type": "string",
|
58060
|
+
"maxLength": 255
|
58061
|
+
}
|
58062
|
+
},
|
58063
|
+
"additionalProperties": false
|
58064
|
+
}
|
58065
|
+
},
|
58066
|
+
"query": {
|
58067
|
+
"type": "string",
|
58068
|
+
"maxLength": 32767
|
58069
|
+
},
|
57274
58070
|
"includeDeviceInfo": {
|
57275
58071
|
"type": "boolean"
|
57276
58072
|
}
|
@@ -57372,6 +58168,10 @@ Schema for a collection of Dashboards
|
|
57372
58168
|
"additionalProperties": false
|
57373
58169
|
}
|
57374
58170
|
},
|
58171
|
+
"query": {
|
58172
|
+
"type": "string",
|
58173
|
+
"maxLength": 32767
|
58174
|
+
},
|
57375
58175
|
"duration": {
|
57376
58176
|
"oneOf": [
|
57377
58177
|
{
|
@@ -57842,6 +58642,10 @@ Schema for a collection of Dashboards
|
|
57842
58642
|
"additionalProperties": false
|
57843
58643
|
}
|
57844
58644
|
},
|
58645
|
+
"query": {
|
58646
|
+
"type": "string",
|
58647
|
+
"maxLength": 32767
|
58648
|
+
},
|
57845
58649
|
"label": {
|
57846
58650
|
"type": "string",
|
57847
58651
|
"maxLength": 255
|
@@ -58233,6 +59037,10 @@ Schema for a collection of Dashboards
|
|
58233
59037
|
},
|
58234
59038
|
"additionalProperties": false
|
58235
59039
|
}
|
59040
|
+
},
|
59041
|
+
"query": {
|
59042
|
+
"type": "string",
|
59043
|
+
"maxLength": 32767
|
58236
59044
|
}
|
58237
59045
|
},
|
58238
59046
|
"additionalProperties": false
|
@@ -58420,6 +59228,10 @@ Schema for a collection of Dashboards
|
|
58420
59228
|
"additionalProperties": false
|
58421
59229
|
}
|
58422
59230
|
},
|
59231
|
+
"query": {
|
59232
|
+
"type": "string",
|
59233
|
+
"maxLength": 32767
|
59234
|
+
},
|
58423
59235
|
"duration": {
|
58424
59236
|
"oneOf": [
|
58425
59237
|
{
|
@@ -58454,10 +59266,6 @@ Schema for a collection of Dashboards
|
|
58454
59266
|
"normal",
|
58455
59267
|
"satellite"
|
58456
59268
|
]
|
58457
|
-
},
|
58458
|
-
"query": {
|
58459
|
-
"type": "string",
|
58460
|
-
"maxLength": 32767
|
58461
59269
|
}
|
58462
59270
|
},
|
58463
59271
|
"additionalProperties": false
|
@@ -58822,6 +59630,10 @@ Schema for a collection of Dashboards
|
|
58822
59630
|
"additionalProperties": false
|
58823
59631
|
}
|
58824
59632
|
},
|
59633
|
+
"query": {
|
59634
|
+
"type": "string",
|
59635
|
+
"maxLength": 32767
|
59636
|
+
},
|
58825
59637
|
"duration": {
|
58826
59638
|
"oneOf": [
|
58827
59639
|
{
|
@@ -59450,6 +60262,10 @@ Schema for a collection of Dashboards
|
|
59450
60262
|
"additionalProperties": false
|
59451
60263
|
}
|
59452
60264
|
},
|
60265
|
+
"query": {
|
60266
|
+
"type": "string",
|
60267
|
+
"maxLength": 32767
|
60268
|
+
},
|
59453
60269
|
"label": {
|
59454
60270
|
"type": "string",
|
59455
60271
|
"maxLength": 255
|
@@ -59802,6 +60618,10 @@ Schema for a collection of Dashboards
|
|
59802
60618
|
},
|
59803
60619
|
"additionalProperties": false
|
59804
60620
|
}
|
60621
|
+
},
|
60622
|
+
"query": {
|
60623
|
+
"type": "string",
|
60624
|
+
"maxLength": 32767
|
59805
60625
|
}
|
59806
60626
|
},
|
59807
60627
|
"additionalProperties": false
|
@@ -60036,6 +60856,10 @@ Schema for a collection of Dashboards
|
|
60036
60856
|
},
|
60037
60857
|
"additionalProperties": false
|
60038
60858
|
}
|
60859
|
+
},
|
60860
|
+
"query": {
|
60861
|
+
"type": "string",
|
60862
|
+
"maxLength": 32767
|
60039
60863
|
}
|
60040
60864
|
},
|
60041
60865
|
"additionalProperties": false
|
@@ -60228,6 +61052,10 @@ Schema for a collection of Dashboards
|
|
60228
61052
|
},
|
60229
61053
|
"additionalProperties": false
|
60230
61054
|
}
|
61055
|
+
},
|
61056
|
+
"query": {
|
61057
|
+
"type": "string",
|
61058
|
+
"maxLength": 32767
|
60231
61059
|
}
|
60232
61060
|
},
|
60233
61061
|
"additionalProperties": false
|
@@ -60418,6 +61246,10 @@ Schema for a collection of Dashboards
|
|
60418
61246
|
},
|
60419
61247
|
"additionalProperties": false
|
60420
61248
|
}
|
61249
|
+
},
|
61250
|
+
"query": {
|
61251
|
+
"type": "string",
|
61252
|
+
"maxLength": 32767
|
60421
61253
|
}
|
60422
61254
|
},
|
60423
61255
|
"additionalProperties": false
|
@@ -60588,6 +61420,10 @@ Schema for a collection of Dashboards
|
|
60588
61420
|
"additionalProperties": false
|
60589
61421
|
}
|
60590
61422
|
},
|
61423
|
+
"query": {
|
61424
|
+
"type": "string",
|
61425
|
+
"maxLength": 32767
|
61426
|
+
},
|
60591
61427
|
"commandName": {
|
60592
61428
|
"type": "string",
|
60593
61429
|
"maxLength": 255
|
@@ -60730,6 +61566,10 @@ Schema for a collection of Dashboards
|
|
60730
61566
|
"additionalProperties": false
|
60731
61567
|
}
|
60732
61568
|
},
|
61569
|
+
"query": {
|
61570
|
+
"type": "string",
|
61571
|
+
"maxLength": 32767
|
61572
|
+
},
|
60733
61573
|
"duration": {
|
60734
61574
|
"oneOf": [
|
60735
61575
|
{
|
@@ -60790,10 +61630,6 @@ Schema for a collection of Dashboards
|
|
60790
61630
|
"type": "string",
|
60791
61631
|
"maxLength": 32767
|
60792
61632
|
},
|
60793
|
-
"query": {
|
60794
|
-
"type": "string",
|
60795
|
-
"maxLength": 32767
|
60796
|
-
},
|
60797
61633
|
"resizedPins": {
|
60798
61634
|
"type": "boolean"
|
60799
61635
|
},
|
@@ -61106,6 +61942,10 @@ Schema for a collection of Dashboards
|
|
61106
61942
|
"additionalProperties": false
|
61107
61943
|
}
|
61108
61944
|
},
|
61945
|
+
"query": {
|
61946
|
+
"type": "string",
|
61947
|
+
"maxLength": 32767
|
61948
|
+
},
|
61109
61949
|
"label": {
|
61110
61950
|
"type": "string",
|
61111
61951
|
"maxLength": 255
|
@@ -61266,6 +62106,10 @@ Schema for a collection of Dashboards
|
|
61266
62106
|
"additionalProperties": false
|
61267
62107
|
}
|
61268
62108
|
},
|
62109
|
+
"query": {
|
62110
|
+
"type": "string",
|
62111
|
+
"maxLength": 32767
|
62112
|
+
},
|
61269
62113
|
"duration": {
|
61270
62114
|
"oneOf": [
|
61271
62115
|
{
|
@@ -86108,23 +86952,53 @@ The body of an experience linked resources response
|
|
86108
86952
|
"type": {
|
86109
86953
|
"type": "string",
|
86110
86954
|
"enum": [
|
86111
|
-
"
|
86955
|
+
"beckhoff"
|
86112
86956
|
]
|
86113
86957
|
},
|
86114
86958
|
"config": {
|
86115
86959
|
"type": "object",
|
86116
86960
|
"properties": {
|
86117
|
-
"
|
86118
|
-
"type": "
|
86961
|
+
"localAmsNetId": {
|
86962
|
+
"type": "string",
|
86963
|
+
"maxLength": 1024
|
86119
86964
|
},
|
86120
|
-
"
|
86121
|
-
"type": "
|
86965
|
+
"localAdsPort": {
|
86966
|
+
"type": "string",
|
86967
|
+
"maxLength": 1024
|
86122
86968
|
},
|
86123
|
-
"
|
86124
|
-
"type": "
|
86969
|
+
"targetAmsNetId": {
|
86970
|
+
"type": "string",
|
86971
|
+
"maxLength": 1024
|
86125
86972
|
},
|
86126
|
-
"
|
86127
|
-
"type": "
|
86973
|
+
"targetAdsPort": {
|
86974
|
+
"type": "string",
|
86975
|
+
"maxLength": 1024
|
86976
|
+
},
|
86977
|
+
"routerHost": {
|
86978
|
+
"type": "string",
|
86979
|
+
"maxLength": 1024
|
86980
|
+
},
|
86981
|
+
"routerTcpPort": {
|
86982
|
+
"type": "string",
|
86983
|
+
"maxLength": 1024
|
86984
|
+
},
|
86985
|
+
"cycleTimeMs": {
|
86986
|
+
"type": "integer",
|
86987
|
+
"minimum": 10,
|
86988
|
+
"maximum": 3600000
|
86989
|
+
},
|
86990
|
+
"subscriptions": {
|
86991
|
+
"type": "array",
|
86992
|
+
"items": {
|
86993
|
+
"type": "object",
|
86994
|
+
"properties": {
|
86995
|
+
"name": {
|
86996
|
+
"type": "string",
|
86997
|
+
"maxLength": 1024
|
86998
|
+
}
|
86999
|
+
}
|
87000
|
+
},
|
87001
|
+
"maxItems": 100
|
86128
87002
|
}
|
86129
87003
|
},
|
86130
87004
|
"additionalProperties": false
|
@@ -86141,7 +87015,7 @@ The body of an experience linked resources response
|
|
86141
87015
|
"name": {
|
86142
87016
|
"type": "string",
|
86143
87017
|
"enum": [
|
86144
|
-
"
|
87018
|
+
"beckhoff"
|
86145
87019
|
]
|
86146
87020
|
},
|
86147
87021
|
"label": {
|
@@ -86213,22 +87087,22 @@ The body of an experience linked resources response
|
|
86213
87087
|
"type": {
|
86214
87088
|
"type": "string",
|
86215
87089
|
"enum": [
|
86216
|
-
"
|
87090
|
+
"dataTable"
|
86217
87091
|
]
|
86218
87092
|
},
|
86219
87093
|
"config": {
|
86220
87094
|
"type": "object",
|
86221
87095
|
"properties": {
|
86222
|
-
"
|
87096
|
+
"bulkInsert": {
|
86223
87097
|
"type": "boolean"
|
86224
87098
|
},
|
86225
|
-
"
|
87099
|
+
"delete": {
|
86226
87100
|
"type": "boolean"
|
86227
87101
|
},
|
86228
|
-
"
|
87102
|
+
"insert": {
|
86229
87103
|
"type": "boolean"
|
86230
87104
|
},
|
86231
|
-
"
|
87105
|
+
"update": {
|
86232
87106
|
"type": "boolean"
|
86233
87107
|
}
|
86234
87108
|
},
|
@@ -86246,12 +87120,7 @@ The body of an experience linked resources response
|
|
86246
87120
|
"name": {
|
86247
87121
|
"type": "string",
|
86248
87122
|
"enum": [
|
86249
|
-
"
|
86250
|
-
"googlePubSub",
|
86251
|
-
"mqtt",
|
86252
|
-
"particle",
|
86253
|
-
"sqs",
|
86254
|
-
"websocket"
|
87123
|
+
"dataTable"
|
86255
87124
|
]
|
86256
87125
|
},
|
86257
87126
|
"label": {
|
@@ -86287,10 +87156,6 @@ The body of an experience linked resources response
|
|
86287
87156
|
"outputCount": {
|
86288
87157
|
"type": "number"
|
86289
87158
|
},
|
86290
|
-
"triggerId": {
|
86291
|
-
"type": "string",
|
86292
|
-
"maxLength": 48
|
86293
|
-
},
|
86294
87159
|
"id": {
|
86295
87160
|
"type": "string",
|
86296
87161
|
"maxLength": 48
|
@@ -86327,46 +87192,23 @@ The body of an experience linked resources response
|
|
86327
87192
|
"type": {
|
86328
87193
|
"type": "string",
|
86329
87194
|
"enum": [
|
86330
|
-
"
|
86331
|
-
"deviceTag"
|
87195
|
+
"integration"
|
86332
87196
|
]
|
86333
87197
|
},
|
86334
87198
|
"config": {
|
86335
87199
|
"type": "object",
|
86336
87200
|
"properties": {
|
86337
|
-
"
|
86338
|
-
"type": "
|
86339
|
-
"maxItems": 100,
|
86340
|
-
"items": {
|
86341
|
-
"type": "string",
|
86342
|
-
"pattern": "^[0-9a-zA-Z_-]{1,255}$"
|
86343
|
-
}
|
86344
|
-
},
|
86345
|
-
"attributeWhitelist": {
|
86346
|
-
"type": "array",
|
86347
|
-
"maxItems": 100,
|
86348
|
-
"items": {
|
86349
|
-
"type": "string",
|
86350
|
-
"pattern": "^[0-9a-zA-Z_-]{1,255}$"
|
86351
|
-
}
|
87201
|
+
"connect": {
|
87202
|
+
"type": "boolean"
|
86352
87203
|
},
|
86353
|
-
"
|
86354
|
-
"type": "
|
87204
|
+
"message": {
|
87205
|
+
"type": "boolean"
|
86355
87206
|
},
|
86356
|
-
"
|
86357
|
-
"type": "
|
86358
|
-
"enum": [
|
86359
|
-
"batch",
|
86360
|
-
"individual",
|
86361
|
-
"both"
|
86362
|
-
]
|
87207
|
+
"disconnect": {
|
87208
|
+
"type": "boolean"
|
86363
87209
|
},
|
86364
|
-
"
|
86365
|
-
"type": "
|
86366
|
-
"enum": [
|
86367
|
-
"once",
|
86368
|
-
"each"
|
86369
|
-
]
|
87210
|
+
"failure": {
|
87211
|
+
"type": "boolean"
|
86370
87212
|
}
|
86371
87213
|
},
|
86372
87214
|
"additionalProperties": false
|
@@ -86383,9 +87225,12 @@ The body of an experience linked resources response
|
|
86383
87225
|
"name": {
|
86384
87226
|
"type": "string",
|
86385
87227
|
"enum": [
|
86386
|
-
"
|
86387
|
-
"
|
86388
|
-
"
|
87228
|
+
"azureEventHub",
|
87229
|
+
"googlePubSub",
|
87230
|
+
"mqtt",
|
87231
|
+
"particle",
|
87232
|
+
"sqs",
|
87233
|
+
"websocket"
|
86389
87234
|
]
|
86390
87235
|
},
|
86391
87236
|
"label": {
|
@@ -86421,24 +87266,13 @@ The body of an experience linked resources response
|
|
86421
87266
|
"outputCount": {
|
86422
87267
|
"type": "number"
|
86423
87268
|
},
|
86424
|
-
"
|
87269
|
+
"triggerId": {
|
86425
87270
|
"type": "string",
|
86426
87271
|
"maxLength": 48
|
86427
87272
|
},
|
86428
|
-
"
|
87273
|
+
"id": {
|
86429
87274
|
"type": "string",
|
86430
87275
|
"maxLength": 48
|
86431
|
-
},
|
86432
|
-
"maxAgeToggle": {
|
86433
|
-
"type": "boolean"
|
86434
|
-
},
|
86435
|
-
"allowedAttributeType": {
|
86436
|
-
"type": "string",
|
86437
|
-
"enum": [
|
86438
|
-
"attributeWhitelist",
|
86439
|
-
"any",
|
86440
|
-
"attributeBlacklist"
|
86441
|
-
]
|
86442
87276
|
}
|
86443
87277
|
},
|
86444
87278
|
"additionalProperties": false
|
@@ -86472,15 +87306,49 @@ The body of an experience linked resources response
|
|
86472
87306
|
"type": {
|
86473
87307
|
"type": "string",
|
86474
87308
|
"enum": [
|
86475
|
-
"
|
86476
|
-
"
|
87309
|
+
"deviceId",
|
87310
|
+
"deviceTag"
|
86477
87311
|
]
|
86478
87312
|
},
|
86479
87313
|
"config": {
|
86480
87314
|
"type": "object",
|
86481
87315
|
"properties": {
|
86482
|
-
"
|
87316
|
+
"attributeBlacklist": {
|
87317
|
+
"type": "array",
|
87318
|
+
"maxItems": 100,
|
87319
|
+
"items": {
|
87320
|
+
"type": "string",
|
87321
|
+
"pattern": "^[0-9a-zA-Z_-]{1,255}$"
|
87322
|
+
}
|
87323
|
+
},
|
87324
|
+
"attributeWhitelist": {
|
87325
|
+
"type": "array",
|
87326
|
+
"maxItems": 100,
|
87327
|
+
"items": {
|
87328
|
+
"type": "string",
|
87329
|
+
"pattern": "^[0-9a-zA-Z_-]{1,255}$"
|
87330
|
+
}
|
87331
|
+
},
|
87332
|
+
"maxAge": {
|
86483
87333
|
"type": "number"
|
87334
|
+
},
|
87335
|
+
"triggerOn": {
|
87336
|
+
"type": "string",
|
87337
|
+
"enum": [
|
87338
|
+
"batch",
|
87339
|
+
"individual",
|
87340
|
+
"both"
|
87341
|
+
]
|
87342
|
+
},
|
87343
|
+
"batchBehavior": {
|
87344
|
+
"type": "string",
|
87345
|
+
"enum": [
|
87346
|
+
"once",
|
87347
|
+
"each"
|
87348
|
+
]
|
87349
|
+
},
|
87350
|
+
"allowInvalid": {
|
87351
|
+
"type": "boolean"
|
86484
87352
|
}
|
86485
87353
|
},
|
86486
87354
|
"additionalProperties": false
|
@@ -86497,7 +87365,121 @@ The body of an experience linked resources response
|
|
86497
87365
|
"name": {
|
86498
87366
|
"type": "string",
|
86499
87367
|
"enum": [
|
86500
|
-
"
|
87368
|
+
"deviceIdsTags",
|
87369
|
+
"device",
|
87370
|
+
"deviceTag"
|
87371
|
+
]
|
87372
|
+
},
|
87373
|
+
"label": {
|
87374
|
+
"type": "string",
|
87375
|
+
"minLength": 1,
|
87376
|
+
"maxLength": 255
|
87377
|
+
},
|
87378
|
+
"x": {
|
87379
|
+
"type": "number"
|
87380
|
+
},
|
87381
|
+
"y": {
|
87382
|
+
"type": "number"
|
87383
|
+
},
|
87384
|
+
"uiId": {
|
87385
|
+
"type": "string",
|
87386
|
+
"maxLength": 48
|
87387
|
+
},
|
87388
|
+
"description": {
|
87389
|
+
"type": "string",
|
87390
|
+
"maxLength": 32767
|
87391
|
+
},
|
87392
|
+
"icon": {
|
87393
|
+
"type": "string",
|
87394
|
+
"maxLength": 1024
|
87395
|
+
},
|
87396
|
+
"color": {
|
87397
|
+
"type": "string",
|
87398
|
+
"maxLength": 1024
|
87399
|
+
},
|
87400
|
+
"inputCount": {
|
87401
|
+
"type": "number"
|
87402
|
+
},
|
87403
|
+
"outputCount": {
|
87404
|
+
"type": "number"
|
87405
|
+
},
|
87406
|
+
"id": {
|
87407
|
+
"type": "string",
|
87408
|
+
"maxLength": 48
|
87409
|
+
},
|
87410
|
+
"timeUnit": {
|
87411
|
+
"type": "string",
|
87412
|
+
"maxLength": 48
|
87413
|
+
},
|
87414
|
+
"maxAgeToggle": {
|
87415
|
+
"type": "boolean"
|
87416
|
+
},
|
87417
|
+
"allowedAttributeType": {
|
87418
|
+
"type": "string",
|
87419
|
+
"enum": [
|
87420
|
+
"attributeWhitelist",
|
87421
|
+
"any",
|
87422
|
+
"attributeBlacklist"
|
87423
|
+
]
|
87424
|
+
}
|
87425
|
+
},
|
87426
|
+
"additionalProperties": false
|
87427
|
+
},
|
87428
|
+
"outputIds": {
|
87429
|
+
"type": "array",
|
87430
|
+
"items": {
|
87431
|
+
"type": "array",
|
87432
|
+
"items": {
|
87433
|
+
"type": "string",
|
87434
|
+
"maxLength": 48,
|
87435
|
+
"minLength": 1
|
87436
|
+
},
|
87437
|
+
"maxItems": 100
|
87438
|
+
},
|
87439
|
+
"maxItems": 100
|
87440
|
+
}
|
87441
|
+
},
|
87442
|
+
"required": [
|
87443
|
+
"type"
|
87444
|
+
],
|
87445
|
+
"additionalProperties": false
|
87446
|
+
},
|
87447
|
+
{
|
87448
|
+
"type": "object",
|
87449
|
+
"properties": {
|
87450
|
+
"key": {
|
87451
|
+
"type": "string",
|
87452
|
+
"maxLength": 1024
|
87453
|
+
},
|
87454
|
+
"type": {
|
87455
|
+
"type": "string",
|
87456
|
+
"enum": [
|
87457
|
+
"deviceIdInactivity",
|
87458
|
+
"deviceTagInactivity"
|
87459
|
+
]
|
87460
|
+
},
|
87461
|
+
"config": {
|
87462
|
+
"type": "object",
|
87463
|
+
"properties": {
|
87464
|
+
"seconds": {
|
87465
|
+
"type": "number"
|
87466
|
+
}
|
87467
|
+
},
|
87468
|
+
"additionalProperties": false
|
87469
|
+
},
|
87470
|
+
"meta": {
|
87471
|
+
"type": "object",
|
87472
|
+
"properties": {
|
87473
|
+
"category": {
|
87474
|
+
"type": "string",
|
87475
|
+
"enum": [
|
87476
|
+
"trigger"
|
87477
|
+
]
|
87478
|
+
},
|
87479
|
+
"name": {
|
87480
|
+
"type": "string",
|
87481
|
+
"enum": [
|
87482
|
+
"deviceIdsTagsInactivity"
|
86501
87483
|
]
|
86502
87484
|
},
|
86503
87485
|
"label": {
|
@@ -89087,6 +90069,141 @@ The body of an experience linked resources response
|
|
89087
90069
|
],
|
89088
90070
|
"additionalProperties": false
|
89089
90071
|
},
|
90072
|
+
{
|
90073
|
+
"type": "object",
|
90074
|
+
"properties": {
|
90075
|
+
"key": {
|
90076
|
+
"type": "string",
|
90077
|
+
"maxLength": 1024
|
90078
|
+
},
|
90079
|
+
"type": {
|
90080
|
+
"type": "string",
|
90081
|
+
"enum": [
|
90082
|
+
"beckhoff"
|
90083
|
+
]
|
90084
|
+
},
|
90085
|
+
"config": {
|
90086
|
+
"type": "object",
|
90087
|
+
"properties": {
|
90088
|
+
"localAmsNetId": {
|
90089
|
+
"type": "string",
|
90090
|
+
"maxLength": 1024
|
90091
|
+
},
|
90092
|
+
"localAdsPort": {
|
90093
|
+
"type": "string",
|
90094
|
+
"maxLength": 1024
|
90095
|
+
},
|
90096
|
+
"targetAmsNetId": {
|
90097
|
+
"type": "string",
|
90098
|
+
"maxLength": 1024
|
90099
|
+
},
|
90100
|
+
"targetAdsPort": {
|
90101
|
+
"type": "string",
|
90102
|
+
"maxLength": 1024
|
90103
|
+
},
|
90104
|
+
"routerHost": {
|
90105
|
+
"type": "string",
|
90106
|
+
"maxLength": 1024
|
90107
|
+
},
|
90108
|
+
"routerTcpPort": {
|
90109
|
+
"type": "string",
|
90110
|
+
"maxLength": 1024
|
90111
|
+
},
|
90112
|
+
"cycleTimeMs": {
|
90113
|
+
"type": "integer",
|
90114
|
+
"minimum": 10,
|
90115
|
+
"maximum": 3600000
|
90116
|
+
},
|
90117
|
+
"subscriptions": {
|
90118
|
+
"type": "array",
|
90119
|
+
"items": {
|
90120
|
+
"type": "object",
|
90121
|
+
"properties": {
|
90122
|
+
"name": {
|
90123
|
+
"type": "string",
|
90124
|
+
"maxLength": 1024
|
90125
|
+
}
|
90126
|
+
}
|
90127
|
+
},
|
90128
|
+
"maxItems": 100
|
90129
|
+
}
|
90130
|
+
},
|
90131
|
+
"additionalProperties": false
|
90132
|
+
},
|
90133
|
+
"meta": {
|
90134
|
+
"type": "object",
|
90135
|
+
"properties": {
|
90136
|
+
"category": {
|
90137
|
+
"type": "string",
|
90138
|
+
"enum": [
|
90139
|
+
"trigger"
|
90140
|
+
]
|
90141
|
+
},
|
90142
|
+
"name": {
|
90143
|
+
"type": "string",
|
90144
|
+
"enum": [
|
90145
|
+
"beckhoff"
|
90146
|
+
]
|
90147
|
+
},
|
90148
|
+
"label": {
|
90149
|
+
"type": "string",
|
90150
|
+
"minLength": 1,
|
90151
|
+
"maxLength": 255
|
90152
|
+
},
|
90153
|
+
"x": {
|
90154
|
+
"type": "number"
|
90155
|
+
},
|
90156
|
+
"y": {
|
90157
|
+
"type": "number"
|
90158
|
+
},
|
90159
|
+
"uiId": {
|
90160
|
+
"type": "string",
|
90161
|
+
"maxLength": 48
|
90162
|
+
},
|
90163
|
+
"description": {
|
90164
|
+
"type": "string",
|
90165
|
+
"maxLength": 32767
|
90166
|
+
},
|
90167
|
+
"icon": {
|
90168
|
+
"type": "string",
|
90169
|
+
"maxLength": 1024
|
90170
|
+
},
|
90171
|
+
"color": {
|
90172
|
+
"type": "string",
|
90173
|
+
"maxLength": 1024
|
90174
|
+
},
|
90175
|
+
"inputCount": {
|
90176
|
+
"type": "number"
|
90177
|
+
},
|
90178
|
+
"outputCount": {
|
90179
|
+
"type": "number"
|
90180
|
+
},
|
90181
|
+
"id": {
|
90182
|
+
"type": "string",
|
90183
|
+
"maxLength": 48
|
90184
|
+
}
|
90185
|
+
},
|
90186
|
+
"additionalProperties": false
|
90187
|
+
},
|
90188
|
+
"outputIds": {
|
90189
|
+
"type": "array",
|
90190
|
+
"items": {
|
90191
|
+
"type": "array",
|
90192
|
+
"items": {
|
90193
|
+
"type": "string",
|
90194
|
+
"maxLength": 48,
|
90195
|
+
"minLength": 1
|
90196
|
+
},
|
90197
|
+
"maxItems": 100
|
90198
|
+
},
|
90199
|
+
"maxItems": 100
|
90200
|
+
}
|
90201
|
+
},
|
90202
|
+
"required": [
|
90203
|
+
"type"
|
90204
|
+
],
|
90205
|
+
"additionalProperties": false
|
90206
|
+
},
|
89090
90207
|
{
|
89091
90208
|
"type": "object",
|
89092
90209
|
"properties": {
|
@@ -89356,6 +90473,9 @@ The body of an experience linked resources response
|
|
89356
90473
|
"once",
|
89357
90474
|
"each"
|
89358
90475
|
]
|
90476
|
+
},
|
90477
|
+
"allowInvalid": {
|
90478
|
+
"type": "boolean"
|
89359
90479
|
}
|
89360
90480
|
},
|
89361
90481
|
"additionalProperties": false
|
@@ -91995,23 +93115,53 @@ The body of an experience linked resources response
|
|
91995
93115
|
"type": {
|
91996
93116
|
"type": "string",
|
91997
93117
|
"enum": [
|
91998
|
-
"
|
93118
|
+
"beckhoff"
|
91999
93119
|
]
|
92000
93120
|
},
|
92001
93121
|
"config": {
|
92002
93122
|
"type": "object",
|
92003
93123
|
"properties": {
|
92004
|
-
"
|
92005
|
-
"type": "
|
93124
|
+
"localAmsNetId": {
|
93125
|
+
"type": "string",
|
93126
|
+
"maxLength": 1024
|
92006
93127
|
},
|
92007
|
-
"
|
92008
|
-
"type": "
|
93128
|
+
"localAdsPort": {
|
93129
|
+
"type": "string",
|
93130
|
+
"maxLength": 1024
|
92009
93131
|
},
|
92010
|
-
"
|
92011
|
-
"type": "
|
93132
|
+
"targetAmsNetId": {
|
93133
|
+
"type": "string",
|
93134
|
+
"maxLength": 1024
|
92012
93135
|
},
|
92013
|
-
"
|
92014
|
-
"type": "
|
93136
|
+
"targetAdsPort": {
|
93137
|
+
"type": "string",
|
93138
|
+
"maxLength": 1024
|
93139
|
+
},
|
93140
|
+
"routerHost": {
|
93141
|
+
"type": "string",
|
93142
|
+
"maxLength": 1024
|
93143
|
+
},
|
93144
|
+
"routerTcpPort": {
|
93145
|
+
"type": "string",
|
93146
|
+
"maxLength": 1024
|
93147
|
+
},
|
93148
|
+
"cycleTimeMs": {
|
93149
|
+
"type": "integer",
|
93150
|
+
"minimum": 10,
|
93151
|
+
"maximum": 3600000
|
93152
|
+
},
|
93153
|
+
"subscriptions": {
|
93154
|
+
"type": "array",
|
93155
|
+
"items": {
|
93156
|
+
"type": "object",
|
93157
|
+
"properties": {
|
93158
|
+
"name": {
|
93159
|
+
"type": "string",
|
93160
|
+
"maxLength": 1024
|
93161
|
+
}
|
93162
|
+
}
|
93163
|
+
},
|
93164
|
+
"maxItems": 100
|
92015
93165
|
}
|
92016
93166
|
},
|
92017
93167
|
"additionalProperties": false
|
@@ -92028,7 +93178,112 @@ The body of an experience linked resources response
|
|
92028
93178
|
"name": {
|
92029
93179
|
"type": "string",
|
92030
93180
|
"enum": [
|
92031
|
-
"
|
93181
|
+
"beckhoff"
|
93182
|
+
]
|
93183
|
+
},
|
93184
|
+
"label": {
|
93185
|
+
"type": "string",
|
93186
|
+
"minLength": 1,
|
93187
|
+
"maxLength": 255
|
93188
|
+
},
|
93189
|
+
"x": {
|
93190
|
+
"type": "number"
|
93191
|
+
},
|
93192
|
+
"y": {
|
93193
|
+
"type": "number"
|
93194
|
+
},
|
93195
|
+
"uiId": {
|
93196
|
+
"type": "string",
|
93197
|
+
"maxLength": 48
|
93198
|
+
},
|
93199
|
+
"description": {
|
93200
|
+
"type": "string",
|
93201
|
+
"maxLength": 32767
|
93202
|
+
},
|
93203
|
+
"icon": {
|
93204
|
+
"type": "string",
|
93205
|
+
"maxLength": 1024
|
93206
|
+
},
|
93207
|
+
"color": {
|
93208
|
+
"type": "string",
|
93209
|
+
"maxLength": 1024
|
93210
|
+
},
|
93211
|
+
"inputCount": {
|
93212
|
+
"type": "number"
|
93213
|
+
},
|
93214
|
+
"outputCount": {
|
93215
|
+
"type": "number"
|
93216
|
+
},
|
93217
|
+
"id": {
|
93218
|
+
"type": "string",
|
93219
|
+
"maxLength": 48
|
93220
|
+
}
|
93221
|
+
},
|
93222
|
+
"additionalProperties": false
|
93223
|
+
},
|
93224
|
+
"outputIds": {
|
93225
|
+
"type": "array",
|
93226
|
+
"items": {
|
93227
|
+
"type": "array",
|
93228
|
+
"items": {
|
93229
|
+
"type": "string",
|
93230
|
+
"maxLength": 48,
|
93231
|
+
"minLength": 1
|
93232
|
+
},
|
93233
|
+
"maxItems": 100
|
93234
|
+
},
|
93235
|
+
"maxItems": 100
|
93236
|
+
}
|
93237
|
+
},
|
93238
|
+
"required": [
|
93239
|
+
"type"
|
93240
|
+
],
|
93241
|
+
"additionalProperties": false
|
93242
|
+
},
|
93243
|
+
{
|
93244
|
+
"type": "object",
|
93245
|
+
"properties": {
|
93246
|
+
"key": {
|
93247
|
+
"type": "string",
|
93248
|
+
"maxLength": 1024
|
93249
|
+
},
|
93250
|
+
"type": {
|
93251
|
+
"type": "string",
|
93252
|
+
"enum": [
|
93253
|
+
"dataTable"
|
93254
|
+
]
|
93255
|
+
},
|
93256
|
+
"config": {
|
93257
|
+
"type": "object",
|
93258
|
+
"properties": {
|
93259
|
+
"bulkInsert": {
|
93260
|
+
"type": "boolean"
|
93261
|
+
},
|
93262
|
+
"delete": {
|
93263
|
+
"type": "boolean"
|
93264
|
+
},
|
93265
|
+
"insert": {
|
93266
|
+
"type": "boolean"
|
93267
|
+
},
|
93268
|
+
"update": {
|
93269
|
+
"type": "boolean"
|
93270
|
+
}
|
93271
|
+
},
|
93272
|
+
"additionalProperties": false
|
93273
|
+
},
|
93274
|
+
"meta": {
|
93275
|
+
"type": "object",
|
93276
|
+
"properties": {
|
93277
|
+
"category": {
|
93278
|
+
"type": "string",
|
93279
|
+
"enum": [
|
93280
|
+
"trigger"
|
93281
|
+
]
|
93282
|
+
},
|
93283
|
+
"name": {
|
93284
|
+
"type": "string",
|
93285
|
+
"enum": [
|
93286
|
+
"dataTable"
|
92032
93287
|
]
|
92033
93288
|
},
|
92034
93289
|
"label": {
|
@@ -92254,6 +93509,9 @@ The body of an experience linked resources response
|
|
92254
93509
|
"once",
|
92255
93510
|
"each"
|
92256
93511
|
]
|
93512
|
+
},
|
93513
|
+
"allowInvalid": {
|
93514
|
+
"type": "boolean"
|
92257
93515
|
}
|
92258
93516
|
},
|
92259
93517
|
"additionalProperties": false
|
@@ -97315,6 +98573,141 @@ Schema for a single Workflow
|
|
97315
98573
|
],
|
97316
98574
|
"additionalProperties": false
|
97317
98575
|
},
|
98576
|
+
{
|
98577
|
+
"type": "object",
|
98578
|
+
"properties": {
|
98579
|
+
"key": {
|
98580
|
+
"type": "string",
|
98581
|
+
"maxLength": 1024
|
98582
|
+
},
|
98583
|
+
"type": {
|
98584
|
+
"type": "string",
|
98585
|
+
"enum": [
|
98586
|
+
"beckhoff"
|
98587
|
+
]
|
98588
|
+
},
|
98589
|
+
"config": {
|
98590
|
+
"type": "object",
|
98591
|
+
"properties": {
|
98592
|
+
"localAmsNetId": {
|
98593
|
+
"type": "string",
|
98594
|
+
"maxLength": 1024
|
98595
|
+
},
|
98596
|
+
"localAdsPort": {
|
98597
|
+
"type": "string",
|
98598
|
+
"maxLength": 1024
|
98599
|
+
},
|
98600
|
+
"targetAmsNetId": {
|
98601
|
+
"type": "string",
|
98602
|
+
"maxLength": 1024
|
98603
|
+
},
|
98604
|
+
"targetAdsPort": {
|
98605
|
+
"type": "string",
|
98606
|
+
"maxLength": 1024
|
98607
|
+
},
|
98608
|
+
"routerHost": {
|
98609
|
+
"type": "string",
|
98610
|
+
"maxLength": 1024
|
98611
|
+
},
|
98612
|
+
"routerTcpPort": {
|
98613
|
+
"type": "string",
|
98614
|
+
"maxLength": 1024
|
98615
|
+
},
|
98616
|
+
"cycleTimeMs": {
|
98617
|
+
"type": "integer",
|
98618
|
+
"minimum": 10,
|
98619
|
+
"maximum": 3600000
|
98620
|
+
},
|
98621
|
+
"subscriptions": {
|
98622
|
+
"type": "array",
|
98623
|
+
"items": {
|
98624
|
+
"type": "object",
|
98625
|
+
"properties": {
|
98626
|
+
"name": {
|
98627
|
+
"type": "string",
|
98628
|
+
"maxLength": 1024
|
98629
|
+
}
|
98630
|
+
}
|
98631
|
+
},
|
98632
|
+
"maxItems": 100
|
98633
|
+
}
|
98634
|
+
},
|
98635
|
+
"additionalProperties": false
|
98636
|
+
},
|
98637
|
+
"meta": {
|
98638
|
+
"type": "object",
|
98639
|
+
"properties": {
|
98640
|
+
"category": {
|
98641
|
+
"type": "string",
|
98642
|
+
"enum": [
|
98643
|
+
"trigger"
|
98644
|
+
]
|
98645
|
+
},
|
98646
|
+
"name": {
|
98647
|
+
"type": "string",
|
98648
|
+
"enum": [
|
98649
|
+
"beckhoff"
|
98650
|
+
]
|
98651
|
+
},
|
98652
|
+
"label": {
|
98653
|
+
"type": "string",
|
98654
|
+
"minLength": 1,
|
98655
|
+
"maxLength": 255
|
98656
|
+
},
|
98657
|
+
"x": {
|
98658
|
+
"type": "number"
|
98659
|
+
},
|
98660
|
+
"y": {
|
98661
|
+
"type": "number"
|
98662
|
+
},
|
98663
|
+
"uiId": {
|
98664
|
+
"type": "string",
|
98665
|
+
"maxLength": 48
|
98666
|
+
},
|
98667
|
+
"description": {
|
98668
|
+
"type": "string",
|
98669
|
+
"maxLength": 32767
|
98670
|
+
},
|
98671
|
+
"icon": {
|
98672
|
+
"type": "string",
|
98673
|
+
"maxLength": 1024
|
98674
|
+
},
|
98675
|
+
"color": {
|
98676
|
+
"type": "string",
|
98677
|
+
"maxLength": 1024
|
98678
|
+
},
|
98679
|
+
"inputCount": {
|
98680
|
+
"type": "number"
|
98681
|
+
},
|
98682
|
+
"outputCount": {
|
98683
|
+
"type": "number"
|
98684
|
+
},
|
98685
|
+
"id": {
|
98686
|
+
"type": "string",
|
98687
|
+
"maxLength": 48
|
98688
|
+
}
|
98689
|
+
},
|
98690
|
+
"additionalProperties": false
|
98691
|
+
},
|
98692
|
+
"outputIds": {
|
98693
|
+
"type": "array",
|
98694
|
+
"items": {
|
98695
|
+
"type": "array",
|
98696
|
+
"items": {
|
98697
|
+
"type": "string",
|
98698
|
+
"maxLength": 48,
|
98699
|
+
"minLength": 1
|
98700
|
+
},
|
98701
|
+
"maxItems": 100
|
98702
|
+
},
|
98703
|
+
"maxItems": 100
|
98704
|
+
}
|
98705
|
+
},
|
98706
|
+
"required": [
|
98707
|
+
"type"
|
98708
|
+
],
|
98709
|
+
"additionalProperties": false
|
98710
|
+
},
|
97318
98711
|
{
|
97319
98712
|
"type": "object",
|
97320
98713
|
"properties": {
|
@@ -97584,6 +98977,9 @@ Schema for a single Workflow
|
|
97584
98977
|
"once",
|
97585
98978
|
"each"
|
97586
98979
|
]
|
98980
|
+
},
|
98981
|
+
"allowInvalid": {
|
98982
|
+
"type": "boolean"
|
97587
98983
|
}
|
97588
98984
|
},
|
97589
98985
|
"additionalProperties": false
|
@@ -100457,23 +101853,53 @@ Schema for the body of a Workflow modification request
|
|
100457
101853
|
"type": {
|
100458
101854
|
"type": "string",
|
100459
101855
|
"enum": [
|
100460
|
-
"
|
101856
|
+
"beckhoff"
|
100461
101857
|
]
|
100462
101858
|
},
|
100463
101859
|
"config": {
|
100464
101860
|
"type": "object",
|
100465
101861
|
"properties": {
|
100466
|
-
"
|
100467
|
-
"type": "
|
101862
|
+
"localAmsNetId": {
|
101863
|
+
"type": "string",
|
101864
|
+
"maxLength": 1024
|
100468
101865
|
},
|
100469
|
-
"
|
100470
|
-
"type": "
|
101866
|
+
"localAdsPort": {
|
101867
|
+
"type": "string",
|
101868
|
+
"maxLength": 1024
|
100471
101869
|
},
|
100472
|
-
"
|
100473
|
-
"type": "
|
101870
|
+
"targetAmsNetId": {
|
101871
|
+
"type": "string",
|
101872
|
+
"maxLength": 1024
|
100474
101873
|
},
|
100475
|
-
"
|
100476
|
-
"type": "
|
101874
|
+
"targetAdsPort": {
|
101875
|
+
"type": "string",
|
101876
|
+
"maxLength": 1024
|
101877
|
+
},
|
101878
|
+
"routerHost": {
|
101879
|
+
"type": "string",
|
101880
|
+
"maxLength": 1024
|
101881
|
+
},
|
101882
|
+
"routerTcpPort": {
|
101883
|
+
"type": "string",
|
101884
|
+
"maxLength": 1024
|
101885
|
+
},
|
101886
|
+
"cycleTimeMs": {
|
101887
|
+
"type": "integer",
|
101888
|
+
"minimum": 10,
|
101889
|
+
"maximum": 3600000
|
101890
|
+
},
|
101891
|
+
"subscriptions": {
|
101892
|
+
"type": "array",
|
101893
|
+
"items": {
|
101894
|
+
"type": "object",
|
101895
|
+
"properties": {
|
101896
|
+
"name": {
|
101897
|
+
"type": "string",
|
101898
|
+
"maxLength": 1024
|
101899
|
+
}
|
101900
|
+
}
|
101901
|
+
},
|
101902
|
+
"maxItems": 100
|
100477
101903
|
}
|
100478
101904
|
},
|
100479
101905
|
"additionalProperties": false
|
@@ -100490,7 +101916,112 @@ Schema for the body of a Workflow modification request
|
|
100490
101916
|
"name": {
|
100491
101917
|
"type": "string",
|
100492
101918
|
"enum": [
|
100493
|
-
"
|
101919
|
+
"beckhoff"
|
101920
|
+
]
|
101921
|
+
},
|
101922
|
+
"label": {
|
101923
|
+
"type": "string",
|
101924
|
+
"minLength": 1,
|
101925
|
+
"maxLength": 255
|
101926
|
+
},
|
101927
|
+
"x": {
|
101928
|
+
"type": "number"
|
101929
|
+
},
|
101930
|
+
"y": {
|
101931
|
+
"type": "number"
|
101932
|
+
},
|
101933
|
+
"uiId": {
|
101934
|
+
"type": "string",
|
101935
|
+
"maxLength": 48
|
101936
|
+
},
|
101937
|
+
"description": {
|
101938
|
+
"type": "string",
|
101939
|
+
"maxLength": 32767
|
101940
|
+
},
|
101941
|
+
"icon": {
|
101942
|
+
"type": "string",
|
101943
|
+
"maxLength": 1024
|
101944
|
+
},
|
101945
|
+
"color": {
|
101946
|
+
"type": "string",
|
101947
|
+
"maxLength": 1024
|
101948
|
+
},
|
101949
|
+
"inputCount": {
|
101950
|
+
"type": "number"
|
101951
|
+
},
|
101952
|
+
"outputCount": {
|
101953
|
+
"type": "number"
|
101954
|
+
},
|
101955
|
+
"id": {
|
101956
|
+
"type": "string",
|
101957
|
+
"maxLength": 48
|
101958
|
+
}
|
101959
|
+
},
|
101960
|
+
"additionalProperties": false
|
101961
|
+
},
|
101962
|
+
"outputIds": {
|
101963
|
+
"type": "array",
|
101964
|
+
"items": {
|
101965
|
+
"type": "array",
|
101966
|
+
"items": {
|
101967
|
+
"type": "string",
|
101968
|
+
"maxLength": 48,
|
101969
|
+
"minLength": 1
|
101970
|
+
},
|
101971
|
+
"maxItems": 100
|
101972
|
+
},
|
101973
|
+
"maxItems": 100
|
101974
|
+
}
|
101975
|
+
},
|
101976
|
+
"required": [
|
101977
|
+
"type"
|
101978
|
+
],
|
101979
|
+
"additionalProperties": false
|
101980
|
+
},
|
101981
|
+
{
|
101982
|
+
"type": "object",
|
101983
|
+
"properties": {
|
101984
|
+
"key": {
|
101985
|
+
"type": "string",
|
101986
|
+
"maxLength": 1024
|
101987
|
+
},
|
101988
|
+
"type": {
|
101989
|
+
"type": "string",
|
101990
|
+
"enum": [
|
101991
|
+
"dataTable"
|
101992
|
+
]
|
101993
|
+
},
|
101994
|
+
"config": {
|
101995
|
+
"type": "object",
|
101996
|
+
"properties": {
|
101997
|
+
"bulkInsert": {
|
101998
|
+
"type": "boolean"
|
101999
|
+
},
|
102000
|
+
"delete": {
|
102001
|
+
"type": "boolean"
|
102002
|
+
},
|
102003
|
+
"insert": {
|
102004
|
+
"type": "boolean"
|
102005
|
+
},
|
102006
|
+
"update": {
|
102007
|
+
"type": "boolean"
|
102008
|
+
}
|
102009
|
+
},
|
102010
|
+
"additionalProperties": false
|
102011
|
+
},
|
102012
|
+
"meta": {
|
102013
|
+
"type": "object",
|
102014
|
+
"properties": {
|
102015
|
+
"category": {
|
102016
|
+
"type": "string",
|
102017
|
+
"enum": [
|
102018
|
+
"trigger"
|
102019
|
+
]
|
102020
|
+
},
|
102021
|
+
"name": {
|
102022
|
+
"type": "string",
|
102023
|
+
"enum": [
|
102024
|
+
"dataTable"
|
100494
102025
|
]
|
100495
102026
|
},
|
100496
102027
|
"label": {
|
@@ -100716,6 +102247,9 @@ Schema for the body of a Workflow modification request
|
|
100716
102247
|
"once",
|
100717
102248
|
"each"
|
100718
102249
|
]
|
102250
|
+
},
|
102251
|
+
"allowInvalid": {
|
102252
|
+
"type": "boolean"
|
100719
102253
|
}
|
100720
102254
|
},
|
100721
102255
|
"additionalProperties": false
|
@@ -103332,6 +104866,141 @@ Schema for the body of a Workflow creation request
|
|
103332
104866
|
],
|
103333
104867
|
"additionalProperties": false
|
103334
104868
|
},
|
104869
|
+
{
|
104870
|
+
"type": "object",
|
104871
|
+
"properties": {
|
104872
|
+
"key": {
|
104873
|
+
"type": "string",
|
104874
|
+
"maxLength": 1024
|
104875
|
+
},
|
104876
|
+
"type": {
|
104877
|
+
"type": "string",
|
104878
|
+
"enum": [
|
104879
|
+
"beckhoff"
|
104880
|
+
]
|
104881
|
+
},
|
104882
|
+
"config": {
|
104883
|
+
"type": "object",
|
104884
|
+
"properties": {
|
104885
|
+
"localAmsNetId": {
|
104886
|
+
"type": "string",
|
104887
|
+
"maxLength": 1024
|
104888
|
+
},
|
104889
|
+
"localAdsPort": {
|
104890
|
+
"type": "string",
|
104891
|
+
"maxLength": 1024
|
104892
|
+
},
|
104893
|
+
"targetAmsNetId": {
|
104894
|
+
"type": "string",
|
104895
|
+
"maxLength": 1024
|
104896
|
+
},
|
104897
|
+
"targetAdsPort": {
|
104898
|
+
"type": "string",
|
104899
|
+
"maxLength": 1024
|
104900
|
+
},
|
104901
|
+
"routerHost": {
|
104902
|
+
"type": "string",
|
104903
|
+
"maxLength": 1024
|
104904
|
+
},
|
104905
|
+
"routerTcpPort": {
|
104906
|
+
"type": "string",
|
104907
|
+
"maxLength": 1024
|
104908
|
+
},
|
104909
|
+
"cycleTimeMs": {
|
104910
|
+
"type": "integer",
|
104911
|
+
"minimum": 10,
|
104912
|
+
"maximum": 3600000
|
104913
|
+
},
|
104914
|
+
"subscriptions": {
|
104915
|
+
"type": "array",
|
104916
|
+
"items": {
|
104917
|
+
"type": "object",
|
104918
|
+
"properties": {
|
104919
|
+
"name": {
|
104920
|
+
"type": "string",
|
104921
|
+
"maxLength": 1024
|
104922
|
+
}
|
104923
|
+
}
|
104924
|
+
},
|
104925
|
+
"maxItems": 100
|
104926
|
+
}
|
104927
|
+
},
|
104928
|
+
"additionalProperties": false
|
104929
|
+
},
|
104930
|
+
"meta": {
|
104931
|
+
"type": "object",
|
104932
|
+
"properties": {
|
104933
|
+
"category": {
|
104934
|
+
"type": "string",
|
104935
|
+
"enum": [
|
104936
|
+
"trigger"
|
104937
|
+
]
|
104938
|
+
},
|
104939
|
+
"name": {
|
104940
|
+
"type": "string",
|
104941
|
+
"enum": [
|
104942
|
+
"beckhoff"
|
104943
|
+
]
|
104944
|
+
},
|
104945
|
+
"label": {
|
104946
|
+
"type": "string",
|
104947
|
+
"minLength": 1,
|
104948
|
+
"maxLength": 255
|
104949
|
+
},
|
104950
|
+
"x": {
|
104951
|
+
"type": "number"
|
104952
|
+
},
|
104953
|
+
"y": {
|
104954
|
+
"type": "number"
|
104955
|
+
},
|
104956
|
+
"uiId": {
|
104957
|
+
"type": "string",
|
104958
|
+
"maxLength": 48
|
104959
|
+
},
|
104960
|
+
"description": {
|
104961
|
+
"type": "string",
|
104962
|
+
"maxLength": 32767
|
104963
|
+
},
|
104964
|
+
"icon": {
|
104965
|
+
"type": "string",
|
104966
|
+
"maxLength": 1024
|
104967
|
+
},
|
104968
|
+
"color": {
|
104969
|
+
"type": "string",
|
104970
|
+
"maxLength": 1024
|
104971
|
+
},
|
104972
|
+
"inputCount": {
|
104973
|
+
"type": "number"
|
104974
|
+
},
|
104975
|
+
"outputCount": {
|
104976
|
+
"type": "number"
|
104977
|
+
},
|
104978
|
+
"id": {
|
104979
|
+
"type": "string",
|
104980
|
+
"maxLength": 48
|
104981
|
+
}
|
104982
|
+
},
|
104983
|
+
"additionalProperties": false
|
104984
|
+
},
|
104985
|
+
"outputIds": {
|
104986
|
+
"type": "array",
|
104987
|
+
"items": {
|
104988
|
+
"type": "array",
|
104989
|
+
"items": {
|
104990
|
+
"type": "string",
|
104991
|
+
"maxLength": 48,
|
104992
|
+
"minLength": 1
|
104993
|
+
},
|
104994
|
+
"maxItems": 100
|
104995
|
+
},
|
104996
|
+
"maxItems": 100
|
104997
|
+
}
|
104998
|
+
},
|
104999
|
+
"required": [
|
105000
|
+
"type"
|
105001
|
+
],
|
105002
|
+
"additionalProperties": false
|
105003
|
+
},
|
103335
105004
|
{
|
103336
105005
|
"type": "object",
|
103337
105006
|
"properties": {
|
@@ -103601,6 +105270,9 @@ Schema for the body of a Workflow creation request
|
|
103601
105270
|
"once",
|
103602
105271
|
"each"
|
103603
105272
|
]
|
105273
|
+
},
|
105274
|
+
"allowInvalid": {
|
105275
|
+
"type": "boolean"
|
103604
105276
|
}
|
103605
105277
|
},
|
103606
105278
|
"additionalProperties": false
|
@@ -106499,23 +108171,53 @@ Schema for a single Workflow Version
|
|
106499
108171
|
"type": {
|
106500
108172
|
"type": "string",
|
106501
108173
|
"enum": [
|
106502
|
-
"
|
108174
|
+
"beckhoff"
|
106503
108175
|
]
|
106504
108176
|
},
|
106505
108177
|
"config": {
|
106506
108178
|
"type": "object",
|
106507
108179
|
"properties": {
|
106508
|
-
"
|
106509
|
-
"type": "
|
108180
|
+
"localAmsNetId": {
|
108181
|
+
"type": "string",
|
108182
|
+
"maxLength": 1024
|
106510
108183
|
},
|
106511
|
-
"
|
106512
|
-
"type": "
|
108184
|
+
"localAdsPort": {
|
108185
|
+
"type": "string",
|
108186
|
+
"maxLength": 1024
|
106513
108187
|
},
|
106514
|
-
"
|
106515
|
-
"type": "
|
108188
|
+
"targetAmsNetId": {
|
108189
|
+
"type": "string",
|
108190
|
+
"maxLength": 1024
|
106516
108191
|
},
|
106517
|
-
"
|
106518
|
-
"type": "
|
108192
|
+
"targetAdsPort": {
|
108193
|
+
"type": "string",
|
108194
|
+
"maxLength": 1024
|
108195
|
+
},
|
108196
|
+
"routerHost": {
|
108197
|
+
"type": "string",
|
108198
|
+
"maxLength": 1024
|
108199
|
+
},
|
108200
|
+
"routerTcpPort": {
|
108201
|
+
"type": "string",
|
108202
|
+
"maxLength": 1024
|
108203
|
+
},
|
108204
|
+
"cycleTimeMs": {
|
108205
|
+
"type": "integer",
|
108206
|
+
"minimum": 10,
|
108207
|
+
"maximum": 3600000
|
108208
|
+
},
|
108209
|
+
"subscriptions": {
|
108210
|
+
"type": "array",
|
108211
|
+
"items": {
|
108212
|
+
"type": "object",
|
108213
|
+
"properties": {
|
108214
|
+
"name": {
|
108215
|
+
"type": "string",
|
108216
|
+
"maxLength": 1024
|
108217
|
+
}
|
108218
|
+
}
|
108219
|
+
},
|
108220
|
+
"maxItems": 100
|
106519
108221
|
}
|
106520
108222
|
},
|
106521
108223
|
"additionalProperties": false
|
@@ -106532,7 +108234,112 @@ Schema for a single Workflow Version
|
|
106532
108234
|
"name": {
|
106533
108235
|
"type": "string",
|
106534
108236
|
"enum": [
|
106535
|
-
"
|
108237
|
+
"beckhoff"
|
108238
|
+
]
|
108239
|
+
},
|
108240
|
+
"label": {
|
108241
|
+
"type": "string",
|
108242
|
+
"minLength": 1,
|
108243
|
+
"maxLength": 255
|
108244
|
+
},
|
108245
|
+
"x": {
|
108246
|
+
"type": "number"
|
108247
|
+
},
|
108248
|
+
"y": {
|
108249
|
+
"type": "number"
|
108250
|
+
},
|
108251
|
+
"uiId": {
|
108252
|
+
"type": "string",
|
108253
|
+
"maxLength": 48
|
108254
|
+
},
|
108255
|
+
"description": {
|
108256
|
+
"type": "string",
|
108257
|
+
"maxLength": 32767
|
108258
|
+
},
|
108259
|
+
"icon": {
|
108260
|
+
"type": "string",
|
108261
|
+
"maxLength": 1024
|
108262
|
+
},
|
108263
|
+
"color": {
|
108264
|
+
"type": "string",
|
108265
|
+
"maxLength": 1024
|
108266
|
+
},
|
108267
|
+
"inputCount": {
|
108268
|
+
"type": "number"
|
108269
|
+
},
|
108270
|
+
"outputCount": {
|
108271
|
+
"type": "number"
|
108272
|
+
},
|
108273
|
+
"id": {
|
108274
|
+
"type": "string",
|
108275
|
+
"maxLength": 48
|
108276
|
+
}
|
108277
|
+
},
|
108278
|
+
"additionalProperties": false
|
108279
|
+
},
|
108280
|
+
"outputIds": {
|
108281
|
+
"type": "array",
|
108282
|
+
"items": {
|
108283
|
+
"type": "array",
|
108284
|
+
"items": {
|
108285
|
+
"type": "string",
|
108286
|
+
"maxLength": 48,
|
108287
|
+
"minLength": 1
|
108288
|
+
},
|
108289
|
+
"maxItems": 100
|
108290
|
+
},
|
108291
|
+
"maxItems": 100
|
108292
|
+
}
|
108293
|
+
},
|
108294
|
+
"required": [
|
108295
|
+
"type"
|
108296
|
+
],
|
108297
|
+
"additionalProperties": false
|
108298
|
+
},
|
108299
|
+
{
|
108300
|
+
"type": "object",
|
108301
|
+
"properties": {
|
108302
|
+
"key": {
|
108303
|
+
"type": "string",
|
108304
|
+
"maxLength": 1024
|
108305
|
+
},
|
108306
|
+
"type": {
|
108307
|
+
"type": "string",
|
108308
|
+
"enum": [
|
108309
|
+
"dataTable"
|
108310
|
+
]
|
108311
|
+
},
|
108312
|
+
"config": {
|
108313
|
+
"type": "object",
|
108314
|
+
"properties": {
|
108315
|
+
"bulkInsert": {
|
108316
|
+
"type": "boolean"
|
108317
|
+
},
|
108318
|
+
"delete": {
|
108319
|
+
"type": "boolean"
|
108320
|
+
},
|
108321
|
+
"insert": {
|
108322
|
+
"type": "boolean"
|
108323
|
+
},
|
108324
|
+
"update": {
|
108325
|
+
"type": "boolean"
|
108326
|
+
}
|
108327
|
+
},
|
108328
|
+
"additionalProperties": false
|
108329
|
+
},
|
108330
|
+
"meta": {
|
108331
|
+
"type": "object",
|
108332
|
+
"properties": {
|
108333
|
+
"category": {
|
108334
|
+
"type": "string",
|
108335
|
+
"enum": [
|
108336
|
+
"trigger"
|
108337
|
+
]
|
108338
|
+
},
|
108339
|
+
"name": {
|
108340
|
+
"type": "string",
|
108341
|
+
"enum": [
|
108342
|
+
"dataTable"
|
106536
108343
|
]
|
106537
108344
|
},
|
106538
108345
|
"label": {
|
@@ -106758,6 +108565,9 @@ Schema for a single Workflow Version
|
|
106758
108565
|
"once",
|
106759
108566
|
"each"
|
106760
108567
|
]
|
108568
|
+
},
|
108569
|
+
"allowInvalid": {
|
108570
|
+
"type": "boolean"
|
106761
108571
|
}
|
106762
108572
|
},
|
106763
108573
|
"additionalProperties": false
|
@@ -109387,6 +111197,141 @@ Schema for a single Workflow Version
|
|
109387
111197
|
],
|
109388
111198
|
"additionalProperties": false
|
109389
111199
|
},
|
111200
|
+
{
|
111201
|
+
"type": "object",
|
111202
|
+
"properties": {
|
111203
|
+
"key": {
|
111204
|
+
"type": "string",
|
111205
|
+
"maxLength": 1024
|
111206
|
+
},
|
111207
|
+
"type": {
|
111208
|
+
"type": "string",
|
111209
|
+
"enum": [
|
111210
|
+
"beckhoff"
|
111211
|
+
]
|
111212
|
+
},
|
111213
|
+
"config": {
|
111214
|
+
"type": "object",
|
111215
|
+
"properties": {
|
111216
|
+
"localAmsNetId": {
|
111217
|
+
"type": "string",
|
111218
|
+
"maxLength": 1024
|
111219
|
+
},
|
111220
|
+
"localAdsPort": {
|
111221
|
+
"type": "string",
|
111222
|
+
"maxLength": 1024
|
111223
|
+
},
|
111224
|
+
"targetAmsNetId": {
|
111225
|
+
"type": "string",
|
111226
|
+
"maxLength": 1024
|
111227
|
+
},
|
111228
|
+
"targetAdsPort": {
|
111229
|
+
"type": "string",
|
111230
|
+
"maxLength": 1024
|
111231
|
+
},
|
111232
|
+
"routerHost": {
|
111233
|
+
"type": "string",
|
111234
|
+
"maxLength": 1024
|
111235
|
+
},
|
111236
|
+
"routerTcpPort": {
|
111237
|
+
"type": "string",
|
111238
|
+
"maxLength": 1024
|
111239
|
+
},
|
111240
|
+
"cycleTimeMs": {
|
111241
|
+
"type": "integer",
|
111242
|
+
"minimum": 10,
|
111243
|
+
"maximum": 3600000
|
111244
|
+
},
|
111245
|
+
"subscriptions": {
|
111246
|
+
"type": "array",
|
111247
|
+
"items": {
|
111248
|
+
"type": "object",
|
111249
|
+
"properties": {
|
111250
|
+
"name": {
|
111251
|
+
"type": "string",
|
111252
|
+
"maxLength": 1024
|
111253
|
+
}
|
111254
|
+
}
|
111255
|
+
},
|
111256
|
+
"maxItems": 100
|
111257
|
+
}
|
111258
|
+
},
|
111259
|
+
"additionalProperties": false
|
111260
|
+
},
|
111261
|
+
"meta": {
|
111262
|
+
"type": "object",
|
111263
|
+
"properties": {
|
111264
|
+
"category": {
|
111265
|
+
"type": "string",
|
111266
|
+
"enum": [
|
111267
|
+
"trigger"
|
111268
|
+
]
|
111269
|
+
},
|
111270
|
+
"name": {
|
111271
|
+
"type": "string",
|
111272
|
+
"enum": [
|
111273
|
+
"beckhoff"
|
111274
|
+
]
|
111275
|
+
},
|
111276
|
+
"label": {
|
111277
|
+
"type": "string",
|
111278
|
+
"minLength": 1,
|
111279
|
+
"maxLength": 255
|
111280
|
+
},
|
111281
|
+
"x": {
|
111282
|
+
"type": "number"
|
111283
|
+
},
|
111284
|
+
"y": {
|
111285
|
+
"type": "number"
|
111286
|
+
},
|
111287
|
+
"uiId": {
|
111288
|
+
"type": "string",
|
111289
|
+
"maxLength": 48
|
111290
|
+
},
|
111291
|
+
"description": {
|
111292
|
+
"type": "string",
|
111293
|
+
"maxLength": 32767
|
111294
|
+
},
|
111295
|
+
"icon": {
|
111296
|
+
"type": "string",
|
111297
|
+
"maxLength": 1024
|
111298
|
+
},
|
111299
|
+
"color": {
|
111300
|
+
"type": "string",
|
111301
|
+
"maxLength": 1024
|
111302
|
+
},
|
111303
|
+
"inputCount": {
|
111304
|
+
"type": "number"
|
111305
|
+
},
|
111306
|
+
"outputCount": {
|
111307
|
+
"type": "number"
|
111308
|
+
},
|
111309
|
+
"id": {
|
111310
|
+
"type": "string",
|
111311
|
+
"maxLength": 48
|
111312
|
+
}
|
111313
|
+
},
|
111314
|
+
"additionalProperties": false
|
111315
|
+
},
|
111316
|
+
"outputIds": {
|
111317
|
+
"type": "array",
|
111318
|
+
"items": {
|
111319
|
+
"type": "array",
|
111320
|
+
"items": {
|
111321
|
+
"type": "string",
|
111322
|
+
"maxLength": 48,
|
111323
|
+
"minLength": 1
|
111324
|
+
},
|
111325
|
+
"maxItems": 100
|
111326
|
+
},
|
111327
|
+
"maxItems": 100
|
111328
|
+
}
|
111329
|
+
},
|
111330
|
+
"required": [
|
111331
|
+
"type"
|
111332
|
+
],
|
111333
|
+
"additionalProperties": false
|
111334
|
+
},
|
109390
111335
|
{
|
109391
111336
|
"type": "object",
|
109392
111337
|
"properties": {
|
@@ -109656,6 +111601,9 @@ Schema for a single Workflow Version
|
|
109656
111601
|
"once",
|
109657
111602
|
"each"
|
109658
111603
|
]
|
111604
|
+
},
|
111605
|
+
"allowInvalid": {
|
111606
|
+
"type": "boolean"
|
109659
111607
|
}
|
109660
111608
|
},
|
109661
111609
|
"additionalProperties": false
|
@@ -112006,23 +113954,53 @@ Schema for the body of a Workflow Version creation request
|
|
112006
113954
|
"type": {
|
112007
113955
|
"type": "string",
|
112008
113956
|
"enum": [
|
112009
|
-
"
|
113957
|
+
"beckhoff"
|
112010
113958
|
]
|
112011
113959
|
},
|
112012
113960
|
"config": {
|
112013
113961
|
"type": "object",
|
112014
113962
|
"properties": {
|
112015
|
-
"
|
112016
|
-
"type": "
|
113963
|
+
"localAmsNetId": {
|
113964
|
+
"type": "string",
|
113965
|
+
"maxLength": 1024
|
112017
113966
|
},
|
112018
|
-
"
|
112019
|
-
"type": "
|
113967
|
+
"localAdsPort": {
|
113968
|
+
"type": "string",
|
113969
|
+
"maxLength": 1024
|
112020
113970
|
},
|
112021
|
-
"
|
112022
|
-
"type": "
|
113971
|
+
"targetAmsNetId": {
|
113972
|
+
"type": "string",
|
113973
|
+
"maxLength": 1024
|
112023
113974
|
},
|
112024
|
-
"
|
112025
|
-
"type": "
|
113975
|
+
"targetAdsPort": {
|
113976
|
+
"type": "string",
|
113977
|
+
"maxLength": 1024
|
113978
|
+
},
|
113979
|
+
"routerHost": {
|
113980
|
+
"type": "string",
|
113981
|
+
"maxLength": 1024
|
113982
|
+
},
|
113983
|
+
"routerTcpPort": {
|
113984
|
+
"type": "string",
|
113985
|
+
"maxLength": 1024
|
113986
|
+
},
|
113987
|
+
"cycleTimeMs": {
|
113988
|
+
"type": "integer",
|
113989
|
+
"minimum": 10,
|
113990
|
+
"maximum": 3600000
|
113991
|
+
},
|
113992
|
+
"subscriptions": {
|
113993
|
+
"type": "array",
|
113994
|
+
"items": {
|
113995
|
+
"type": "object",
|
113996
|
+
"properties": {
|
113997
|
+
"name": {
|
113998
|
+
"type": "string",
|
113999
|
+
"maxLength": 1024
|
114000
|
+
}
|
114001
|
+
}
|
114002
|
+
},
|
114003
|
+
"maxItems": 100
|
112026
114004
|
}
|
112027
114005
|
},
|
112028
114006
|
"additionalProperties": false
|
@@ -112039,7 +114017,112 @@ Schema for the body of a Workflow Version creation request
|
|
112039
114017
|
"name": {
|
112040
114018
|
"type": "string",
|
112041
114019
|
"enum": [
|
112042
|
-
"
|
114020
|
+
"beckhoff"
|
114021
|
+
]
|
114022
|
+
},
|
114023
|
+
"label": {
|
114024
|
+
"type": "string",
|
114025
|
+
"minLength": 1,
|
114026
|
+
"maxLength": 255
|
114027
|
+
},
|
114028
|
+
"x": {
|
114029
|
+
"type": "number"
|
114030
|
+
},
|
114031
|
+
"y": {
|
114032
|
+
"type": "number"
|
114033
|
+
},
|
114034
|
+
"uiId": {
|
114035
|
+
"type": "string",
|
114036
|
+
"maxLength": 48
|
114037
|
+
},
|
114038
|
+
"description": {
|
114039
|
+
"type": "string",
|
114040
|
+
"maxLength": 32767
|
114041
|
+
},
|
114042
|
+
"icon": {
|
114043
|
+
"type": "string",
|
114044
|
+
"maxLength": 1024
|
114045
|
+
},
|
114046
|
+
"color": {
|
114047
|
+
"type": "string",
|
114048
|
+
"maxLength": 1024
|
114049
|
+
},
|
114050
|
+
"inputCount": {
|
114051
|
+
"type": "number"
|
114052
|
+
},
|
114053
|
+
"outputCount": {
|
114054
|
+
"type": "number"
|
114055
|
+
},
|
114056
|
+
"id": {
|
114057
|
+
"type": "string",
|
114058
|
+
"maxLength": 48
|
114059
|
+
}
|
114060
|
+
},
|
114061
|
+
"additionalProperties": false
|
114062
|
+
},
|
114063
|
+
"outputIds": {
|
114064
|
+
"type": "array",
|
114065
|
+
"items": {
|
114066
|
+
"type": "array",
|
114067
|
+
"items": {
|
114068
|
+
"type": "string",
|
114069
|
+
"maxLength": 48,
|
114070
|
+
"minLength": 1
|
114071
|
+
},
|
114072
|
+
"maxItems": 100
|
114073
|
+
},
|
114074
|
+
"maxItems": 100
|
114075
|
+
}
|
114076
|
+
},
|
114077
|
+
"required": [
|
114078
|
+
"type"
|
114079
|
+
],
|
114080
|
+
"additionalProperties": false
|
114081
|
+
},
|
114082
|
+
{
|
114083
|
+
"type": "object",
|
114084
|
+
"properties": {
|
114085
|
+
"key": {
|
114086
|
+
"type": "string",
|
114087
|
+
"maxLength": 1024
|
114088
|
+
},
|
114089
|
+
"type": {
|
114090
|
+
"type": "string",
|
114091
|
+
"enum": [
|
114092
|
+
"dataTable"
|
114093
|
+
]
|
114094
|
+
},
|
114095
|
+
"config": {
|
114096
|
+
"type": "object",
|
114097
|
+
"properties": {
|
114098
|
+
"bulkInsert": {
|
114099
|
+
"type": "boolean"
|
114100
|
+
},
|
114101
|
+
"delete": {
|
114102
|
+
"type": "boolean"
|
114103
|
+
},
|
114104
|
+
"insert": {
|
114105
|
+
"type": "boolean"
|
114106
|
+
},
|
114107
|
+
"update": {
|
114108
|
+
"type": "boolean"
|
114109
|
+
}
|
114110
|
+
},
|
114111
|
+
"additionalProperties": false
|
114112
|
+
},
|
114113
|
+
"meta": {
|
114114
|
+
"type": "object",
|
114115
|
+
"properties": {
|
114116
|
+
"category": {
|
114117
|
+
"type": "string",
|
114118
|
+
"enum": [
|
114119
|
+
"trigger"
|
114120
|
+
]
|
114121
|
+
},
|
114122
|
+
"name": {
|
114123
|
+
"type": "string",
|
114124
|
+
"enum": [
|
114125
|
+
"dataTable"
|
112043
114126
|
]
|
112044
114127
|
},
|
112045
114128
|
"label": {
|
@@ -112265,6 +114348,9 @@ Schema for the body of a Workflow Version creation request
|
|
112265
114348
|
"once",
|
112266
114349
|
"each"
|
112267
114350
|
]
|
114351
|
+
},
|
114352
|
+
"allowInvalid": {
|
114353
|
+
"type": "boolean"
|
112268
114354
|
}
|
112269
114355
|
},
|
112270
114356
|
"additionalProperties": false
|
@@ -114920,6 +117006,141 @@ Schema for a collection of Workflow Versions
|
|
114920
117006
|
],
|
114921
117007
|
"additionalProperties": false
|
114922
117008
|
},
|
117009
|
+
{
|
117010
|
+
"type": "object",
|
117011
|
+
"properties": {
|
117012
|
+
"key": {
|
117013
|
+
"type": "string",
|
117014
|
+
"maxLength": 1024
|
117015
|
+
},
|
117016
|
+
"type": {
|
117017
|
+
"type": "string",
|
117018
|
+
"enum": [
|
117019
|
+
"beckhoff"
|
117020
|
+
]
|
117021
|
+
},
|
117022
|
+
"config": {
|
117023
|
+
"type": "object",
|
117024
|
+
"properties": {
|
117025
|
+
"localAmsNetId": {
|
117026
|
+
"type": "string",
|
117027
|
+
"maxLength": 1024
|
117028
|
+
},
|
117029
|
+
"localAdsPort": {
|
117030
|
+
"type": "string",
|
117031
|
+
"maxLength": 1024
|
117032
|
+
},
|
117033
|
+
"targetAmsNetId": {
|
117034
|
+
"type": "string",
|
117035
|
+
"maxLength": 1024
|
117036
|
+
},
|
117037
|
+
"targetAdsPort": {
|
117038
|
+
"type": "string",
|
117039
|
+
"maxLength": 1024
|
117040
|
+
},
|
117041
|
+
"routerHost": {
|
117042
|
+
"type": "string",
|
117043
|
+
"maxLength": 1024
|
117044
|
+
},
|
117045
|
+
"routerTcpPort": {
|
117046
|
+
"type": "string",
|
117047
|
+
"maxLength": 1024
|
117048
|
+
},
|
117049
|
+
"cycleTimeMs": {
|
117050
|
+
"type": "integer",
|
117051
|
+
"minimum": 10,
|
117052
|
+
"maximum": 3600000
|
117053
|
+
},
|
117054
|
+
"subscriptions": {
|
117055
|
+
"type": "array",
|
117056
|
+
"items": {
|
117057
|
+
"type": "object",
|
117058
|
+
"properties": {
|
117059
|
+
"name": {
|
117060
|
+
"type": "string",
|
117061
|
+
"maxLength": 1024
|
117062
|
+
}
|
117063
|
+
}
|
117064
|
+
},
|
117065
|
+
"maxItems": 100
|
117066
|
+
}
|
117067
|
+
},
|
117068
|
+
"additionalProperties": false
|
117069
|
+
},
|
117070
|
+
"meta": {
|
117071
|
+
"type": "object",
|
117072
|
+
"properties": {
|
117073
|
+
"category": {
|
117074
|
+
"type": "string",
|
117075
|
+
"enum": [
|
117076
|
+
"trigger"
|
117077
|
+
]
|
117078
|
+
},
|
117079
|
+
"name": {
|
117080
|
+
"type": "string",
|
117081
|
+
"enum": [
|
117082
|
+
"beckhoff"
|
117083
|
+
]
|
117084
|
+
},
|
117085
|
+
"label": {
|
117086
|
+
"type": "string",
|
117087
|
+
"minLength": 1,
|
117088
|
+
"maxLength": 255
|
117089
|
+
},
|
117090
|
+
"x": {
|
117091
|
+
"type": "number"
|
117092
|
+
},
|
117093
|
+
"y": {
|
117094
|
+
"type": "number"
|
117095
|
+
},
|
117096
|
+
"uiId": {
|
117097
|
+
"type": "string",
|
117098
|
+
"maxLength": 48
|
117099
|
+
},
|
117100
|
+
"description": {
|
117101
|
+
"type": "string",
|
117102
|
+
"maxLength": 32767
|
117103
|
+
},
|
117104
|
+
"icon": {
|
117105
|
+
"type": "string",
|
117106
|
+
"maxLength": 1024
|
117107
|
+
},
|
117108
|
+
"color": {
|
117109
|
+
"type": "string",
|
117110
|
+
"maxLength": 1024
|
117111
|
+
},
|
117112
|
+
"inputCount": {
|
117113
|
+
"type": "number"
|
117114
|
+
},
|
117115
|
+
"outputCount": {
|
117116
|
+
"type": "number"
|
117117
|
+
},
|
117118
|
+
"id": {
|
117119
|
+
"type": "string",
|
117120
|
+
"maxLength": 48
|
117121
|
+
}
|
117122
|
+
},
|
117123
|
+
"additionalProperties": false
|
117124
|
+
},
|
117125
|
+
"outputIds": {
|
117126
|
+
"type": "array",
|
117127
|
+
"items": {
|
117128
|
+
"type": "array",
|
117129
|
+
"items": {
|
117130
|
+
"type": "string",
|
117131
|
+
"maxLength": 48,
|
117132
|
+
"minLength": 1
|
117133
|
+
},
|
117134
|
+
"maxItems": 100
|
117135
|
+
},
|
117136
|
+
"maxItems": 100
|
117137
|
+
}
|
117138
|
+
},
|
117139
|
+
"required": [
|
117140
|
+
"type"
|
117141
|
+
],
|
117142
|
+
"additionalProperties": false
|
117143
|
+
},
|
114923
117144
|
{
|
114924
117145
|
"type": "object",
|
114925
117146
|
"properties": {
|
@@ -115189,6 +117410,9 @@ Schema for a collection of Workflow Versions
|
|
115189
117410
|
"once",
|
115190
117411
|
"each"
|
115191
117412
|
]
|
117413
|
+
},
|
117414
|
+
"allowInvalid": {
|
117415
|
+
"type": "boolean"
|
115192
117416
|
}
|
115193
117417
|
},
|
115194
117418
|
"additionalProperties": false
|
@@ -117828,23 +120052,53 @@ Schema for a collection of Workflow Versions
|
|
117828
120052
|
"type": {
|
117829
120053
|
"type": "string",
|
117830
120054
|
"enum": [
|
117831
|
-
"
|
120055
|
+
"beckhoff"
|
117832
120056
|
]
|
117833
120057
|
},
|
117834
120058
|
"config": {
|
117835
120059
|
"type": "object",
|
117836
120060
|
"properties": {
|
117837
|
-
"
|
117838
|
-
"type": "
|
120061
|
+
"localAmsNetId": {
|
120062
|
+
"type": "string",
|
120063
|
+
"maxLength": 1024
|
117839
120064
|
},
|
117840
|
-
"
|
117841
|
-
"type": "
|
120065
|
+
"localAdsPort": {
|
120066
|
+
"type": "string",
|
120067
|
+
"maxLength": 1024
|
117842
120068
|
},
|
117843
|
-
"
|
117844
|
-
"type": "
|
120069
|
+
"targetAmsNetId": {
|
120070
|
+
"type": "string",
|
120071
|
+
"maxLength": 1024
|
117845
120072
|
},
|
117846
|
-
"
|
117847
|
-
"type": "
|
120073
|
+
"targetAdsPort": {
|
120074
|
+
"type": "string",
|
120075
|
+
"maxLength": 1024
|
120076
|
+
},
|
120077
|
+
"routerHost": {
|
120078
|
+
"type": "string",
|
120079
|
+
"maxLength": 1024
|
120080
|
+
},
|
120081
|
+
"routerTcpPort": {
|
120082
|
+
"type": "string",
|
120083
|
+
"maxLength": 1024
|
120084
|
+
},
|
120085
|
+
"cycleTimeMs": {
|
120086
|
+
"type": "integer",
|
120087
|
+
"minimum": 10,
|
120088
|
+
"maximum": 3600000
|
120089
|
+
},
|
120090
|
+
"subscriptions": {
|
120091
|
+
"type": "array",
|
120092
|
+
"items": {
|
120093
|
+
"type": "object",
|
120094
|
+
"properties": {
|
120095
|
+
"name": {
|
120096
|
+
"type": "string",
|
120097
|
+
"maxLength": 1024
|
120098
|
+
}
|
120099
|
+
}
|
120100
|
+
},
|
120101
|
+
"maxItems": 100
|
117848
120102
|
}
|
117849
120103
|
},
|
117850
120104
|
"additionalProperties": false
|
@@ -117861,7 +120115,112 @@ Schema for a collection of Workflow Versions
|
|
117861
120115
|
"name": {
|
117862
120116
|
"type": "string",
|
117863
120117
|
"enum": [
|
117864
|
-
"
|
120118
|
+
"beckhoff"
|
120119
|
+
]
|
120120
|
+
},
|
120121
|
+
"label": {
|
120122
|
+
"type": "string",
|
120123
|
+
"minLength": 1,
|
120124
|
+
"maxLength": 255
|
120125
|
+
},
|
120126
|
+
"x": {
|
120127
|
+
"type": "number"
|
120128
|
+
},
|
120129
|
+
"y": {
|
120130
|
+
"type": "number"
|
120131
|
+
},
|
120132
|
+
"uiId": {
|
120133
|
+
"type": "string",
|
120134
|
+
"maxLength": 48
|
120135
|
+
},
|
120136
|
+
"description": {
|
120137
|
+
"type": "string",
|
120138
|
+
"maxLength": 32767
|
120139
|
+
},
|
120140
|
+
"icon": {
|
120141
|
+
"type": "string",
|
120142
|
+
"maxLength": 1024
|
120143
|
+
},
|
120144
|
+
"color": {
|
120145
|
+
"type": "string",
|
120146
|
+
"maxLength": 1024
|
120147
|
+
},
|
120148
|
+
"inputCount": {
|
120149
|
+
"type": "number"
|
120150
|
+
},
|
120151
|
+
"outputCount": {
|
120152
|
+
"type": "number"
|
120153
|
+
},
|
120154
|
+
"id": {
|
120155
|
+
"type": "string",
|
120156
|
+
"maxLength": 48
|
120157
|
+
}
|
120158
|
+
},
|
120159
|
+
"additionalProperties": false
|
120160
|
+
},
|
120161
|
+
"outputIds": {
|
120162
|
+
"type": "array",
|
120163
|
+
"items": {
|
120164
|
+
"type": "array",
|
120165
|
+
"items": {
|
120166
|
+
"type": "string",
|
120167
|
+
"maxLength": 48,
|
120168
|
+
"minLength": 1
|
120169
|
+
},
|
120170
|
+
"maxItems": 100
|
120171
|
+
},
|
120172
|
+
"maxItems": 100
|
120173
|
+
}
|
120174
|
+
},
|
120175
|
+
"required": [
|
120176
|
+
"type"
|
120177
|
+
],
|
120178
|
+
"additionalProperties": false
|
120179
|
+
},
|
120180
|
+
{
|
120181
|
+
"type": "object",
|
120182
|
+
"properties": {
|
120183
|
+
"key": {
|
120184
|
+
"type": "string",
|
120185
|
+
"maxLength": 1024
|
120186
|
+
},
|
120187
|
+
"type": {
|
120188
|
+
"type": "string",
|
120189
|
+
"enum": [
|
120190
|
+
"dataTable"
|
120191
|
+
]
|
120192
|
+
},
|
120193
|
+
"config": {
|
120194
|
+
"type": "object",
|
120195
|
+
"properties": {
|
120196
|
+
"bulkInsert": {
|
120197
|
+
"type": "boolean"
|
120198
|
+
},
|
120199
|
+
"delete": {
|
120200
|
+
"type": "boolean"
|
120201
|
+
},
|
120202
|
+
"insert": {
|
120203
|
+
"type": "boolean"
|
120204
|
+
},
|
120205
|
+
"update": {
|
120206
|
+
"type": "boolean"
|
120207
|
+
}
|
120208
|
+
},
|
120209
|
+
"additionalProperties": false
|
120210
|
+
},
|
120211
|
+
"meta": {
|
120212
|
+
"type": "object",
|
120213
|
+
"properties": {
|
120214
|
+
"category": {
|
120215
|
+
"type": "string",
|
120216
|
+
"enum": [
|
120217
|
+
"trigger"
|
120218
|
+
]
|
120219
|
+
},
|
120220
|
+
"name": {
|
120221
|
+
"type": "string",
|
120222
|
+
"enum": [
|
120223
|
+
"dataTable"
|
117865
120224
|
]
|
117866
120225
|
},
|
117867
120226
|
"label": {
|
@@ -118087,6 +120446,9 @@ Schema for a collection of Workflow Versions
|
|
118087
120446
|
"once",
|
118088
120447
|
"each"
|
118089
120448
|
]
|
120449
|
+
},
|
120450
|
+
"allowInvalid": {
|
120451
|
+
"type": "boolean"
|
118090
120452
|
}
|
118091
120453
|
},
|
118092
120454
|
"additionalProperties": false
|
@@ -121656,6 +124018,141 @@ Schema for a collection of Workflows
|
|
121656
124018
|
],
|
121657
124019
|
"additionalProperties": false
|
121658
124020
|
},
|
124021
|
+
{
|
124022
|
+
"type": "object",
|
124023
|
+
"properties": {
|
124024
|
+
"key": {
|
124025
|
+
"type": "string",
|
124026
|
+
"maxLength": 1024
|
124027
|
+
},
|
124028
|
+
"type": {
|
124029
|
+
"type": "string",
|
124030
|
+
"enum": [
|
124031
|
+
"beckhoff"
|
124032
|
+
]
|
124033
|
+
},
|
124034
|
+
"config": {
|
124035
|
+
"type": "object",
|
124036
|
+
"properties": {
|
124037
|
+
"localAmsNetId": {
|
124038
|
+
"type": "string",
|
124039
|
+
"maxLength": 1024
|
124040
|
+
},
|
124041
|
+
"localAdsPort": {
|
124042
|
+
"type": "string",
|
124043
|
+
"maxLength": 1024
|
124044
|
+
},
|
124045
|
+
"targetAmsNetId": {
|
124046
|
+
"type": "string",
|
124047
|
+
"maxLength": 1024
|
124048
|
+
},
|
124049
|
+
"targetAdsPort": {
|
124050
|
+
"type": "string",
|
124051
|
+
"maxLength": 1024
|
124052
|
+
},
|
124053
|
+
"routerHost": {
|
124054
|
+
"type": "string",
|
124055
|
+
"maxLength": 1024
|
124056
|
+
},
|
124057
|
+
"routerTcpPort": {
|
124058
|
+
"type": "string",
|
124059
|
+
"maxLength": 1024
|
124060
|
+
},
|
124061
|
+
"cycleTimeMs": {
|
124062
|
+
"type": "integer",
|
124063
|
+
"minimum": 10,
|
124064
|
+
"maximum": 3600000
|
124065
|
+
},
|
124066
|
+
"subscriptions": {
|
124067
|
+
"type": "array",
|
124068
|
+
"items": {
|
124069
|
+
"type": "object",
|
124070
|
+
"properties": {
|
124071
|
+
"name": {
|
124072
|
+
"type": "string",
|
124073
|
+
"maxLength": 1024
|
124074
|
+
}
|
124075
|
+
}
|
124076
|
+
},
|
124077
|
+
"maxItems": 100
|
124078
|
+
}
|
124079
|
+
},
|
124080
|
+
"additionalProperties": false
|
124081
|
+
},
|
124082
|
+
"meta": {
|
124083
|
+
"type": "object",
|
124084
|
+
"properties": {
|
124085
|
+
"category": {
|
124086
|
+
"type": "string",
|
124087
|
+
"enum": [
|
124088
|
+
"trigger"
|
124089
|
+
]
|
124090
|
+
},
|
124091
|
+
"name": {
|
124092
|
+
"type": "string",
|
124093
|
+
"enum": [
|
124094
|
+
"beckhoff"
|
124095
|
+
]
|
124096
|
+
},
|
124097
|
+
"label": {
|
124098
|
+
"type": "string",
|
124099
|
+
"minLength": 1,
|
124100
|
+
"maxLength": 255
|
124101
|
+
},
|
124102
|
+
"x": {
|
124103
|
+
"type": "number"
|
124104
|
+
},
|
124105
|
+
"y": {
|
124106
|
+
"type": "number"
|
124107
|
+
},
|
124108
|
+
"uiId": {
|
124109
|
+
"type": "string",
|
124110
|
+
"maxLength": 48
|
124111
|
+
},
|
124112
|
+
"description": {
|
124113
|
+
"type": "string",
|
124114
|
+
"maxLength": 32767
|
124115
|
+
},
|
124116
|
+
"icon": {
|
124117
|
+
"type": "string",
|
124118
|
+
"maxLength": 1024
|
124119
|
+
},
|
124120
|
+
"color": {
|
124121
|
+
"type": "string",
|
124122
|
+
"maxLength": 1024
|
124123
|
+
},
|
124124
|
+
"inputCount": {
|
124125
|
+
"type": "number"
|
124126
|
+
},
|
124127
|
+
"outputCount": {
|
124128
|
+
"type": "number"
|
124129
|
+
},
|
124130
|
+
"id": {
|
124131
|
+
"type": "string",
|
124132
|
+
"maxLength": 48
|
124133
|
+
}
|
124134
|
+
},
|
124135
|
+
"additionalProperties": false
|
124136
|
+
},
|
124137
|
+
"outputIds": {
|
124138
|
+
"type": "array",
|
124139
|
+
"items": {
|
124140
|
+
"type": "array",
|
124141
|
+
"items": {
|
124142
|
+
"type": "string",
|
124143
|
+
"maxLength": 48,
|
124144
|
+
"minLength": 1
|
124145
|
+
},
|
124146
|
+
"maxItems": 100
|
124147
|
+
},
|
124148
|
+
"maxItems": 100
|
124149
|
+
}
|
124150
|
+
},
|
124151
|
+
"required": [
|
124152
|
+
"type"
|
124153
|
+
],
|
124154
|
+
"additionalProperties": false
|
124155
|
+
},
|
121659
124156
|
{
|
121660
124157
|
"type": "object",
|
121661
124158
|
"properties": {
|
@@ -121925,6 +124422,9 @@ Schema for a collection of Workflows
|
|
121925
124422
|
"once",
|
121926
124423
|
"each"
|
121927
124424
|
]
|
124425
|
+
},
|
124426
|
+
"allowInvalid": {
|
124427
|
+
"type": "boolean"
|
121928
124428
|
}
|
121929
124429
|
},
|
121930
124430
|
"additionalProperties": false
|
@@ -124675,23 +127175,53 @@ Schema for the body of a workflow import request
|
|
124675
127175
|
"type": {
|
124676
127176
|
"type": "string",
|
124677
127177
|
"enum": [
|
124678
|
-
"
|
127178
|
+
"beckhoff"
|
124679
127179
|
]
|
124680
127180
|
},
|
124681
127181
|
"config": {
|
124682
127182
|
"type": "object",
|
124683
127183
|
"properties": {
|
124684
|
-
"
|
124685
|
-
"type": "
|
127184
|
+
"localAmsNetId": {
|
127185
|
+
"type": "string",
|
127186
|
+
"maxLength": 1024
|
124686
127187
|
},
|
124687
|
-
"
|
124688
|
-
"type": "
|
127188
|
+
"localAdsPort": {
|
127189
|
+
"type": "string",
|
127190
|
+
"maxLength": 1024
|
124689
127191
|
},
|
124690
|
-
"
|
124691
|
-
"type": "
|
127192
|
+
"targetAmsNetId": {
|
127193
|
+
"type": "string",
|
127194
|
+
"maxLength": 1024
|
124692
127195
|
},
|
124693
|
-
"
|
124694
|
-
"type": "
|
127196
|
+
"targetAdsPort": {
|
127197
|
+
"type": "string",
|
127198
|
+
"maxLength": 1024
|
127199
|
+
},
|
127200
|
+
"routerHost": {
|
127201
|
+
"type": "string",
|
127202
|
+
"maxLength": 1024
|
127203
|
+
},
|
127204
|
+
"routerTcpPort": {
|
127205
|
+
"type": "string",
|
127206
|
+
"maxLength": 1024
|
127207
|
+
},
|
127208
|
+
"cycleTimeMs": {
|
127209
|
+
"type": "integer",
|
127210
|
+
"minimum": 10,
|
127211
|
+
"maximum": 3600000
|
127212
|
+
},
|
127213
|
+
"subscriptions": {
|
127214
|
+
"type": "array",
|
127215
|
+
"items": {
|
127216
|
+
"type": "object",
|
127217
|
+
"properties": {
|
127218
|
+
"name": {
|
127219
|
+
"type": "string",
|
127220
|
+
"maxLength": 1024
|
127221
|
+
}
|
127222
|
+
}
|
127223
|
+
},
|
127224
|
+
"maxItems": 100
|
124695
127225
|
}
|
124696
127226
|
},
|
124697
127227
|
"additionalProperties": false
|
@@ -124708,7 +127238,112 @@ Schema for the body of a workflow import request
|
|
124708
127238
|
"name": {
|
124709
127239
|
"type": "string",
|
124710
127240
|
"enum": [
|
124711
|
-
"
|
127241
|
+
"beckhoff"
|
127242
|
+
]
|
127243
|
+
},
|
127244
|
+
"label": {
|
127245
|
+
"type": "string",
|
127246
|
+
"minLength": 1,
|
127247
|
+
"maxLength": 255
|
127248
|
+
},
|
127249
|
+
"x": {
|
127250
|
+
"type": "number"
|
127251
|
+
},
|
127252
|
+
"y": {
|
127253
|
+
"type": "number"
|
127254
|
+
},
|
127255
|
+
"uiId": {
|
127256
|
+
"type": "string",
|
127257
|
+
"maxLength": 48
|
127258
|
+
},
|
127259
|
+
"description": {
|
127260
|
+
"type": "string",
|
127261
|
+
"maxLength": 32767
|
127262
|
+
},
|
127263
|
+
"icon": {
|
127264
|
+
"type": "string",
|
127265
|
+
"maxLength": 1024
|
127266
|
+
},
|
127267
|
+
"color": {
|
127268
|
+
"type": "string",
|
127269
|
+
"maxLength": 1024
|
127270
|
+
},
|
127271
|
+
"inputCount": {
|
127272
|
+
"type": "number"
|
127273
|
+
},
|
127274
|
+
"outputCount": {
|
127275
|
+
"type": "number"
|
127276
|
+
},
|
127277
|
+
"id": {
|
127278
|
+
"type": "string",
|
127279
|
+
"maxLength": 48
|
127280
|
+
}
|
127281
|
+
},
|
127282
|
+
"additionalProperties": false
|
127283
|
+
},
|
127284
|
+
"outputIds": {
|
127285
|
+
"type": "array",
|
127286
|
+
"items": {
|
127287
|
+
"type": "array",
|
127288
|
+
"items": {
|
127289
|
+
"type": "string",
|
127290
|
+
"maxLength": 48,
|
127291
|
+
"minLength": 1
|
127292
|
+
},
|
127293
|
+
"maxItems": 100
|
127294
|
+
},
|
127295
|
+
"maxItems": 100
|
127296
|
+
}
|
127297
|
+
},
|
127298
|
+
"required": [
|
127299
|
+
"type"
|
127300
|
+
],
|
127301
|
+
"additionalProperties": false
|
127302
|
+
},
|
127303
|
+
{
|
127304
|
+
"type": "object",
|
127305
|
+
"properties": {
|
127306
|
+
"key": {
|
127307
|
+
"type": "string",
|
127308
|
+
"maxLength": 1024
|
127309
|
+
},
|
127310
|
+
"type": {
|
127311
|
+
"type": "string",
|
127312
|
+
"enum": [
|
127313
|
+
"dataTable"
|
127314
|
+
]
|
127315
|
+
},
|
127316
|
+
"config": {
|
127317
|
+
"type": "object",
|
127318
|
+
"properties": {
|
127319
|
+
"bulkInsert": {
|
127320
|
+
"type": "boolean"
|
127321
|
+
},
|
127322
|
+
"delete": {
|
127323
|
+
"type": "boolean"
|
127324
|
+
},
|
127325
|
+
"insert": {
|
127326
|
+
"type": "boolean"
|
127327
|
+
},
|
127328
|
+
"update": {
|
127329
|
+
"type": "boolean"
|
127330
|
+
}
|
127331
|
+
},
|
127332
|
+
"additionalProperties": false
|
127333
|
+
},
|
127334
|
+
"meta": {
|
127335
|
+
"type": "object",
|
127336
|
+
"properties": {
|
127337
|
+
"category": {
|
127338
|
+
"type": "string",
|
127339
|
+
"enum": [
|
127340
|
+
"trigger"
|
127341
|
+
]
|
127342
|
+
},
|
127343
|
+
"name": {
|
127344
|
+
"type": "string",
|
127345
|
+
"enum": [
|
127346
|
+
"dataTable"
|
124712
127347
|
]
|
124713
127348
|
},
|
124714
127349
|
"label": {
|
@@ -124934,6 +127569,9 @@ Schema for the body of a workflow import request
|
|
124934
127569
|
"once",
|
124935
127570
|
"each"
|
124936
127571
|
]
|
127572
|
+
},
|
127573
|
+
"allowInvalid": {
|
127574
|
+
"type": "boolean"
|
124937
127575
|
}
|
124938
127576
|
},
|
124939
127577
|
"additionalProperties": false
|
@@ -127552,6 +130190,141 @@ Schema for the body of a workflow import request
|
|
127552
130190
|
],
|
127553
130191
|
"additionalProperties": false
|
127554
130192
|
},
|
130193
|
+
{
|
130194
|
+
"type": "object",
|
130195
|
+
"properties": {
|
130196
|
+
"key": {
|
130197
|
+
"type": "string",
|
130198
|
+
"maxLength": 1024
|
130199
|
+
},
|
130200
|
+
"type": {
|
130201
|
+
"type": "string",
|
130202
|
+
"enum": [
|
130203
|
+
"beckhoff"
|
130204
|
+
]
|
130205
|
+
},
|
130206
|
+
"config": {
|
130207
|
+
"type": "object",
|
130208
|
+
"properties": {
|
130209
|
+
"localAmsNetId": {
|
130210
|
+
"type": "string",
|
130211
|
+
"maxLength": 1024
|
130212
|
+
},
|
130213
|
+
"localAdsPort": {
|
130214
|
+
"type": "string",
|
130215
|
+
"maxLength": 1024
|
130216
|
+
},
|
130217
|
+
"targetAmsNetId": {
|
130218
|
+
"type": "string",
|
130219
|
+
"maxLength": 1024
|
130220
|
+
},
|
130221
|
+
"targetAdsPort": {
|
130222
|
+
"type": "string",
|
130223
|
+
"maxLength": 1024
|
130224
|
+
},
|
130225
|
+
"routerHost": {
|
130226
|
+
"type": "string",
|
130227
|
+
"maxLength": 1024
|
130228
|
+
},
|
130229
|
+
"routerTcpPort": {
|
130230
|
+
"type": "string",
|
130231
|
+
"maxLength": 1024
|
130232
|
+
},
|
130233
|
+
"cycleTimeMs": {
|
130234
|
+
"type": "integer",
|
130235
|
+
"minimum": 10,
|
130236
|
+
"maximum": 3600000
|
130237
|
+
},
|
130238
|
+
"subscriptions": {
|
130239
|
+
"type": "array",
|
130240
|
+
"items": {
|
130241
|
+
"type": "object",
|
130242
|
+
"properties": {
|
130243
|
+
"name": {
|
130244
|
+
"type": "string",
|
130245
|
+
"maxLength": 1024
|
130246
|
+
}
|
130247
|
+
}
|
130248
|
+
},
|
130249
|
+
"maxItems": 100
|
130250
|
+
}
|
130251
|
+
},
|
130252
|
+
"additionalProperties": false
|
130253
|
+
},
|
130254
|
+
"meta": {
|
130255
|
+
"type": "object",
|
130256
|
+
"properties": {
|
130257
|
+
"category": {
|
130258
|
+
"type": "string",
|
130259
|
+
"enum": [
|
130260
|
+
"trigger"
|
130261
|
+
]
|
130262
|
+
},
|
130263
|
+
"name": {
|
130264
|
+
"type": "string",
|
130265
|
+
"enum": [
|
130266
|
+
"beckhoff"
|
130267
|
+
]
|
130268
|
+
},
|
130269
|
+
"label": {
|
130270
|
+
"type": "string",
|
130271
|
+
"minLength": 1,
|
130272
|
+
"maxLength": 255
|
130273
|
+
},
|
130274
|
+
"x": {
|
130275
|
+
"type": "number"
|
130276
|
+
},
|
130277
|
+
"y": {
|
130278
|
+
"type": "number"
|
130279
|
+
},
|
130280
|
+
"uiId": {
|
130281
|
+
"type": "string",
|
130282
|
+
"maxLength": 48
|
130283
|
+
},
|
130284
|
+
"description": {
|
130285
|
+
"type": "string",
|
130286
|
+
"maxLength": 32767
|
130287
|
+
},
|
130288
|
+
"icon": {
|
130289
|
+
"type": "string",
|
130290
|
+
"maxLength": 1024
|
130291
|
+
},
|
130292
|
+
"color": {
|
130293
|
+
"type": "string",
|
130294
|
+
"maxLength": 1024
|
130295
|
+
},
|
130296
|
+
"inputCount": {
|
130297
|
+
"type": "number"
|
130298
|
+
},
|
130299
|
+
"outputCount": {
|
130300
|
+
"type": "number"
|
130301
|
+
},
|
130302
|
+
"id": {
|
130303
|
+
"type": "string",
|
130304
|
+
"maxLength": 48
|
130305
|
+
}
|
130306
|
+
},
|
130307
|
+
"additionalProperties": false
|
130308
|
+
},
|
130309
|
+
"outputIds": {
|
130310
|
+
"type": "array",
|
130311
|
+
"items": {
|
130312
|
+
"type": "array",
|
130313
|
+
"items": {
|
130314
|
+
"type": "string",
|
130315
|
+
"maxLength": 48,
|
130316
|
+
"minLength": 1
|
130317
|
+
},
|
130318
|
+
"maxItems": 100
|
130319
|
+
},
|
130320
|
+
"maxItems": 100
|
130321
|
+
}
|
130322
|
+
},
|
130323
|
+
"required": [
|
130324
|
+
"type"
|
130325
|
+
],
|
130326
|
+
"additionalProperties": false
|
130327
|
+
},
|
127555
130328
|
{
|
127556
130329
|
"type": "object",
|
127557
130330
|
"properties": {
|
@@ -127821,6 +130594,9 @@ Schema for the body of a workflow import request
|
|
127821
130594
|
"once",
|
127822
130595
|
"each"
|
127823
130596
|
]
|
130597
|
+
},
|
130598
|
+
"allowInvalid": {
|
130599
|
+
"type": "boolean"
|
127824
130600
|
}
|
127825
130601
|
},
|
127826
130602
|
"additionalProperties": false
|
@@ -130523,23 +133299,53 @@ Schema for the result of a workflow import request
|
|
130523
133299
|
"type": {
|
130524
133300
|
"type": "string",
|
130525
133301
|
"enum": [
|
130526
|
-
"
|
133302
|
+
"beckhoff"
|
130527
133303
|
]
|
130528
133304
|
},
|
130529
133305
|
"config": {
|
130530
133306
|
"type": "object",
|
130531
133307
|
"properties": {
|
130532
|
-
"
|
130533
|
-
"type": "
|
133308
|
+
"localAmsNetId": {
|
133309
|
+
"type": "string",
|
133310
|
+
"maxLength": 1024
|
130534
133311
|
},
|
130535
|
-
"
|
130536
|
-
"type": "
|
133312
|
+
"localAdsPort": {
|
133313
|
+
"type": "string",
|
133314
|
+
"maxLength": 1024
|
130537
133315
|
},
|
130538
|
-
"
|
130539
|
-
"type": "
|
133316
|
+
"targetAmsNetId": {
|
133317
|
+
"type": "string",
|
133318
|
+
"maxLength": 1024
|
130540
133319
|
},
|
130541
|
-
"
|
130542
|
-
"type": "
|
133320
|
+
"targetAdsPort": {
|
133321
|
+
"type": "string",
|
133322
|
+
"maxLength": 1024
|
133323
|
+
},
|
133324
|
+
"routerHost": {
|
133325
|
+
"type": "string",
|
133326
|
+
"maxLength": 1024
|
133327
|
+
},
|
133328
|
+
"routerTcpPort": {
|
133329
|
+
"type": "string",
|
133330
|
+
"maxLength": 1024
|
133331
|
+
},
|
133332
|
+
"cycleTimeMs": {
|
133333
|
+
"type": "integer",
|
133334
|
+
"minimum": 10,
|
133335
|
+
"maximum": 3600000
|
133336
|
+
},
|
133337
|
+
"subscriptions": {
|
133338
|
+
"type": "array",
|
133339
|
+
"items": {
|
133340
|
+
"type": "object",
|
133341
|
+
"properties": {
|
133342
|
+
"name": {
|
133343
|
+
"type": "string",
|
133344
|
+
"maxLength": 1024
|
133345
|
+
}
|
133346
|
+
}
|
133347
|
+
},
|
133348
|
+
"maxItems": 100
|
130543
133349
|
}
|
130544
133350
|
},
|
130545
133351
|
"additionalProperties": false
|
@@ -130556,7 +133362,112 @@ Schema for the result of a workflow import request
|
|
130556
133362
|
"name": {
|
130557
133363
|
"type": "string",
|
130558
133364
|
"enum": [
|
130559
|
-
"
|
133365
|
+
"beckhoff"
|
133366
|
+
]
|
133367
|
+
},
|
133368
|
+
"label": {
|
133369
|
+
"type": "string",
|
133370
|
+
"minLength": 1,
|
133371
|
+
"maxLength": 255
|
133372
|
+
},
|
133373
|
+
"x": {
|
133374
|
+
"type": "number"
|
133375
|
+
},
|
133376
|
+
"y": {
|
133377
|
+
"type": "number"
|
133378
|
+
},
|
133379
|
+
"uiId": {
|
133380
|
+
"type": "string",
|
133381
|
+
"maxLength": 48
|
133382
|
+
},
|
133383
|
+
"description": {
|
133384
|
+
"type": "string",
|
133385
|
+
"maxLength": 32767
|
133386
|
+
},
|
133387
|
+
"icon": {
|
133388
|
+
"type": "string",
|
133389
|
+
"maxLength": 1024
|
133390
|
+
},
|
133391
|
+
"color": {
|
133392
|
+
"type": "string",
|
133393
|
+
"maxLength": 1024
|
133394
|
+
},
|
133395
|
+
"inputCount": {
|
133396
|
+
"type": "number"
|
133397
|
+
},
|
133398
|
+
"outputCount": {
|
133399
|
+
"type": "number"
|
133400
|
+
},
|
133401
|
+
"id": {
|
133402
|
+
"type": "string",
|
133403
|
+
"maxLength": 48
|
133404
|
+
}
|
133405
|
+
},
|
133406
|
+
"additionalProperties": false
|
133407
|
+
},
|
133408
|
+
"outputIds": {
|
133409
|
+
"type": "array",
|
133410
|
+
"items": {
|
133411
|
+
"type": "array",
|
133412
|
+
"items": {
|
133413
|
+
"type": "string",
|
133414
|
+
"maxLength": 48,
|
133415
|
+
"minLength": 1
|
133416
|
+
},
|
133417
|
+
"maxItems": 100
|
133418
|
+
},
|
133419
|
+
"maxItems": 100
|
133420
|
+
}
|
133421
|
+
},
|
133422
|
+
"required": [
|
133423
|
+
"type"
|
133424
|
+
],
|
133425
|
+
"additionalProperties": false
|
133426
|
+
},
|
133427
|
+
{
|
133428
|
+
"type": "object",
|
133429
|
+
"properties": {
|
133430
|
+
"key": {
|
133431
|
+
"type": "string",
|
133432
|
+
"maxLength": 1024
|
133433
|
+
},
|
133434
|
+
"type": {
|
133435
|
+
"type": "string",
|
133436
|
+
"enum": [
|
133437
|
+
"dataTable"
|
133438
|
+
]
|
133439
|
+
},
|
133440
|
+
"config": {
|
133441
|
+
"type": "object",
|
133442
|
+
"properties": {
|
133443
|
+
"bulkInsert": {
|
133444
|
+
"type": "boolean"
|
133445
|
+
},
|
133446
|
+
"delete": {
|
133447
|
+
"type": "boolean"
|
133448
|
+
},
|
133449
|
+
"insert": {
|
133450
|
+
"type": "boolean"
|
133451
|
+
},
|
133452
|
+
"update": {
|
133453
|
+
"type": "boolean"
|
133454
|
+
}
|
133455
|
+
},
|
133456
|
+
"additionalProperties": false
|
133457
|
+
},
|
133458
|
+
"meta": {
|
133459
|
+
"type": "object",
|
133460
|
+
"properties": {
|
133461
|
+
"category": {
|
133462
|
+
"type": "string",
|
133463
|
+
"enum": [
|
133464
|
+
"trigger"
|
133465
|
+
]
|
133466
|
+
},
|
133467
|
+
"name": {
|
133468
|
+
"type": "string",
|
133469
|
+
"enum": [
|
133470
|
+
"dataTable"
|
130560
133471
|
]
|
130561
133472
|
},
|
130562
133473
|
"label": {
|
@@ -130782,6 +133693,9 @@ Schema for the result of a workflow import request
|
|
130782
133693
|
"once",
|
130783
133694
|
"each"
|
130784
133695
|
]
|
133696
|
+
},
|
133697
|
+
"allowInvalid": {
|
133698
|
+
"type": "boolean"
|
130785
133699
|
}
|
130786
133700
|
},
|
130787
133701
|
"additionalProperties": false
|
@@ -133451,6 +136365,141 @@ Schema for the result of a workflow import request
|
|
133451
136365
|
],
|
133452
136366
|
"additionalProperties": false
|
133453
136367
|
},
|
136368
|
+
{
|
136369
|
+
"type": "object",
|
136370
|
+
"properties": {
|
136371
|
+
"key": {
|
136372
|
+
"type": "string",
|
136373
|
+
"maxLength": 1024
|
136374
|
+
},
|
136375
|
+
"type": {
|
136376
|
+
"type": "string",
|
136377
|
+
"enum": [
|
136378
|
+
"beckhoff"
|
136379
|
+
]
|
136380
|
+
},
|
136381
|
+
"config": {
|
136382
|
+
"type": "object",
|
136383
|
+
"properties": {
|
136384
|
+
"localAmsNetId": {
|
136385
|
+
"type": "string",
|
136386
|
+
"maxLength": 1024
|
136387
|
+
},
|
136388
|
+
"localAdsPort": {
|
136389
|
+
"type": "string",
|
136390
|
+
"maxLength": 1024
|
136391
|
+
},
|
136392
|
+
"targetAmsNetId": {
|
136393
|
+
"type": "string",
|
136394
|
+
"maxLength": 1024
|
136395
|
+
},
|
136396
|
+
"targetAdsPort": {
|
136397
|
+
"type": "string",
|
136398
|
+
"maxLength": 1024
|
136399
|
+
},
|
136400
|
+
"routerHost": {
|
136401
|
+
"type": "string",
|
136402
|
+
"maxLength": 1024
|
136403
|
+
},
|
136404
|
+
"routerTcpPort": {
|
136405
|
+
"type": "string",
|
136406
|
+
"maxLength": 1024
|
136407
|
+
},
|
136408
|
+
"cycleTimeMs": {
|
136409
|
+
"type": "integer",
|
136410
|
+
"minimum": 10,
|
136411
|
+
"maximum": 3600000
|
136412
|
+
},
|
136413
|
+
"subscriptions": {
|
136414
|
+
"type": "array",
|
136415
|
+
"items": {
|
136416
|
+
"type": "object",
|
136417
|
+
"properties": {
|
136418
|
+
"name": {
|
136419
|
+
"type": "string",
|
136420
|
+
"maxLength": 1024
|
136421
|
+
}
|
136422
|
+
}
|
136423
|
+
},
|
136424
|
+
"maxItems": 100
|
136425
|
+
}
|
136426
|
+
},
|
136427
|
+
"additionalProperties": false
|
136428
|
+
},
|
136429
|
+
"meta": {
|
136430
|
+
"type": "object",
|
136431
|
+
"properties": {
|
136432
|
+
"category": {
|
136433
|
+
"type": "string",
|
136434
|
+
"enum": [
|
136435
|
+
"trigger"
|
136436
|
+
]
|
136437
|
+
},
|
136438
|
+
"name": {
|
136439
|
+
"type": "string",
|
136440
|
+
"enum": [
|
136441
|
+
"beckhoff"
|
136442
|
+
]
|
136443
|
+
},
|
136444
|
+
"label": {
|
136445
|
+
"type": "string",
|
136446
|
+
"minLength": 1,
|
136447
|
+
"maxLength": 255
|
136448
|
+
},
|
136449
|
+
"x": {
|
136450
|
+
"type": "number"
|
136451
|
+
},
|
136452
|
+
"y": {
|
136453
|
+
"type": "number"
|
136454
|
+
},
|
136455
|
+
"uiId": {
|
136456
|
+
"type": "string",
|
136457
|
+
"maxLength": 48
|
136458
|
+
},
|
136459
|
+
"description": {
|
136460
|
+
"type": "string",
|
136461
|
+
"maxLength": 32767
|
136462
|
+
},
|
136463
|
+
"icon": {
|
136464
|
+
"type": "string",
|
136465
|
+
"maxLength": 1024
|
136466
|
+
},
|
136467
|
+
"color": {
|
136468
|
+
"type": "string",
|
136469
|
+
"maxLength": 1024
|
136470
|
+
},
|
136471
|
+
"inputCount": {
|
136472
|
+
"type": "number"
|
136473
|
+
},
|
136474
|
+
"outputCount": {
|
136475
|
+
"type": "number"
|
136476
|
+
},
|
136477
|
+
"id": {
|
136478
|
+
"type": "string",
|
136479
|
+
"maxLength": 48
|
136480
|
+
}
|
136481
|
+
},
|
136482
|
+
"additionalProperties": false
|
136483
|
+
},
|
136484
|
+
"outputIds": {
|
136485
|
+
"type": "array",
|
136486
|
+
"items": {
|
136487
|
+
"type": "array",
|
136488
|
+
"items": {
|
136489
|
+
"type": "string",
|
136490
|
+
"maxLength": 48,
|
136491
|
+
"minLength": 1
|
136492
|
+
},
|
136493
|
+
"maxItems": 100
|
136494
|
+
},
|
136495
|
+
"maxItems": 100
|
136496
|
+
}
|
136497
|
+
},
|
136498
|
+
"required": [
|
136499
|
+
"type"
|
136500
|
+
],
|
136501
|
+
"additionalProperties": false
|
136502
|
+
},
|
133454
136503
|
{
|
133455
136504
|
"type": "object",
|
133456
136505
|
"properties": {
|
@@ -133720,6 +136769,9 @@ Schema for the result of a workflow import request
|
|
133720
136769
|
"once",
|
133721
136770
|
"each"
|
133722
136771
|
]
|
136772
|
+
},
|
136773
|
+
"allowInvalid": {
|
136774
|
+
"type": "boolean"
|
133723
136775
|
}
|
133724
136776
|
},
|
133725
136777
|
"additionalProperties": false
|
@@ -136349,6 +139401,141 @@ Schema for the result of a workflow import request
|
|
136349
139401
|
],
|
136350
139402
|
"additionalProperties": false
|
136351
139403
|
},
|
139404
|
+
{
|
139405
|
+
"type": "object",
|
139406
|
+
"properties": {
|
139407
|
+
"key": {
|
139408
|
+
"type": "string",
|
139409
|
+
"maxLength": 1024
|
139410
|
+
},
|
139411
|
+
"type": {
|
139412
|
+
"type": "string",
|
139413
|
+
"enum": [
|
139414
|
+
"beckhoff"
|
139415
|
+
]
|
139416
|
+
},
|
139417
|
+
"config": {
|
139418
|
+
"type": "object",
|
139419
|
+
"properties": {
|
139420
|
+
"localAmsNetId": {
|
139421
|
+
"type": "string",
|
139422
|
+
"maxLength": 1024
|
139423
|
+
},
|
139424
|
+
"localAdsPort": {
|
139425
|
+
"type": "string",
|
139426
|
+
"maxLength": 1024
|
139427
|
+
},
|
139428
|
+
"targetAmsNetId": {
|
139429
|
+
"type": "string",
|
139430
|
+
"maxLength": 1024
|
139431
|
+
},
|
139432
|
+
"targetAdsPort": {
|
139433
|
+
"type": "string",
|
139434
|
+
"maxLength": 1024
|
139435
|
+
},
|
139436
|
+
"routerHost": {
|
139437
|
+
"type": "string",
|
139438
|
+
"maxLength": 1024
|
139439
|
+
},
|
139440
|
+
"routerTcpPort": {
|
139441
|
+
"type": "string",
|
139442
|
+
"maxLength": 1024
|
139443
|
+
},
|
139444
|
+
"cycleTimeMs": {
|
139445
|
+
"type": "integer",
|
139446
|
+
"minimum": 10,
|
139447
|
+
"maximum": 3600000
|
139448
|
+
},
|
139449
|
+
"subscriptions": {
|
139450
|
+
"type": "array",
|
139451
|
+
"items": {
|
139452
|
+
"type": "object",
|
139453
|
+
"properties": {
|
139454
|
+
"name": {
|
139455
|
+
"type": "string",
|
139456
|
+
"maxLength": 1024
|
139457
|
+
}
|
139458
|
+
}
|
139459
|
+
},
|
139460
|
+
"maxItems": 100
|
139461
|
+
}
|
139462
|
+
},
|
139463
|
+
"additionalProperties": false
|
139464
|
+
},
|
139465
|
+
"meta": {
|
139466
|
+
"type": "object",
|
139467
|
+
"properties": {
|
139468
|
+
"category": {
|
139469
|
+
"type": "string",
|
139470
|
+
"enum": [
|
139471
|
+
"trigger"
|
139472
|
+
]
|
139473
|
+
},
|
139474
|
+
"name": {
|
139475
|
+
"type": "string",
|
139476
|
+
"enum": [
|
139477
|
+
"beckhoff"
|
139478
|
+
]
|
139479
|
+
},
|
139480
|
+
"label": {
|
139481
|
+
"type": "string",
|
139482
|
+
"minLength": 1,
|
139483
|
+
"maxLength": 255
|
139484
|
+
},
|
139485
|
+
"x": {
|
139486
|
+
"type": "number"
|
139487
|
+
},
|
139488
|
+
"y": {
|
139489
|
+
"type": "number"
|
139490
|
+
},
|
139491
|
+
"uiId": {
|
139492
|
+
"type": "string",
|
139493
|
+
"maxLength": 48
|
139494
|
+
},
|
139495
|
+
"description": {
|
139496
|
+
"type": "string",
|
139497
|
+
"maxLength": 32767
|
139498
|
+
},
|
139499
|
+
"icon": {
|
139500
|
+
"type": "string",
|
139501
|
+
"maxLength": 1024
|
139502
|
+
},
|
139503
|
+
"color": {
|
139504
|
+
"type": "string",
|
139505
|
+
"maxLength": 1024
|
139506
|
+
},
|
139507
|
+
"inputCount": {
|
139508
|
+
"type": "number"
|
139509
|
+
},
|
139510
|
+
"outputCount": {
|
139511
|
+
"type": "number"
|
139512
|
+
},
|
139513
|
+
"id": {
|
139514
|
+
"type": "string",
|
139515
|
+
"maxLength": 48
|
139516
|
+
}
|
139517
|
+
},
|
139518
|
+
"additionalProperties": false
|
139519
|
+
},
|
139520
|
+
"outputIds": {
|
139521
|
+
"type": "array",
|
139522
|
+
"items": {
|
139523
|
+
"type": "array",
|
139524
|
+
"items": {
|
139525
|
+
"type": "string",
|
139526
|
+
"maxLength": 48,
|
139527
|
+
"minLength": 1
|
139528
|
+
},
|
139529
|
+
"maxItems": 100
|
139530
|
+
},
|
139531
|
+
"maxItems": 100
|
139532
|
+
}
|
139533
|
+
},
|
139534
|
+
"required": [
|
139535
|
+
"type"
|
139536
|
+
],
|
139537
|
+
"additionalProperties": false
|
139538
|
+
},
|
136352
139539
|
{
|
136353
139540
|
"type": "object",
|
136354
139541
|
"properties": {
|
@@ -136618,6 +139805,9 @@ Schema for the result of a workflow import request
|
|
136618
139805
|
"once",
|
136619
139806
|
"each"
|
136620
139807
|
]
|
139808
|
+
},
|
139809
|
+
"allowInvalid": {
|
139810
|
+
"type": "boolean"
|
136621
139811
|
}
|
136622
139812
|
},
|
136623
139813
|
"additionalProperties": false
|