cribl-control-plane 0.0.25__py3-none-any.whl → 0.0.26__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cribl-control-plane might be problematic. Click here for more details.

Files changed (112) hide show
  1. cribl_control_plane/_version.py +3 -3
  2. cribl_control_plane/destinations.py +10 -8
  3. cribl_control_plane/errors/healthstatus_error.py +1 -1
  4. cribl_control_plane/groups_sdk.py +10 -10
  5. cribl_control_plane/{healthinfo.py → health.py} +3 -1
  6. cribl_control_plane/models/__init__.py +3 -27
  7. cribl_control_plane/models/healthstatus.py +3 -3
  8. cribl_control_plane/models/inputappscope.py +5 -5
  9. cribl_control_plane/models/inputcollection.py +2 -2
  10. cribl_control_plane/models/inputconfluentcloud.py +3 -3
  11. cribl_control_plane/models/inputcribl.py +5 -5
  12. cribl_control_plane/models/inputcriblhttp.py +3 -3
  13. cribl_control_plane/models/inputcribllakehttp.py +3 -3
  14. cribl_control_plane/models/inputcriblmetrics.py +5 -5
  15. cribl_control_plane/models/inputcribltcp.py +3 -3
  16. cribl_control_plane/models/inputdatadogagent.py +3 -3
  17. cribl_control_plane/models/inputedgeprometheus.py +3 -3
  18. cribl_control_plane/models/inputelastic.py +3 -3
  19. cribl_control_plane/models/inputeventhub.py +3 -3
  20. cribl_control_plane/models/inputfile.py +5 -5
  21. cribl_control_plane/models/inputfirehose.py +3 -3
  22. cribl_control_plane/models/inputgooglepubsub.py +3 -3
  23. cribl_control_plane/models/inputgrafana.py +6 -6
  24. cribl_control_plane/models/inputhttp.py +3 -3
  25. cribl_control_plane/models/inputhttpraw.py +3 -3
  26. cribl_control_plane/models/inputjournalfiles.py +3 -3
  27. cribl_control_plane/models/inputkafka.py +3 -3
  28. cribl_control_plane/models/inputkinesis.py +3 -3
  29. cribl_control_plane/models/inputkubeevents.py +5 -5
  30. cribl_control_plane/models/inputkubelogs.py +5 -5
  31. cribl_control_plane/models/inputkubemetrics.py +5 -5
  32. cribl_control_plane/models/inputloki.py +3 -3
  33. cribl_control_plane/models/inputmodeldriventelemetry.py +3 -3
  34. cribl_control_plane/models/inputmsk.py +3 -3
  35. cribl_control_plane/models/inputnetflow.py +3 -3
  36. cribl_control_plane/models/inputoffice365mgmt.py +3 -3
  37. cribl_control_plane/models/inputoffice365msgtrace.py +3 -3
  38. cribl_control_plane/models/inputoffice365service.py +3 -3
  39. cribl_control_plane/models/inputopentelemetry.py +3 -3
  40. cribl_control_plane/models/inputprometheus.py +3 -3
  41. cribl_control_plane/models/inputprometheusrw.py +3 -3
  42. cribl_control_plane/models/inputrawudp.py +3 -3
  43. cribl_control_plane/models/inputsnmp.py +3 -3
  44. cribl_control_plane/models/inputsplunk.py +3 -3
  45. cribl_control_plane/models/inputsplunkhec.py +3 -3
  46. cribl_control_plane/models/inputsplunksearch.py +3 -3
  47. cribl_control_plane/models/inputsqs.py +3 -3
  48. cribl_control_plane/models/inputsystemmetrics.py +5 -5
  49. cribl_control_plane/models/inputsystemstate.py +5 -5
  50. cribl_control_plane/models/inputtcp.py +3 -3
  51. cribl_control_plane/models/inputtcpjson.py +3 -3
  52. cribl_control_plane/models/inputwef.py +3 -3
  53. cribl_control_plane/models/inputwindowsmetrics.py +5 -5
  54. cribl_control_plane/models/inputwiz.py +3 -3
  55. cribl_control_plane/models/inputzscalerhec.py +3 -3
  56. cribl_control_plane/models/outputazureblob.py +3 -3
  57. cribl_control_plane/models/outputazuredataexplorer.py +3 -3
  58. cribl_control_plane/models/outputazureeventhub.py +3 -3
  59. cribl_control_plane/models/outputclickhouse.py +3 -3
  60. cribl_control_plane/models/outputcloudwatch.py +3 -3
  61. cribl_control_plane/models/outputconfluentcloud.py +3 -3
  62. cribl_control_plane/models/outputcriblhttp.py +5 -5
  63. cribl_control_plane/models/outputcribllake.py +5 -5
  64. cribl_control_plane/models/outputcribltcp.py +5 -5
  65. cribl_control_plane/models/outputcrowdstrikenextgensiem.py +3 -3
  66. cribl_control_plane/models/outputdatadog.py +5 -5
  67. cribl_control_plane/models/outputdataset.py +5 -5
  68. cribl_control_plane/models/outputdevnull.py +5 -5
  69. cribl_control_plane/models/outputdiskspool.py +5 -5
  70. cribl_control_plane/models/outputdls3.py +3 -3
  71. cribl_control_plane/models/outputdynatracehttp.py +3 -3
  72. cribl_control_plane/models/outputdynatraceotlp.py +3 -3
  73. cribl_control_plane/models/outputelasticcloud.py +3 -3
  74. cribl_control_plane/models/outputexabeam.py +3 -3
  75. cribl_control_plane/models/outputgooglecloudlogging.py +3 -3
  76. cribl_control_plane/models/outputgooglecloudstorage.py +3 -3
  77. cribl_control_plane/models/outputgrafanacloud.py +10 -10
  78. cribl_control_plane/models/outputgraphite.py +3 -3
  79. cribl_control_plane/models/outputhumiohec.py +3 -3
  80. cribl_control_plane/models/outputkafka.py +3 -3
  81. cribl_control_plane/models/outputkinesis.py +3 -3
  82. cribl_control_plane/models/outputminio.py +3 -3
  83. cribl_control_plane/models/outputmsk.py +3 -3
  84. cribl_control_plane/models/outputnewrelic.py +5 -5
  85. cribl_control_plane/models/outputnewrelicevents.py +3 -3
  86. cribl_control_plane/models/outputring.py +5 -5
  87. cribl_control_plane/models/outputs3.py +3 -3
  88. cribl_control_plane/models/outputsecuritylake.py +3 -3
  89. cribl_control_plane/models/outputsentinel.py +3 -3
  90. cribl_control_plane/models/outputsentineloneaisiem.py +3 -3
  91. cribl_control_plane/models/outputservicenow.py +3 -3
  92. cribl_control_plane/models/outputsns.py +3 -3
  93. cribl_control_plane/models/outputsplunk.py +3 -3
  94. cribl_control_plane/models/outputsplunkhec.py +5 -5
  95. cribl_control_plane/models/outputsqs.py +3 -3
  96. cribl_control_plane/models/outputstatsd.py +3 -3
  97. cribl_control_plane/models/outputstatsdext.py +3 -3
  98. cribl_control_plane/models/outputsyslog.py +5 -5
  99. cribl_control_plane/models/outputtcpjson.py +5 -5
  100. cribl_control_plane/models/outputwebhook.py +5 -5
  101. cribl_control_plane/models/outputxsiam.py +5 -5
  102. cribl_control_plane/nodes.py +252 -68
  103. cribl_control_plane/sdk.py +8 -12
  104. cribl_control_plane/sources.py +2 -0
  105. cribl_control_plane/versioning.py +10 -10
  106. {cribl_control_plane-0.0.25.dist-info → cribl_control_plane-0.0.26.dist-info}/METADATA +20 -27
  107. {cribl_control_plane-0.0.25.dist-info → cribl_control_plane-0.0.26.dist-info}/RECORD +108 -112
  108. cribl_control_plane/deployments.py +0 -185
  109. cribl_control_plane/models/restartresponse.py +0 -26
  110. cribl_control_plane/models/updateworkersrestartop.py +0 -24
  111. cribl_control_plane/workers_sdk.py +0 -187
  112. {cribl_control_plane-0.0.25.dist-info → cribl_control_plane-0.0.26.dist-info}/WHEEL +0 -0
