cribl-control-plane 0.0.16__py3-none-any.whl → 0.0.17__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 (133) hide show
  1. cribl_control_plane/_version.py +3 -3
  2. cribl_control_plane/errors/healthstatus_error.py +2 -8
  3. cribl_control_plane/models/__init__.py +4124 -4124
  4. cribl_control_plane/models/createinputop.py +1734 -2771
  5. cribl_control_plane/models/createoutputop.py +2153 -4314
  6. cribl_control_plane/models/healthstatus.py +4 -7
  7. cribl_control_plane/models/inputappscope.py +16 -36
  8. cribl_control_plane/models/inputazureblob.py +8 -19
  9. cribl_control_plane/models/inputcollection.py +6 -15
  10. cribl_control_plane/models/inputconfluentcloud.py +20 -45
  11. cribl_control_plane/models/inputcribl.py +6 -13
  12. cribl_control_plane/models/inputcriblhttp.py +10 -27
  13. cribl_control_plane/models/inputcribllakehttp.py +12 -26
  14. cribl_control_plane/models/inputcriblmetrics.py +6 -14
  15. cribl_control_plane/models/inputcribltcp.py +10 -27
  16. cribl_control_plane/models/inputcrowdstrike.py +12 -28
  17. cribl_control_plane/models/inputdatadogagent.py +10 -28
  18. cribl_control_plane/models/inputdatagen.py +6 -13
  19. cribl_control_plane/models/inputedgeprometheus.py +31 -64
  20. cribl_control_plane/models/inputelastic.py +16 -44
  21. cribl_control_plane/models/inputeventhub.py +8 -19
  22. cribl_control_plane/models/inputexec.py +8 -16
  23. cribl_control_plane/models/inputfile.py +8 -17
  24. cribl_control_plane/models/inputfirehose.py +10 -27
  25. cribl_control_plane/models/inputgooglepubsub.py +8 -23
  26. cribl_control_plane/models/inputgrafana_union.py +35 -81
  27. cribl_control_plane/models/inputhttp.py +10 -27
  28. cribl_control_plane/models/inputhttpraw.py +10 -27
  29. cribl_control_plane/models/inputjournalfiles.py +6 -16
  30. cribl_control_plane/models/inputkafka.py +16 -45
  31. cribl_control_plane/models/inputkinesis.py +16 -42
  32. cribl_control_plane/models/inputkubeevents.py +6 -13
  33. cribl_control_plane/models/inputkubelogs.py +10 -18
  34. cribl_control_plane/models/inputkubemetrics.py +10 -18
  35. cribl_control_plane/models/inputloki.py +12 -33
  36. cribl_control_plane/models/inputmetrics.py +10 -25
  37. cribl_control_plane/models/inputmodeldriventelemetry.py +12 -32
  38. cribl_control_plane/models/inputmsk.py +18 -52
  39. cribl_control_plane/models/inputnetflow.py +6 -15
  40. cribl_control_plane/models/inputoffice365mgmt.py +16 -37
  41. cribl_control_plane/models/inputoffice365msgtrace.py +18 -39
  42. cribl_control_plane/models/inputoffice365service.py +18 -39
  43. cribl_control_plane/models/inputopentelemetry.py +18 -42
  44. cribl_control_plane/models/inputprometheus.py +20 -54
  45. cribl_control_plane/models/inputprometheusrw.py +12 -34
  46. cribl_control_plane/models/inputrawudp.py +6 -15
  47. cribl_control_plane/models/inputs3.py +10 -23
  48. cribl_control_plane/models/inputs3inventory.py +12 -28
  49. cribl_control_plane/models/inputsecuritylake.py +12 -29
  50. cribl_control_plane/models/inputsnmp.py +8 -20
  51. cribl_control_plane/models/inputsplunk.py +14 -37
  52. cribl_control_plane/models/inputsplunkhec.py +12 -33
  53. cribl_control_plane/models/inputsplunksearch.py +16 -37
  54. cribl_control_plane/models/inputsqs.py +12 -31
  55. cribl_control_plane/models/inputsyslog_union.py +29 -53
  56. cribl_control_plane/models/inputsystemmetrics.py +26 -50
  57. cribl_control_plane/models/inputsystemstate.py +10 -18
  58. cribl_control_plane/models/inputtcp.py +12 -33
  59. cribl_control_plane/models/inputtcpjson.py +12 -33
  60. cribl_control_plane/models/inputwef.py +20 -45
  61. cribl_control_plane/models/inputwindowsmetrics.py +26 -46
  62. cribl_control_plane/models/inputwineventlogs.py +12 -22
  63. cribl_control_plane/models/inputwiz.py +10 -25
  64. cribl_control_plane/models/inputzscalerhec.py +12 -33
  65. cribl_control_plane/models/output.py +3 -6
  66. cribl_control_plane/models/outputazureblob.py +20 -52
  67. cribl_control_plane/models/outputazuredataexplorer.py +30 -77
  68. cribl_control_plane/models/outputazureeventhub.py +20 -44
  69. cribl_control_plane/models/outputazurelogs.py +14 -37
  70. cribl_control_plane/models/outputclickhouse.py +22 -59
  71. cribl_control_plane/models/outputcloudwatch.py +12 -33
  72. cribl_control_plane/models/outputconfluentcloud.py +32 -75
  73. cribl_control_plane/models/outputcriblhttp.py +18 -46
  74. cribl_control_plane/models/outputcribllake.py +18 -48
  75. cribl_control_plane/models/outputcribltcp.py +20 -47
  76. cribl_control_plane/models/outputcrowdstrikenextgensiem.py +16 -54
  77. cribl_control_plane/models/outputdatadog.py +22 -50
  78. cribl_control_plane/models/outputdataset.py +20 -48
  79. cribl_control_plane/models/outputdefault.py +2 -5
  80. cribl_control_plane/models/outputdevnull.py +2 -5
  81. cribl_control_plane/models/outputdiskspool.py +4 -9
  82. cribl_control_plane/models/outputdls3.py +26 -72
  83. cribl_control_plane/models/outputdynatracehttp.py +22 -57
  84. cribl_control_plane/models/outputdynatraceotlp.py +24 -59
  85. cribl_control_plane/models/outputelastic.py +20 -45
  86. cribl_control_plane/models/outputelasticcloud.py +14 -40
  87. cribl_control_plane/models/outputexabeam.py +12 -33
  88. cribl_control_plane/models/outputfilesystem.py +16 -41
  89. cribl_control_plane/models/outputgooglechronicle.py +18 -54
  90. cribl_control_plane/models/outputgooglecloudlogging.py +16 -46
  91. cribl_control_plane/models/outputgooglecloudstorage.py +26 -71
  92. cribl_control_plane/models/outputgooglepubsub.py +16 -39
  93. cribl_control_plane/models/{outputgrafanacloud_union.py → outputgrafanacloud.py} +49 -110
  94. cribl_control_plane/models/outputgraphite.py +16 -35
  95. cribl_control_plane/models/outputhoneycomb.py +14 -37
  96. cribl_control_plane/models/outputhumiohec.py +18 -47
  97. cribl_control_plane/models/outputinfluxdb.py +18 -44
  98. cribl_control_plane/models/outputkafka.py +28 -73
  99. cribl_control_plane/models/outputkinesis.py +18 -44
  100. cribl_control_plane/models/outputloki.py +18 -43
  101. cribl_control_plane/models/outputminio.py +26 -69
  102. cribl_control_plane/models/outputmsk.py +30 -81
  103. cribl_control_plane/models/outputnetflow.py +2 -5
  104. cribl_control_plane/models/outputnewrelic.py +20 -45
  105. cribl_control_plane/models/outputnewrelicevents.py +16 -45
  106. cribl_control_plane/models/outputopentelemetry.py +28 -69
  107. cribl_control_plane/models/outputprometheus.py +14 -37
  108. cribl_control_plane/models/outputring.py +10 -21
  109. cribl_control_plane/models/outputrouter.py +2 -5
  110. cribl_control_plane/models/outputs3.py +28 -72
  111. cribl_control_plane/models/outputsecuritylake.py +20 -56
  112. cribl_control_plane/models/outputsentinel.py +20 -49
  113. cribl_control_plane/models/outputsentineloneaisiem.py +20 -54
  114. cribl_control_plane/models/outputservicenow.py +26 -64
  115. cribl_control_plane/models/outputsignalfx.py +16 -39
  116. cribl_control_plane/models/outputsnmp.py +2 -5
  117. cribl_control_plane/models/outputsns.py +16 -40
  118. cribl_control_plane/models/outputsplunk.py +26 -64
  119. cribl_control_plane/models/outputsplunkhec.py +14 -37
  120. cribl_control_plane/models/outputsplunklb.py +36 -83
  121. cribl_control_plane/models/outputsqs.py +18 -45
  122. cribl_control_plane/models/outputstatsd.py +16 -34
  123. cribl_control_plane/models/outputstatsdext.py +14 -33
  124. cribl_control_plane/models/outputsumologic.py +14 -37
  125. cribl_control_plane/models/outputsyslog.py +26 -60
  126. cribl_control_plane/models/outputtcpjson.py +22 -54
  127. cribl_control_plane/models/outputwavefront.py +14 -37
  128. cribl_control_plane/models/outputwebhook.py +24 -60
  129. cribl_control_plane/models/outputxsiam.py +16 -37
  130. {cribl_control_plane-0.0.16.dist-info → cribl_control_plane-0.0.17.dist-info}/METADATA +1 -1
  131. cribl_control_plane-0.0.17.dist-info/RECORD +215 -0
  132. cribl_control_plane-0.0.16.dist-info/RECORD +0 -215
  133. {cribl_control_plane-0.0.16.dist-info → cribl_control_plane-0.0.17.dist-info}/WHEEL +0 -0
