cribl-control-plane 0.0.48a1__py3-none-any.whl → 0.0.49__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 (164) hide show
  1. cribl_control_plane/_version.py +6 -4
  2. cribl_control_plane/errors/healthstatus_error.py +2 -8
  3. cribl_control_plane/models/__init__.py +12 -12
  4. cribl_control_plane/models/appmode.py +13 -0
  5. cribl_control_plane/models/cacheconnection.py +2 -10
  6. cribl_control_plane/models/cacheconnectionbackfillstatus.py +1 -2
  7. cribl_control_plane/models/cloudprovider.py +1 -2
  8. cribl_control_plane/models/configgroup.py +2 -7
  9. cribl_control_plane/models/configgroupcloud.py +2 -6
  10. cribl_control_plane/models/createconfiggroupbyproductop.py +2 -8
  11. cribl_control_plane/models/cribllakedataset.py +2 -8
  12. cribl_control_plane/models/datasetmetadata.py +2 -8
  13. cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +2 -7
  14. cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +2 -4
  15. cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +2 -4
  16. cribl_control_plane/models/getconfiggroupbyproductandidop.py +1 -3
  17. cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +2 -7
  18. cribl_control_plane/models/getsummaryop.py +2 -7
  19. cribl_control_plane/models/hbcriblinfo.py +3 -19
  20. cribl_control_plane/models/healthstatus.py +4 -7
  21. cribl_control_plane/models/heartbeatmetadata.py +0 -3
  22. cribl_control_plane/models/inputappscope.py +14 -34
  23. cribl_control_plane/models/inputazureblob.py +6 -17
  24. cribl_control_plane/models/inputcollection.py +4 -11
  25. cribl_control_plane/models/inputconfluentcloud.py +20 -47
  26. cribl_control_plane/models/inputcribl.py +4 -11
  27. cribl_control_plane/models/inputcriblhttp.py +8 -23
  28. cribl_control_plane/models/inputcribllakehttp.py +10 -22
  29. cribl_control_plane/models/inputcriblmetrics.py +4 -12
  30. cribl_control_plane/models/inputcribltcp.py +8 -23
  31. cribl_control_plane/models/inputcrowdstrike.py +10 -26
  32. cribl_control_plane/models/inputdatadogagent.py +8 -24
  33. cribl_control_plane/models/inputdatagen.py +4 -11
  34. cribl_control_plane/models/inputedgeprometheus.py +24 -58
  35. cribl_control_plane/models/inputelastic.py +14 -40
  36. cribl_control_plane/models/inputeventhub.py +6 -15
  37. cribl_control_plane/models/inputexec.py +6 -14
  38. cribl_control_plane/models/inputfile.py +6 -15
  39. cribl_control_plane/models/inputfirehose.py +8 -23
  40. cribl_control_plane/models/inputgooglepubsub.py +6 -19
  41. cribl_control_plane/models/inputgrafana.py +24 -67
  42. cribl_control_plane/models/inputhttp.py +8 -23
  43. cribl_control_plane/models/inputhttpraw.py +8 -23
  44. cribl_control_plane/models/inputjournalfiles.py +4 -12
  45. cribl_control_plane/models/inputkafka.py +16 -46
  46. cribl_control_plane/models/inputkinesis.py +14 -38
  47. cribl_control_plane/models/inputkubeevents.py +4 -11
  48. cribl_control_plane/models/inputkubelogs.py +8 -16
  49. cribl_control_plane/models/inputkubemetrics.py +8 -16
  50. cribl_control_plane/models/inputloki.py +10 -29
  51. cribl_control_plane/models/inputmetrics.py +8 -23
  52. cribl_control_plane/models/inputmodeldriventelemetry.py +10 -32
  53. cribl_control_plane/models/inputmsk.py +18 -53
  54. cribl_control_plane/models/inputnetflow.py +4 -11
  55. cribl_control_plane/models/inputoffice365mgmt.py +14 -33
  56. cribl_control_plane/models/inputoffice365msgtrace.py +16 -35
  57. cribl_control_plane/models/inputoffice365service.py +16 -35
  58. cribl_control_plane/models/inputopentelemetry.py +16 -38
  59. cribl_control_plane/models/inputprometheus.py +18 -50
  60. cribl_control_plane/models/inputprometheusrw.py +10 -30
  61. cribl_control_plane/models/inputrawudp.py +4 -11
  62. cribl_control_plane/models/inputs3.py +8 -21
  63. cribl_control_plane/models/inputs3inventory.py +10 -26
  64. cribl_control_plane/models/inputsecuritylake.py +10 -27
  65. cribl_control_plane/models/inputsnmp.py +6 -16
  66. cribl_control_plane/models/inputsplunk.py +12 -33
  67. cribl_control_plane/models/inputsplunkhec.py +10 -29
  68. cribl_control_plane/models/inputsplunksearch.py +14 -33
  69. cribl_control_plane/models/inputsqs.py +10 -27
  70. cribl_control_plane/models/inputsyslog.py +16 -43
  71. cribl_control_plane/models/inputsystemmetrics.py +24 -48
  72. cribl_control_plane/models/inputsystemstate.py +8 -16
  73. cribl_control_plane/models/inputtcp.py +10 -29
  74. cribl_control_plane/models/inputtcpjson.py +10 -29
  75. cribl_control_plane/models/inputwef.py +14 -37
  76. cribl_control_plane/models/inputwindowsmetrics.py +24 -44
  77. cribl_control_plane/models/inputwineventlogs.py +10 -20
  78. cribl_control_plane/models/inputwiz.py +8 -21
  79. cribl_control_plane/models/inputwizwebhook.py +8 -23
  80. cribl_control_plane/models/inputzscalerhec.py +10 -29
  81. cribl_control_plane/models/lakehouseconnectiontype.py +1 -2
  82. cribl_control_plane/models/listconfiggroupbyproductop.py +1 -3
  83. cribl_control_plane/models/masterworkerentry.py +2 -7
  84. cribl_control_plane/models/nodeactiveupgradestatus.py +1 -2
  85. cribl_control_plane/models/nodefailedupgradestatus.py +1 -2
  86. cribl_control_plane/models/nodeprovidedinfo.py +0 -3
  87. cribl_control_plane/models/nodeskippedupgradestatus.py +1 -2
  88. cribl_control_plane/models/nodeupgradestate.py +1 -2
  89. cribl_control_plane/models/nodeupgradestatus.py +5 -13
  90. cribl_control_plane/models/outputazureblob.py +18 -48
  91. cribl_control_plane/models/outputazuredataexplorer.py +28 -73
  92. cribl_control_plane/models/outputazureeventhub.py +18 -40
  93. cribl_control_plane/models/outputazurelogs.py +12 -35
  94. cribl_control_plane/models/outputclickhouse.py +20 -55
  95. cribl_control_plane/models/outputcloudwatch.py +10 -29
  96. cribl_control_plane/models/outputconfluentcloud.py +32 -77
  97. cribl_control_plane/models/outputcriblhttp.py +16 -44
  98. cribl_control_plane/models/outputcribllake.py +16 -46
  99. cribl_control_plane/models/outputcribltcp.py +18 -45
  100. cribl_control_plane/models/outputcrowdstrikenextgensiem.py +14 -49
  101. cribl_control_plane/models/outputdatadog.py +20 -48
  102. cribl_control_plane/models/outputdataset.py +18 -46
  103. cribl_control_plane/models/outputdiskspool.py +2 -7
  104. cribl_control_plane/models/outputdls3.py +24 -68
  105. cribl_control_plane/models/outputdynatracehttp.py +20 -53
  106. cribl_control_plane/models/outputdynatraceotlp.py +22 -55
  107. cribl_control_plane/models/outputelastic.py +18 -43
  108. cribl_control_plane/models/outputelasticcloud.py +12 -36
  109. cribl_control_plane/models/outputexabeam.py +10 -29
  110. cribl_control_plane/models/outputfilesystem.py +14 -39
  111. cribl_control_plane/models/outputgooglechronicle.py +16 -50
  112. cribl_control_plane/models/outputgooglecloudlogging.py +14 -41
  113. cribl_control_plane/models/outputgooglecloudstorage.py +24 -66
  114. cribl_control_plane/models/outputgooglepubsub.py +10 -31
  115. cribl_control_plane/models/outputgrafanacloud.py +32 -97
  116. cribl_control_plane/models/outputgraphite.py +14 -31
  117. cribl_control_plane/models/outputhoneycomb.py +12 -35
  118. cribl_control_plane/models/outputhumiohec.py +16 -43
  119. cribl_control_plane/models/outputinfluxdb.py +16 -42
  120. cribl_control_plane/models/outputkafka.py +28 -74
  121. cribl_control_plane/models/outputkinesis.py +16 -40
  122. cribl_control_plane/models/outputloki.py +16 -41
  123. cribl_control_plane/models/outputminio.py +24 -65
  124. cribl_control_plane/models/outputmsk.py +30 -82
  125. cribl_control_plane/models/outputnewrelic.py +18 -43
  126. cribl_control_plane/models/outputnewrelicevents.py +14 -41
  127. cribl_control_plane/models/outputopentelemetry.py +26 -67
  128. cribl_control_plane/models/outputprometheus.py +12 -35
  129. cribl_control_plane/models/outputring.py +8 -19
  130. cribl_control_plane/models/outputs3.py +26 -68
  131. cribl_control_plane/models/outputsecuritylake.py +18 -52
  132. cribl_control_plane/models/outputsentinel.py +18 -45
  133. cribl_control_plane/models/outputsentineloneaisiem.py +18 -50
  134. cribl_control_plane/models/outputservicenow.py +24 -60
  135. cribl_control_plane/models/outputsignalfx.py +14 -37
  136. cribl_control_plane/models/outputsns.py +14 -36
  137. cribl_control_plane/models/outputsplunk.py +24 -60
  138. cribl_control_plane/models/outputsplunkhec.py +12 -35
  139. cribl_control_plane/models/outputsplunklb.py +30 -77
  140. cribl_control_plane/models/outputsqs.py +16 -41
  141. cribl_control_plane/models/outputstatsd.py +14 -30
  142. cribl_control_plane/models/outputstatsdext.py +12 -29
  143. cribl_control_plane/models/outputsumologic.py +12 -35
  144. cribl_control_plane/models/outputsyslog.py +24 -58
  145. cribl_control_plane/models/outputtcpjson.py +20 -52
  146. cribl_control_plane/models/outputwavefront.py +12 -35
  147. cribl_control_plane/models/outputwebhook.py +22 -58
  148. cribl_control_plane/models/outputxsiam.py +14 -35
  149. cribl_control_plane/models/productscore.py +1 -2
  150. cribl_control_plane/models/rbacresource.py +1 -2
  151. cribl_control_plane/models/resourcepolicy.py +2 -4
  152. cribl_control_plane/models/routecloneconf.py +13 -0
  153. cribl_control_plane/models/routeconf.py +4 -3
  154. cribl_control_plane/models/runnablejobcollection.py +13 -30
  155. cribl_control_plane/models/runnablejobexecutor.py +4 -13
  156. cribl_control_plane/models/runnablejobscheduledsearch.py +2 -7
  157. cribl_control_plane/models/updateconfiggroupbyproductandidop.py +2 -8
  158. cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +2 -8
  159. cribl_control_plane/models/workertypes.py +1 -2
  160. cribl_control_plane/sdk.py +2 -2
  161. cribl_control_plane/utils/annotations.py +32 -8
  162. {cribl_control_plane-0.0.48a1.dist-info → cribl_control_plane-0.0.49.dist-info}/METADATA +2 -1
  163. {cribl_control_plane-0.0.48a1.dist-info → cribl_control_plane-0.0.49.dist-info}/RECORD +164 -162
  164. {cribl_control_plane-0.0.48a1.dist-info → cribl_control_plane-0.0.49.dist-info}/WHEEL +0 -0