@@ -97,11 +97,11 @@ class InputRawUDPMetadatum(BaseModel):
97
97
 
98
98
 
99
99
  class InputRawUDPTypedDict(TypedDict):
100
+ type: InputRawUDPType
100
101
  port: float
101
102
  r"""Port to listen on"""
102
103
  id: NotRequired[str]
103
104
  r"""Unique ID for this input"""
104
- type: NotRequired[InputRawUDPType]
105
105
  disabled: NotRequired[bool]
106
106
  pipeline: NotRequired[str]
107
107
  r"""Pipeline to process data from this Source before sending it through the Routes"""
@@ -134,14 +134,14 @@ class InputRawUDPTypedDict(TypedDict):
134
134
 
135
135
 
136
136
  class InputRawUDP(BaseModel):
137
+ type: InputRawUDPType
138
+
137
139
  port: float
138
140
  r"""Port to listen on"""
139
141
 
140
142
  id: Optional[str] = None
141
143
  r"""Unique ID for this input"""
142
144
 
143
- type: Optional[InputRawUDPType] = None
144
-
145
145
  disabled: Optional[bool] = False
146
146
 
147
147
  pipeline: Optional[str] = None
@@ -154,9 +154,9 @@ class InputSnmpMetadatum(BaseModel):
154
154
 
155
155
 