@@ -1,21 +1,18 @@
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
 
13
10
 
14
- class OutputWebhookType(str, Enum, metaclass=utils.OpenEnumMeta):
11
+ class OutputWebhookType(str, Enum):
15
12
  WEBHOOK = "webhook"
16
13
 
17
14
 
18
- class OutputWebhookMethod(str, Enum, metaclass=utils.OpenEnumMeta):
15
+ class OutputWebhookMethod(str, Enum):
19
16
  r"""The method to use when sending events"""
20
17
 
21
18
  POST = "POST"
@@ -23,7 +20,7 @@ class OutputWebhookMethod(str, Enum, metaclass=utils.OpenEnumMeta):
23
20
  PATCH = "PATCH"
24
21
 
25
22
 
26
- class OutputWebhookFormat(str, Enum, metaclass=utils.OpenEnumMeta):
23
+ class OutputWebhookFormat(str, Enum):
27
24
  r"""How to format events before sending out"""
28
25
 
29
26
  NDJSON = "ndjson"
@@ -43,7 +40,7 @@ class OutputWebhookExtraHTTPHeader(BaseModel):
43
40
  name: Optional[str] = None
44
41
 
45
42
 
46
- class OutputWebhookFailedRequestLoggingMode(str, Enum, metaclass=utils.OpenEnumMeta):
43
+ class OutputWebhookFailedRequestLoggingMode(str, Enum):
47
44
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
48
45
 
49
46
  PAYLOAD = "payload"
@@ -105,7 +102,7 @@ class OutputWebhookTimeoutRetrySettings(BaseModel):
105
102
  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)."""
106
103
 
107
104
 
108
- class OutputWebhookBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
105
+ class OutputWebhookBackpressureBehavior(str, Enum):
109
106
  r"""How to handle events when all receivers are exerting backpressure"""
110
107
 
111
108
  BLOCK = "block"
@@ -113,7 +110,7 @@ class OutputWebhookBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta)
113
110
  QUEUE = "queue"
114
111
 
115
112
 
116
- class OutputWebhookAuthenticationType(str, Enum, metaclass=utils.OpenEnumMeta):
113
+ class OutputWebhookAuthenticationType(str, Enum):
117
114
  r"""Authentication method to use for the HTTP request"""
118
115
 
119
116
  NONE = "none"
@@ -124,14 +121,14 @@ class OutputWebhookAuthenticationType(str, Enum, metaclass=utils.OpenEnumMeta):
124
121
  OAUTH = "oauth"
125
122
 
126
123
 
127
- class OutputWebhookMinimumTLSVersion(str, Enum, metaclass=utils.OpenEnumMeta):
124
+ class OutputWebhookMinimumTLSVersion(str, Enum):
128
125
  TL_SV1 = "TLSv1"
129
126
  TL_SV1_1 = "TLSv1.1"
130
127
  TL_SV1_2 = "TLSv1.2"
131
128
  TL_SV1_3 = "TLSv1.3"
132
129
 
133
130
 
134
- class OutputWebhookMaximumTLSVersion(str, Enum, metaclass=utils.OpenEnumMeta):
131
+ class OutputWebhookMaximumTLSVersion(str, Enum):
135
132
  TL_SV1 = "TLSv1"
136
133
  TL_SV1_1 = "TLSv1.1"
137
134
  TL_SV1_2 = "TLSv1.2"
@@ -180,37 +177,29 @@ class OutputWebhookTLSSettingsClientSide(BaseModel):
180
177
  r"""Passphrase to use to decrypt private key"""
181
178
 
182
179
  min_version: Annotated[
183
- Annotated[
184
- Optional[OutputWebhookMinimumTLSVersion],
185
- PlainValidator(validate_open_enum(False)),
186
- ],
187
- pydantic.Field(alias="minVersion"),
180
+ Optional[OutputWebhookMinimumTLSVersion], pydantic.Field(alias="minVersion")
188
181
  ] = None
189
182
 
190
183
  max_version: Annotated[
191
- Annotated[
192
- Optional[OutputWebhookMaximumTLSVersion],
193
- PlainValidator(validate_open_enum(False)),
194
- ],
195
- pydantic.Field(alias="maxVersion"),
184
+ Optional[OutputWebhookMaximumTLSVersion], pydantic.Field(alias="maxVersion")
196
185
  ] = None
197
186
 
198
187
 
199
- class OutputWebhookCompression(str, Enum, metaclass=utils.OpenEnumMeta):
188
+ class OutputWebhookCompression(str, Enum):
200
189
  r"""Codec to use to compress the persisted data"""
201
190
 
202
191
  NONE = "none"
203
192
  GZIP = "gzip"
204
193
 
205
194
 
206
- class OutputWebhookQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
195
+ class OutputWebhookQueueFullBehavior(str, Enum):
207
196
  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."""
208
197
 
209
198
  BLOCK = "block"
210
199
  DROP = "drop"
211
200
 
212
201
 
213
- class OutputWebhookMode(str, Enum, metaclass=utils.OpenEnumMeta):
202
+ class OutputWebhookMode(str, Enum):
214
203
  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."""
215
204
 
216
205
  ERROR = "error"
@@ -399,7 +388,7 @@ class OutputWebhook(BaseModel):
399
388
  id: str
400
389
  r"""Unique ID for this output"""
401
390
 
402
- type: Annotated[OutputWebhookType, PlainValidator(validate_open_enum(False))]
391
+ type: OutputWebhookType
403
392
 
404
393
  pipeline: Optional[str] = None
405
394
  r"""Pipeline to process data before sending out to this output"""
@@ -415,16 +404,11 @@ class OutputWebhook(BaseModel):
415
404
  streamtags: Optional[List[str]] = None
416
405
  r"""Tags for filtering and grouping in @{product}"""
417
406
 
418
- method: Annotated[
419
- Optional[OutputWebhookMethod], PlainValidator(validate_open_enum(False))
420
- ] = OutputWebhookMethod.POST
407
+ method: Optional[OutputWebhookMethod] = OutputWebhookMethod.POST
421
408
  r"""The method to use when sending events"""
422
409
 
423
410
  format_: Annotated[
424
- Annotated[
425
- Optional[OutputWebhookFormat], PlainValidator(validate_open_enum(False))
426
- ],
427
- pydantic.Field(alias="format"),
411
+ Optional[OutputWebhookFormat], pydantic.Field(alias="format")
428
412
  ] = OutputWebhookFormat.NDJSON
429
413
  r"""How to format events before sending out"""
430
414
 
@@ -475,10 +459,7 @@ class OutputWebhook(BaseModel):
475
459
  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."""