@@ -1,12 +1,9 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from cribl_control_plane import utils
5
4
  from cribl_control_plane.types import BaseModel
6
- from cribl_control_plane.utils import validate_open_enum
7
5
  from enum import Enum
8
6
  import pydantic
9
- from pydantic.functional_validators import PlainValidator
10
7
  from typing import List, Optional, Union
11
8
  from typing_extensions import Annotated, NotRequired, TypeAliasType, TypedDict
12
9
 
@@ -15,7 +12,7 @@ class OutputGrafanaCloudType2(str, Enum):
15
12
  GRAFANA_CLOUD = "grafana_cloud"
16
13
 
17
14
 
18
- class OutputGrafanaCloudMessageFormat2(str, Enum, metaclass=utils.OpenEnumMeta):
15
+ class OutputGrafanaCloudMessageFormat2(str, Enum):
19
16
  r"""Format to use when sending logs to Loki (Protobuf or JSON)"""
20
17
 
21
18
  PROTOBUF = "protobuf"
@@ -33,9 +30,7 @@ class OutputGrafanaCloudLabel2(BaseModel):
33
30
  name: Optional[str] = ""
34
31
 
35
32
 
36
- class OutputGrafanaCloudPrometheusAuthAuthenticationType2(
37
- str, Enum, metaclass=utils.OpenEnumMeta
38
- ):
33
+ class OutputGrafanaCloudPrometheusAuthAuthenticationType2(str, Enum):
39
34
  NONE = "none"
