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
11
8
  from typing_extensions import Annotated, NotRequired, TypedDict
12
9
 
@@ -26,14 +23,14 @@ class InputSqsConnection(BaseModel):
26
23
  pipeline: Optional[str] = None
27
24
 
28
25
 
29
- class InputSqsMode(str, Enum, metaclass=utils.OpenEnumMeta):
26
+ class InputSqsMode(str, Enum):
30
27
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
28
 
32
29
  SMART = "smart"
33
30
  ALWAYS = "always"
34
31
 
35
32
 
36
- class InputSqsCompression(str, Enum, metaclass=utils.OpenEnumMeta):
33
+ class InputSqsCompression(str, Enum):
37
34
  r"""Codec to use to compress the persisted data"""
38
35
 
39
36
  NONE = "none"
@@ -67,9 +64,7 @@ class InputSqsPqTypedDict(TypedDict):
67
64
 
68
65
 
69
66
  class InputSqsPq(BaseModel):
70
- mode: Annotated[
71
- Optional[InputSqsMode], PlainValidator(validate_open_enum(False))
72
- ] = InputSqsMode.ALWAYS
67
+ mode: Optional[InputSqsMode] = InputSqsMode.ALWAYS
73
68
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
74
69
 
75
70
  max_buffer_size: Annotated[
@@ -93,9 +88,7 @@ class InputSqsPq(BaseModel):
93
88
  path: Optional[str] = "$CRIBL_HOME/state/queues"
94
89
  r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
95
90
 
96
- compress: Annotated[
97
- Optional[InputSqsCompression], PlainValidator(validate_open_enum(False))
98
- ] = InputSqsCompression.NONE
91
+ compress: Optional[InputSqsCompression] = InputSqsCompression.NONE
99
92
  r"""Codec to use to compress the persisted data"""
100
93
 
101
94
  pq_controls: Annotated[
@@ -103,14 +96,14 @@ class InputSqsPq(BaseModel):
103
96
  ] = None
104
97
 
105
98
 
106
- class InputSqsQueueType(str, Enum, metaclass=utils.OpenEnumMeta):
99
+ class InputSqsQueueType(str, Enum):
107
100
  r"""The queue type used (or created)"""
108
101
 
109
102
  STANDARD = "standard"
110
103
  FIFO = "fifo"
111
104
 
112
105
 
113
- class InputSqsAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
106
+ class InputSqsAuthenticationMethod(str, Enum):
114
107
  r"""AWS authentication method. Choose Auto to use IAM roles."""
115
108
 
116
109
  AUTO = "auto"
@@ -118,7 +111,7 @@ class InputSqsAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
118
111
  SECRET = "secret"
119
112
 
120
113
 
121
- class InputSqsSignatureVersion(str, Enum, metaclass=utils.OpenEnumMeta):
114
+ class InputSqsSignatureVersion(str, Enum):
122
115
  r"""Signature version to use for signing SQS requests"""
123
116
 
124
117
  V2 = "v2"
@@ -235,10 +228,7 @@ class InputSqs(BaseModel):
235
228
  pq: Optional[InputSqsPq] = None
236
229
 
237
230
  queue_type: Annotated[
238
- Annotated[
239
- Optional[InputSqsQueueType], PlainValidator(validate_open_enum(False))
240
- ],
241
- pydantic.Field(alias="queueType"),
231
+ Optional[InputSqsQueueType], pydantic.Field(alias="queueType")
242
232
  ] = InputSqsQueueType.STANDARD
243
233
  r"""The queue type used (or created)"""
244
234
 
@@ -251,10 +241,7 @@ class InputSqs(BaseModel):
251
241
  r"""Create queue if it does not exist"""
252
242
 
253
243
  aws_authentication_method: Annotated[
254
- Annotated[
255
- Optional[InputSqsAuthenticationMethod],
256
- PlainValidator(validate_open_enum(False)),
257
- ],
244
+ Optional[InputSqsAuthenticationMethod],
258
245
  pydantic.Field(alias="awsAuthenticationMethod"),
259
246
  ] = InputSqsAuthenticationMethod.AUTO
260
247
  r"""AWS authentication method. Choose Auto to use IAM roles."""
@@ -270,11 +257,7 @@ class InputSqs(BaseModel):
270
257
  r"""SQS service endpoint. If empty, defaults to the AWS Region-specific endpoint. Otherwise, it must point to SQS-compatible endpoint."""
271
258
 
272
259
  signature_version: Annotated[
273
- Annotated[
274
- Optional[InputSqsSignatureVersion],
275
- PlainValidator(validate_open_enum(False)),
276
- ],
277
- pydantic.Field(alias="signatureVersion"),
260
+ Optional[InputSqsSignatureVersion], pydantic.Field(alias="signatureVersion")
278
261
  ] = InputSqsSignatureVersion.V4
279
262
  r"""Signature version to use for signing SQS requests"""
280
263
 
@@ -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 Any, List, Optional, Union
11
8
  from typing_extensions import Annotated, NotRequired, TypeAliasType, TypedDict
12
9
 
@@ -26,14 +23,14 @@ class InputSyslogConnection2(BaseModel):
26
23
  pipeline: Optional[str] = None
27
24
 
28
25
 
29
- class InputSyslogMode2(str, Enum, metaclass=utils.OpenEnumMeta):
26
+ class InputSyslogMode2(str, Enum):
30
27
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
28
 
32
29
  SMART = "smart"
33
30
  ALWAYS = "always"
34
31
 
35
32
 
36
- class InputSyslogCompression2(str, Enum, metaclass=utils.OpenEnumMeta):
33
+ class InputSyslogCompression2(str, Enum):
37
34
  r"""Codec to use to compress the persisted data"""
38
35
 
39
36
  NONE = "none"
@@ -67,9 +64,7 @@ class InputSyslogPq2TypedDict(TypedDict):
67
64
 
68
65
 
69
66
  class InputSyslogPq2(BaseModel):
70
- mode: Annotated[
71
- Optional[InputSyslogMode2], PlainValidator(validate_open_enum(False))
72
- ] = InputSyslogMode2.ALWAYS
67
+ mode: Optional[InputSyslogMode2] = InputSyslogMode2.ALWAYS
73
68
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
74
69
 
75
70
  max_buffer_size: Annotated[
@@ -93,9 +88,7 @@ class InputSyslogPq2(BaseModel):
93
88
  path: Optional[str] = "$CRIBL_HOME/state/queues"
94
89
  r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
95
90
 
96
- compress: Annotated[
97
- Optional[InputSyslogCompression2], PlainValidator(validate_open_enum(False))
98
- ] = InputSyslogCompression2.NONE
91
+ compress: Optional[InputSyslogCompression2] = InputSyslogCompression2.NONE
99
92
  r"""Codec to use to compress the persisted data"""
100
93
 
101
94
  pq_controls: Annotated[
@@ -103,14 +96,14 @@ class InputSyslogPq2(BaseModel):
103
96
  ] = None
104
97
 
105
98
 
106
- class InputSyslogMinimumTLSVersion2(str, Enum, metaclass=utils.OpenEnumMeta):
99
+ class InputSyslogMinimumTLSVersion2(str, Enum):
107
100
  TL_SV1 = "TLSv1"
108
101
  TL_SV1_1 = "TLSv1.1"
109
102
  TL_SV1_2 = "TLSv1.2"
110
103
  TL_SV1_3 = "TLSv1.3"
111
104
 
112
105
 
113
- class InputSyslogMaximumTLSVersion2(str, Enum, metaclass=utils.OpenEnumMeta):
106
+ class InputSyslogMaximumTLSVersion2(str, Enum):
114
107
  TL_SV1 = "TLSv1"
115
108
  TL_SV1_1 = "TLSv1.1"
116
109
  TL_SV1_2 = "TLSv1.2"
@@ -169,19 +162,11 @@ class InputSyslogTLSSettingsServerSide2(BaseModel):
169
162
  ] = None
170
163
 
171
164
  min_version: Annotated[
172
- Annotated[
173
- Optional[InputSyslogMinimumTLSVersion2],
174
- PlainValidator(validate_open_enum(False)),
175
- ],
176
- pydantic.Field(alias="minVersion"),
165
+ Optional[InputSyslogMinimumTLSVersion2], pydantic.Field(alias="minVersion")
177
166
  ] = None
178
167
 
179
168
  max_version: Annotated[
180
- Annotated[
181
- Optional[InputSyslogMaximumTLSVersion2],
182
- PlainValidator(validate_open_enum(False)),
183
- ],
184
- pydantic.Field(alias="maxVersion"),
169
+ Optional[InputSyslogMaximumTLSVersion2], pydantic.Field(alias="maxVersion")
185
170
  ] = None
186
171
 
187
172
 
@@ -409,14 +394,14 @@ class InputSyslogConnection1(BaseModel):
409
394
  pipeline: Optional[str] = None
410
395
 
411
396
 
412
- class InputSyslogMode1(str, Enum, metaclass=utils.OpenEnumMeta):
397
+ class InputSyslogMode1(str, Enum):
413
398
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
414
399
 
415
400
  SMART = "smart"
416
401
  ALWAYS = "always"
417
402
 
418
403
 
419
- class InputSyslogCompression1(str, Enum, metaclass=utils.OpenEnumMeta):
404
+ class InputSyslogCompression1(str, Enum):
420
405
  r"""Codec to use to compress the persisted data"""
421
406
 
422
407
  NONE = "none"
@@ -450,9 +435,7 @@ class InputSyslogPq1TypedDict(TypedDict):
450
435
 
451
436
 
452
437
  class InputSyslogPq1(BaseModel):
453
- mode: Annotated[
454
- Optional[InputSyslogMode1], PlainValidator(validate_open_enum(False))
455
- ] = InputSyslogMode1.ALWAYS
438
+ mode: Optional[InputSyslogMode1] = InputSyslogMode1.ALWAYS
456
439
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
457
440
 
458
441
  max_buffer_size: Annotated[
@@ -476,9 +459,7 @@ class InputSyslogPq1(BaseModel):
476
459
  path: Optional[str] = "$CRIBL_HOME/state/queues"
477
460
  r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
478
461
 
479
- compress: Annotated[
480
- Optional[InputSyslogCompression1], PlainValidator(validate_open_enum(False))
481
- ] = InputSyslogCompression1.NONE
462
+ compress: Optional[InputSyslogCompression1] = InputSyslogCompression1.NONE
482
463
  r"""Codec to use to compress the persisted data"""
483
464
 
484
465
  pq_controls: Annotated[
@@ -486,14 +467,14 @@ class InputSyslogPq1(BaseModel):
486
467
  ] = None
487
468
 
488
469
 
489
- class InputSyslogMinimumTLSVersion1(str, Enum, metaclass=utils.OpenEnumMeta):
470
+ class InputSyslogMinimumTLSVersion1(str, Enum):
490
471
  TL_SV1 = "TLSv1"
491
472
  TL_SV1_1 = "TLSv1.1"
492
473
  TL_SV1_2 = "TLSv1.2"
493
474
  TL_SV1_3 = "TLSv1.3"
494
475
 
495
476
 
496
- class InputSyslogMaximumTLSVersion1(str, Enum, metaclass=utils.OpenEnumMeta):
477
+ class InputSyslogMaximumTLSVersion1(str, Enum):
497
478
  TL_SV1 = "TLSv1"
498
479
  TL_SV1_1 = "TLSv1.1"
499
480
  TL_SV1_2 = "TLSv1.2"
@@ -552,19 +533,11 @@ class InputSyslogTLSSettingsServerSide1(BaseModel):
552
533
  ] = None
553
534
 
554
535
  min_version: Annotated[
555
- Annotated[
556
- Optional[InputSyslogMinimumTLSVersion1],
557
- PlainValidator(validate_open_enum(False)),
558
- ],
559
- pydantic.Field(alias="minVersion"),
536
+ Optional[InputSyslogMinimumTLSVersion1], pydantic.Field(alias="minVersion")
560
537
  ] = None
561
538
 
562
539
  max_version: Annotated[
563
- Annotated[
564
- Optional[InputSyslogMaximumTLSVersion1],
565
- PlainValidator(validate_open_enum(False)),
566
- ],
567
- pydantic.Field(alias="maxVersion"),
540
+ Optional[InputSyslogMaximumTLSVersion1], pydantic.Field(alias="maxVersion")
568
541
  ] = None
569
542
 
570
543
 
@@ -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,14 +23,14 @@ class InputSystemMetricsConnection(BaseModel):
26
23
  pipeline: Optional[str] = None
27
24
 
28
25
 
29
- class InputSystemMetricsPqMode(str, Enum, metaclass=utils.OpenEnumMeta):
26
+ class InputSystemMetricsPqMode(str, Enum):
30
27
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
28
 
32
29
  SMART = "smart"
33
30
  ALWAYS = "always"
34
31
 
35
32
 
36
- class InputSystemMetricsCompression(str, Enum, metaclass=utils.OpenEnumMeta):
33
+ class InputSystemMetricsCompression(str, Enum):
37
34
  r"""Codec to use to compress the persisted data"""
38
35
 
39
36
  NONE = "none"
@@ -67,9 +64,7 @@ class InputSystemMetricsPqTypedDict(TypedDict):
67
64
 
68
65
 
69
66
  class InputSystemMetricsPq(BaseModel):
70
- mode: Annotated[
71
- Optional[InputSystemMetricsPqMode], PlainValidator(validate_open_enum(False))
72
- ] = InputSystemMetricsPqMode.ALWAYS
67
+ mode: Optional[InputSystemMetricsPqMode] = InputSystemMetricsPqMode.ALWAYS
73
68
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
74
69
 
75
70
  max_buffer_size: Annotated[
@@ -93,10 +88,9 @@ class InputSystemMetricsPq(BaseModel):
93
88
  path: Optional[str] = "$CRIBL_HOME/state/queues"
94
89
  r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
95
90
 
96
- compress: Annotated[
97
- Optional[InputSystemMetricsCompression],
98
- PlainValidator(validate_open_enum(False)),
99
- ] = InputSystemMetricsCompression.NONE
91
+ compress: Optional[InputSystemMetricsCompression] = (
92
+ InputSystemMetricsCompression.NONE
93
+ )
100
94
  r"""Codec to use to compress the persisted data"""
101
95
 
102
96
  pq_controls: Annotated[
@@ -104,7 +98,7 @@ class InputSystemMetricsPq(BaseModel):
104
98
  ] = None
105
99
 
106
100
 
107
- class InputSystemMetricsHostMode(str, Enum, metaclass=utils.OpenEnumMeta):
101
+ class InputSystemMetricsHostMode(str, Enum):
108
102
  r"""Select level of detail for host metrics"""
109
103
 
110
104
  BASIC = "basic"
@@ -113,7 +107,7 @@ class InputSystemMetricsHostMode(str, Enum, metaclass=utils.OpenEnumMeta):
113
107
  DISABLED = "disabled"
114
108
 
115
109
 
116
- class InputSystemMetricsSystemMode(str, Enum, metaclass=utils.OpenEnumMeta):
110
+ class InputSystemMetricsSystemMode(str, Enum):
117
111
  r"""Select the level of detail for system metrics"""
118
112
 
119
113
  BASIC = "basic"
@@ -130,17 +124,14 @@ class InputSystemMetricsSystemTypedDict(TypedDict):
130
124
 
131
125
 
132
126
  class InputSystemMetricsSystem(BaseModel):
133
- mode: Annotated[
134
- Optional[InputSystemMetricsSystemMode],
135
- PlainValidator(validate_open_enum(False)),
136
- ] = InputSystemMetricsSystemMode.BASIC
127
+ mode: Optional[InputSystemMetricsSystemMode] = InputSystemMetricsSystemMode.BASIC
137
128
  r"""Select the level of detail for system metrics"""
138
129
 
139
130
  processes: Optional[bool] = False
140
131
  r"""Generate metrics for the numbers of processes in various states"""
141
132
 
142
133
 
143
- class InputSystemMetricsCPUMode(str, Enum, metaclass=utils.OpenEnumMeta):
134
+ class InputSystemMetricsCPUMode(str, Enum):
144
135
  r"""Select the level of detail for CPU metrics"""
145
136
 
146
137
  BASIC = "basic"
@@ -161,9 +152,7 @@ class InputSystemMetricsCPUTypedDict(TypedDict):
161
152
 
162
153
 
163
154
  class InputSystemMetricsCPU(BaseModel):
164
- mode: Annotated[
165
- Optional[InputSystemMetricsCPUMode], PlainValidator(validate_open_enum(False))
166
- ] = InputSystemMetricsCPUMode.BASIC
155
+ mode: Optional[InputSystemMetricsCPUMode] = InputSystemMetricsCPUMode.BASIC
167
156
  r"""Select the level of detail for CPU metrics"""
168
157
 
169
158
  per_cpu: Annotated[Optional[bool], pydantic.Field(alias="perCpu")] = False
@@ -176,7 +165,7 @@ class InputSystemMetricsCPU(BaseModel):
176
165
  r"""Generate raw, monotonic CPU time counters"""
177
166
 
178
167
 
179
- class InputSystemMetricsMemoryMode(str, Enum, metaclass=utils.OpenEnumMeta):
168
+ class InputSystemMetricsMemoryMode(str, Enum):
180
169
  r"""Select the level of detail for memory metrics"""
181
170
 
182
171
  BASIC = "basic"
@@ -193,17 +182,14 @@ class InputSystemMetricsMemoryTypedDict(TypedDict):
193
182
 
194
183
 
195
184
  class InputSystemMetricsMemory(BaseModel):
196
- mode: Annotated[
197
- Optional[InputSystemMetricsMemoryMode],
198
- PlainValidator(validate_open_enum(False)),
199
- ] = InputSystemMetricsMemoryMode.BASIC
185
+ mode: Optional[InputSystemMetricsMemoryMode] = InputSystemMetricsMemoryMode.BASIC
200
186
  r"""Select the level of detail for memory metrics"""
201
187
 
202
188
  detail: Optional[bool] = False
203
189
  r"""Generate metrics for all memory states"""
204
190
 
205
191
 
206
- class InputSystemMetricsNetworkMode(str, Enum, metaclass=utils.OpenEnumMeta):
192
+ class InputSystemMetricsNetworkMode(str, Enum):
207
193
  r"""Select the level of detail for network metrics"""
208
194
 
209
195
  BASIC = "basic"
@@ -224,10 +210,7 @@ class InputSystemMetricsNetworkTypedDict(TypedDict):
224
210
 
225
211
 
226
212
  class InputSystemMetricsNetwork(BaseModel):
227
- mode: Annotated[
228
- Optional[InputSystemMetricsNetworkMode],
229
- PlainValidator(validate_open_enum(False)),
230
- ] = InputSystemMetricsNetworkMode.BASIC
213
+ mode: Optional[InputSystemMetricsNetworkMode] = InputSystemMetricsNetworkMode.BASIC
231
214
  r"""Select the level of detail for network metrics"""
232
215
 
233
216
  devices: Optional[List[str]] = None
@@ -242,7 +225,7 @@ class InputSystemMetricsNetwork(BaseModel):
242
225
  r"""Generate full network metrics"""
243
226
 
244
227
 
245
- class InputSystemMetricsDiskMode(str, Enum, metaclass=utils.OpenEnumMeta):
228
+ class InputSystemMetricsDiskMode(str, Enum):
246
229
  r"""Select the level of detail for disk metrics"""
247
230
 
248
231
  BASIC = "basic"
@@ -267,9 +250,7 @@ class InputSystemMetricsDiskTypedDict(TypedDict):
267
250
 
268
251
 
269
252
  class InputSystemMetricsDisk(BaseModel):
270
- mode: Annotated[
271
- Optional[InputSystemMetricsDiskMode], PlainValidator(validate_open_enum(False))
272
- ] = InputSystemMetricsDiskMode.BASIC
253
+ mode: Optional[InputSystemMetricsDiskMode] = InputSystemMetricsDiskMode.BASIC
273
254
  r"""Select the level of detail for disk metrics"""
274
255
 
275
256
  devices: Optional[List[str]] = None
@@ -315,9 +296,7 @@ class InputSystemMetricsHostTypedDict(TypedDict):
315
296
 
316
297
 
317
298
  class InputSystemMetricsHost(BaseModel):
318
- mode: Annotated[
319
- Optional[InputSystemMetricsHostMode], PlainValidator(validate_open_enum(False))
320
- ] = InputSystemMetricsHostMode.BASIC
299
+ mode: Optional[InputSystemMetricsHostMode] = InputSystemMetricsHostMode.BASIC
321
300
  r"""Select level of detail for host metrics"""
322
301
 
323
302
  custom: Optional[InputSystemMetricsCustom] = None
@@ -349,7 +328,7 @@ class InputSystemMetricsProcess(BaseModel):
349
328
  r"""Configure sets to collect process metrics"""
350
329
 
351
330
 
352
- class ContainerMode(str, Enum, metaclass=utils.OpenEnumMeta):
331
+ class ContainerMode(str, Enum):
353
332
  r"""Select the level of detail for container metrics"""
354
333
 
355
334
  BASIC = "basic"
@@ -384,9 +363,7 @@ class ContainerTypedDict(TypedDict):
384
363
 
385
364
 
386
365
  class Container(BaseModel):
387
- mode: Annotated[
388
- Optional[ContainerMode], PlainValidator(validate_open_enum(False))
389
- ] = ContainerMode.BASIC
366
+ mode: Optional[ContainerMode] = ContainerMode.BASIC
390
367
  r"""Select the level of detail for container metrics"""
391
368
 
392
369
  docker_socket: Annotated[
@@ -427,7 +404,7 @@ class InputSystemMetricsMetadatum(BaseModel):
427
404
  r"""JavaScript expression to compute field's value, enclosed in quotes or backticks. (Can evaluate to a constant.)"""
428
405
 
429
406
 
430
- class InputSystemMetricsDataCompressionFormat(str, Enum, metaclass=utils.OpenEnumMeta):
407
+ class InputSystemMetricsDataCompressionFormat(str, Enum):
431
408
  NONE = "none"
432
409
  GZIP = "gzip"
433
410
 
@@ -459,10 +436,9 @@ class InputSystemMetricsPersistence(BaseModel):
459
436
  max_data_time: Annotated[Optional[str], pydantic.Field(alias="maxDataTime")] = "24h"
460
437
  r"""Maximum amount of time to retain data (examples: 2h, 4d). When limit is reached, older data will be deleted."""
461
438
 
462
- compress: Annotated[
463
- Optional[InputSystemMetricsDataCompressionFormat],
464
- PlainValidator(validate_open_enum(False)),
465
- ] = InputSystemMetricsDataCompressionFormat.GZIP
439
+ compress: Optional[InputSystemMetricsDataCompressionFormat] = (
440
+ InputSystemMetricsDataCompressionFormat.GZIP
441
+ )
466
442
 
467
443
  dest_path: Annotated[Optional[str], pydantic.Field(alias="destPath")] = (
468
444
  "$CRIBL_HOME/state/system_metrics"
@@ -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,14 +23,14 @@ class InputSystemStateConnection(BaseModel):
26
23
  pipeline: Optional[str] = None
27
24
 
28
25
 
29
- class InputSystemStateMode(str, Enum, metaclass=utils.OpenEnumMeta):
26
+ class InputSystemStateMode(str, Enum):
30
27
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
28
 
32
29
  SMART = "smart"
33
30
  ALWAYS = "always"
34
31
 
35
32
 
36
- class InputSystemStateCompression(str, Enum, metaclass=utils.OpenEnumMeta):
33
+ class InputSystemStateCompression(str, Enum):
37
34
  r"""Codec to use to compress the persisted data"""
38
35
 
39
36
  NONE = "none"
@@ -67,9 +64,7 @@ class InputSystemStatePqTypedDict(TypedDict):
67
64
 
68
65
 
69
66
  class InputSystemStatePq(BaseModel):
70
- mode: Annotated[
71
- Optional[InputSystemStateMode], PlainValidator(validate_open_enum(False))
72
- ] = InputSystemStateMode.ALWAYS
67
+ mode: Optional[InputSystemStateMode] = InputSystemStateMode.ALWAYS
73
68
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
74
69
 
75
70
  max_buffer_size: Annotated[
@@ -93,9 +88,7 @@ class InputSystemStatePq(BaseModel):
93
88
  path: Optional[str] = "$CRIBL_HOME/state/queues"
94
89
  r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
95
90
 
96
- compress: Annotated[
97
- Optional[InputSystemStateCompression], PlainValidator(validate_open_enum(False))
98
- ] = InputSystemStateCompression.NONE
91
+ compress: Optional[InputSystemStateCompression] = InputSystemStateCompression.NONE
99
92
  r"""Codec to use to compress the persisted data"""
100
93
 
101
94
  pq_controls: Annotated[
@@ -310,7 +303,7 @@ class Collectors(BaseModel):
310
303
  r"""Creates events from list of logged-in users"""
311
304
 
312
305
 
313
- class InputSystemStateDataCompressionFormat(str, Enum, metaclass=utils.OpenEnumMeta):
306
+ class InputSystemStateDataCompressionFormat(str, Enum):
314
307
  NONE = "none"
315
308
  GZIP = "gzip"
316
309
 
@@ -342,10 +335,9 @@ class InputSystemStatePersistence(BaseModel):
342
335
  max_data_time: Annotated[Optional[str], pydantic.Field(alias="maxDataTime")] = "24h"
343
336
  r"""Maximum amount of time to retain data (examples: 2h, 4d). When limit is reached, older data will be deleted."""
344
337
 
345
- compress: Annotated[
346
- Optional[InputSystemStateDataCompressionFormat],
347
- PlainValidator(validate_open_enum(False)),
348
- ] = InputSystemStateDataCompressionFormat.NONE
338
+ compress: Optional[InputSystemStateDataCompressionFormat] = (
339
+ InputSystemStateDataCompressionFormat.NONE
340
+ )
349
341
 
350
342
  dest_path: Annotated[Optional[str], pydantic.Field(alias="destPath")] = (
351
343
  "$CRIBL_HOME/state/system_state"
@@ -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 Any, List, Optional
11
8
  from typing_extensions import Annotated, NotRequired, TypedDict
12
9
 
@@ -26,14 +23,14 @@ class InputTCPConnection(BaseModel):
26
23
  pipeline: Optional[str] = None
27
24
 
28
25
 
29
- class InputTCPMode(str, Enum, metaclass=utils.OpenEnumMeta):
26
+ class InputTCPMode(str, Enum):
30
27
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
28
 
32
29
  SMART = "smart"
33
30
  ALWAYS = "always"
34
31
 
35
32
 
36
- class InputTCPCompression(str, Enum, metaclass=utils.OpenEnumMeta):
33
+ class InputTCPCompression(str, Enum):
37
34
  r"""Codec to use to compress the persisted data"""
38
35
 
39
36
  NONE = "none"
@@ -67,9 +64,7 @@ class InputTCPPqTypedDict(TypedDict):
67
64
 
68
65
 
69
66
  class InputTCPPq(BaseModel):
70
- mode: Annotated[
71
- Optional[InputTCPMode], PlainValidator(validate_open_enum(False))
72
- ] = InputTCPMode.ALWAYS
67
+ mode: Optional[InputTCPMode] = InputTCPMode.ALWAYS
73
68
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
74
69
 
75
70
  max_buffer_size: Annotated[
@@ -93,9 +88,7 @@ class InputTCPPq(BaseModel):
93
88
  path: Optional[str] = "$CRIBL_HOME/state/queues"
94
89
  r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
95
90
 
96
- compress: Annotated[
97
- Optional[InputTCPCompression], PlainValidator(validate_open_enum(False))
98
- ] = InputTCPCompression.NONE
91
+ compress: Optional[InputTCPCompression] = InputTCPCompression.NONE
99
92
  r"""Codec to use to compress the persisted data"""
100
93
 
101
94
  pq_controls: Annotated[
@@ -103,14 +96,14 @@ class InputTCPPq(BaseModel):
103
96
  ] = None
104
97
 
105
98
 
106
- class InputTCPMinimumTLSVersion(str, Enum, metaclass=utils.OpenEnumMeta):
99
+ class InputTCPMinimumTLSVersion(str, Enum):
107
100
  TL_SV1 = "TLSv1"
108
101
  TL_SV1_1 = "TLSv1.1"
109
102
  TL_SV1_2 = "TLSv1.2"
110
103
  TL_SV1_3 = "TLSv1.3"
111
104
 
112
105
 
113
- class InputTCPMaximumTLSVersion(str, Enum, metaclass=utils.OpenEnumMeta):
106
+ class InputTCPMaximumTLSVersion(str, Enum):
114
107
  TL_SV1 = "TLSv1"
115
108
  TL_SV1_1 = "TLSv1.1"
116
109
  TL_SV1_2 = "TLSv1.2"
@@ -169,19 +162,11 @@ class InputTCPTLSSettingsServerSide(BaseModel):
169
162
  ] = None
170
163
 
171
164
  min_version: Annotated[
172
- Annotated[
173
- Optional[InputTCPMinimumTLSVersion],
174
- PlainValidator(validate_open_enum(False)),
175
- ],
176
- pydantic.Field(alias="minVersion"),
165
+ Optional[InputTCPMinimumTLSVersion], pydantic.Field(alias="minVersion")
177
166
  ] = None
178
167
 
179
168
  max_version: Annotated[
180
- Annotated[
181
- Optional[InputTCPMaximumTLSVersion],
182
- PlainValidator(validate_open_enum(False)),
183
- ],
184
- pydantic.Field(alias="maxVersion"),
169
+ Optional[InputTCPMaximumTLSVersion], pydantic.Field(alias="maxVersion")
185
170
  ] = None
186
171
 
187
172
 
@@ -216,7 +201,7 @@ class InputTCPPreprocess(BaseModel):
216
201
  r"""Arguments to be added to the custom command"""
217
202
 
218
203
 
219
- class InputTCPAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
204
+ class InputTCPAuthenticationMethod(str, Enum):
220
205
  r"""Select Manual to enter an auth token directly, or select Secret to use a text secret to authenticate"""
221
206
 
222
207
  MANUAL = "manual"
@@ -363,10 +348,6 @@ class InputTCP(BaseModel):
363
348
  description: Optional[str] = None
364
349
 
365
350
  auth_type: Annotated[
366
- Annotated[
367
- Optional[InputTCPAuthenticationMethod],
368
- PlainValidator(validate_open_enum(False)),
369
- ],
370
- pydantic.Field(alias="authType"),
351
+ Optional[InputTCPAuthenticationMethod], pydantic.Field(alias="authType")
371
352
  ] = InputTCPAuthenticationMethod.MANUAL
372
353
  r"""Select Manual to enter an auth token directly, or select Secret to use a text secret to authenticate"""