476
460
 
477
461
  failed_request_logging_mode: Annotated[
478
- Annotated[
479
- Optional[OutputWebhookFailedRequestLoggingMode],
480
- PlainValidator(validate_open_enum(False)),
481
- ],
462
+ Optional[OutputWebhookFailedRequestLoggingMode],
482
463
  pydantic.Field(alias="failedRequestLoggingMode"),
483
464
  ] = OutputWebhookFailedRequestLoggingMode.NONE
484
465
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
@@ -505,20 +486,13 @@ class OutputWebhook(BaseModel):
505
486
  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."""
506
487
 
507
488
  on_backpressure: Annotated[
508
- Annotated[
509
- Optional[OutputWebhookBackpressureBehavior],
510
- PlainValidator(validate_open_enum(False)),
511
- ],
489
+ Optional[OutputWebhookBackpressureBehavior],
512
490
  pydantic.Field(alias="onBackpressure"),
513
491
  ] = OutputWebhookBackpressureBehavior.BLOCK
514
492
  r"""How to handle events when all receivers are exerting backpressure"""
515
493
 
516
494
  auth_type: Annotated[
517
- Annotated[
518
- Optional[OutputWebhookAuthenticationType],
519
- PlainValidator(validate_open_enum(False)),
520
- ],
521
- pydantic.Field(alias="authType"),
495
+ Optional[OutputWebhookAuthenticationType], pydantic.Field(alias="authType")
522
496
  ] = OutputWebhookAuthenticationType.NONE
523
497
  r"""Authentication method to use for the HTTP request"""
524
498
 
@@ -590,29 +564,19 @@ class OutputWebhook(BaseModel):
590
564
  r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/<output-id>."""
591
565
 
592
566
  pq_compress: Annotated[
593
- Annotated[
594
- Optional[OutputWebhookCompression],
595
- PlainValidator(validate_open_enum(False)),
596
- ],
597
- pydantic.Field(alias="pqCompress"),
567
+ Optional[OutputWebhookCompression], pydantic.Field(alias="pqCompress")
598
568
  ] = OutputWebhookCompression.NONE
599
569
  r"""Codec to use to compress the persisted data"""
600
570
 
601
571
  pq_on_backpressure: Annotated[
602
- Annotated[
603
- Optional[OutputWebhookQueueFullBehavior],
604
- PlainValidator(validate_open_enum(False)),
605
- ],
572
+ Optional[OutputWebhookQueueFullBehavior],
606
573
  pydantic.Field(alias="pqOnBackpressure"),
607
574
  ] = OutputWebhookQueueFullBehavior.BLOCK
608
575
  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."""
609
576
 
610
- pq_mode: Annotated[
611
- Annotated[
612
- Optional[OutputWebhookMode], PlainValidator(validate_open_enum(False))
613
- ],
614
- pydantic.Field(alias="pqMode"),
615
- ] = OutputWebhookMode.ERROR
577
+ pq_mode: Annotated[Optional[OutputWebhookMode], pydantic.Field(alias="pqMode")] = (
578
+ OutputWebhookMode.ERROR
579
+ )
616
580
  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."""
617
581
 