156
156
  class InputSnmpTypedDict(TypedDict):
157
+ type: InputSnmpType
157
158
  id: NotRequired[str]
158
159
  r"""Unique ID for this input"""
159
- type: NotRequired[InputSnmpType]
160
160
  disabled: NotRequired[bool]
161
161
  pipeline: NotRequired[str]
162
162
  r"""Pipeline to process data from this Source before sending it through the Routes"""
@@ -193,11 +193,11 @@ class InputSnmpTypedDict(TypedDict):
193
193
 
194
194
 
195
195
  class InputSnmp(BaseModel):
196
+ type: InputSnmpType
197
+
196
198
  id: Optional[str] = None
197
199
  r"""Unique ID for this input"""
198
200
 
199
- type: Optional[InputSnmpType] = None
200
-
201
201
  disabled: Optional[bool] = False
202
202
 
203
203
  pipeline: Optional[str] = None
@@ -199,11 +199,11 @@ class InputSplunkCompression(str, Enum):
199
199
 
200
200
 
201
201
  class InputSplunkTypedDict(TypedDict):
202
+ type: InputSplunkType
202
203
  port: float
203
204
  r"""Port to listen on"""
204
205
  id: NotRequired[str]
205
206
  r"""Unique ID for this input"""
206
- type: NotRequired[InputSplunkType]
207
207
  disabled: NotRequired[bool]
208
208
  pipeline: NotRequired[str]
209
209
  r"""Pipeline to process data from this Source before sending it through the Routes"""
@@ -255,14 +255,14 @@ class InputSplunkTypedDict(TypedDict):
255
255
 
256
256
 
257
257
  class InputSplunk(BaseModel):
258
+ type: InputSplunkType
259
+
258
260
  port: float
259
261
  r"""Port to listen on"""
260
262
 
261
263
  id: Optional[str] = None
262
264
  r"""Unique ID for this input"""
263
265
 
264
- type: Optional[InputSplunkType] = None
265
-
266
266
  disabled: Optional[bool] = False
267
267
 
268
268
  pipeline: Optional[str] = None
@@ -229,11 +229,11 @@ class InputSplunkHecMetadatum(BaseModel):
229
229
 
230
230
 
231
231
  class InputSplunkHecTypedDict(TypedDict):
232
+ type: InputSplunkHecType
232
233
  port: float
233
234
  r"""Port to listen on"""
234
235
  id: NotRequired[str]
235
236
  r"""Unique ID for this input"""
236
- type: NotRequired[InputSplunkHecType]
237
237
  disabled: NotRequired[bool]
238
238
  pipeline: NotRequired[str]
239
239
  r"""Pipeline to process data from this Source before sending it through the Routes"""
@@ -302,14 +302,14 @@ class InputSplunkHecTypedDict(TypedDict):
302
302
 
303
303
 
304
304
  class InputSplunkHec(BaseModel):
305
+ type: InputSplunkHecType
306
+
305
307
  port: float
306
308
  r"""Port to listen on"""
307
309
 
308
310
  id: Optional[str] = None
309
311
  r"""Unique ID for this input"""
310
312
 
311
- type: Optional[InputSplunkHecType] = None
312
-
313
313
  disabled: Optional[bool] = False
314
314
 
315
315
  pipeline: Optional[str] = None
@@ -239,11 +239,11 @@ class InputSplunkSearchOauthHeader(BaseModel):
239
239
 
240
240
 
241
241
  class InputSplunkSearchTypedDict(TypedDict):
242
+ type: InputSplunkSearchType
242
243
  search: str
243
244
  r"""Enter Splunk search here. Examples: 'index=myAppLogs level=error channel=myApp' OR '| mstats avg(myStat) as myStat WHERE index=myStatsIndex.'"""
244
245
  id: NotRequired[str]
245
246
  r"""Unique ID for this input"""
246
- type: NotRequired[InputSplunkSearchType]
247
247
  disabled: NotRequired[bool]
248
248
  pipeline: NotRequired[str]
249
249
  r"""Pipeline to process data from this Source before sending it through the Routes"""
@@ -331,14 +331,14 @@ class InputSplunkSearchTypedDict(TypedDict):
331
331
 
332
332
 
333
333
  class InputSplunkSearch(BaseModel):
334
+ type: InputSplunkSearchType
335
+
334
336
  search: str
335
337
  r"""Enter Splunk search here. Examples: 'index=myAppLogs level=error channel=myApp' OR '| mstats avg(myStat) as myStat WHERE index=myStatsIndex.'"""
336
338
 
337
339
  id: Optional[str] = None
338
340
  r"""Unique ID for this input"""
339
341
 
340
- type: Optional[InputSplunkSearchType] = None
341
-
342
342
  disabled: Optional[bool] = False
343
343
 
344
344
  pipeline: Optional[str] = None