40
35
  TOKEN = "token"
41
36
  TEXT_SECRET = "textSecret"
@@ -59,10 +54,7 @@ class OutputGrafanaCloudPrometheusAuth2TypedDict(TypedDict):
59
54
 
60
55
  class OutputGrafanaCloudPrometheusAuth2(BaseModel):
61
56
  auth_type: Annotated[
62
- Annotated[
63
- Optional[OutputGrafanaCloudPrometheusAuthAuthenticationType2],
64
- PlainValidator(validate_open_enum(False)),
65
- ],
57
+ Optional[OutputGrafanaCloudPrometheusAuthAuthenticationType2],
66
58
  pydantic.Field(alias="authType"),
67
59
  ] = OutputGrafanaCloudPrometheusAuthAuthenticationType2.BASIC
68
60
 
@@ -84,9 +76,7 @@ class OutputGrafanaCloudPrometheusAuth2(BaseModel):
84
76
  r"""Select or create a secret that references your credentials"""
85
77
 
86
78
 
87
- class OutputGrafanaCloudLokiAuthAuthenticationType2(
88
- str, Enum, metaclass=utils.OpenEnumMeta
89
- ):
79
+ class OutputGrafanaCloudLokiAuthAuthenticationType2(str, Enum):
90
80
  NONE = "none"
91
81
  TOKEN = "token"
92
82
  TEXT_SECRET = "textSecret"
@@ -110,10 +100,7 @@ class OutputGrafanaCloudLokiAuth2TypedDict(TypedDict):
110
100
 
111
101
  class OutputGrafanaCloudLokiAuth2(BaseModel):
112
102
  auth_type: Annotated[
113
- Annotated[
114
- Optional[OutputGrafanaCloudLokiAuthAuthenticationType2],
115
- PlainValidator(validate_open_enum(False)),
116
- ],
103
+ Optional[OutputGrafanaCloudLokiAuthAuthenticationType2],
117
104
  pydantic.Field(alias="authType"),
118
105
  ] = OutputGrafanaCloudLokiAuthAuthenticationType2.BASIC
119
106
 
@@ -146,9 +133,7 @@ class OutputGrafanaCloudExtraHTTPHeader2(BaseModel):
146
133
  name: Optional[str] = None
147
134
 
148
135
 
149
- class OutputGrafanaCloudFailedRequestLoggingMode2(
150
- str, Enum, metaclass=utils.OpenEnumMeta
151
- ):
136
+ class OutputGrafanaCloudFailedRequestLoggingMode2(str, Enum):
152
137
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
153
138
 