618
582
  pq_controls: Annotated[
@@ -1,17 +1,14 @@
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
 
13
10
 
14
- class OutputXsiamType(str, Enum, metaclass=utils.OpenEnumMeta):
11
+ class OutputXsiamType(str, Enum):
15
12
  XSIAM = "xsiam"
16
13
 
17
14
 
@@ -26,7 +23,7 @@ class OutputXsiamExtraHTTPHeader(BaseModel):
26
23
  name: Optional[str] = None
27
24
 
28
25
 
29
- class OutputXsiamFailedRequestLoggingMode(str, Enum, metaclass=utils.OpenEnumMeta):
26
+ class OutputXsiamFailedRequestLoggingMode(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"
@@ -34,7 +31,7 @@ class OutputXsiamFailedRequestLoggingMode(str, Enum, metaclass=utils.OpenEnumMet
34
31
  NONE = "none"
35
32
 
36
33
 
37
- class OutputXsiamAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
34
+ class OutputXsiamAuthenticationMethod(str, Enum):
38
35
  r"""Enter a token directly, or provide a secret referencing a token"""
39
36
 
40
37
  TOKEN = "token"
@@ -95,7 +92,7 @@ class OutputXsiamTimeoutRetrySettings(BaseModel):
95
92
  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)."""
96
93
 
97
94
 
98
- class OutputXsiamBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
95
+ class OutputXsiamBackpressureBehavior(str, Enum):
99
96
  r"""How to handle events when all receivers are exerting backpressure"""
100
97
 
101
98
  BLOCK = "block"
@@ -116,21 +113,21 @@ class OutputXsiamURL(BaseModel):
116
113
  r"""Assign a weight (>0) to each endpoint to indicate its traffic-handling capability"""
117
114
 
118
115
 
119
- class OutputXsiamCompression(str, Enum, metaclass=utils.OpenEnumMeta):
116
+ class OutputXsiamCompression(str, Enum):
120
117
  r"""Codec to use to compress the persisted data"""
121
118
 
122
119
  NONE = "none"
123
120
  GZIP = "gzip"
124
121
 
125
122
 
126
- class OutputXsiamQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
123
+ class OutputXsiamQueueFullBehavior(str, Enum):
127
124
  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."""
128
125
 
129
126
  BLOCK = "block"
130
127
  DROP = "drop"
131
128
 
132
129
 
133
- class OutputXsiamMode(str, Enum, metaclass=utils.OpenEnumMeta):
130
+ class OutputXsiamMode(str, Enum):
134
131
  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."""
135
132
 
136
133
  ERROR = "error"
@@ -229,7 +226,7 @@ class OutputXsiam(BaseModel):
229
226
  id: str
230
227
  r"""Unique ID for this output"""
231
228
 
232
- type: Annotated[OutputXsiamType, PlainValidator(validate_open_enum(False))]
229
+ type: OutputXsiamType
233
230
 
234
231
  pipeline: Optional[str] = None
235
232
  r"""Pipeline to process data before sending out to this output"""
@@ -286,10 +283,7 @@ class OutputXsiam(BaseModel):
286
283
  r"""Headers to add to all events"""
287
284
 
288
285
  failed_request_logging_mode: Annotated[
289
- Annotated[
290
- Optional[OutputXsiamFailedRequestLoggingMode],
291
- PlainValidator(validate_open_enum(False)),
292
- ],
286
+ Optional[OutputXsiamFailedRequestLoggingMode],
293
287
  pydantic.Field(alias="failedRequestLoggingMode"),
294
288
  ] = OutputXsiamFailedRequestLoggingMode.NONE
295
289
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
@@ -300,11 +294,7 @@ class OutputXsiam(BaseModel):
300
294
  r"""List of headers that are safe to log in plain text"""
301
295
 
302
296
  auth_type: Annotated[
303
- Annotated[
304
- Optional[OutputXsiamAuthenticationMethod],
305
- PlainValidator(validate_open_enum(False)),
306
- ],
307
- pydantic.Field(alias="authType"),
297
+ Optional[OutputXsiamAuthenticationMethod], pydantic.Field(alias="authType")
308
298
  ] = OutputXsiamAuthenticationMethod.TOKEN
309
299
  r"""Enter a token directly, or provide a secret referencing a token"""
310
300
 
@@ -330,10 +320,7 @@ class OutputXsiam(BaseModel):
330
320
  r"""Maximum number of requests to limit to per second"""
331
321
 
332
322
  on_backpressure: Annotated[
333
- Annotated[
334
- Optional[OutputXsiamBackpressureBehavior],
335
- PlainValidator(validate_open_enum(False)),
336
- ],
323
+ Optional[OutputXsiamBackpressureBehavior],
337
324
  pydantic.Field(alias="onBackpressure"),
338
325
  ] = OutputXsiamBackpressureBehavior.BLOCK
339
326
  r"""How to handle events when all receivers are exerting backpressure"""
@@ -388,26 +375,18 @@ class OutputXsiam(BaseModel):
388
375
  r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/<output-id>."""
389
376
 
390
377
  pq_compress: Annotated[
391
- Annotated[
392
- Optional[OutputXsiamCompression], PlainValidator(validate_open_enum(False))
393
- ],
394
- pydantic.Field(alias="pqCompress"),
378
+ Optional[OutputXsiamCompression], pydantic.Field(alias="pqCompress")
395
379
  ] = OutputXsiamCompression.NONE
396
380
  r"""Codec to use to compress the persisted data"""
397
381
 
398
382
  pq_on_backpressure: Annotated[
399
- Annotated[
400
- Optional[OutputXsiamQueueFullBehavior],
401
- PlainValidator(validate_open_enum(False)),
402
- ],
403
- pydantic.Field(alias="pqOnBackpressure"),
383
+ Optional[OutputXsiamQueueFullBehavior], pydantic.Field(alias="pqOnBackpressure")
404
384
  ] = OutputXsiamQueueFullBehavior.BLOCK
405
385
  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."""
406
386
 
407
- pq_mode: Annotated[
408
- Annotated[Optional[OutputXsiamMode], PlainValidator(validate_open_enum(False))],
409
- pydantic.Field(alias="pqMode"),
410
- ] = OutputXsiamMode.ERROR
387
+ pq_mode: Annotated[Optional[OutputXsiamMode], pydantic.Field(alias="pqMode")] = (
388
+ OutputXsiamMode.ERROR
389
+ )
411
390
  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."""
412
391
 
413
392
  pq_controls: Annotated[
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: cribl-control-plane
3
- Version: 0.0.16
3
+ Version: 0.0.17
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -0,0 +1,215 @@
1
+ cribl_control_plane/__init__.py,sha256=w2u919V3Tzv4zEPQ-OYJ79gQ_4_SyW7GOFFoHtqXDFA,401
2
+ cribl_control_plane/_hooks/__init__.py,sha256=9_7W5jAYw8rcO8Kfc-Ty-lB82BHfksAJJpVFb_UeU1c,146
3
+ cribl_control_plane/_hooks/clientcredentials.py,sha256=gVQkktlv3q4-AHOdbQl5r8i-GMv7TUY6nezBOx19JaQ,6713
4
+ cribl_control_plane/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
5
+ cribl_control_plane/_hooks/sdkhooks.py,sha256=ggXjME1_Rdv8CVCg1XHqB83eYtbxzKyhXyfQ36Yc1gA,2816
6
+ cribl_control_plane/_hooks/types.py,sha256=Tw_C4zTZm01rW_89VDEUpvQ8KQr1WxN0Gu_-s_fYSPc,2998
7
+ cribl_control_plane/_version.py,sha256=oBrJ__tDgCEuTf8mlTTeRSy7UMC_zMzimwzutj-ft2M,542
8
+ cribl_control_plane/auth_sdk.py,sha256=Jxw8hPHbBFay5eXcaRBtgdCC06mh5XHkRbZcIM0vvB8,7431
9
+ cribl_control_plane/basesdk.py,sha256=amvvB5iPT7c-L6NLo2Rhu2f7xWaapsa6OfQ37SICXOw,11954
10
+ cribl_control_plane/destinations.py,sha256=9L_VzqiAh8xAN4JNBsU7FT7ZFRiBuhtf-5mJBCbZj-g,65733
11
+ cribl_control_plane/errors/__init__.py,sha256=Xyh3WNPYYsJGQfGBLeaaK6eqwsJOtx-__zmvwwr4Mns,1833
12
+ cribl_control_plane/errors/apierror.py,sha256=Z3b3zk672zHljcdijGLJeJ2LiP1f3VpVDEqUuF7LDAA,1253
13
+ cribl_control_plane/errors/criblcontrolplaneerror.py,sha256=P9SU33LkmvyURdJbndHJxXu2KW_3u059peZJ8C80LfM,724
14
+ cribl_control_plane/errors/error.py,sha256=fZ72R_qeZ0-xd514dVqKKiqh7zzLmnkpPJfckpHOCj4,693
15
+ cribl_control_plane/errors/healthstatus_error.py,sha256=Hgn36yszsiYPS3cG__-PKHDDbPn6tt_ybD_UNw5r9b4,950
16
+ cribl_control_plane/errors/no_response_error.py,sha256=FQG44Lq6uF7uUlzbUYfM3dJon6sbqXzJ0Ri6YrDdsEs,380
17
+ cribl_control_plane/errors/responsevalidationerror.py,sha256=TvZ9dOsy-oFBYA_wZCOOEXeGKMBQtzCVX-1-i7epQTE,720
18
+ cribl_control_plane/health.py,sha256=nK_Q4lDXi8zkfAqcIv9X4zBGi8BzomaBQWBD7TsSwLk,6743
19
+ cribl_control_plane/httpclient.py,sha256=Eu73urOAiZQtdUIyOUnPccxCiBbWEKrXG-JrRG3SLM4,3946
20
+ cribl_control_plane/models/__init__.py,sha256=2Y9lzks7-onSqnG2MYymZ6e47SDMiRj6hOqyIc7TMNw,540317
21
+ cribl_control_plane/models/addhectokenrequest.py,sha256=mzQLKrMWlwxNheqEs5SM_yrT-gyenfCWgHKhmb5oXFQ,800
22
+ cribl_control_plane/models/authtoken.py,sha256=uW0aIs8j14CQzFM2ueY5GIWFulna91cigBWQ3oPlDgY,295
23
+ cribl_control_plane/models/createinputhectokenbyidop.py,sha256=KfgOUUTbWqoDIPmwmFmKi-HzqRQFt_KpmKqkqXBzjAA,1438
24
+ cribl_control_plane/models/createinputop.py,sha256=9G6EOCekm30Z_e9UV2e5EdtRdT2ig8h_rA1iRuU2OJo,867541
25
+ cribl_control_plane/models/createoutputop.py,sha256=BVIypGl2lzz60gseySEiBJ7wPSYpmCtk2HjOjB4i6P8,911422
26
+ cribl_control_plane/models/createoutputtestbyidop.py,sha256=2ll9hE3r0VTgyOD7U2obiQFQF4NlbrlEBG3lPXsI5Y8,1533
27
+ cribl_control_plane/models/createpipelineop.py,sha256=JNTwQf1nQk5kCYbAvSlLex2X9sTzjwIHoeMeIUbD-NE,726
28
+ cribl_control_plane/models/createroutesappendbyidop.py,sha256=_Fo5lDkv-lqPxS2R59cIBP9A9jnc9SpPjAwNg1dCLI8,1515
29
+ cribl_control_plane/models/criblevent.py,sha256=eT6WbxhOOCx5OQLkAfhwG6IeSUuUmF7hLTxeCHut4bo,361
30
+ cribl_control_plane/models/deleteinputbyidop.py,sha256=8mFzAyTUv6EJ-5Ivm4TSklARGQVim5busV7u51zHyzo,1067
31
+ cribl_control_plane/models/deleteoutputbyidop.py,sha256=1tNS3O5EK9V0DaWcvvUr-KOQhhpslk_aydhf36pyYfs,1086
32
+ cribl_control_plane/models/deleteoutputpqbyidop.py,sha256=jLy8wreVzCsTTifXL3rHPXnku3G97ZCnbHPGamw-t9g,1042
33
+ cribl_control_plane/models/deletepipelinebyidop.py,sha256=2TPgET3YUtlqvAjW-iZXcx0yQVBLqVf9UjjgGJzAZ9E,1098
34
+ cribl_control_plane/models/getinputbyidop.py,sha256=5V8AlcIjtaLkmBB1y9Aivng8TmM4CmfnfOUBIQ120_0,1049
35
+ cribl_control_plane/models/getoutputbyidop.py,sha256=1PFQIUUaPB6jovQOiCe7iU0tKrW3PhtOyM7FntrGVRQ,1068
36
+ cribl_control_plane/models/getoutputpqbyidop.py,sha256=4YN2pdg-WpUi9nuBQTgFOp1wMOK79KBdC5fqNLuUQtA,1030
37
+ cribl_control_plane/models/getoutputsamplesbyidop.py,sha256=TB8iEYWYKhsK5CYaNPdjWo37y9TFvd9c6sSOJNlAM4o,1187
38
+ cribl_control_plane/models/getpipelinebyidop.py,sha256=ky8YvLZRrUCs4HTiAvMcQ-nfIWb8Ke7NeDJMw1xdEho,1080
39
+ cribl_control_plane/models/getroutesbyidop.py,sha256=9TeXnLc_WkHoAYbykYxlDP-I0AzsrlYi-iA28jhmpZ8,1058
40
+ cribl_control_plane/models/healthstatus.py,sha256=u4ePDejWSLI7yhfFxKyB5GVkihAG_z9PcHqCA2H9-e0,735
41
+ cribl_control_plane/models/input.py,sha256=qJc9jqd52wQ1s5p76_ZgafxK7mQeuSoememiF2go62U,7604
42
+ cribl_control_plane/models/inputappscope.py,sha256=BNZCGeZpOoIzfDNoe5S6Lo80HSzvwz6u9KmY2f_tPD8,19905
43
+ cribl_control_plane/models/inputazureblob.py,sha256=Uc3rFKDNQfoywHkw9x-3-UxFypWLFBXBglp7ga5UiJA,14822
44
+ cribl_control_plane/models/inputcollection.py,sha256=gt4yqEBcudPhV7pKmfeKtz9m9MtZ88sZ4ijZ4lTh870,9237
45
+ cribl_control_plane/models/inputconfluentcloud.py,sha256=wqSD0feXi--q1It_8YkSFsUp5CnMp1PnvcLjY7dM4z4,28374
46
+ cribl_control_plane/models/inputcribl.py,sha256=Tew5QUE2JA55MxiR5qM3ikEOY4fGW0um-JsFaIvO7qg,6923
47
+ cribl_control_plane/models/inputcriblhttp.py,sha256=OGxyXQMK6A7odgsODhbNtsjYABGCzUe6cj7iJWCFI4E,15336
48
+ cribl_control_plane/models/inputcribllakehttp.py,sha256=U_wxW88VOsQPXiB8rRUjYWxrLA54Ml8x7CMwd8WyUr0,15520
49
+ cribl_control_plane/models/inputcriblmetrics.py,sha256=2_bGBIUO7wwVJpVWzEPJ5_J3XphTKchCs3E0n8luEOY,8107
50
+ cribl_control_plane/models/inputcribltcp.py,sha256=2vhnRfLo1Rt7FSlDwm9KaJUjarkZ467i4OXE5HuQzfw,13154
51
+ cribl_control_plane/models/inputcrowdstrike.py,sha256=pG6JyMftN8-7sEooaUegiUPfg9EeBNuUi4ZpKG_yOO0,19910
52
+ cribl_control_plane/models/inputdatadogagent.py,sha256=UNWSxeKt1pzEjZZ7yJnWGO8vFE9QH7UVLqkJER7kBs4,16922
53
+ cribl_control_plane/models/inputdatagen.py,sha256=bgm6NJZcUje88mFIu6KGmcNGEGmOFGn8JzrUZ7TLepg,7386
54
+ cribl_control_plane/models/inputedgeprometheus.py,sha256=UI2zWFaETX5XXiJF90FOjtxLS7THHkqe8HodRvRZ2Cc,21937
55
+ cribl_control_plane/models/inputelastic.py,sha256=WMz39HmI7VvC26lmCg2b5hpF9Esp9I47cTzWoX2iGWM,21199
56
+ cribl_control_plane/models/inputeventhub.py,sha256=zh01IUQiYBJibkE4O-tsoO-6DwETlZ5ajmeg8JUjdbA,19461
57
+ cribl_control_plane/models/inputexec.py,sha256=rYwqSCjDjJ7NeoW11QO0hnThKWpcS2BtRIFQ2euSGxk,9110
58
+ cribl_control_plane/models/inputfile.py,sha256=rubUETJnaNb3jiwQm2vd4uGNUaGlvm_Sxb6f9cYLVS4,11955
59
+ cribl_control_plane/models/inputfirehose.py,sha256=Eq2IfH8NzMnhq1Z1wQXmOcjZZihMB5F9TnSLADgUVsI,15297
60
+ cribl_control_plane/models/inputgooglepubsub.py,sha256=J9ww_mjodvFHs7HLoWTLhykPohIYeaYllwpyiiIrJLg,11832
61
+ cribl_control_plane/models/inputgrafana_union.py,sha256=WOq_21eaJs0fGl7E1G6pHU6yXohRj2Ji5vzqTLAq4yU,56008
62
+ cribl_control_plane/models/inputhttp.py,sha256=g6oDpC5n-hGtBy7RKBY83nm6JSKfb9QmyXPJOUyKFcM,18070
63
+ cribl_control_plane/models/inputhttpraw.py,sha256=HMPEbqn57eQr7XvJIudVo4cs88wJN-acQdLw9ImG14s,18445
64
+ cribl_control_plane/models/inputjournalfiles.py,sha256=eXK8B2Ic4eNKq5-zPJx94xHtY_C0U5bcfLsrjiHlS-U,9427
65
+ cribl_control_plane/models/inputkafka.py,sha256=Y3Yf_IGIyrs2UTVL_hDKD-6hPP5GqMW9XLdqP7lLeGY,27920
66
+ cribl_control_plane/models/inputkinesis.py,sha256=szZRZXLCqR_yVvHdHWH_0mRnjtVLPJNnH865pm208DQ,15460
67
+ cribl_control_plane/models/inputkubeevents.py,sha256=7b2a5F_BmUGzMMqbqnrH48IDVq3al-0Jagegnsvk3Lw,7675
68
+ cribl_control_plane/models/inputkubelogs.py,sha256=BDCgOVlluC6tGNp6w63-C9YOdB4PDpsv56JfpTD2ZLw,11787
69
+ cribl_control_plane/models/inputkubemetrics.py,sha256=gtO_Rq3jZ4KMrvtuuOCOivT8J2K4MyH0xaWKRTa3i_Q,10177
70
+ cribl_control_plane/models/inputloki.py,sha256=35jToqilr_-jamrl-K8WcwqT-u9KTrhMQOuR3N9PcTY,20557
71
+ cribl_control_plane/models/inputmetrics.py,sha256=gvIOUKVG_LH-7-etEvb5l4HIRqi6ltfHrs69eNHecPY,12534
72
+ cribl_control_plane/models/inputmodeldriventelemetry.py,sha256=kxrdrG3CdzEqjjIfzamszyWgf3LWtA8cN4hq2w86Ni0,11328
73
+ cribl_control_plane/models/inputmsk.py,sha256=cG1tSwIdjfd6RxW-OIHq_9cOaI5IaxvevVEpYRxPIy0,30908
74
+ cribl_control_plane/models/inputnetflow.py,sha256=_iu6XN6dcTSPvw90pnsaHd2DAu476xvF_DKUFAFxH7U,10776
75
+ cribl_control_plane/models/inputoffice365mgmt.py,sha256=Alwgwozuaax4PVmzWwRgXUWehZwZ4zkbYbE5P7PQvo8,17714
76
+ cribl_control_plane/models/inputoffice365msgtrace.py,sha256=Eax_PEqWcSRzm6vWFkKa20mO3PfDyEn2y8_u2PbxrGE,20217
77
+ cribl_control_plane/models/inputoffice365service.py,sha256=OeO8zkh3X9COy5yZ_OgcAgyUz7G1Tq-xEfX3XFdLnbs,16739
78
+ cribl_control_plane/models/inputopentelemetry.py,sha256=m4MMHFsChKTjKIkXny6_OuvqN1ZuiigD3KiU2eT5G8E,22072
79
+ cribl_control_plane/models/inputprometheus.py,sha256=vhtXcH91ATI7jrl2kHQZxVdlgNx3MiHjPmBBIa258BM,19471
80
+ cribl_control_plane/models/inputprometheusrw.py,sha256=9uev6calw8U9aqXQ3VcRjiQPA7_7oUXJj33pqXNSBp0,20894
81
+ cribl_control_plane/models/inputrawudp.py,sha256=BhJxYideVtUlui2FmqpGhPq-9wxqY3KvphFATDsX3S4,9555
82
+ cribl_control_plane/models/inputs3.py,sha256=zbTqFNaDii7b_BS1NFKnNRG3-ajpiiCp2-Xs5ZHRGSU,20340
83
+ cribl_control_plane/models/inputs3inventory.py,sha256=pziEmJtPMuZS2yuDjD44oxSlVOVhSjcDIzCeXtPs_lA,21764
84
+ cribl_control_plane/models/inputsecuritylake.py,sha256=PvsYnpP1Nh8pygfaSFl4-elKf8BD_s0bb7dl6QTPwGw,20713
85
+ cribl_control_plane/models/inputsnmp.py,sha256=XkcjrZuqAZ0iuOGBvq7vmMTtYWnds04GgYQ3I98qiPY,11890
86
+ cribl_control_plane/models/inputsplunk.py,sha256=DPZ9-SPdAGjNYVhAZP5EAyFVp4oY8d-xqFs0R3fsRK4,17308
87
+ cribl_control_plane/models/inputsplunkhec.py,sha256=MXvGKfxCb81uojyoYiAtrKM7RXDegrWtujoaPlEZCgQ,22470
88
+ cribl_control_plane/models/inputsplunksearch.py,sha256=3WqE19WZp1flK2RwHgKpnyH3T3x6eAUHHMaRvAEVNnw,24449
89
+ cribl_control_plane/models/inputsqs.py,sha256=frrFr7DwkJdVok3YuB8a0zC9UU_wUnnrRGNv2LvqKfE,14977
90
+ cribl_control_plane/models/inputsyslog_union.py,sha256=GLopKRHsp9wgdtK2ReSHh2jI_sDYFOzf4j1RaBZbjn0,36084
91
+ cribl_control_plane/models/inputsystemmetrics.py,sha256=B6cFqyH7PViaLXPk4Kc9pgUeY9ktH0EcumySCMU4LZA,19607
92
+ cribl_control_plane/models/inputsystemstate.py,sha256=6yDroswhDe_ZiRorhIqhYTBTSCk04tKirza8ZnQVMDY,15347
93
+ cribl_control_plane/models/inputtcp.py,sha256=SDM7u8ru5Gma20X1wjLwOzQ5wVVKotX-Mstzol3F0LM,16175
94
+ cribl_control_plane/models/inputtcpjson.py,sha256=XhSV1A2f7x5eOEmTgjOmAg9DH9-JrxZLqi1PUjhq8xo,14677
95
+ cribl_control_plane/models/inputwef.py,sha256=9GXPb73u4pTpaiZ1H_l1vNRR3L9EyK5bAG5oNroUZh4,22099
96
+ cribl_control_plane/models/inputwindowsmetrics.py,sha256=b1UGA-jzIAbrsh4CQhHooA45H0IlJWWqox8Rj_P04p0,16996
97
+ cribl_control_plane/models/inputwineventlogs.py,sha256=RzYw6fuROAoT8Gkw8NdXKamUhjVuCk5E8E25LCZh5LI,9947
98
+ cribl_control_plane/models/inputwiz.py,sha256=k9ZILZ4jebJxtKoi7Nh68RXht9hcaroVejPcLVx4VjU,14538
99
+ cribl_control_plane/models/inputzscalerhec.py,sha256=wNa77kbTElqM35KnWdkCN6rMglt_2JeDY7gWxl_hTWo,20170
100
+ cribl_control_plane/models/listinputop.py,sha256=oj7CRRp7DTtHI3WKPKLoEL30a_JrMp48V33pRPgUMmE,697
101
+ cribl_control_plane/models/listoutputop.py,sha256=Gzm5NcwbyuJ3xacm_emZeKwVn2HNPV1fv9aCmDEw8sc,714
102
+ cribl_control_plane/models/listpipelineop.py,sha256=w-tyP0jqc3YKsSceTQJYuhJ7v-ZqgZWVVfO527YFGFg,722
103
+ cribl_control_plane/models/listroutesop.py,sha256=xqutne_6fjll4fIDk8uT7W7RVFB3dkIUealZLRUgDEA,704
104
+ cribl_control_plane/models/logininfo.py,sha256=LK3bou-rX4W9HBu2HrR1z6eGibrhwY_y7dy0Z60ygXE,338
105
+ cribl_control_plane/models/output.py,sha256=4dz6DHqu2ygAYHLcSwv95lnk9tsoQN99c8_M0kscp6U,8695
106
+ cribl_control_plane/models/outputazureblob.py,sha256=PLM3nsgDtSA16KafegaBvnkePhOGlFwvaOtyhzvDdYE,21958
107
+ cribl_control_plane/models/outputazuredataexplorer.py,sha256=fAzRi-HYQ7rga1mD-pyK2gJUrfbOESRvW7aUd03NmuA,30084
108
+ cribl_control_plane/models/outputazureeventhub.py,sha256=Z2eAov919aMO7zfvfQzDecZ9eLMEm-DyLiUE4zJkz0g,14797
109
+ cribl_control_plane/models/outputazurelogs.py,sha256=EIQA99AD9e1r-ht9QPDg3DZN0IN282_vRlcmQd1wNVA,19603
110
+ cribl_control_plane/models/outputclickhouse.py,sha256=TVWnrm89OiZa3bvXtt6XeKciyECiBRgAOWNVvaH0idI,29151
111
+ cribl_control_plane/models/outputcloudwatch.py,sha256=L13wzgObhFNGAa-fEcMOca7NQ86esX2FsCgzBTX53Fw,11954
112
+ cribl_control_plane/models/outputconfluentcloud.py,sha256=jKVV2tvKlOYY0YpMhF83p9YVVDP5cBQELGGbp1fHxYE,25724
113
+ cribl_control_plane/models/outputcriblhttp.py,sha256=3mPpN9os_JfD7N7WzHYk6O_8JTybiWRste0i5a4W5n0,22936
114
+ cribl_control_plane/models/outputcribllake.py,sha256=cQmac8l4TsO7nudDHsqT_2hCBt_HyI-X3rY8ULpQR0s,16772
115
+ cribl_control_plane/models/outputcribltcp.py,sha256=gahn1yiXbsIa_3oZh6MUqCFZyzXcFUa5n8usos4-6qE,16377
116
+ cribl_control_plane/models/outputcrowdstrikenextgensiem.py,sha256=vjYPlDgbdd7FxzsaGKaF3avwdsnCtfjASPJBZS7SGA8,18869
117
+ cribl_control_plane/models/outputdatadog.py,sha256=YmxXh_-ZpmhcEUWQ3DlMcfKowoFvgB-EJkBxxd6u3-8,22093
118
+ cribl_control_plane/models/outputdataset.py,sha256=ll8Es74GsxXmdYgGOiIn6KezwfyLLOQAMCEo_NOKe94,20484
119
+ cribl_control_plane/models/outputdefault.py,sha256=2tjMKYSksR-0qWLd_u3PPLXL0gZiSlUdj9JTPYeYMps,1952
120
+ cribl_control_plane/models/outputdevnull.py,sha256=PouRAJtfSqvfS8J6LV1IyUytXeOMiyVMRsDtlpJrc08,1619
121
+ cribl_control_plane/models/outputdiskspool.py,sha256=OEdMk_2LIGRP4ivm_z4pqy6SlfE0Dq4MRV26DXh7RHE,3673
122
+ cribl_control_plane/models/outputdls3.py,sha256=mmyfiChgTpkC_V0TGB-ztA4vUBiODGs_0nVjiCGb0nY,24680
123
+ cribl_control_plane/models/outputdynatracehttp.py,sha256=ScEsEZ3tMEGvzbBmhoVm-t3YCmwWNePsyK8niONw34w,20506
124
+ cribl_control_plane/models/outputdynatraceotlp.py,sha256=fzZj_CxmaYmjhy8jh7EDwT5XJoQA1KIyoZe7DJXd5v8,22527
125
+ cribl_control_plane/models/outputelastic.py,sha256=qVaUCxsJdNAqoz9rzWTAofHXqRvZhsWlcWZQ0XmAyA4,22488
126
+ cribl_control_plane/models/outputelasticcloud.py,sha256=c82Wk_oc_A2bxoK4Jt3FmY3i5ikX8VZB31pdHlHBzMU,18161
127
+ cribl_control_plane/models/outputexabeam.py,sha256=c_4YbKzPhyz_x4ytSWnYpNDy8gn4y1m8lMXrdXOwO78,12655
128
+ cribl_control_plane/models/outputfilesystem.py,sha256=xlrWLUjsezob6NrN-UES8k1N_WfVJaANkqGVk7NtTOM,16433
129
+ cribl_control_plane/models/outputgooglechronicle.py,sha256=V9WA5XukdQbqjSYEJXEcd30_aPYxlmIUE_uGjX6HsBY,22003
130
+ cribl_control_plane/models/outputgooglecloudlogging.py,sha256=rWhDaRs6LcIuGbLx2HUsTW1lcje8RofgrVOTp9psZ-k,33615
131
+ cribl_control_plane/models/outputgooglecloudstorage.py,sha256=AKppKI1XiNmnkSi-GzC0o_wMEx6vLZixqxB-2uq-tcw,22413
132
+ cribl_control_plane/models/outputgooglepubsub.py,sha256=1bn8l-TufrMPqsHCT_o8W14hfjTeJ108UThEXL_ncZw,12285
133
+ cribl_control_plane/models/outputgrafanacloud.py,sha256=7sYwhaoHuLUQf2klfIJOxzehmnZCNvfbHodITEpyBLc,52071
134
+ cribl_control_plane/models/outputgraphite.py,sha256=gqFTSyI3UCbzsbvG9wxUR96HAHWCTLOH4di8HvDwBz0,9800
135
+ cribl_control_plane/models/outputhoneycomb.py,sha256=-XgAb04SQ5Bg9W2ZeUH0RdMXptYS0fRFtCzhb7bRpvA,17091
136
+ cribl_control_plane/models/outputhumiohec.py,sha256=gR7UikgJas0mjgvI3EmnUx8fip868jQyfpyaEQdUnYw,18330
137
+ cribl_control_plane/models/outputinfluxdb.py,sha256=_UfshiBXt3OE0VsJM8jQrC6IJDQVBGjkFpGEcka3npI,23740
138
+ cribl_control_plane/models/outputkafka.py,sha256=CHxctXto5JWROvltg9rGMNLV-ggNUc_HHx-h343X06Q,25106
139
+ cribl_control_plane/models/outputkinesis.py,sha256=GMCXAozc85082FuxuTI2la8BlMziMXXrDp9F1ZTf0rs,13186
140
+ cribl_control_plane/models/outputloki.py,sha256=4deo8p_uF9DZfnQQPT-YOH7QzUPva6e8kEzR6YTjrYA,21575
141
+ cribl_control_plane/models/outputminio.py,sha256=2jRAuxXH31FNe0-h_LPG4qzIpgy7S8_PvDRJLjCY4BY,22321
142
+ cribl_control_plane/models/outputmsk.py,sha256=_ATyGa0yl1liWl_2LJXocZzZbGbPWL0RaHNnmX7WpUc,28061
143
+ cribl_control_plane/models/outputnetflow.py,sha256=xOBy2Q48SfhNT2ifAQU-bPVQ5nOpUqMJ5B40SlZ3-0o,2790
144
+ cribl_control_plane/models/outputnewrelic.py,sha256=EOyEIlYmMZdfUyDR8tZd3N4ddn-K122BH4Fr3PcHcdw,19436
145
+ cribl_control_plane/models/outputnewrelicevents.py,sha256=-8CAYjj6B7chxb3FUoy8buNGWrMbKiCe1zf3n7dNAG8,18543
146
+ cribl_control_plane/models/outputopentelemetry.py,sha256=y2PmeGkinPXLV84KcBYjP_sUYqOyUXpSyHNdQHka3J8,30293
147
+ cribl_control_plane/models/outputprometheus.py,sha256=Oq3iZa1nnzYn9h7JzD015SPPNkSJ_LqhMgIV0JvGfFA,22994
148
+ cribl_control_plane/models/outputring.py,sha256=jHg6wh2fXQvQAguqmb__fp0vo0ESlHbKOBpgIet5B00,4289
149
+ cribl_control_plane/models/outputrouter.py,sha256=NFxnKjlI5v0m67qjiPDuQ_UYqoNQDTTNv5SQWlF3vrs,2686
150
+ cribl_control_plane/models/outputs3.py,sha256=i5S39mNQ4dYHlDHkj4bkI4JcoHyBjpo3ghfnhqpIu-w,24727
151
+ cribl_control_plane/models/outputsamplesresponse.py,sha256=gQrDTmfvvYDoKPYyhl6qijUU8AksXxq2mPHahVPssAk,390
152
+ cribl_control_plane/models/outputsecuritylake.py,sha256=EeuziQzI3Rs55wH6d7hejeCJ7R8YO2ubmY1HNsoVUIA,22716
153
+ cribl_control_plane/models/outputsentinel.py,sha256=UWw3jpujaGvfUtFe5laW9HA48_a0sRxQeB8ssZCRgY8,24561
154
+ cribl_control_plane/models/outputsentineloneaisiem.py,sha256=wqv6QuqhGrT_RLLBld8YAFdkjPA7CrVKXpE04l8OuBc,27496
155
+ cribl_control_plane/models/outputservicenow.py,sha256=7OsHdEjjOkTubSyfTE8AQG0xznDH2cnOvIWbugsmlAA,24762
156
+ cribl_control_plane/models/outputsignalfx.py,sha256=j4xGQBHD2fcqsBhv7qVnwabocs2Zr0qq-V7SZ0ase1M,17682
157
+ cribl_control_plane/models/outputsnmp.py,sha256=TQK8zgga3LAuyp_YGhqobc7FYLBBJRciw2ZBFQPkU1Y,2738
158
+ cribl_control_plane/models/outputsns.py,sha256=XSsfUHMry8FB8xRNV0FOA66Wiv9laGftWHMt-VlAlNE,12419
159
+ cribl_control_plane/models/outputsplunk.py,sha256=ypGWkSAsYJ5JInxv9wFBTeqvFpMZxxStjVZIcJKFbig,16054
160
+ cribl_control_plane/models/outputsplunkhec.py,sha256=VqxXfD7erTcBhc9AOPZ5YfQM5rwHy2Yfu45dHGq-Iig,20740
161
+ cribl_control_plane/models/outputsplunklb.py,sha256=I-nzhge_uCFEqrOjc-kvbRRnSs1857GhhtuHPx654js,24742
162
+ cribl_control_plane/models/outputsqs.py,sha256=A1Oswm0BdjW7UratIiURO_kR1MXSQmShdzsLMiCIZAA,14536
163
+ cribl_control_plane/models/outputstatsd.py,sha256=8PyMXR8QYfuZl8U0nNtMGIzydTyhmxsSpxE3aTJLdro,9738
164
+ cribl_control_plane/models/outputstatsdext.py,sha256=xyy5fuKkePfWPhibWUvOgfaxsNy4ha-ceU0sy5xYnbc,9831
165
+ cribl_control_plane/models/outputsumologic.py,sha256=IHrIxdgjVKGwiQuE5kKjemPY7YapkXLX9d4NXACe8ss,18061
166
+ cribl_control_plane/models/outputsyslog.py,sha256=ozRYpcuqMcoOJr4UJgnnsheG_jgbdRpj1e6HPitBxyM,16779
167
+ cribl_control_plane/models/outputtcpjson.py,sha256=tQOXPTIU3UxSP6BFTY-ocBv8HPcSdvgnf_FMbKBq_QE,17460
168
+ cribl_control_plane/models/outputtestrequest.py,sha256=UTUiu9WvmbQxqBQtwoBSMPjAynOvKPSrNcsjoGTjPp8,428
169
+ cribl_control_plane/models/outputtestresponse.py,sha256=cKeXPvSpCzU6cWpXvHoujp-pmS-qVBoSkz3pb7MdV7M,775
170
+ cribl_control_plane/models/outputwavefront.py,sha256=NDhLd0UM0zQ52Pmlg9fCNL8BOdRC0LYdOjRDK8hOrFk,17403
171
+ cribl_control_plane/models/outputwebhook.py,sha256=IQyMiYjexOAvV2EN5BS_JnYtpWYZTbLzIhdugKX7HzI,32803
172
+ cribl_control_plane/models/outputxsiam.py,sha256=tDb9XM9Q7KUkULypkAqXR5Mzh0T8lu2Z1zPhI_pIuTw,19523
173
+ cribl_control_plane/models/pipeline.py,sha256=AaoC5euxac-fwul-LM1mNf03hCzrXmHQGZLMrUWuS4g,2130
174
+ cribl_control_plane/models/pipelinefunctionconf.py,sha256=X61RPaoYpa_UZWavnQiNSaXlXqS2EdUK51MQ02IvCeo,1646
175
+ cribl_control_plane/models/routecloneconf.py,sha256=ESvEj0vl58BGOwJB5kYu3vMAm88JizYHXU7qorGdw9M,293
176
+ cribl_control_plane/models/routeconf.py,sha256=whFyvzWwmEqAo_0HoTFKJTZqQ2p8kdPKaZJIlh9nS58,1451
177
+ cribl_control_plane/models/routes.py,sha256=MT7A6fAVe8p5z6-3OufZ7ThChapmxEpdhhXUPTcUXbs,2662
178
+ cribl_control_plane/models/routesroute.py,sha256=7hFUWpgVDBj0N117IFxZRGkFqJntbe4NyBakVyMKsTY,2339
179
+ cribl_control_plane/models/routesroute_input.py,sha256=VmRpoMuLE5_8yavR_Q8lpHEmEbF6t26Ck1Jp9KBPGqY,2294
180
+ cribl_control_plane/models/schemeclientoauth.py,sha256=MaZs9lOB3_y8uTZNTHIuAG_X66ZrEpRj0qZGAsBfXFM,712
181
+ cribl_control_plane/models/security.py,sha256=l8rMit25V2MUVLptnexODsL6wP-3l50g8D4kwRsAQvY,1097
182
+ cribl_control_plane/models/updatehectokenrequest.py,sha256=Pq0JnAZuDqdU_g6mmCvfxfMgeK9Pu3uVXfD9sFWfjKQ,787
183
+ cribl_control_plane/models/updateinputbyidop.py,sha256=DtufjoD9UEPnKT2QOggfMDB1Pv2rwj9cEVuAJKbv39U,1300
184
+ cribl_control_plane/models/updateinputhectokenbyidandtokenop.py,sha256=-Q8ZP1yDmQmB9aylQNTs4zR1q6NH-Gi2fhlyiDyqWKI,1677
185
+ cribl_control_plane/models/updateoutputbyidop.py,sha256=odGoTLgvR_AEYizuVMKjcDeB4Uua3BX_U-7OHw7wHiU,1333
186
+ cribl_control_plane/models/updatepipelinebyidop.py,sha256=CPCiszliWVcewMyZ26_R8OvtbJA8RwrEj_XQFoZTSJg,1420
187
+ cribl_control_plane/models/updateroutesbyidop.py,sha256=k6vejvOHHqyfp1oR3aDXEXYIUu6NeRHBl7s9k-jcyiE,1440
188
+ cribl_control_plane/pipelines.py,sha256=L-HbP4gyl05hxb4-HNvkFrk1w6xFccfNr4-AJy3Vjxo,36038
189
+ cribl_control_plane/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
190
+ cribl_control_plane/routes_sdk.py,sha256=bxL7KZKdw4Ot78Q3V4Ea5SWrhnEM0fHdRUwQRDeF0Oc,31227
191
+ cribl_control_plane/sdk.py,sha256=tHxMX5Mi24moDBFRZBs_79AllVtEWTpAj3Tko_Dk33s,6822
192
+ cribl_control_plane/sdkconfiguration.py,sha256=bit6SSOyHqvibdtgNad5_ZcgMotk8NJfgHpKsBK8HFg,1259
193
+ cribl_control_plane/sources.py,sha256=X6irteRhZ-D44d2Ece7iWFcfeManP9bQGUZZLFHr-vg,54280
194
+ cribl_control_plane/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
195
+ cribl_control_plane/types/basemodel.py,sha256=L79WXvTECbSqaJzs8D3ud_KdIWkU7Cx2wbohDAktE9E,1127
196
+ cribl_control_plane/utils/__init__.py,sha256=BQt6xIdX86A6mOHAnxAXBXaPgdUJtDy2-_4ymAsII_Y,5436
197
+ cribl_control_plane/utils/annotations.py,sha256=aR7mZG34FzgRdew7WZPYEu9QGBerpuKxCF4sek5Z_5Y,1699
198
+ cribl_control_plane/utils/datetimes.py,sha256=oppAA5e3V35pQov1-FNLKxAaNF1_XWi-bQtyjjql3H8,855
199
+ cribl_control_plane/utils/enums.py,sha256=REU6ydF8gsVL3xaeGX4sMNyiL3q5P9h29-f6Sa6luAE,2633
200
+ cribl_control_plane/utils/eventstreaming.py,sha256=LtcrfJYw4nP2Oe4Wl0-cEURLzRGYReRGWNFY5wYECIE,6186
201
+ cribl_control_plane/utils/forms.py,sha256=EJdnrfIkuwpDtekyHutla0HjI_FypTYcmYNyPKEu_W0,6874
202
+ cribl_control_plane/utils/headers.py,sha256=cPxWSmUILrefTGDzTH1Hdj7_Hlsj-EY6K5Tyc4iH4dk,3663
203
+ cribl_control_plane/utils/logger.py,sha256=VOliRfr1sX8RTNqAJSvQr_GvtMjBFISATpRy4-XxkE0,695
204
+ cribl_control_plane/utils/metadata.py,sha256=Per2KFXXOqOtoUWXrlIfjrSrBg199KrRW0nKQDgHIBU,3136
205
+ cribl_control_plane/utils/queryparams.py,sha256=MTK6inMS1_WwjmMJEJmAn67tSHHJyarpdGRlorRHEtI,5899
206
+ cribl_control_plane/utils/requestbodies.py,sha256=ySjEyjcLi731LNUahWvLOrES2HihuA8VrOJx4eQ7Qzg,2101
207
+ cribl_control_plane/utils/retries.py,sha256=6yhfZifqIat9i76xF0lTR2jLj1IN9BNGyqqxATlEFPU,6348
208
+ cribl_control_plane/utils/security.py,sha256=quuubouAZskAohOFNQz5g-ZLwVayLG-3mY88Ah8isCM,6595
209
+ cribl_control_plane/utils/serializers.py,sha256=Hndks5M_rJXVub_N5lu0gKZQUoEmWrn6PN7R-0HwvOE,5999
210
+ cribl_control_plane/utils/unmarshal_json_response.py,sha256=yxi3F_O3SCU0SrexiR3BvQS-E81pW2siLgpTXYegAyg,595
211
+ cribl_control_plane/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
212
+ cribl_control_plane/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
213
+ cribl_control_plane-0.0.17.dist-info/METADATA,sha256=AdyoHyfxxYFQ4vAI9-XGauWYTCvqM8OKa0miAZNxU_A,23280
214
+ cribl_control_plane-0.0.17.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
215
+ cribl_control_plane-0.0.17.dist-info/RECORD,,