@@ -119,11 +119,11 @@ class InputSqsMetadatum(BaseModel):
119
119
 
120
120
 
121
121
  class InputSqsTypedDict(TypedDict):
122
+ type: InputSqsType
122
123
  queue_name: str
123
124
  r"""The name, URL, or ARN of the SQS queue to read events from. When a non-AWS URL is specified, format must be: '{url}/myQueueName'. Example: 'https://host:port/myQueueName'. Value must be a JavaScript expression (which can evaluate to a constant value), enclosed in quotes or backticks. Can only be evaluated at init time. Example referencing a Global Variable: `https://host:port/myQueue-${C.vars.myVar}`."""
124
125
  id: NotRequired[str]
125
126
  r"""Unique ID for this input"""
126
- type: NotRequired[InputSqsType]
127
127
  disabled: NotRequired[bool]
128
128
  pipeline: NotRequired[str]
129
129
  r"""Pipeline to process data from this Source before sending it through the Routes"""
@@ -182,14 +182,14 @@ class InputSqsTypedDict(TypedDict):
182
182
 
183
183
 
184
184
  class InputSqs(BaseModel):
185
+ type: InputSqsType
186
+
185
187
  queue_name: Annotated[str, pydantic.Field(alias="queueName")]
186
188
  r"""The name, URL, or ARN of the SQS queue to read events from. When a non-AWS URL is specified, format must be: '{url}/myQueueName'. Example: 'https://host:port/myQueueName'. Value must be a JavaScript expression (which can evaluate to a constant value), enclosed in quotes or backticks. Can only be evaluated at init time. Example referencing a Global Variable: `https://host:port/myQueue-${C.vars.myVar}`."""
187
189
 
188
190
  id: Optional[str] = None
189
191
  r"""Unique ID for this input"""
190
192
 
191
- type: Optional[InputSqsType] = None
192
-
193
193
  disabled: Optional[bool] = False
194
194
 
195
195
  pipeline: Optional[str] = None
@@ -434,9 +434,9 @@ class InputSystemMetricsPersistence(BaseModel):
434
434
 
435
435
 
436
436
  class InputSystemMetricsTypedDict(TypedDict):
437
- id: str
438
- r"""Unique ID for this input"""
439
437
  type: InputSystemMetricsType
438
+ id: NotRequired[str]
439
+ r"""Unique ID for this input"""
440
440
  disabled: NotRequired[bool]
441
441
  pipeline: NotRequired[str]
442
442
  r"""Pipeline to process data from this Source before sending it through the Routes"""
@@ -463,11 +463,11 @@ class InputSystemMetricsTypedDict(TypedDict):
463
463
 
464
464
 
465
465
  class InputSystemMetrics(BaseModel):
466
- id: str
467
- r"""Unique ID for this input"""
468
-
469
466
  type: InputSystemMetricsType
470
467
 
468
+ id: Optional[str] = None
469
+ r"""Unique ID for this input"""
470
+
471
471
  disabled: Optional[bool] = False
472
472
 
473
473
  pipeline: Optional[str] = None
@@ -333,9 +333,9 @@ class InputSystemStatePersistence(BaseModel):
333
333
 
334
334
 
335
335
  class InputSystemStateTypedDict(TypedDict):
336
- id: str
337
- r"""Unique ID for this input"""
338
336
  type: InputSystemStateType
337
+ id: NotRequired[str]
338
+ r"""Unique ID for this input"""
339
339
  disabled: NotRequired[bool]
340
340
  pipeline: NotRequired[str]
341
341
  r"""Pipeline to process data from this Source before sending it through the Routes"""
@@ -362,11 +362,11 @@ class InputSystemStateTypedDict(TypedDict):
362
362
 
363
363
 
364
364
  class InputSystemState(BaseModel):
365
- id: str
366
- r"""Unique ID for this input"""
367
-
368
365
  type: InputSystemStateType
369
366
 
367
+ id: Optional[str] = None
368
+ r"""Unique ID for this input"""
369
+
370
370
  disabled: Optional[bool] = False
371
371
 
372
372
  pipeline: Optional[str] = None
@@ -196,11 +196,11 @@ class InputTCPAuthenticationMethod(str, Enum):
196
196
 
197
197
 
198
198
  class InputTCPTypedDict(TypedDict):
199
+ type: InputTCPType
199
200
  port: float
200
201
  r"""Port to listen on"""
201
202
  id: NotRequired[str]
202
203
  r"""Unique ID for this input"""
203
- type: NotRequired[InputTCPType]
204
204
  disabled: NotRequired[bool]
205
205
  pipeline: NotRequired[str]
206
206
  r"""Pipeline to process data from this Source before sending it through the Routes"""
@@ -245,14 +245,14 @@ class InputTCPTypedDict(TypedDict):
245
245
 
246
246
 
247
247
  class InputTCP(BaseModel):
248
+ type: InputTCPType
249
+
248
250
  port: float
