cribl-control-plane 0.3.0b3__py3-none-any.whl → 0.3.0b5__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.
- cribl_control_plane/_version.py +4 -4
- cribl_control_plane/models/__init__.py +111 -3
- cribl_control_plane/models/cacheconnection.py +20 -0
- cribl_control_plane/models/configgroup.py +20 -1
- cribl_control_plane/models/configgroupcloud.py +11 -1
- cribl_control_plane/models/createconfiggroupbyproductop.py +11 -0
- cribl_control_plane/models/cribllakedataset.py +11 -1
- cribl_control_plane/models/cribllakedatasetupdate.py +11 -1
- cribl_control_plane/models/datasetmetadata.py +11 -1
- cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +11 -0
- cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +20 -0
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +20 -0
- cribl_control_plane/models/getconfiggroupbyproductandidop.py +11 -0
- cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +11 -0
- cribl_control_plane/models/getsummaryop.py +11 -0
- cribl_control_plane/models/groupcreaterequest.py +20 -1
- cribl_control_plane/models/hbcriblinfo.py +11 -1
- cribl_control_plane/models/healthserverstatus.py +20 -1
- cribl_control_plane/models/input.py +15 -15
- cribl_control_plane/models/inputappscope.py +76 -17
- cribl_control_plane/models/inputazureblob.py +29 -1
- cribl_control_plane/models/inputcollection.py +20 -1
- cribl_control_plane/models/inputconfluentcloud.py +188 -1
- cribl_control_plane/models/inputcribl.py +20 -1
- cribl_control_plane/models/inputcriblhttp.py +58 -17
- cribl_control_plane/models/inputcribllakehttp.py +58 -17
- cribl_control_plane/models/inputcriblmetrics.py +20 -1
- cribl_control_plane/models/inputcribltcp.py +58 -17
- cribl_control_plane/models/inputcrowdstrike.py +47 -1
- cribl_control_plane/models/inputdatadogagent.py +58 -17
- cribl_control_plane/models/inputdatagen.py +20 -1
- cribl_control_plane/models/inputedgeprometheus.py +138 -37
- cribl_control_plane/models/inputelastic.py +108 -27
- cribl_control_plane/models/inputeventhub.py +176 -1
- cribl_control_plane/models/inputexec.py +29 -1
- cribl_control_plane/models/inputfile.py +36 -3
- cribl_control_plane/models/inputfirehose.py +58 -17
- cribl_control_plane/models/inputgooglepubsub.py +29 -1
- cribl_control_plane/models/inputgrafana.py +149 -32
- cribl_control_plane/models/inputhttp.py +58 -17
- cribl_control_plane/models/inputhttpraw.py +58 -17
- cribl_control_plane/models/inputjournalfiles.py +20 -1
- cribl_control_plane/models/inputkafka.py +182 -1
- cribl_control_plane/models/inputkinesis.py +65 -1
- cribl_control_plane/models/inputkubeevents.py +20 -1
- cribl_control_plane/models/inputkubelogs.py +29 -1
- cribl_control_plane/models/inputkubemetrics.py +29 -1
- cribl_control_plane/models/inputloki.py +67 -17
- cribl_control_plane/models/inputmetrics.py +58 -17
- cribl_control_plane/models/inputmodeldriventelemetry.py +58 -17
- cribl_control_plane/models/inputmsk.py +74 -1
- cribl_control_plane/models/inputnetflow.py +20 -1
- cribl_control_plane/models/inputoffice365mgmt.py +56 -1
- cribl_control_plane/models/inputoffice365msgtrace.py +56 -1
- cribl_control_plane/models/inputoffice365service.py +56 -1
- cribl_control_plane/models/inputopentelemetry.py +84 -16
- cribl_control_plane/models/inputprometheus.py +131 -37
- cribl_control_plane/models/inputprometheusrw.py +67 -17
- cribl_control_plane/models/inputrawudp.py +20 -1
- cribl_control_plane/models/inputs3.py +38 -1
- cribl_control_plane/models/inputs3inventory.py +47 -1
- cribl_control_plane/models/inputsecuritylake.py +47 -1
- cribl_control_plane/models/inputsnmp.py +29 -1
- cribl_control_plane/models/inputsplunk.py +76 -17
- cribl_control_plane/models/inputsplunkhec.py +66 -16
- cribl_control_plane/models/inputsplunksearch.py +56 -1
- cribl_control_plane/models/inputsqs.py +47 -1
- cribl_control_plane/models/inputsyslog.py +113 -32
- cribl_control_plane/models/inputsystemmetrics.py +110 -9
- cribl_control_plane/models/inputsystemstate.py +29 -1
- cribl_control_plane/models/inputtcp.py +77 -17
- cribl_control_plane/models/inputtcpjson.py +67 -17
- cribl_control_plane/models/inputwef.py +65 -1
- cribl_control_plane/models/inputwindowsmetrics.py +101 -9
- cribl_control_plane/models/inputwineventlogs.py +52 -1
- cribl_control_plane/models/inputwiz.py +38 -1
- cribl_control_plane/models/inputwizwebhook.py +58 -17
- cribl_control_plane/models/inputzscalerhec.py +66 -16
- cribl_control_plane/models/listconfiggroupbyproductop.py +11 -0
- cribl_control_plane/models/masterworkerentry.py +11 -1
- cribl_control_plane/models/nodeupgradestatus.py +38 -0
- cribl_control_plane/models/output.py +21 -21
- cribl_control_plane/models/outputazureblob.py +90 -1
- cribl_control_plane/models/outputazuredataexplorer.py +430 -93
- cribl_control_plane/models/outputazureeventhub.py +267 -22
- cribl_control_plane/models/outputazurelogs.py +105 -22
- cribl_control_plane/models/outputchronicle.py +105 -22
- cribl_control_plane/models/outputclickhouse.py +141 -22
- cribl_control_plane/models/outputcloudwatch.py +96 -22
- cribl_control_plane/models/outputconfluentcloud.py +290 -23
- cribl_control_plane/models/outputcriblhttp.py +123 -22
- cribl_control_plane/models/outputcribllake.py +76 -1
- cribl_control_plane/models/outputcribltcp.py +123 -22
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py +117 -23
- cribl_control_plane/models/outputdatabricks.py +72 -1
- cribl_control_plane/models/outputdatadog.py +132 -22
- cribl_control_plane/models/outputdataset.py +123 -22
- cribl_control_plane/models/outputdiskspool.py +11 -1
- cribl_control_plane/models/outputdls3.py +117 -1
- cribl_control_plane/models/outputdynatracehttp.py +141 -22
- cribl_control_plane/models/outputdynatraceotlp.py +141 -22
- cribl_control_plane/models/outputelastic.py +148 -22
- cribl_control_plane/models/outputelasticcloud.py +130 -22
- cribl_control_plane/models/outputexabeam.py +47 -1
- cribl_control_plane/models/outputfilesystem.py +72 -1
- cribl_control_plane/models/outputgooglechronicle.py +148 -23
- cribl_control_plane/models/outputgooglecloudlogging.py +115 -23
- cribl_control_plane/models/outputgooglecloudstorage.py +108 -1
- cribl_control_plane/models/outputgooglepubsub.py +96 -22
- cribl_control_plane/models/outputgrafanacloud.py +244 -43
- cribl_control_plane/models/outputgraphite.py +96 -22
- cribl_control_plane/models/outputhoneycomb.py +105 -22
- cribl_control_plane/models/outputhumiohec.py +114 -22
- cribl_control_plane/models/outputinfluxdb.py +114 -22
- cribl_control_plane/models/outputkafka.py +281 -20
- cribl_control_plane/models/outputkinesis.py +121 -22
- cribl_control_plane/models/outputloki.py +112 -20
- cribl_control_plane/models/outputminio.py +117 -1
- cribl_control_plane/models/outputmsk.py +173 -20
- cribl_control_plane/models/outputnewrelic.py +123 -22
- cribl_control_plane/models/outputnewrelicevents.py +115 -23
- cribl_control_plane/models/outputopentelemetry.py +159 -22
- cribl_control_plane/models/outputprometheus.py +105 -22
- cribl_control_plane/models/outputring.py +29 -1
- cribl_control_plane/models/outputs3.py +117 -1
- cribl_control_plane/models/outputsecuritylake.py +85 -1
- cribl_control_plane/models/outputsentinel.py +123 -22
- cribl_control_plane/models/outputsentineloneaisiem.py +124 -23
- cribl_control_plane/models/outputservicenow.py +150 -22
- cribl_control_plane/models/outputsignalfx.py +105 -22
- cribl_control_plane/models/outputsns.py +103 -20
- cribl_control_plane/models/outputsplunk.py +141 -22
- cribl_control_plane/models/outputsplunkhec.py +198 -22
- cribl_control_plane/models/outputsplunklb.py +170 -22
- cribl_control_plane/models/outputsqs.py +112 -20
- cribl_control_plane/models/outputstatsd.py +96 -22
- cribl_control_plane/models/outputstatsdext.py +96 -22
- cribl_control_plane/models/outputsumologic.py +105 -22
- cribl_control_plane/models/outputsyslog.py +238 -99
- cribl_control_plane/models/outputtcpjson.py +132 -22
- cribl_control_plane/models/outputwavefront.py +105 -22
- cribl_control_plane/models/outputwebhook.py +141 -22
- cribl_control_plane/models/outputxsiam.py +103 -20
- cribl_control_plane/models/resourcepolicy.py +11 -0
- cribl_control_plane/models/runnablejobcollection.py +68 -9
- cribl_control_plane/models/runnablejobexecutor.py +32 -9
- cribl_control_plane/models/runnablejobscheduledsearch.py +23 -9
- cribl_control_plane/models/updateconfiggroupbyproductandidop.py +11 -0
- cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +11 -0
- {cribl_control_plane-0.3.0b3.dist-info → cribl_control_plane-0.3.0b5.dist-info}/METADATA +1 -1
- {cribl_control_plane-0.3.0b3.dist-info → cribl_control_plane-0.3.0b5.dist-info}/RECORD +152 -152
- {cribl_control_plane-0.3.0b3.dist-info → cribl_control_plane-0.3.0b5.dist-info}/WHEEL +0 -0
|
@@ -5,8 +5,10 @@ from .nodeactiveupgradestatus import NodeActiveUpgradeStatus
|
|
|
5
5
|
from .nodefailedupgradestatus import NodeFailedUpgradeStatus
|
|
6
6
|
from .nodeskippedupgradestatus import NodeSkippedUpgradeStatus
|
|
7
7
|
from .nodeupgradestate import NodeUpgradeState
|
|
8
|
+
from cribl_control_plane import models
|
|
8
9
|
from cribl_control_plane.types import BaseModel
|
|
9
10
|
from cribl_control_plane.utils import validate_open_enum
|
|
11
|
+
from pydantic import field_serializer
|
|
10
12
|
from pydantic.functional_validators import PlainValidator
|
|
11
13
|
from typing import Optional
|
|
12
14
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
@@ -36,3 +38,39 @@ class NodeUpgradeStatus(BaseModel):
|
|
|
36
38
|
skipped: Annotated[
|
|
37
39
|
Optional[NodeSkippedUpgradeStatus], PlainValidator(validate_open_enum(True))
|
|
38
40
|
] = None
|
|
41
|
+
|
|
42
|
+
@field_serializer("active")
|
|
43
|
+
def serialize_active(self, value):
|
|
44
|
+
if isinstance(value, str):
|
|
45
|
+
try:
|
|
46
|
+
return models.NodeActiveUpgradeStatus(value)
|
|
47
|
+
except ValueError:
|
|
48
|
+
return value
|
|
49
|
+
return value
|
|
50
|
+
|
|
51
|
+
@field_serializer("failed")
|
|
52
|
+
def serialize_failed(self, value):
|
|
53
|
+
if isinstance(value, str):
|
|
54
|
+
try:
|
|
55
|
+
return models.NodeFailedUpgradeStatus(value)
|
|
56
|
+
except ValueError:
|
|
57
|
+
return value
|
|
58
|
+
return value
|
|
59
|
+
|
|
60
|
+
@field_serializer("skipped")
|
|
61
|
+
def serialize_skipped(self, value):
|
|
62
|
+
if isinstance(value, str):
|
|
63
|
+
try:
|
|
64
|
+
return models.NodeSkippedUpgradeStatus(value)
|
|
65
|
+
except ValueError:
|
|
66
|
+
return value
|
|
67
|
+
return value
|
|
68
|
+
|
|
69
|
+
@field_serializer("state")
|
|
70
|
+
def serialize_state(self, value):
|
|
71
|
+
if isinstance(value, str):
|
|
72
|
+
try:
|
|
73
|
+
return models.NodeUpgradeState(value)
|
|
74
|
+
except ValueError:
|
|
75
|
+
return value
|
|
76
|
+
return value
|
|
@@ -98,64 +98,64 @@ OutputTypedDict = TypeAliasType(
|
|
|
98
98
|
OutputNetflowTypedDict,
|
|
99
99
|
OutputDiskSpoolTypedDict,
|
|
100
100
|
OutputRingTypedDict,
|
|
101
|
-
OutputStatsdExtTypedDict,
|
|
102
101
|
OutputGraphiteTypedDict,
|
|
102
|
+
OutputStatsdExtTypedDict,
|
|
103
103
|
OutputStatsdTypedDict,
|
|
104
104
|
OutputGooglePubsubTypedDict,
|
|
105
|
-
|
|
105
|
+
OutputExabeamTypedDict,
|
|
106
106
|
OutputSplunkTypedDict,
|
|
107
107
|
OutputSnsTypedDict,
|
|
108
|
-
|
|
108
|
+
OutputCriblTCPTypedDict,
|
|
109
109
|
OutputAzureEventhubTypedDict,
|
|
110
|
-
|
|
110
|
+
OutputCloudwatchTypedDict,
|
|
111
111
|
OutputSignalfxTypedDict,
|
|
112
112
|
OutputHoneycombTypedDict,
|
|
113
|
+
OutputWavefrontTypedDict,
|
|
114
|
+
OutputHumioHecTypedDict,
|
|
113
115
|
OutputSumoLogicTypedDict,
|
|
114
116
|
OutputCrowdstrikeNextGenSiemTypedDict,
|
|
115
|
-
OutputHumioHecTypedDict,
|
|
116
117
|
OutputTcpjsonTypedDict,
|
|
117
118
|
OutputElasticCloudTypedDict,
|
|
118
|
-
|
|
119
|
+
OutputNewrelicEventsTypedDict,
|
|
120
|
+
OutputFilesystemTypedDict,
|
|
119
121
|
OutputConfluentCloudTypedDict,
|
|
120
122
|
OutputKafkaTypedDict,
|
|
121
|
-
OutputExabeamTypedDict,
|
|
122
|
-
OutputNewrelicEventsTypedDict,
|
|
123
123
|
OutputAzureLogsTypedDict,
|
|
124
|
+
OutputKinesisTypedDict,
|
|
124
125
|
OutputSplunkLbTypedDict,
|
|
125
126
|
OutputSyslogTypedDict,
|
|
126
127
|
OutputSqsTypedDict,
|
|
127
|
-
OutputNewrelicTypedDict,
|
|
128
128
|
OutputCriblHTTPTypedDict,
|
|
129
|
+
OutputNewrelicTypedDict,
|
|
129
130
|
OutputXsiamTypedDict,
|
|
130
|
-
OutputFilesystemTypedDict,
|
|
131
131
|
OutputDatasetTypedDict,
|
|
132
132
|
OutputLokiTypedDict,
|
|
133
|
-
|
|
133
|
+
OutputCriblLakeTypedDict,
|
|
134
134
|
OutputDynatraceHTTPTypedDict,
|
|
135
135
|
OutputServiceNowTypedDict,
|
|
136
|
+
OutputSplunkHecTypedDict,
|
|
136
137
|
OutputChronicleTypedDict,
|
|
137
138
|
OutputDynatraceOtlpTypedDict,
|
|
138
|
-
|
|
139
|
+
OutputDatabricksTypedDict,
|
|
139
140
|
OutputElasticTypedDict,
|
|
140
141
|
OutputDatadogTypedDict,
|
|
141
|
-
|
|
142
|
-
OutputDatabricksTypedDict,
|
|
142
|
+
OutputGoogleChronicleTypedDict,
|
|
143
143
|
OutputPrometheusTypedDict,
|
|
144
|
-
OutputMskTypedDict,
|
|
145
144
|
OutputSentinelOneAiSiemTypedDict,
|
|
146
|
-
|
|
147
|
-
OutputInfluxdbTypedDict,
|
|
145
|
+
OutputMskTypedDict,
|
|
148
146
|
OutputGoogleCloudStorageTypedDict,
|
|
147
|
+
OutputSentinelTypedDict,
|
|
149
148
|
OutputAzureBlobTypedDict,
|
|
150
|
-
|
|
149
|
+
OutputInfluxdbTypedDict,
|
|
151
150
|
OutputMinioTypedDict,
|
|
152
|
-
OutputClickHouseTypedDict,
|
|
153
151
|
OutputSecurityLakeTypedDict,
|
|
154
|
-
|
|
152
|
+
OutputOpenTelemetryTypedDict,
|
|
153
|
+
OutputClickHouseTypedDict,
|
|
155
154
|
OutputDlS3TypedDict,
|
|
155
|
+
OutputS3TypedDict,
|
|
156
156
|
OutputWebhookTypedDict,
|
|
157
|
-
OutputAzureDataExplorerTypedDict,
|
|
158
157
|
OutputGoogleCloudLoggingTypedDict,
|
|
158
|
+
OutputAzureDataExplorerTypedDict,
|
|
159
159
|
OutputGrafanaCloudTypedDict,
|
|
160
160
|
],
|
|
161
161
|
)
|
|
@@ -1,11 +1,12 @@
|
|
|
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
|
|
4
|
+
from cribl_control_plane import models, utils
|
|
5
5
|
from cribl_control_plane.types import BaseModel
|
|
6
6
|
from cribl_control_plane.utils import validate_open_enum
|
|
7
7
|
from enum import Enum
|
|
8
8
|
import pydantic
|
|
9
|
+
from pydantic import field_serializer
|
|
9
10
|
from pydantic.functional_validators import PlainValidator
|
|
10
11
|
from typing import List, Optional
|
|
11
12
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
@@ -184,6 +185,8 @@ class OutputAzureBlobTypedDict(TypedDict):
|
|
|
184
185
|
r"""Compression level to apply before moving files to final destination"""
|
|
185
186
|
automatic_schema: NotRequired[bool]
|
|
186
187
|
r"""Automatically calculate the schema based on the events of each Parquet file generated"""
|
|
188
|
+
parquet_schema: NotRequired[str]
|
|
189
|
+
r"""To add a new schema, navigate to Processing > Knowledge > Parquet Schemas"""
|
|
187
190
|
parquet_version: NotRequired[OutputAzureBlobParquetVersion]
|
|
188
191
|
r"""Determines which data types are supported and how they are represented"""
|
|
189
192
|
parquet_data_page_version: NotRequired[OutputAzureBlobDataPageVersion]
|
|
@@ -387,6 +390,11 @@ class OutputAzureBlob(BaseModel):
|
|
|
387
390
|
] = False
|
|
388
391
|
r"""Automatically calculate the schema based on the events of each Parquet file generated"""
|
|
389
392
|
|
|
393
|
+
parquet_schema: Annotated[Optional[str], pydantic.Field(alias="parquetSchema")] = (
|
|
394
|
+
None
|
|
395
|
+
)
|
|
396
|
+
r"""To add a new schema, navigate to Processing > Knowledge > Parquet Schemas"""
|
|
397
|
+
|
|
390
398
|
parquet_version: Annotated[
|
|
391
399
|
Annotated[
|
|
392
400
|
Optional[OutputAzureBlobParquetVersion],
|
|
@@ -487,3 +495,84 @@ class OutputAzureBlob(BaseModel):
|
|
|
487
495
|
r"""Select or create a stored text secret"""
|
|
488
496
|
|
|
489
497
|
certificate: Optional[OutputAzureBlobCertificate] = None
|
|
498
|
+
|
|
499
|
+
@field_serializer("format_")
|
|
500
|
+
def serialize_format_(self, value):
|
|
501
|
+
if isinstance(value, str):
|
|
502
|
+
try:
|
|
503
|
+
return models.OutputAzureBlobDataFormat(value)
|
|
504
|
+
except ValueError:
|
|
505
|
+
return value
|
|
506
|
+
return value
|
|
507
|
+
|
|
508
|
+
@field_serializer("on_backpressure")
|
|
509
|
+
def serialize_on_backpressure(self, value):
|
|
510
|
+
if isinstance(value, str):
|
|
511
|
+
try:
|
|
512
|
+
return models.OutputAzureBlobBackpressureBehavior(value)
|
|
513
|
+
except ValueError:
|
|
514
|
+
return value
|
|
515
|
+
return value
|
|
516
|
+
|
|
517
|
+
@field_serializer("on_disk_full_backpressure")
|
|
518
|
+
def serialize_on_disk_full_backpressure(self, value):
|
|
519
|
+
if isinstance(value, str):
|
|
520
|
+
try:
|
|
521
|
+
return models.OutputAzureBlobDiskSpaceProtection(value)
|
|
522
|
+
except ValueError:
|
|
523
|
+
return value
|
|
524
|
+
return value
|
|
525
|
+
|
|
526
|
+
@field_serializer("auth_type")
|
|
527
|
+
def serialize_auth_type(self, value):
|
|
528
|
+
if isinstance(value, str):
|
|
529
|
+
try:
|
|
530
|
+
return models.OutputAzureBlobAuthenticationMethod(value)
|
|
531
|
+
except ValueError:
|
|
532
|
+
return value
|
|
533
|
+
return value
|
|
534
|
+
|
|
535
|
+
@field_serializer("storage_class")
|
|
536
|
+
def serialize_storage_class(self, value):
|
|
537
|
+
if isinstance(value, str):
|
|
538
|
+
try:
|
|
539
|
+
return models.BlobAccessTier(value)
|
|
540
|
+
except ValueError:
|
|
541
|
+
return value
|
|
542
|
+
return value
|
|
543
|
+
|
|
544
|
+
@field_serializer("compress")
|
|
545
|
+
def serialize_compress(self, value):
|
|
546
|
+
if isinstance(value, str):
|
|
547
|
+
try:
|
|
548
|
+
return models.OutputAzureBlobCompression(value)
|
|
549
|
+
except ValueError:
|
|
550
|
+
return value
|
|
551
|
+
return value
|
|
552
|
+
|
|
553
|
+
@field_serializer("compression_level")
|
|
554
|
+
def serialize_compression_level(self, value):
|
|
555
|
+
if isinstance(value, str):
|
|
556
|
+
try:
|
|
557
|
+
return models.OutputAzureBlobCompressionLevel(value)
|
|
558
|
+
except ValueError:
|
|
559
|
+
return value
|
|
560
|
+
return value
|
|
561
|
+
|
|
562
|
+
@field_serializer("parquet_version")
|
|
563
|
+
def serialize_parquet_version(self, value):
|
|
564
|
+
if isinstance(value, str):
|
|
565
|
+
try:
|
|
566
|
+
return models.OutputAzureBlobParquetVersion(value)
|
|
567
|
+
except ValueError:
|
|
568
|
+
return value
|
|
569
|
+
return value
|
|
570
|
+
|
|
571
|
+
@field_serializer("parquet_data_page_version")
|
|
572
|
+
def serialize_parquet_data_page_version(self, value):
|
|
573
|
+
if isinstance(value, str):
|
|
574
|
+
try:
|
|
575
|
+
return models.OutputAzureBlobDataPageVersion(value)
|
|
576
|
+
except ValueError:
|
|
577
|
+
return value
|
|
578
|
+
return value
|