154
139
  PAYLOAD = "payload"
@@ -210,7 +195,7 @@ class OutputGrafanaCloudTimeoutRetrySettings2(BaseModel):
210
195
  r"""The maximum backoff interval, in milliseconds, Cribl Stream should apply. Default (and minimum) is 10,000 ms (10 seconds); maximum is 180,000 ms (180 seconds)."""
211
196
 
212
197
 
213
- class OutputGrafanaCloudBackpressureBehavior2(str, Enum, metaclass=utils.OpenEnumMeta):
198
+ class OutputGrafanaCloudBackpressureBehavior2(str, Enum):
214
199
  r"""How to handle events when all receivers are exerting backpressure"""
215
200
 
216
201
  BLOCK = "block"
@@ -218,21 +203,21 @@ class OutputGrafanaCloudBackpressureBehavior2(str, Enum, metaclass=utils.OpenEnu
218
203
  QUEUE = "queue"
219
204
 
220
205
 
221
- class OutputGrafanaCloudCompression2(str, Enum, metaclass=utils.OpenEnumMeta):
206
+ class OutputGrafanaCloudCompression2(str, Enum):
222
207
  r"""Codec to use to compress the persisted data"""
223
208
 
224
209
  NONE = "none"
225
210
  GZIP = "gzip"
226
211
 
227
212
 
228
- class OutputGrafanaCloudQueueFullBehavior2(str, Enum, metaclass=utils.OpenEnumMeta):
213
+ class OutputGrafanaCloudQueueFullBehavior2(str, Enum):
229
214
  r"""How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged."""
230
215
 
231
216
  BLOCK = "block"
232
217
  DROP = "drop"
233
218
 
234
219
 
235
- class OutputGrafanaCloudMode2(str, Enum, metaclass=utils.OpenEnumMeta):
220
+ class OutputGrafanaCloudMode2(str, Enum):
236
221
  r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
237
222
 
238
223
  ERROR = "error"
@@ -358,10 +343,7 @@ class OutputGrafanaCloudGrafanaCloud2(BaseModel):
358
343
  r"""Name of the event field that contains the message to send. If not specified, Stream sends a JSON representation of the whole event."""
359
344
 
360
345
  message_format: Annotated[
361
- Annotated[
362
- Optional[OutputGrafanaCloudMessageFormat2],
363
- PlainValidator(validate_open_enum(False)),
364
- ],
346
+ Optional[OutputGrafanaCloudMessageFormat2],
365
347
  pydantic.Field(alias="messageFormat"),
366
348
  ] = OutputGrafanaCloudMessageFormat2.PROTOBUF
367
349
  r"""Format to use when sending logs to Loki (Protobuf or JSON)"""
@@ -424,10 +406,7 @@ class OutputGrafanaCloudGrafanaCloud2(BaseModel):
424
406
  r"""Enable round-robin DNS lookup. When a DNS server returns multiple addresses, @{product} will cycle through them in the order returned. For optimal performance, consider enabling this setting for non-load balanced destinations."""
425
407
 
426
408
  failed_request_logging_mode: Annotated[
427
- Annotated[
428
- Optional[OutputGrafanaCloudFailedRequestLoggingMode2],
429
- PlainValidator(validate_open_enum(False)),
430
- ],
409
+ Optional[OutputGrafanaCloudFailedRequestLoggingMode2],
431
410
  pydantic.Field(alias="failedRequestLoggingMode"),
432
411
  ] = OutputGrafanaCloudFailedRequestLoggingMode2.NONE
433
412
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
@@ -454,10 +433,7 @@ class OutputGrafanaCloudGrafanaCloud2(BaseModel):
454
433
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
455
434
 
456
435
  on_backpressure: Annotated[
457
- Annotated[
458
- Optional[OutputGrafanaCloudBackpressureBehavior2],
459
- PlainValidator(validate_open_enum(False)),
460
- ],
436
+ Optional[OutputGrafanaCloudBackpressureBehavior2],
461
437
  pydantic.Field(alias="onBackpressure"),
462
438
  ] = OutputGrafanaCloudBackpressureBehavior2.BLOCK
463
439
  r"""How to handle events when all receivers are exerting backpressure"""
@@ -481,28 +457,18 @@ class OutputGrafanaCloudGrafanaCloud2(BaseModel):
481
457
  r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/<output-id>."""
482
458
 
483
459
  pq_compress: Annotated[
484
- Annotated[
485
- Optional[OutputGrafanaCloudCompression2],
486
- PlainValidator(validate_open_enum(False)),
487
- ],
488
- pydantic.Field(alias="pqCompress"),
460
+ Optional[OutputGrafanaCloudCompression2], pydantic.Field(alias="pqCompress")
489
461
  ] = OutputGrafanaCloudCompression2.NONE
490
462
  r"""Codec to use to compress the persisted data"""
491
463
 
492
464
  pq_on_backpressure: Annotated[
493
- Annotated[
494
- Optional[OutputGrafanaCloudQueueFullBehavior2],
495
- PlainValidator(validate_open_enum(False)),
496
- ],
465
+ Optional[OutputGrafanaCloudQueueFullBehavior2],
497
466
  pydantic.Field(alias="pqOnBackpressure"),
498
467
  ] = OutputGrafanaCloudQueueFullBehavior2.BLOCK
499
468
  r"""How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged."""
500
469
 
501
470
  pq_mode: Annotated[
502
- Annotated[
503
- Optional[OutputGrafanaCloudMode2], PlainValidator(validate_open_enum(False))
504
- ],
505
- pydantic.Field(alias="pqMode"),
471
+ Optional[OutputGrafanaCloudMode2], pydantic.Field(alias="pqMode")
506
472
  ] = OutputGrafanaCloudMode2.ERROR
507
473
  r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
508
474
 
@@ -515,7 +481,7 @@ class OutputGrafanaCloudType1(str, Enum):
515
481
  GRAFANA_CLOUD = "grafana_cloud"
516
482
 
517
483
 
518
- class OutputGrafanaCloudMessageFormat1(str, Enum, metaclass=utils.OpenEnumMeta):
484
+ class OutputGrafanaCloudMessageFormat1(str, Enum):
519
485
  r"""Format to use when sending logs to Loki (Protobuf or JSON)"""
520
486
 
521
487
  PROTOBUF = "protobuf"
@@ -533,9 +499,7 @@ class OutputGrafanaCloudLabel1(BaseModel):
533
499
  name: Optional[str] = ""
534
500
 
535
501
 
536
- class OutputGrafanaCloudPrometheusAuthAuthenticationType1(
537
- str, Enum, metaclass=utils.OpenEnumMeta
538
- ):
502
+ class OutputGrafanaCloudPrometheusAuthAuthenticationType1(str, Enum):
539
503
  NONE = "none"
540
504
  TOKEN = "token"
541
505
  TEXT_SECRET = "textSecret"
@@ -559,10 +523,7 @@ class OutputGrafanaCloudPrometheusAuth1TypedDict(TypedDict):
559
523
 
560
524
  class OutputGrafanaCloudPrometheusAuth1(BaseModel):
561
525
  auth_type: Annotated[
562
- Annotated[
563
- Optional[OutputGrafanaCloudPrometheusAuthAuthenticationType1],
564
- PlainValidator(validate_open_enum(False)),
565
- ],
526
+ Optional[OutputGrafanaCloudPrometheusAuthAuthenticationType1],
566
527
  pydantic.Field(alias="authType"),
567
528
  ] = OutputGrafanaCloudPrometheusAuthAuthenticationType1.BASIC
568
529
 
@@ -584,9 +545,7 @@ class OutputGrafanaCloudPrometheusAuth1(BaseModel):
584
545
  r"""Select or create a secret that references your credentials"""
585
546
 
586
547
 
587
- class OutputGrafanaCloudLokiAuthAuthenticationType1(
588
- str, Enum, metaclass=utils.OpenEnumMeta
589
- ):
548
+ class OutputGrafanaCloudLokiAuthAuthenticationType1(str, Enum):
590
549
  NONE = "none"
591
550
  TOKEN = "token"
592
551
  TEXT_SECRET = "textSecret"
@@ -610,10 +569,7 @@ class OutputGrafanaCloudLokiAuth1TypedDict(TypedDict):
610
569
 
611
570
  class OutputGrafanaCloudLokiAuth1(BaseModel):
612
571
  auth_type: Annotated[
613
- Annotated[
614
- Optional[OutputGrafanaCloudLokiAuthAuthenticationType1],
615
- PlainValidator(validate_open_enum(False)),
616
- ],
572
+ Optional[OutputGrafanaCloudLokiAuthAuthenticationType1],
617
573
  pydantic.Field(alias="authType"),
618
574
  ] = OutputGrafanaCloudLokiAuthAuthenticationType1.BASIC
619
575
 
@@ -646,9 +602,7 @@ class OutputGrafanaCloudExtraHTTPHeader1(BaseModel):
646
602
  name: Optional[str] = None
647
603
 
648
604
 
649
- class OutputGrafanaCloudFailedRequestLoggingMode1(
650
- str, Enum, metaclass=utils.OpenEnumMeta
651
- ):
605
+ class OutputGrafanaCloudFailedRequestLoggingMode1(str, Enum):
652
606
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
653
607
 
654
608
  PAYLOAD = "payload"
@@ -710,7 +664,7 @@ class OutputGrafanaCloudTimeoutRetrySettings1(BaseModel):
710
664
  r"""The maximum backoff interval, in milliseconds, Cribl Stream should apply. Default (and minimum) is 10,000 ms (10 seconds); maximum is 180,000 ms (180 seconds)."""
711
665
 
712
666
 
713
- class OutputGrafanaCloudBackpressureBehavior1(str, Enum, metaclass=utils.OpenEnumMeta):
667
+ class OutputGrafanaCloudBackpressureBehavior1(str, Enum):
714
668
  r"""How to handle events when all receivers are exerting backpressure"""
715
669
 
716
670
  BLOCK = "block"
@@ -718,21 +672,21 @@ class OutputGrafanaCloudBackpressureBehavior1(str, Enum, metaclass=utils.OpenEnu
718
672
  QUEUE = "queue"
719
673
 
720
674
 
721
- class OutputGrafanaCloudCompression1(str, Enum, metaclass=utils.OpenEnumMeta):
675
+ class OutputGrafanaCloudCompression1(str, Enum):
722
676
  r"""Codec to use to compress the persisted data"""
723
677
 
724
678
  NONE = "none"
725
679
  GZIP = "gzip"
726
680
 
727
681
 
728
- class OutputGrafanaCloudQueueFullBehavior1(str, Enum, metaclass=utils.OpenEnumMeta):
682
+ class OutputGrafanaCloudQueueFullBehavior1(str, Enum):
729
683
  r"""How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged."""
730
684
 
731
685
  BLOCK = "block"
732
686
  DROP = "drop"
733
687
 
734
688
 
735
- class OutputGrafanaCloudMode1(str, Enum, metaclass=utils.OpenEnumMeta):
689
+ class OutputGrafanaCloudMode1(str, Enum):
736
690
  r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
737
691
 
738
692
  ERROR = "error"
@@ -860,10 +814,7 @@ class OutputGrafanaCloudGrafanaCloud1(BaseModel):
860
814
  r"""Name of the event field that contains the message to send. If not specified, Stream sends a JSON representation of the whole event."""
861
815
 
862
816
  message_format: Annotated[
863
- Annotated[
864
- Optional[OutputGrafanaCloudMessageFormat1],
865
- PlainValidator(validate_open_enum(False)),
866
- ],
817
+ Optional[OutputGrafanaCloudMessageFormat1],
867
818
  pydantic.Field(alias="messageFormat"),
868
819
  ] = OutputGrafanaCloudMessageFormat1.PROTOBUF
869
820
  r"""Format to use when sending logs to Loki (Protobuf or JSON)"""
@@ -926,10 +877,7 @@ class OutputGrafanaCloudGrafanaCloud1(BaseModel):
926
877
  r"""Enable round-robin DNS lookup. When a DNS server returns multiple addresses, @{product} will cycle through them in the order returned. For optimal performance, consider enabling this setting for non-load balanced destinations."""
927
878
 
928
879
  failed_request_logging_mode: Annotated[
929
- Annotated[
930
- Optional[OutputGrafanaCloudFailedRequestLoggingMode1],
931
- PlainValidator(validate_open_enum(False)),
932
- ],
880
+ Optional[OutputGrafanaCloudFailedRequestLoggingMode1],
933
881
  pydantic.Field(alias="failedRequestLoggingMode"),
934
882
  ] = OutputGrafanaCloudFailedRequestLoggingMode1.NONE
935
883
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
@@ -956,10 +904,7 @@ class OutputGrafanaCloudGrafanaCloud1(BaseModel):
956
904
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
957
905
 
958
906
  on_backpressure: Annotated[
959
- Annotated[
960
- Optional[OutputGrafanaCloudBackpressureBehavior1],
961
- PlainValidator(validate_open_enum(False)),
962
- ],
907
+ Optional[OutputGrafanaCloudBackpressureBehavior1],
963
908
  pydantic.Field(alias="onBackpressure"),
964
909
  ] = OutputGrafanaCloudBackpressureBehavior1.BLOCK
965
910
  r"""How to handle events when all receivers are exerting backpressure"""
@@ -983,28 +928,18 @@ class OutputGrafanaCloudGrafanaCloud1(BaseModel):
983
928
  r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/<output-id>."""
984
929
 
985
930
  pq_compress: Annotated[
986
- Annotated[
987
- Optional[OutputGrafanaCloudCompression1],
988
- PlainValidator(validate_open_enum(False)),
989
- ],
990
- pydantic.Field(alias="pqCompress"),
931
+ Optional[OutputGrafanaCloudCompression1], pydantic.Field(alias="pqCompress")
991
932
  ] = OutputGrafanaCloudCompression1.NONE
992
933
  r"""Codec to use to compress the persisted data"""
993
934
 
994
935
  pq_on_backpressure: Annotated[
995
- Annotated[
996
- Optional[OutputGrafanaCloudQueueFullBehavior1],
997
- PlainValidator(validate_open_enum(False)),
998
- ],
936
+ Optional[OutputGrafanaCloudQueueFullBehavior1],
999
937
  pydantic.Field(alias="pqOnBackpressure"),
1000
938
  ] = OutputGrafanaCloudQueueFullBehavior1.BLOCK
1001
939
  r"""How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged."""
1002
940
 
1003
941
  pq_mode: Annotated[
1004
- Annotated[
1005
- Optional[OutputGrafanaCloudMode1], PlainValidator(validate_open_enum(False))
1006
- ],
1007
- pydantic.Field(alias="pqMode"),
942
+ Optional[OutputGrafanaCloudMode1], pydantic.Field(alias="pqMode")
1008
943
  ] = OutputGrafanaCloudMode1.ERROR
1009
944
  r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
1010
945
 
@@ -1,12 +1,9 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from cribl_control_plane import utils
5
4
  from cribl_control_plane.types import BaseModel
6
- from cribl_control_plane.utils import validate_open_enum
7
5
  from enum import Enum
8
6
  import pydantic
9
- from pydantic.functional_validators import PlainValidator
10
7
  from typing import List, Optional
11
8
  from typing_extensions import Annotated, NotRequired, TypedDict
12
9
 
@@ -15,14 +12,14 @@ class OutputGraphiteType(str, Enum):
15
12
  GRAPHITE = "graphite"
16
13
 
17
14
 
18
- class OutputGraphiteDestinationProtocol(str, Enum, metaclass=utils.OpenEnumMeta):
15
+ class OutputGraphiteDestinationProtocol(str, Enum):
19
16
  r"""Protocol to use when communicating with the destination."""
20
17
 
21
18
  UDP = "udp"
22
19
  TCP = "tcp"
23
20
 
24
21
 
25
- class OutputGraphiteBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
22
+ class OutputGraphiteBackpressureBehavior(str, Enum):
26
23
  r"""How to handle events when all receivers are exerting backpressure"""
27
24
 
28
25
  BLOCK = "block"
@@ -30,21 +27,21 @@ class OutputGraphiteBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta
30
27
  QUEUE = "queue"
31
28
 
32
29
 
33
- class OutputGraphiteCompression(str, Enum, metaclass=utils.OpenEnumMeta):
30
+ class OutputGraphiteCompression(str, Enum):
34
31
  r"""Codec to use to compress the persisted data"""
35
32
 
36
33
  NONE = "none"
37
34
  GZIP = "gzip"
38
35
 
39
36
 
40
- class OutputGraphiteQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
37
+ class OutputGraphiteQueueFullBehavior(str, Enum):
41
38
  r"""How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged."""
42
39
 
43
40
  BLOCK = "block"
44
41
  DROP = "drop"
45
42
 
46
43
 
47
- class OutputGraphiteMode(str, Enum, metaclass=utils.OpenEnumMeta):
44
+ class OutputGraphiteMode(str, Enum):
48
45
  r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
49
46
 
50
47
  ERROR = "error"
@@ -131,10 +128,9 @@ class OutputGraphite(BaseModel):
131
128
  streamtags: Optional[List[str]] = None
132
129
  r"""Tags for filtering and grouping in @{product}"""
133
130
 
134
- protocol: Annotated[
135
- Optional[OutputGraphiteDestinationProtocol],
136
- PlainValidator(validate_open_enum(False)),
137
- ] = OutputGraphiteDestinationProtocol.UDP
131
+ protocol: Optional[OutputGraphiteDestinationProtocol] = (
132
+ OutputGraphiteDestinationProtocol.UDP
133
+ )
138
134
  r"""Protocol to use when communicating with the destination."""
139
135
 
140
136
  port: Optional[float] = 8125
@@ -171,10 +167,7 @@ class OutputGraphite(BaseModel):
171
167
  r"""Amount of time (milliseconds) to wait for a write to complete before assuming connection is dead"""
172
168
 
173
169
  on_backpressure: Annotated[
174
- Annotated[
175
- Optional[OutputGraphiteBackpressureBehavior],
176
- PlainValidator(validate_open_enum(False)),
177
- ],
170
+ Optional[OutputGraphiteBackpressureBehavior],
178
171
  pydantic.Field(alias="onBackpressure"),
179
172
  ] = OutputGraphiteBackpressureBehavior.BLOCK
180
173
  r"""How to handle events when all receivers are exerting backpressure"""
@@ -193,29 +186,19 @@ class OutputGraphite(BaseModel):
193
186
  r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/<output-id>."""
194
187
 
195
188
  pq_compress: Annotated[
196
- Annotated[
197
- Optional[OutputGraphiteCompression],
198
- PlainValidator(validate_open_enum(False)),
199
- ],
200
- pydantic.Field(alias="pqCompress"),
189
+ Optional[OutputGraphiteCompression], pydantic.Field(alias="pqCompress")
201
190
  ] = OutputGraphiteCompression.NONE
202
191
  r"""Codec to use to compress the persisted data"""
203
192
 
204
193
  pq_on_backpressure: Annotated[
205
- Annotated[
206
- Optional[OutputGraphiteQueueFullBehavior],
207
- PlainValidator(validate_open_enum(False)),
208
- ],
194
+ Optional[OutputGraphiteQueueFullBehavior],
209
195
  pydantic.Field(alias="pqOnBackpressure"),
210
196
  ] = OutputGraphiteQueueFullBehavior.BLOCK
211
197
  r"""How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged."""
212
198
 
213
- pq_mode: Annotated[
214
- Annotated[
215
- Optional[OutputGraphiteMode], PlainValidator(validate_open_enum(False))
216
- ],
217
- pydantic.Field(alias="pqMode"),
218
- ] = OutputGraphiteMode.ERROR
199
+ pq_mode: Annotated[Optional[OutputGraphiteMode], pydantic.Field(alias="pqMode")] = (
200
+ OutputGraphiteMode.ERROR
201
+ )
219
202
  r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
220
203
 
221
204
  pq_controls: Annotated[
@@ -1,12 +1,9 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from cribl_control_plane import utils
5
4
  from cribl_control_plane.types import BaseModel
6
- from cribl_control_plane.utils import validate_open_enum
7
5
  from enum import Enum
8
6
  import pydantic
9
- from pydantic.functional_validators import PlainValidator
10
7
  from typing import List, Optional
11
8
  from typing_extensions import Annotated, NotRequired, TypedDict
12
9
 
@@ -26,7 +23,7 @@ class OutputHoneycombExtraHTTPHeader(BaseModel):
26
23
  name: Optional[str] = None
27
24
 
28
25
 
29
- class OutputHoneycombFailedRequestLoggingMode(str, Enum, metaclass=utils.OpenEnumMeta):
26
+ class OutputHoneycombFailedRequestLoggingMode(str, Enum):
30
27
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
31
28
 
32
29
  PAYLOAD = "payload"
@@ -88,7 +85,7 @@ class OutputHoneycombTimeoutRetrySettings(BaseModel):
88
85
  r"""The maximum backoff interval, in milliseconds, Cribl Stream should apply. Default (and minimum) is 10,000 ms (10 seconds); maximum is 180,000 ms (180 seconds)."""
89
86
 
90
87
 
91
- class OutputHoneycombBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
88
+ class OutputHoneycombBackpressureBehavior(str, Enum):
92
89
  r"""How to handle events when all receivers are exerting backpressure"""
93
90
 
94
91
  BLOCK = "block"
@@ -96,28 +93,28 @@ class OutputHoneycombBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMet
96
93
  QUEUE = "queue"
97
94
 
98
95
 
99
- class OutputHoneycombAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
96
+ class OutputHoneycombAuthenticationMethod(str, Enum):
100
97
  r"""Enter API key directly, or select a stored secret"""
101
98
 
102
99
  MANUAL = "manual"
103
100
  SECRET = "secret"
104
101
 
105
102
 
106
- class OutputHoneycombCompression(str, Enum, metaclass=utils.OpenEnumMeta):
103
+ class OutputHoneycombCompression(str, Enum):
107
104
  r"""Codec to use to compress the persisted data"""
108
105
 
109
106
  NONE = "none"
110
107
  GZIP = "gzip"
111
108
 
112
109
 
113
- class OutputHoneycombQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
110
+ class OutputHoneycombQueueFullBehavior(str, Enum):
114
111
  r"""How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged."""
115
112
 
116
113
  BLOCK = "block"
117
114
  DROP = "drop"
118
115
 
119
116
 
120
- class OutputHoneycombMode(str, Enum, metaclass=utils.OpenEnumMeta):
117
+ class OutputHoneycombMode(str, Enum):
121
118
  r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
122
119
 
123
120
  ERROR = "error"
@@ -270,10 +267,7 @@ class OutputHoneycomb(BaseModel):
270
267
  r"""Enable round-robin DNS lookup. When a DNS server returns multiple addresses, @{product} will cycle through them in the order returned. For optimal performance, consider enabling this setting for non-load balanced destinations."""
271
268
 
272
269
  failed_request_logging_mode: Annotated[
273
- Annotated[
274
- Optional[OutputHoneycombFailedRequestLoggingMode],
275
- PlainValidator(validate_open_enum(False)),
276
- ],
270
+ Optional[OutputHoneycombFailedRequestLoggingMode],
277
271
  pydantic.Field(alias="failedRequestLoggingMode"),
278
272
  ] = OutputHoneycombFailedRequestLoggingMode.NONE
279
273
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
@@ -300,20 +294,13 @@ class OutputHoneycomb(BaseModel):
300
294
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
301
295
 
302
296
  on_backpressure: Annotated[
303
- Annotated[
304
- Optional[OutputHoneycombBackpressureBehavior],
305
- PlainValidator(validate_open_enum(False)),
306
- ],
297
+ Optional[OutputHoneycombBackpressureBehavior],
307
298
  pydantic.Field(alias="onBackpressure"),
308
299
  ] = OutputHoneycombBackpressureBehavior.BLOCK
309
300
  r"""How to handle events when all receivers are exerting backpressure"""
310
301
 
311
302
  auth_type: Annotated[
312
- Annotated[
313
- Optional[OutputHoneycombAuthenticationMethod],
314
- PlainValidator(validate_open_enum(False)),
315
- ],
316
- pydantic.Field(alias="authType"),
303
+ Optional[OutputHoneycombAuthenticationMethod], pydantic.Field(alias="authType")
317
304
  ] = OutputHoneycombAuthenticationMethod.MANUAL
318
305
  r"""Enter API key directly, or select a stored secret"""
319
306
 
@@ -333,28 +320,18 @@ class OutputHoneycomb(BaseModel):
333
320
  r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/<output-id>."""
334
321
 
335
322
  pq_compress: Annotated[
336
- Annotated[
337
- Optional[OutputHoneycombCompression],
338
- PlainValidator(validate_open_enum(False)),
339
- ],
340
- pydantic.Field(alias="pqCompress"),
323
+ Optional[OutputHoneycombCompression], pydantic.Field(alias="pqCompress")
341
324
  ] = OutputHoneycombCompression.NONE
342
325
  r"""Codec to use to compress the persisted data"""
343
326
 
344
327
  pq_on_backpressure: Annotated[
345
- Annotated[
346
- Optional[OutputHoneycombQueueFullBehavior],
347
- PlainValidator(validate_open_enum(False)),
348
- ],
328
+ Optional[OutputHoneycombQueueFullBehavior],
349
329
  pydantic.Field(alias="pqOnBackpressure"),
350
330
  ] = OutputHoneycombQueueFullBehavior.BLOCK
351
331
  r"""How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged."""
352
332
 
353
333
  pq_mode: Annotated[
354
- Annotated[
355
- Optional[OutputHoneycombMode], PlainValidator(validate_open_enum(False))
356
- ],
357
- pydantic.Field(alias="pqMode"),
334
+ Optional[OutputHoneycombMode], pydantic.Field(alias="pqMode")
358
335
  ] = OutputHoneycombMode.ERROR
359
336
  r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
360
337