249
251
  r"""Port to listen on"""
250
252
 
251
253
  id: Optional[str] = None
252
254
  r"""Unique ID for this input"""
253
255
 
254
- type: Optional[InputTCPType] = None
255
-
256
256
  disabled: Optional[bool] = False
257
257
 
258
258
  pipeline: Optional[str] = None
@@ -178,11 +178,11 @@ class InputTcpjsonAuthenticationMethod(str, Enum):
178
178
 
179
179
 
180
180
  class InputTcpjsonTypedDict(TypedDict):
181
+ type: InputTcpjsonType
181
182
  port: float
182
183
  r"""Port to listen on"""
183
184
  id: NotRequired[str]
184
185
  r"""Unique ID for this input"""
185
- type: NotRequired[InputTcpjsonType]
186
186
  disabled: NotRequired[bool]
187
187
  pipeline: NotRequired[str]
188
188
  r"""Pipeline to process data from this Source before sending it through the Routes"""
@@ -226,14 +226,14 @@ class InputTcpjsonTypedDict(TypedDict):
226
226
 
227
227
 
228
228
  class InputTcpjson(BaseModel):
229
+ type: InputTcpjsonType
230
+
229
231
  port: float
230
232
  r"""Port to listen on"""
231
233
 
232
234
  id: Optional[str] = None
233
235
  r"""Unique ID for this input"""
234
236
 
235
- type: Optional[InputTcpjsonType] = None
236
-
237
237
  disabled: Optional[bool] = False
238
238
 
239
239
  pipeline: Optional[str] = None
@@ -298,11 +298,11 @@ class InputWefMetadatum(BaseModel):
298
298
 
299
299
 
300
300
  class InputWefTypedDict(TypedDict):
301
+ type: InputWefType
301
302
  subscriptions: List[SubscriptionTypedDict]
302
303
  r"""Subscriptions to events on forwarding endpoints"""
303
304
  id: NotRequired[str]
304
305
  r"""Unique ID for this input"""
305
- type: NotRequired[InputWefType]
306
306
  disabled: NotRequired[bool]
307
307
  pipeline: NotRequired[str]
308
308
  r"""Pipeline to process data from this Source before sending it through the Routes"""
@@ -358,14 +358,14 @@ class InputWefTypedDict(TypedDict):
358
358
 
359
359
 
360
360
  class InputWef(BaseModel):
361
+ type: InputWefType
362
+
361
363
  subscriptions: List[Subscription]
362
364
  r"""Subscriptions to events on forwarding endpoints"""
363
365
 
364
366
  id: Optional[str] = None
365
367
  r"""Unique ID for this input"""
366
368
 
367
- type: Optional[InputWefType] = None
368
-
369
369
  disabled: Optional[bool] = False
370
370
 
371
371
  pipeline: Optional[str] = None
@@ -358,9 +358,9 @@ class InputWindowsMetricsPersistence(BaseModel):
358
358
 
359
359
 
360
360
  class InputWindowsMetricsTypedDict(TypedDict):
361
- id: str
362
- r"""Unique ID for this input"""
363
361
  type: InputWindowsMetricsType
362
+ id: NotRequired[str]
363
+ r"""Unique ID for this input"""
364
364
  disabled: NotRequired[bool]
365
365
  pipeline: NotRequired[str]
366
366
  r"""Pipeline to process data from this Source before sending it through the Routes"""
@@ -388,11 +388,11 @@ class InputWindowsMetricsTypedDict(TypedDict):
388
388
 
389
389
 
390
390
  class InputWindowsMetrics(BaseModel):
391
- id: str
392
- r"""Unique ID for this input"""
393
-
394
391
  type: InputWindowsMetricsType
395
392
 
393
+ id: Optional[str] = None
394
+ r"""Unique ID for this input"""
395
+
396
396
  disabled: Optional[bool] = False
397
397
 
398
398
  pipeline: Optional[str] = None
@@ -181,6 +181,7 @@ class InputWizAuthenticationMethod(str, Enum):
181
181
 
182
182
 
183
183
  class InputWizTypedDict(TypedDict):
184
+ type: InputWizType
184
185
  auth_url: str
185
186
  r"""The authentication URL to generate an OAuth token"""
186
187
  client_id: str
@@ -188,7 +189,6 @@ class InputWizTypedDict(TypedDict):
188
189
  content_config: List[InputWizContentConfigTypedDict]
189
190
  id: NotRequired[str]
190
191
  r"""Unique ID for this input"""
191
- type: NotRequired[InputWizType]
192
192
  disabled: NotRequired[bool]
193
193
  pipeline: NotRequired[str]
194
194
  r"""Pipeline to process data from this Source before sending it through the Routes"""
@@ -230,6 +230,8 @@ class InputWizTypedDict(TypedDict):
230
230
 
231
231
 
