1
1
openapi : 3.0.1
2
2
info :
3
3
title : wasp-api
4
- version : 2.27 .0-436-refactor- plugin-in-order-to-allow-plugin-defined-models -SNAPSHOT
4
+ version : 2.31 .0-550-parallel-write- plugin-improving-error-handling-when-sending-streamed-data -SNAPSHOT
5
5
servers :
6
6
- url : http://localhost:2891
7
7
description : default development server, beware of CORS
@@ -1114,9 +1114,7 @@ paths:
1114
1114
- owner
1115
1115
- isSystem
1116
1116
- creationTime
1117
- - legacyStreamingComponents
1118
1117
- structuredStreamingComponents
1119
- - rtComponents
1120
1118
- labels
1121
1119
- enrichmentSources
1122
1120
type : object
@@ -1132,18 +1130,10 @@ paths:
1132
1130
creationTime :
1133
1131
type : integer
1134
1132
format : int64
1135
- legacyStreamingComponents :
1136
- type : array
1137
- items :
1138
- $ref : ' #/components/schemas/LegacyStreamingETLModel'
1139
1133
structuredStreamingComponents :
1140
1134
type : array
1141
1135
items :
1142
1136
$ref : ' #/components/schemas/StructuredStreamingETLModel'
1143
- rtComponents :
1144
- type : array
1145
- items :
1146
- $ref : ' #/components/schemas/RTModel'
1147
1137
dashboard :
1148
1138
$ref : ' #/components/schemas/DashboardModel'
1149
1139
labels :
@@ -1194,9 +1184,7 @@ paths:
1194
1184
- owner
1195
1185
- isSystem
1196
1186
- creationTime
1197
- - legacyStreamingComponents
1198
1187
- structuredStreamingComponents
1199
- - rtComponents
1200
1188
- labels
1201
1189
- enrichmentSources
1202
1190
type : object
@@ -1212,18 +1200,10 @@ paths:
1212
1200
creationTime :
1213
1201
type : integer
1214
1202
format : int64
1215
- legacyStreamingComponents :
1216
- type : array
1217
- items :
1218
- $ref : ' #/components/schemas/LegacyStreamingETLModel'
1219
1203
structuredStreamingComponents :
1220
1204
type : array
1221
1205
items :
1222
1206
$ref : ' #/components/schemas/StructuredStreamingETLModel'
1223
- rtComponents :
1224
- type : array
1225
- items :
1226
- $ref : ' #/components/schemas/RTModel'
1227
1207
dashboard :
1228
1208
$ref : ' #/components/schemas/DashboardModel'
1229
1209
labels :
@@ -2620,40 +2600,6 @@ components:
2620
2600
xml :
2621
2601
name : CountEntry
2622
2602
namespace : java://it.agilelab.bigdata.wasp.models
2623
- LegacyStreamingETLModel :
2624
- required :
2625
- - name
2626
- - inputs
2627
- - output
2628
- - mlModels
2629
- - kafkaAccessType
2630
- - group
2631
- - isActive
2632
- type : object
2633
- properties :
2634
- name :
2635
- type : string
2636
- inputs :
2637
- type : array
2638
- items :
2639
- $ref : ' #/components/schemas/ReaderModel'
2640
- output :
2641
- $ref : ' #/components/schemas/WriterModel'
2642
- mlModels :
2643
- type : array
2644
- items :
2645
- $ref : ' #/components/schemas/MlModelOnlyInfo'
2646
- strategy :
2647
- $ref : ' #/components/schemas/StrategyModel'
2648
- kafkaAccessType :
2649
- type : string
2650
- group :
2651
- type : string
2652
- isActive :
2653
- type : boolean
2654
- xml :
2655
- name : LegacyStreamingETLModel
2656
- namespace : java://it.agilelab.bigdata.wasp.models
2657
2603
Sources :
2658
2604
required :
2659
2605
- found
@@ -2978,17 +2924,17 @@ components:
2978
2924
GenericModel :
2979
2925
required :
2980
2926
- name
2981
- - kind
2982
2927
- value
2928
+ - product
2983
2929
- options
2984
2930
type : object
2985
2931
properties :
2986
2932
name :
2987
2933
type : string
2988
- kind :
2989
- type : string
2990
2934
value :
2991
2935
$ref : ' #/components/schemas/BsonDocument'
2936
+ product :
2937
+ $ref : ' #/components/schemas/GenericProduct'
2992
2938
options :
2993
2939
$ref : ' #/components/schemas/GenericOptions'
2994
2940
xml :
@@ -3509,7 +3455,6 @@ components:
3509
3455
type : object
3510
3456
additionalProperties :
3511
3457
type : string
3512
- nullable : true
3513
3458
xml :
3514
3459
name : WriterModel
3515
3460
namespace : java://it.agilelab.bigdata.wasp.models
@@ -3520,9 +3465,7 @@ components:
3520
3465
- owner
3521
3466
- isSystem
3522
3467
- creationTime
3523
- - legacyStreamingComponents
3524
3468
- structuredStreamingComponents
3525
- - rtComponents
3526
3469
- labels
3527
3470
- enrichmentSources
3528
3471
type : object
@@ -3538,18 +3481,10 @@ components:
3538
3481
creationTime :
3539
3482
type : integer
3540
3483
format : int64
3541
- legacyStreamingComponents :
3542
- type : array
3543
- items :
3544
- $ref : ' #/components/schemas/LegacyStreamingETLModel'
3545
3484
structuredStreamingComponents :
3546
3485
type : array
3547
3486
items :
3548
3487
$ref : ' #/components/schemas/StructuredStreamingETLModel'
3549
- rtComponents :
3550
- type : array
3551
- items :
3552
- $ref : ' #/components/schemas/RTModel'
3553
3488
dashboard :
3554
3489
$ref : ' #/components/schemas/DashboardModel'
3555
3490
labels :
@@ -3622,6 +3557,7 @@ components:
3622
3557
- kryoSerializer
3623
3558
- streamingBatchIntervalMs
3624
3559
- checkpointDir
3560
+ - enableHiveSupport
3625
3561
- others
3626
3562
- schedulingStrategy
3627
3563
- name
@@ -3660,6 +3596,8 @@ components:
3660
3596
format : int32
3661
3597
checkpointDir :
3662
3598
type : string
3599
+ enableHiveSupport :
3600
+ type : boolean
3663
3601
triggerIntervalMs :
3664
3602
type : integer
3665
3603
format : int64
@@ -4190,28 +4128,6 @@ components:
4190
4128
xml :
4191
4129
name : SolrConfigModel
4192
4130
namespace : java://it.agilelab.bigdata.wasp.models.configuration
4193
- RTModel :
4194
- required :
4195
- - name
4196
- - inputs
4197
- - isActive
4198
- type : object
4199
- properties :
4200
- name :
4201
- type : string
4202
- inputs :
4203
- type : array
4204
- items :
4205
- $ref : ' #/components/schemas/ReaderModel'
4206
- isActive :
4207
- type : boolean
4208
- strategy :
4209
- $ref : ' #/components/schemas/StrategyModel'
4210
- endpoint :
4211
- $ref : ' #/components/schemas/WriterModel'
4212
- xml :
4213
- name : RTModel
4214
- namespace : java://it.agilelab.bigdata.wasp.models
4215
4131
Events :
4216
4132
required :
4217
4133
- found
@@ -4465,6 +4381,19 @@ components:
4465
4381
xml :
4466
4382
name : KeyValueOption
4467
4383
namespace : java://it.agilelab.bigdata.wasp.models
4384
+ GenericProduct :
4385
+ required :
4386
+ - categoryName
4387
+ type : object
4388
+ properties :
4389
+ categoryName :
4390
+ type : string
4391
+ productName :
4392
+ type : string
4393
+ nullable : true
4394
+ xml :
4395
+ name : GenericProduct
4396
+ namespace : java://it.agilelab.bigdata.wasp.datastores
4468
4397
PipegraphStatus :
4469
4398
type : string
4470
4399
enum :
0 commit comments