232
232
  class InputWiz(BaseModel):
233
+ type: InputWizType
234
+
233
235
  auth_url: Annotated[str, pydantic.Field(alias="authUrl")]
234
236
  r"""The authentication URL to generate an OAuth token"""
235
237
 
@@ -243,8 +245,6 @@ class InputWiz(BaseModel):
243
245
  id: Optional[str] = None
244
246
  r"""Unique ID for this input"""
245
247
 
246
- type: Optional[InputWizType] = None
247
-
248
248
  disabled: Optional[bool] = False
249
249
 
250
250
  pipeline: Optional[str] = None
@@ -227,11 +227,11 @@ class InputZscalerHecMetadatum(BaseModel):
227
227
 
228
228
 
229
229
  class InputZscalerHecTypedDict(TypedDict):
230
+ type: InputZscalerHecType
230
231
  port: float
231
232
  r"""Port to listen on"""
232
233
  id: NotRequired[str]
233
234
  r"""Unique ID for this input"""
234
- type: NotRequired[InputZscalerHecType]
235
235
  disabled: NotRequired[bool]
236
236
  pipeline: NotRequired[str]
237
237
  r"""Pipeline to process data from this Source before sending it through the Routes"""
@@ -290,14 +290,14 @@ class InputZscalerHecTypedDict(TypedDict):
290
290
 
291
291
 
292
292
  class InputZscalerHec(BaseModel):
293
+ type: InputZscalerHecType
294
+
293
295
  port: float
294
296
  r"""Port to listen on"""
295
297
 
296
298
  id: Optional[str] = None
297
299
  r"""Unique ID for this input"""
298
300
 
299
- type: Optional[InputZscalerHecType] = None
300
-
301
301
  disabled: Optional[bool] = False
302
302
 
303
303
  pipeline: Optional[str] = None
@@ -101,11 +101,11 @@ class OutputAzureBlobCertificate(BaseModel):
101
101
 
102
102
 
103
103
  class OutputAzureBlobTypedDict(TypedDict):
104
+ type: OutputAzureBlobType
104
105
  container_name: str
105
106
  r"""The Azure Blob Storage container name. Name can include only lowercase letters, numbers, and hyphens. For dynamic container names, enter a JavaScript expression within quotes or backticks, to be evaluated at initialization. The expression can evaluate to a constant value and can reference Global Variables, such as `myContainer-${C.env[\"CRIBL_WORKER_ID\"]}`."""
106
107
  id: NotRequired[str]
107
108
  r"""Unique ID for this output"""
108
- type: NotRequired[OutputAzureBlobType]
109
109
  pipeline: NotRequired[str]
110
110
  r"""Pipeline to process data before sending out to this output"""
111
111
  system_fields: NotRequired[List[str]]
@@ -205,14 +205,14 @@ class OutputAzureBlobTypedDict(TypedDict):
205
205
 
206
206
 
207
207
  class OutputAzureBlob(BaseModel):
208
+ type: OutputAzureBlobType
209
+
208
210
  container_name: Annotated[str, pydantic.Field(alias="containerName")]
209
211
  r"""The Azure Blob Storage container name. Name can include only lowercase letters, numbers, and hyphens. For dynamic container names, enter a JavaScript expression within quotes or backticks, to be evaluated at initialization. The expression can evaluate to a constant value and can reference Global Variables, such as `myContainer-${C.env[\"CRIBL_WORKER_ID\"]}`."""
210
212
 
211
213
  id: Optional[str] = None
212
214
  r"""Unique ID for this output"""
213
215
 
214
- type: Optional[OutputAzureBlobType] = None
215
-
216
216
  pipeline: Optional[str] = None
217
217
  r"""Pipeline to process data before sending out to this output"""
218
218
 
@@ -211,6 +211,7 @@ class OutputAzureDataExplorerPqControls(BaseModel):
211
211
 
212
212
 
213
213
  class OutputAzureDataExplorerTypedDict(TypedDict):
214
+ type: OutputAzureDataExplorerType
214
215
  cluster_url: str
215
216
  r"""The base URI for your cluster. Typically, `https://<cluster>.<region>.kusto.windows.net`."""
216
217
  database: str
@@ -225,7 +226,6 @@ class OutputAzureDataExplorerTypedDict(TypedDict):
225
226
  r"""Scope to pass in the OAuth request parameter"""
226
227
  id: NotRequired[str]
227
228
  r"""Unique ID for this output"""
228
- type: NotRequired[OutputAzureDataExplorerType]
229
229
  pipeline: NotRequired[str]
230
230
  r"""Pipeline to process data before sending out to this output"""
231
231
  system_fields: NotRequired[List[str]]
@@ -339,6 +339,8 @@ class OutputAzureDataExplorerTypedDict(TypedDict):
339
339
 
340
340
 
341
341
  class OutputAzureDataExplorer(BaseModel):
342
+ type: OutputAzureDataExplorerType
343
+
342
344
  cluster_url: Annotated[str, pydantic.Field(alias="clusterUrl")]
343
345
  r"""The base URI for your cluster. Typically, `https://<cluster>.<region>.kusto.windows.net`."""
344
346
 
@@ -360,8 +362,6 @@ class OutputAzureDataExplorer(BaseModel):
360
362
  id: Optional[str] = None
361
363
  r"""Unique ID for this output"""
362
364
 
363
- type: Optional[OutputAzureDataExplorerType] = None
364
-
365
365
  pipeline: Optional[str] = None
366
366
  r"""Pipeline to process data before sending out to this output"""
367
367
 
@@ -103,13 +103,13 @@ class OutputAzureEventhubPqControls(BaseModel):
103
103
 
104
104
 
105
105
  class OutputAzureEventhubTypedDict(TypedDict):
106
+ type: OutputAzureEventhubType
106
107
  brokers: List[str]
107
108
  r"""List of Event Hubs Kafka brokers to connect to, eg. yourdomain.servicebus.windows.net:9093. The hostname can be found in the host portion of the primary or secondary connection string in Shared Access Policies."""
108
109
  topic: str
109
110
  r"""The name of the Event Hub (Kafka Topic) to publish events. Can be overwritten using field __topicOut."""
110
111
  id: NotRequired[str]
111
112
  r"""Unique ID for this output"""
112
- type: NotRequired[OutputAzureEventhubType]
113
113
  pipeline: NotRequired[str]
114
114
  r"""Pipeline to process data before sending out to this output"""
115
115
  system_fields: NotRequired[List[str]]
@@ -166,6 +166,8 @@ class OutputAzureEventhubTypedDict(TypedDict):
166
166
 
167
167
 
168
168
  class OutputAzureEventhub(BaseModel):
169
+ type: OutputAzureEventhubType
170
+
169
171
  brokers: List[str]
170
172
  r"""List of Event Hubs Kafka brokers to connect to, eg. yourdomain.servicebus.windows.net:9093. The hostname can be found in the host portion of the primary or secondary connection string in Shared Access Policies."""
171
173
 
@@ -175,8 +177,6 @@ class OutputAzureEventhub(BaseModel):
175
177
  id: Optional[str] = None
176
178
  r"""Unique ID for this output"""
177
179
 
178
- type: Optional[OutputAzureEventhubType] = None
179
-
180
180
  pipeline: Optional[str] = None
181
181
  r"""Pipeline to process data before sending out to this output"""
182
182
 
@@ -264,6 +264,7 @@ class OutputClickHousePqControls(BaseModel):
264
264
 
265
265
 
266
266
  class OutputClickHouseTypedDict(TypedDict):
267
+ type: OutputClickHouseType
267
268
  url: str
268
269
  r"""URL of the ClickHouse instance. Example: http://localhost:8123/"""
269
270
  database: str
@@ -271,7 +272,6 @@ class OutputClickHouseTypedDict(TypedDict):
271
272
  r"""Name of the ClickHouse table where data will be inserted. Name can contain letters (A-Z, a-z), numbers (0-9), and the character \"_\", and must start with either a letter or the character \"_\"."""
272
273
  id: NotRequired[str]
273
274
  r"""Unique ID for this output"""
274
- type: NotRequired[OutputClickHouseType]
275
275
  pipeline: NotRequired[str]
276
276
  r"""Pipeline to process data before sending out to this output"""
277
277
  system_fields: NotRequired[List[str]]
@@ -374,6 +374,8 @@ class OutputClickHouseTypedDict(TypedDict):
374
374
 
375
375
 
376
376
  class OutputClickHouse(BaseModel):
377
+ type: OutputClickHouseType
378
+
377
379
  url: str
378
380
  r"""URL of the ClickHouse instance. Example: http://localhost:8123/"""
379
381
 
@@ -385,8 +387,6 @@ class OutputClickHouse(BaseModel):
385
387
  id: Optional[str] = None
386
388
  r"""Unique ID for this output"""
387
389
 
388
- type: Optional[OutputClickHouseType] = None
389
-
390
390
  pipeline: Optional[str] = None
391
391
  r"""Pipeline to process data before sending out to this output"""
392
392
 
@@ -59,6 +59,7 @@ class OutputCloudwatchPqControls(BaseModel):
59
59
 
60
60
 
61
61
  class OutputCloudwatchTypedDict(TypedDict):
62
+ type: OutputCloudwatchType
62
63
  log_group_name: str
63
64
  r"""CloudWatch log group to associate events with"""
64
65
  log_stream_name: str
@@ -67,7 +68,6 @@ class OutputCloudwatchTypedDict(TypedDict):
67
68
  r"""Region where the CloudWatchLogs is located"""
68
69
  id: NotRequired[str]
69
70
  r"""Unique ID for this output"""
70
- type: NotRequired[OutputCloudwatchType]
71
71
  pipeline: NotRequired[str]
72
72
  r"""Pipeline to process data before sending out to this output"""
73
73
  system_fields: NotRequired[List[str]]
@@ -121,6 +121,8 @@ class OutputCloudwatchTypedDict(TypedDict):
121
121
 
122
122
 
123
123
  class OutputCloudwatch(BaseModel):
124
+ type: OutputCloudwatchType
125
+
124
126
  log_group_name: Annotated[str, pydantic.Field(alias="logGroupName")]
125
127
  r"""CloudWatch log group to associate events with"""
126
128
 
@@ -133,8 +135,6 @@ class OutputCloudwatch(BaseModel):
133
135
  id: Optional[str] = None
134
136
  r"""Unique ID for this output"""
135
137
 
136
- type: Optional[OutputCloudwatchType] = None
137
-
138
138
  pipeline: Optional[str] = None
139
139
  r"""Pipeline to process data before sending out to this output"""
140
140
 
@@ -345,13 +345,13 @@ class OutputConfluentCloudPqControls(BaseModel):
345
345
 
346
346
 
347
347
  class OutputConfluentCloudTypedDict(TypedDict):
348
+ type: OutputConfluentCloudType
348
349
  brokers: List[str]
349
350
  r"""List of Confluent Cloud bootstrap servers to use, such as yourAccount.confluent.cloud:9092."""
350
351
  topic: str
351
352
  r"""The topic to publish events to. Can be overridden using the __topicOut field."""
352
353
  id: NotRequired[str]
353
354
  r"""Unique ID for this output"""
354
- type: NotRequired[OutputConfluentCloudType]
355
355
  pipeline: NotRequired[str]
356
356
  r"""Pipeline to process data before sending out to this output"""
357
357
  system_fields: NotRequired[List[str]]
@@ -415,6 +415,8 @@ class OutputConfluentCloudTypedDict(TypedDict):
415
415
 
416
416
 
417
417
  class OutputConfluentCloud(BaseModel):
418
+ type: OutputConfluentCloudType
419
+
418
420
  brokers: List[str]
419
421
  r"""List of Confluent Cloud bootstrap servers to use, such as yourAccount.confluent.cloud:9092."""
420
422
 
@@ -424,8 +426,6 @@ class OutputConfluentCloud(BaseModel):
424
426
  id: Optional[str] = None
425
427
  r"""Unique ID for this output"""
426
428
 
427
- type: Optional[OutputConfluentCloudType] = None
428
-
429
429
  pipeline: Optional[str] = None
430
430
  r"""Pipeline to process data before sending out to this output"""
431
431
 
@@ -221,9 +221,9 @@ class OutputCriblHTTPPqControls(BaseModel):
221
221
 
222
222
 
223
223
  class OutputCriblHTTPTypedDict(TypedDict):
224
- id: str
225
- r"""Unique ID for this output"""
226
224
  type: OutputCriblHTTPType
225
+ id: NotRequired[str]
226
+ r"""Unique ID for this output"""
227
227
  pipeline: NotRequired[str]
228
228
  r"""Pipeline to process data before sending out to this output"""
229
229
  system_fields: NotRequired[List[str]]
@@ -299,11 +299,11 @@ class OutputCriblHTTPTypedDict(TypedDict):
299
299
 
300
300
 
301
301
  class OutputCriblHTTP(BaseModel):
302
- id: str
303
- r"""Unique ID for this output"""
304
-
305
302
  type: OutputCriblHTTPType
306
303
 
304
+ id: Optional[str] = None
305
+ r"""Unique ID for this output"""
306
+
307
307
  pipeline: Optional[str] = None
308
308
  r"""Pipeline to process data before sending out to this output"""
309
309
 
@@ -76,9 +76,9 @@ class OutputCriblLakeFormat(str, Enum):
76
76
 
77
77
 
78
78
  class OutputCriblLakeTypedDict(TypedDict):
79
- id: str
80
- r"""Unique ID for this output"""
81
79
  type: OutputCriblLakeType
80
+ id: NotRequired[str]
81
+ r"""Unique ID for this output"""
82
82
  pipeline: NotRequired[str]
83
83
  r"""Pipeline to process data before sending out to this output"""
84
84
  system_fields: NotRequired[List[str]]
@@ -166,11 +166,11 @@ class OutputCriblLakeTypedDict(TypedDict):
166
166
 
167
167
 
168
168
  class OutputCriblLake(BaseModel):
169
- id: str
170
- r"""Unique ID for this output"""
171
-
172
169
  type: OutputCriblLakeType
173
170
 
171
+ id: Optional[str] = None
172
+ r"""Unique ID for this output"""
173
+
174
174
  pipeline: Optional[str] = None
175
175
  r"""Pipeline to process data before sending out to this output"""
176
176