cribl-control-plane 0.2.0a1__py3-none-any.whl → 0.2.0b1__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 +3 -3
- cribl_control_plane/groups_sdk.py +4 -4
- cribl_control_plane/lakedatasets.py +12 -12
- cribl_control_plane/models/__init__.py +35 -38
- cribl_control_plane/models/configgroup.py +17 -2
- cribl_control_plane/models/createversionundoop.py +3 -3
- cribl_control_plane/models/distributedsummary.py +6 -0
- cribl_control_plane/models/hbcriblinfo.py +14 -3
- cribl_control_plane/models/heartbeatmetadata.py +3 -0
- cribl_control_plane/models/input.py +65 -63
- cribl_control_plane/models/inputappscope.py +4 -0
- cribl_control_plane/models/inputazureblob.py +4 -0
- cribl_control_plane/models/inputcollection.py +4 -0
- cribl_control_plane/models/inputconfluentcloud.py +8 -18
- cribl_control_plane/models/inputcribl.py +4 -0
- cribl_control_plane/models/inputcriblhttp.py +4 -0
- cribl_control_plane/models/inputcribllakehttp.py +4 -0
- cribl_control_plane/models/inputcriblmetrics.py +4 -0
- cribl_control_plane/models/inputcribltcp.py +4 -0
- cribl_control_plane/models/inputcrowdstrike.py +7 -0
- cribl_control_plane/models/inputdatadogagent.py +4 -0
- cribl_control_plane/models/inputdatagen.py +4 -0
- cribl_control_plane/models/inputedgeprometheus.py +12 -0
- cribl_control_plane/models/inputelastic.py +11 -0
- cribl_control_plane/models/inputeventhub.py +6 -0
- cribl_control_plane/models/inputexec.py +4 -0
- cribl_control_plane/models/inputfile.py +6 -0
- cribl_control_plane/models/inputfirehose.py +4 -0
- cribl_control_plane/models/inputgooglepubsub.py +7 -0
- cribl_control_plane/models/inputgrafana.py +8 -0
- cribl_control_plane/models/inputhttp.py +4 -0
- cribl_control_plane/models/inputhttpraw.py +4 -0
- cribl_control_plane/models/inputjournalfiles.py +4 -0
- cribl_control_plane/models/inputkafka.py +8 -17
- cribl_control_plane/models/inputkinesis.py +15 -0
- cribl_control_plane/models/inputkubeevents.py +4 -0
- cribl_control_plane/models/inputkubelogs.py +4 -0
- cribl_control_plane/models/inputkubemetrics.py +4 -0
- cribl_control_plane/models/inputloki.py +4 -0
- cribl_control_plane/models/inputmetrics.py +4 -0
- cribl_control_plane/models/inputmodeldriventelemetry.py +4 -0
- cribl_control_plane/models/inputmsk.py +7 -17
- cribl_control_plane/models/inputnetflow.py +4 -0
- cribl_control_plane/models/inputoffice365mgmt.py +11 -0
- cribl_control_plane/models/inputoffice365msgtrace.py +11 -0
- cribl_control_plane/models/inputoffice365service.py +11 -0
- cribl_control_plane/models/inputopentelemetry.py +8 -0
- cribl_control_plane/models/inputprometheus.py +10 -0
- cribl_control_plane/models/inputprometheusrw.py +4 -0
- cribl_control_plane/models/inputrawudp.py +4 -0
- cribl_control_plane/models/inputs3.py +7 -0
- cribl_control_plane/models/inputs3inventory.py +7 -0
- cribl_control_plane/models/inputsecuritylake.py +7 -0
- cribl_control_plane/models/inputsnmp.py +11 -0
- cribl_control_plane/models/inputsplunk.py +9 -0
- cribl_control_plane/models/inputsplunkhec.py +4 -0
- cribl_control_plane/models/inputsplunksearch.py +7 -0
- cribl_control_plane/models/inputsqs.py +9 -0
- cribl_control_plane/models/inputsyslog.py +8 -0
- cribl_control_plane/models/inputsystemmetrics.py +32 -0
- cribl_control_plane/models/inputsystemstate.py +4 -0
- cribl_control_plane/models/inputtcp.py +4 -0
- cribl_control_plane/models/inputtcpjson.py +4 -0
- cribl_control_plane/models/inputwef.py +6 -0
- cribl_control_plane/models/inputwindowsmetrics.py +28 -0
- cribl_control_plane/models/inputwineventlogs.py +8 -0
- cribl_control_plane/models/inputwiz.py +7 -0
- cribl_control_plane/models/inputwizwebhook.py +4 -0
- cribl_control_plane/models/inputzscalerhec.py +4 -0
- cribl_control_plane/models/jobinfo.py +4 -1
- cribl_control_plane/models/nodeprovidedinfo.py +7 -1
- cribl_control_plane/models/output.py +85 -80
- cribl_control_plane/models/outputazureblob.py +20 -0
- cribl_control_plane/models/outputazuredataexplorer.py +28 -0
- cribl_control_plane/models/outputazureeventhub.py +17 -0
- cribl_control_plane/models/outputazurelogs.py +13 -0
- cribl_control_plane/models/outputchronicle.py +13 -0
- cribl_control_plane/models/outputclickhouse.py +17 -0
- cribl_control_plane/models/outputcloudwatch.py +13 -0
- cribl_control_plane/models/outputconfluentcloud.py +24 -18
- cribl_control_plane/models/outputcriblhttp.py +15 -0
- cribl_control_plane/models/outputcribllake.py +21 -0
- cribl_control_plane/models/outputcribltcp.py +12 -0
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py +15 -0
- cribl_control_plane/models/outputdatabricks.py +291 -0
- cribl_control_plane/models/outputdatadog.py +30 -0
- cribl_control_plane/models/outputdataset.py +23 -0
- cribl_control_plane/models/outputdls3.py +35 -0
- cribl_control_plane/models/outputdynatracehttp.py +22 -0
- cribl_control_plane/models/outputdynatraceotlp.py +22 -0
- cribl_control_plane/models/outputelastic.py +18 -0
- cribl_control_plane/models/outputelasticcloud.py +13 -0
- cribl_control_plane/models/outputexabeam.py +14 -0
- cribl_control_plane/models/outputfilesystem.py +15 -0
- cribl_control_plane/models/outputgooglechronicle.py +21 -0
- cribl_control_plane/models/outputgooglecloudlogging.py +19 -0
- cribl_control_plane/models/outputgooglecloudstorage.py +28 -0
- cribl_control_plane/models/outputgooglepubsub.py +13 -0
- cribl_control_plane/models/outputgrafanacloud.py +50 -0
- cribl_control_plane/models/outputgraphite.py +12 -0
- cribl_control_plane/models/outputhoneycomb.py +13 -0
- cribl_control_plane/models/outputhumiohec.py +15 -0
- cribl_control_plane/models/outputinfluxdb.py +19 -0
- cribl_control_plane/models/outputkafka.py +24 -17
- cribl_control_plane/models/outputkinesis.py +15 -0
- cribl_control_plane/models/outputloki.py +20 -0
- cribl_control_plane/models/outputminio.py +28 -0
- cribl_control_plane/models/outputmsk.py +23 -17
- cribl_control_plane/models/outputnewrelic.py +16 -0
- cribl_control_plane/models/outputnewrelicevents.py +16 -0
- cribl_control_plane/models/outputopentelemetry.py +22 -0
- cribl_control_plane/models/outputprometheus.py +13 -0
- cribl_control_plane/models/outputring.py +2 -0
- cribl_control_plane/models/outputs3.py +35 -0
- cribl_control_plane/models/outputsecuritylake.py +29 -0
- cribl_control_plane/models/outputsentinel.py +15 -0
- cribl_control_plane/models/outputsentineloneaisiem.py +13 -0
- cribl_control_plane/models/outputservicenow.py +21 -0
- cribl_control_plane/models/outputsignalfx.py +13 -0
- cribl_control_plane/models/outputsns.py +13 -0
- cribl_control_plane/models/outputsplunk.py +15 -0
- cribl_control_plane/models/outputsplunkhec.py +13 -0
- cribl_control_plane/models/outputsplunklb.py +15 -0
- cribl_control_plane/models/outputsqs.py +15 -0
- cribl_control_plane/models/outputstatsd.py +12 -0
- cribl_control_plane/models/outputstatsdext.py +12 -0
- cribl_control_plane/models/outputsumologic.py +15 -0
- cribl_control_plane/models/outputsyslog.py +24 -0
- cribl_control_plane/models/outputtcpjson.py +12 -0
- cribl_control_plane/models/outputwavefront.py +13 -0
- cribl_control_plane/models/outputwebhook.py +23 -0
- cribl_control_plane/models/outputxsiam.py +13 -0
- cribl_control_plane/models/packinfo.py +3 -0
- cribl_control_plane/models/packinstallinfo.py +3 -0
- cribl_control_plane/models/routeconf.py +3 -4
- cribl_control_plane/models/runnablejobcollection.py +4 -0
- cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +5 -9
- {cribl_control_plane-0.2.0a1.dist-info → cribl_control_plane-0.2.0b1.dist-info}/METADATA +1 -1
- {cribl_control_plane-0.2.0a1.dist-info → cribl_control_plane-0.2.0b1.dist-info}/RECORD +140 -142
- cribl_control_plane/models/appmode.py +0 -14
- cribl_control_plane/models/cribllakedatasetupdate.py +0 -81
- cribl_control_plane/models/routecloneconf.py +0 -13
- {cribl_control_plane-0.2.0a1.dist-info → cribl_control_plane-0.2.0b1.dist-info}/WHEEL +0 -0
cribl_control_plane/_version.py
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.2.
|
|
7
|
-
__openapi_doc_version__: str = "4.
|
|
6
|
+
__version__: str = "0.2.0b1"
|
|
7
|
+
__openapi_doc_version__: str = "4.15.0-alpha.1760137873808-498c0e83"
|
|
8
8
|
__gen_version__: str = "2.723.11"
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.2.
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.2.0b1 2.723.11 4.15.0-alpha.1760137873808-498c0e83 cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -224,7 +224,7 @@ class GroupsSDK(BaseSDK):
|
|
|
224
224
|
config_version: Optional[str] = None,
|
|
225
225
|
deploying_worker_count: Optional[float] = None,
|
|
226
226
|
description: Optional[str] = None,
|
|
227
|
-
estimated_ingest_rate: Optional[
|
|
227
|
+
estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
|
|
228
228
|
git: Optional[Union[models.Git, models.GitTypedDict]] = None,
|
|
229
229
|
incompatible_worker_count: Optional[float] = None,
|
|
230
230
|
inherits: Optional[str] = None,
|
|
@@ -395,7 +395,7 @@ class GroupsSDK(BaseSDK):
|
|
|
395
395
|
config_version: Optional[str] = None,
|
|
396
396
|
deploying_worker_count: Optional[float] = None,
|
|
397
397
|
description: Optional[str] = None,
|
|
398
|
-
estimated_ingest_rate: Optional[
|
|
398
|
+
estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
|
|
399
399
|
git: Optional[Union[models.Git, models.GitTypedDict]] = None,
|
|
400
400
|
incompatible_worker_count: Optional[float] = None,
|
|
401
401
|
inherits: Optional[str] = None,
|
|
@@ -757,7 +757,7 @@ class GroupsSDK(BaseSDK):
|
|
|
757
757
|
config_version: Optional[str] = None,
|
|
758
758
|
deploying_worker_count: Optional[float] = None,
|
|
759
759
|
description: Optional[str] = None,
|
|
760
|
-
estimated_ingest_rate: Optional[
|
|
760
|
+
estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
|
|
761
761
|
git: Optional[Union[models.Git, models.GitTypedDict]] = None,
|
|
762
762
|
incompatible_worker_count: Optional[float] = None,
|
|
763
763
|
inherits: Optional[str] = None,
|
|
@@ -931,7 +931,7 @@ class GroupsSDK(BaseSDK):
|
|
|
931
931
|
config_version: Optional[str] = None,
|
|
932
932
|
deploying_worker_count: Optional[float] = None,
|
|
933
933
|
description: Optional[str] = None,
|
|
934
|
-
estimated_ingest_rate: Optional[
|
|
934
|
+
estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
|
|
935
935
|
git: Optional[Union[models.Git, models.GitTypedDict]] = None,
|
|
936
936
|
incompatible_worker_count: Optional[float] = None,
|
|
937
937
|
inherits: Optional[str] = None,
|
|
@@ -849,6 +849,7 @@ class LakeDatasets(BaseSDK):
|
|
|
849
849
|
*,
|
|
850
850
|
lake_id: str,
|
|
851
851
|
id_param: str,
|
|
852
|
+
id: str,
|
|
852
853
|
accelerated_fields: Optional[List[str]] = None,
|
|
853
854
|
bucket_name: Optional[str] = None,
|
|
854
855
|
cache_connection: Optional[
|
|
@@ -856,9 +857,8 @@ class LakeDatasets(BaseSDK):
|
|
|
856
857
|
] = None,
|
|
857
858
|
deletion_started_at: Optional[float] = None,
|
|
858
859
|
description: Optional[str] = None,
|
|
859
|
-
format_: Optional[models.
|
|
860
|
+
format_: Optional[models.CriblLakeDatasetFormat] = None,
|
|
860
861
|
http_da_used: Optional[bool] = None,
|
|
861
|
-
id: Optional[str] = None,
|
|
862
862
|
retention_period_in_days: Optional[float] = None,
|
|
863
863
|
search_config: Optional[
|
|
864
864
|
Union[
|
|
@@ -878,6 +878,7 @@ class LakeDatasets(BaseSDK):
|
|
|
878
878
|
|
|
879
879
|
:param lake_id: The <code>id</code> of the Lake that contains the Lake Dataset to update.
|
|
880
880
|
:param id_param: The <code>id</code> of the Lake Dataset to update.
|
|
881
|
+
:param id:
|
|
881
882
|
:param accelerated_fields:
|
|
882
883
|
:param bucket_name:
|
|
883
884
|
:param cache_connection:
|
|
@@ -885,7 +886,6 @@ class LakeDatasets(BaseSDK):
|
|
|
885
886
|
:param description:
|
|
886
887
|
:param format_:
|
|
887
888
|
:param http_da_used:
|
|
888
|
-
:param id:
|
|
889
889
|
:param retention_period_in_days:
|
|
890
890
|
:param search_config:
|
|
891
891
|
:param storage_location_id:
|
|
@@ -908,7 +908,7 @@ class LakeDatasets(BaseSDK):
|
|
|
908
908
|
request = models.UpdateCriblLakeDatasetByLakeIDAndIDRequest(
|
|
909
909
|
lake_id=lake_id,
|
|
910
910
|
id_param=id_param,
|
|
911
|
-
|
|
911
|
+
cribl_lake_dataset=models.CriblLakeDataset(
|
|
912
912
|
accelerated_fields=accelerated_fields,
|
|
913
913
|
bucket_name=bucket_name,
|
|
914
914
|
cache_connection=utils.get_pydantic_model(
|
|
@@ -942,11 +942,11 @@ class LakeDatasets(BaseSDK):
|
|
|
942
942
|
http_headers=http_headers,
|
|
943
943
|
security=self.sdk_configuration.security,
|
|
944
944
|
get_serialized_body=lambda: utils.serialize_request_body(
|
|
945
|
-
request.
|
|
945
|
+
request.cribl_lake_dataset,
|
|
946
946
|
False,
|
|
947
947
|
False,
|
|
948
948
|
"json",
|
|
949
|
-
models.
|
|
949
|
+
models.CriblLakeDataset,
|
|
950
950
|
),
|
|
951
951
|
timeout_ms=timeout_ms,
|
|
952
952
|
)
|
|
@@ -996,6 +996,7 @@ class LakeDatasets(BaseSDK):
|
|
|
996
996
|
*,
|
|
997
997
|
lake_id: str,
|
|
998
998
|
id_param: str,
|
|
999
|
+
id: str,
|
|
999
1000
|
accelerated_fields: Optional[List[str]] = None,
|
|
1000
1001
|
bucket_name: Optional[str] = None,
|
|
1001
1002
|
cache_connection: Optional[
|
|
@@ -1003,9 +1004,8 @@ class LakeDatasets(BaseSDK):
|
|
|
1003
1004
|
] = None,
|
|
1004
1005
|
deletion_started_at: Optional[float] = None,
|
|
1005
1006
|
description: Optional[str] = None,
|
|
1006
|
-
format_: Optional[models.
|
|
1007
|
+
format_: Optional[models.CriblLakeDatasetFormat] = None,
|
|
1007
1008
|
http_da_used: Optional[bool] = None,
|
|
1008
|
-
id: Optional[str] = None,
|
|
1009
1009
|
retention_period_in_days: Optional[float] = None,
|
|
1010
1010
|
search_config: Optional[
|
|
1011
1011
|
Union[
|
|
@@ -1025,6 +1025,7 @@ class LakeDatasets(BaseSDK):
|
|
|
1025
1025
|
|
|
1026
1026
|
:param lake_id: The <code>id</code> of the Lake that contains the Lake Dataset to update.
|
|
1027
1027
|
:param id_param: The <code>id</code> of the Lake Dataset to update.
|
|
1028
|
+
:param id:
|
|
1028
1029
|
:param accelerated_fields:
|
|
1029
1030
|
:param bucket_name:
|
|
1030
1031
|
:param cache_connection:
|
|
@@ -1032,7 +1033,6 @@ class LakeDatasets(BaseSDK):
|
|
|
1032
1033
|
:param description:
|
|
1033
1034
|
:param format_:
|
|
1034
1035
|
:param http_da_used:
|
|
1035
|
-
:param id:
|
|
1036
1036
|
:param retention_period_in_days:
|
|
1037
1037
|
:param search_config:
|
|
1038
1038
|
:param storage_location_id:
|
|
@@ -1055,7 +1055,7 @@ class LakeDatasets(BaseSDK):
|
|
|
1055
1055
|
request = models.UpdateCriblLakeDatasetByLakeIDAndIDRequest(
|
|
1056
1056
|
lake_id=lake_id,
|
|
1057
1057
|
id_param=id_param,
|
|
1058
|
-
|
|
1058
|
+
cribl_lake_dataset=models.CriblLakeDataset(
|
|
1059
1059
|
accelerated_fields=accelerated_fields,
|
|
1060
1060
|
bucket_name=bucket_name,
|
|
1061
1061
|
cache_connection=utils.get_pydantic_model(
|
|
@@ -1089,11 +1089,11 @@ class LakeDatasets(BaseSDK):
|
|
|
1089
1089
|
http_headers=http_headers,
|
|
1090
1090
|
security=self.sdk_configuration.security,
|
|
1091
1091
|
get_serialized_body=lambda: utils.serialize_request_body(
|
|
1092
|
-
request.
|
|
1092
|
+
request.cribl_lake_dataset,
|
|
1093
1093
|
False,
|
|
1094
1094
|
False,
|
|
1095
1095
|
"json",
|
|
1096
|
-
models.
|
|
1096
|
+
models.CriblLakeDataset,
|
|
1097
1097
|
),
|
|
1098
1098
|
timeout_ms=timeout_ms,
|
|
1099
1099
|
)
|
|
@@ -12,7 +12,6 @@ if TYPE_CHECKING:
|
|
|
12
12
|
AddHecTokenRequestMetadatumTypedDict,
|
|
13
13
|
AddHecTokenRequestTypedDict,
|
|
14
14
|
)
|
|
15
|
-
from .appmode import AppMode
|
|
16
15
|
from .authtoken import AuthToken, AuthTokenTypedDict
|
|
17
16
|
from .branchinfo import BranchInfo, BranchInfoTypedDict
|
|
18
17
|
from .cacheconnection import CacheConnection, CacheConnectionTypedDict
|
|
@@ -23,6 +22,7 @@ if TYPE_CHECKING:
|
|
|
23
22
|
ConfigGroup,
|
|
24
23
|
ConfigGroupType,
|
|
25
24
|
ConfigGroupTypedDict,
|
|
25
|
+
EstimatedIngestRate,
|
|
26
26
|
Git,
|
|
27
27
|
GitTypedDict,
|
|
28
28
|
)
|
|
@@ -98,11 +98,6 @@ if TYPE_CHECKING:
|
|
|
98
98
|
CriblLakeDatasetFormat,
|
|
99
99
|
CriblLakeDatasetTypedDict,
|
|
100
100
|
)
|
|
101
|
-
from .cribllakedatasetupdate import (
|
|
102
|
-
CriblLakeDatasetUpdate,
|
|
103
|
-
CriblLakeDatasetUpdateFormat,
|
|
104
|
-
CriblLakeDatasetUpdateTypedDict,
|
|
105
|
-
)
|
|
106
101
|
from .currentbranchresult import CurrentBranchResult, CurrentBranchResultTypedDict
|
|
107
102
|
from .datasetmetadata import DatasetMetadata, DatasetMetadataTypedDict, ScanMode
|
|
108
103
|
from .datasetmetadataruninfo import (
|
|
@@ -361,7 +356,13 @@ if TYPE_CHECKING:
|
|
|
361
356
|
Renamed,
|
|
362
357
|
RenamedTypedDict,
|
|
363
358
|
)
|
|
364
|
-
from .hbcriblinfo import
|
|
359
|
+
from .hbcriblinfo import (
|
|
360
|
+
Config,
|
|
361
|
+
ConfigTypedDict,
|
|
362
|
+
DistMode,
|
|
363
|
+
HBCriblInfo,
|
|
364
|
+
HBCriblInfoTypedDict,
|
|
365
|
+
)
|
|
365
366
|
from .hbleaderinfo import HBLeaderInfo, HBLeaderInfoTypedDict
|
|
366
367
|
from .healthstatus import HealthStatus, HealthStatusTypedDict, Role, Status
|
|
367
368
|
from .heartbeatmetadata import (
|
|
@@ -468,7 +469,6 @@ if TYPE_CHECKING:
|
|
|
468
469
|
InputConfluentCloudPqControlsTypedDict,
|
|
469
470
|
InputConfluentCloudPqTypedDict,
|
|
470
471
|
InputConfluentCloudSASLMechanism,
|
|
471
|
-
InputConfluentCloudSchemaType,
|
|
472
472
|
InputConfluentCloudTLSSettingsClientSide,
|
|
473
473
|
InputConfluentCloudTLSSettingsClientSideTypedDict,
|
|
474
474
|
InputConfluentCloudType,
|
|
@@ -927,7 +927,6 @@ if TYPE_CHECKING:
|
|
|
927
927
|
InputKafkaPqControlsTypedDict,
|
|
928
928
|
InputKafkaPqTypedDict,
|
|
929
929
|
InputKafkaSASLMechanism,
|
|
930
|
-
InputKafkaSchemaType,
|
|
931
930
|
InputKafkaTLSSettingsClientSide,
|
|
932
931
|
InputKafkaTLSSettingsClientSideTypedDict,
|
|
933
932
|
InputKafkaType,
|
|
@@ -1095,7 +1094,6 @@ if TYPE_CHECKING:
|
|
|
1095
1094
|
InputMskPqControls,
|
|
1096
1095
|
InputMskPqControlsTypedDict,
|
|
1097
1096
|
InputMskPqTypedDict,
|
|
1098
|
-
InputMskSchemaType,
|
|
1099
1097
|
InputMskSignatureVersion,
|
|
1100
1098
|
InputMskTLSSettingsClientSide,
|
|
1101
1099
|
InputMskTLSSettingsClientSideTypedDict,
|
|
@@ -2011,7 +2009,6 @@ if TYPE_CHECKING:
|
|
|
2011
2009
|
OutputConfluentCloudQueueFullBehavior,
|
|
2012
2010
|
OutputConfluentCloudRecordDataFormat,
|
|
2013
2011
|
OutputConfluentCloudSASLMechanism,
|
|
2014
|
-
OutputConfluentCloudSchemaType,
|
|
2015
2012
|
OutputConfluentCloudTLSSettingsClientSide,
|
|
2016
2013
|
OutputConfluentCloudTLSSettingsClientSideTypedDict,
|
|
2017
2014
|
OutputConfluentCloudType,
|
|
@@ -2094,6 +2091,15 @@ if TYPE_CHECKING:
|
|
|
2094
2091
|
OutputCrowdstrikeNextGenSiemType,
|
|
2095
2092
|
OutputCrowdstrikeNextGenSiemTypedDict,
|
|
2096
2093
|
)
|
|
2094
|
+
from .outputdatabricks import (
|
|
2095
|
+
OutputDatabricks,
|
|
2096
|
+
OutputDatabricksAuthenticationMethod,
|
|
2097
|
+
OutputDatabricksBackpressureBehavior,
|
|
2098
|
+
OutputDatabricksDataFormat,
|
|
2099
|
+
OutputDatabricksDiskSpaceProtection,
|
|
2100
|
+
OutputDatabricksType,
|
|
2101
|
+
OutputDatabricksTypedDict,
|
|
2102
|
+
)
|
|
2097
2103
|
from .outputdatadog import (
|
|
2098
2104
|
DatadogSite,
|
|
2099
2105
|
OutputDatadog,
|
|
@@ -2512,7 +2518,6 @@ if TYPE_CHECKING:
|
|
|
2512
2518
|
OutputKafkaQueueFullBehavior,
|
|
2513
2519
|
OutputKafkaRecordDataFormat,
|
|
2514
2520
|
OutputKafkaSASLMechanism,
|
|
2515
|
-
OutputKafkaSchemaType,
|
|
2516
2521
|
OutputKafkaTLSSettingsClientSide,
|
|
2517
2522
|
OutputKafkaTLSSettingsClientSideTypedDict,
|
|
2518
2523
|
OutputKafkaType,
|
|
@@ -2595,7 +2600,6 @@ if TYPE_CHECKING:
|
|
|
2595
2600
|
OutputMskPqControlsTypedDict,
|
|
2596
2601
|
OutputMskQueueFullBehavior,
|
|
2597
2602
|
OutputMskRecordDataFormat,
|
|
2598
|
-
OutputMskSchemaType,
|
|
2599
2603
|
OutputMskSignatureVersion,
|
|
2600
2604
|
OutputMskTLSSettingsClientSide,
|
|
2601
2605
|
OutputMskTLSSettingsClientSideTypedDict,
|
|
@@ -3154,7 +3158,6 @@ if TYPE_CHECKING:
|
|
|
3154
3158
|
from .productscore import ProductsCore
|
|
3155
3159
|
from .rbacresource import RbacResource
|
|
3156
3160
|
from .resourcepolicy import ResourcePolicy, ResourcePolicyTypedDict
|
|
3157
|
-
from .routecloneconf import RouteCloneConf, RouteCloneConfTypedDict
|
|
3158
3161
|
from .routeconf import RouteConf, RouteConfTypedDict
|
|
3159
3162
|
from .routes import (
|
|
3160
3163
|
Comment,
|
|
@@ -3315,7 +3318,6 @@ __all__ = [
|
|
|
3315
3318
|
"AdditionalPropertyTypedDict",
|
|
3316
3319
|
"Allow",
|
|
3317
3320
|
"AllowTypedDict",
|
|
3318
|
-
"AppMode",
|
|
3319
3321
|
"Audit",
|
|
3320
3322
|
"AuditTypedDict",
|
|
3321
3323
|
"AuthToken",
|
|
@@ -3415,9 +3417,6 @@ __all__ = [
|
|
|
3415
3417
|
"CriblLakeDataset",
|
|
3416
3418
|
"CriblLakeDatasetFormat",
|
|
3417
3419
|
"CriblLakeDatasetTypedDict",
|
|
3418
|
-
"CriblLakeDatasetUpdate",
|
|
3419
|
-
"CriblLakeDatasetUpdateFormat",
|
|
3420
|
-
"CriblLakeDatasetUpdateTypedDict",
|
|
3421
3420
|
"CurrentBranchResult",
|
|
3422
3421
|
"CurrentBranchResultTypedDict",
|
|
3423
3422
|
"DNS",
|
|
@@ -3466,6 +3465,7 @@ __all__ = [
|
|
|
3466
3465
|
"DiffFilesTypedDict",
|
|
3467
3466
|
"DisksAndFileSystems",
|
|
3468
3467
|
"DisksAndFileSystemsTypedDict",
|
|
3468
|
+
"DistMode",
|
|
3469
3469
|
"DistributedSummary",
|
|
3470
3470
|
"DistributedSummaryGroups",
|
|
3471
3471
|
"DistributedSummaryGroupsTypedDict",
|
|
@@ -3484,6 +3484,7 @@ __all__ = [
|
|
|
3484
3484
|
"EndpointType",
|
|
3485
3485
|
"Error",
|
|
3486
3486
|
"ErrorTypedDict",
|
|
3487
|
+
"EstimatedIngestRate",
|
|
3487
3488
|
"EventFormat",
|
|
3488
3489
|
"Executor",
|
|
3489
3490
|
"ExecutorSpecificSettings",
|
|
@@ -3735,7 +3736,6 @@ __all__ = [
|
|
|
3735
3736
|
"InputConfluentCloudPqControlsTypedDict",
|
|
3736
3737
|
"InputConfluentCloudPqTypedDict",
|
|
3737
3738
|
"InputConfluentCloudSASLMechanism",
|
|
3738
|
-
"InputConfluentCloudSchemaType",
|
|
3739
3739
|
"InputConfluentCloudTLSSettingsClientSide",
|
|
3740
3740
|
"InputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
3741
3741
|
"InputConfluentCloudType",
|
|
@@ -4125,7 +4125,6 @@ __all__ = [
|
|
|
4125
4125
|
"InputKafkaPqControlsTypedDict",
|
|
4126
4126
|
"InputKafkaPqTypedDict",
|
|
4127
4127
|
"InputKafkaSASLMechanism",
|
|
4128
|
-
"InputKafkaSchemaType",
|
|
4129
4128
|
"InputKafkaTLSSettingsClientSide",
|
|
4130
4129
|
"InputKafkaTLSSettingsClientSideTypedDict",
|
|
4131
4130
|
"InputKafkaType",
|
|
@@ -4275,7 +4274,6 @@ __all__ = [
|
|
|
4275
4274
|
"InputMskPqControls",
|
|
4276
4275
|
"InputMskPqControlsTypedDict",
|
|
4277
4276
|
"InputMskPqTypedDict",
|
|
4278
|
-
"InputMskSchemaType",
|
|
4279
4277
|
"InputMskSignatureVersion",
|
|
4280
4278
|
"InputMskTLSSettingsClientSide",
|
|
4281
4279
|
"InputMskTLSSettingsClientSideTypedDict",
|
|
@@ -5092,7 +5090,6 @@ __all__ = [
|
|
|
5092
5090
|
"OutputConfluentCloudQueueFullBehavior",
|
|
5093
5091
|
"OutputConfluentCloudRecordDataFormat",
|
|
5094
5092
|
"OutputConfluentCloudSASLMechanism",
|
|
5095
|
-
"OutputConfluentCloudSchemaType",
|
|
5096
5093
|
"OutputConfluentCloudTLSSettingsClientSide",
|
|
5097
5094
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
5098
5095
|
"OutputConfluentCloudType",
|
|
@@ -5165,6 +5162,13 @@ __all__ = [
|
|
|
5165
5162
|
"OutputCrowdstrikeNextGenSiemTimeoutRetrySettingsTypedDict",
|
|
5166
5163
|
"OutputCrowdstrikeNextGenSiemType",
|
|
5167
5164
|
"OutputCrowdstrikeNextGenSiemTypedDict",
|
|
5165
|
+
"OutputDatabricks",
|
|
5166
|
+
"OutputDatabricksAuthenticationMethod",
|
|
5167
|
+
"OutputDatabricksBackpressureBehavior",
|
|
5168
|
+
"OutputDatabricksDataFormat",
|
|
5169
|
+
"OutputDatabricksDiskSpaceProtection",
|
|
5170
|
+
"OutputDatabricksType",
|
|
5171
|
+
"OutputDatabricksTypedDict",
|
|
5168
5172
|
"OutputDatadog",
|
|
5169
5173
|
"OutputDatadogAuthenticationMethod",
|
|
5170
5174
|
"OutputDatadogBackpressureBehavior",
|
|
@@ -5530,7 +5534,6 @@ __all__ = [
|
|
|
5530
5534
|
"OutputKafkaQueueFullBehavior",
|
|
5531
5535
|
"OutputKafkaRecordDataFormat",
|
|
5532
5536
|
"OutputKafkaSASLMechanism",
|
|
5533
|
-
"OutputKafkaSchemaType",
|
|
5534
5537
|
"OutputKafkaTLSSettingsClientSide",
|
|
5535
5538
|
"OutputKafkaTLSSettingsClientSideTypedDict",
|
|
5536
5539
|
"OutputKafkaType",
|
|
@@ -5605,7 +5608,6 @@ __all__ = [
|
|
|
5605
5608
|
"OutputMskPqControlsTypedDict",
|
|
5606
5609
|
"OutputMskQueueFullBehavior",
|
|
5607
5610
|
"OutputMskRecordDataFormat",
|
|
5608
|
-
"OutputMskSchemaType",
|
|
5609
5611
|
"OutputMskSignatureVersion",
|
|
5610
5612
|
"OutputMskTLSSettingsClientSide",
|
|
5611
5613
|
"OutputMskTLSSettingsClientSideTypedDict",
|
|
@@ -6112,8 +6114,6 @@ __all__ = [
|
|
|
6112
6114
|
"ResourceTypeLabel",
|
|
6113
6115
|
"ResourceTypeLabelTypedDict",
|
|
6114
6116
|
"Role",
|
|
6115
|
-
"RouteCloneConf",
|
|
6116
|
-
"RouteCloneConfTypedDict",
|
|
6117
6117
|
"RouteConf",
|
|
6118
6118
|
"RouteConfTypedDict",
|
|
6119
6119
|
"Routes",
|
|
@@ -6264,7 +6264,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6264
6264
|
"AddHecTokenRequestMetadatum": ".addhectokenrequest",
|
|
6265
6265
|
"AddHecTokenRequestMetadatumTypedDict": ".addhectokenrequest",
|
|
6266
6266
|
"AddHecTokenRequestTypedDict": ".addhectokenrequest",
|
|
6267
|
-
"AppMode": ".appmode",
|
|
6268
6267
|
"AuthToken": ".authtoken",
|
|
6269
6268
|
"AuthTokenTypedDict": ".authtoken",
|
|
6270
6269
|
"BranchInfo": ".branchinfo",
|
|
@@ -6278,6 +6277,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6278
6277
|
"ConfigGroup": ".configgroup",
|
|
6279
6278
|
"ConfigGroupType": ".configgroup",
|
|
6280
6279
|
"ConfigGroupTypedDict": ".configgroup",
|
|
6280
|
+
"EstimatedIngestRate": ".configgroup",
|
|
6281
6281
|
"Git": ".configgroup",
|
|
6282
6282
|
"GitTypedDict": ".configgroup",
|
|
6283
6283
|
"ConfigGroupCloud": ".configgroupcloud",
|
|
@@ -6333,9 +6333,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6333
6333
|
"CriblLakeDataset": ".cribllakedataset",
|
|
6334
6334
|
"CriblLakeDatasetFormat": ".cribllakedataset",
|
|
6335
6335
|
"CriblLakeDatasetTypedDict": ".cribllakedataset",
|
|
6336
|
-
"CriblLakeDatasetUpdate": ".cribllakedatasetupdate",
|
|
6337
|
-
"CriblLakeDatasetUpdateFormat": ".cribllakedatasetupdate",
|
|
6338
|
-
"CriblLakeDatasetUpdateTypedDict": ".cribllakedatasetupdate",
|
|
6339
6336
|
"CurrentBranchResult": ".currentbranchresult",
|
|
6340
6337
|
"CurrentBranchResultTypedDict": ".currentbranchresult",
|
|
6341
6338
|
"DatasetMetadata": ".datasetmetadata",
|
|
@@ -6538,6 +6535,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6538
6535
|
"RenamedTypedDict": ".gitstatusresult",
|
|
6539
6536
|
"Config": ".hbcriblinfo",
|
|
6540
6537
|
"ConfigTypedDict": ".hbcriblinfo",
|
|
6538
|
+
"DistMode": ".hbcriblinfo",
|
|
6541
6539
|
"HBCriblInfo": ".hbcriblinfo",
|
|
6542
6540
|
"HBCriblInfoTypedDict": ".hbcriblinfo",
|
|
6543
6541
|
"HBLeaderInfo": ".hbleaderinfo",
|
|
@@ -6642,7 +6640,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6642
6640
|
"InputConfluentCloudPqControlsTypedDict": ".inputconfluentcloud",
|
|
6643
6641
|
"InputConfluentCloudPqTypedDict": ".inputconfluentcloud",
|
|
6644
6642
|
"InputConfluentCloudSASLMechanism": ".inputconfluentcloud",
|
|
6645
|
-
"InputConfluentCloudSchemaType": ".inputconfluentcloud",
|
|
6646
6643
|
"InputConfluentCloudTLSSettingsClientSide": ".inputconfluentcloud",
|
|
6647
6644
|
"InputConfluentCloudTLSSettingsClientSideTypedDict": ".inputconfluentcloud",
|
|
6648
6645
|
"InputConfluentCloudType": ".inputconfluentcloud",
|
|
@@ -7061,7 +7058,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7061
7058
|
"InputKafkaPqControlsTypedDict": ".inputkafka",
|
|
7062
7059
|
"InputKafkaPqTypedDict": ".inputkafka",
|
|
7063
7060
|
"InputKafkaSASLMechanism": ".inputkafka",
|
|
7064
|
-
"InputKafkaSchemaType": ".inputkafka",
|
|
7065
7061
|
"InputKafkaTLSSettingsClientSide": ".inputkafka",
|
|
7066
7062
|
"InputKafkaTLSSettingsClientSideTypedDict": ".inputkafka",
|
|
7067
7063
|
"InputKafkaType": ".inputkafka",
|
|
@@ -7213,7 +7209,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7213
7209
|
"InputMskPqControls": ".inputmsk",
|
|
7214
7210
|
"InputMskPqControlsTypedDict": ".inputmsk",
|
|
7215
7211
|
"InputMskPqTypedDict": ".inputmsk",
|
|
7216
|
-
"InputMskSchemaType": ".inputmsk",
|
|
7217
7212
|
"InputMskSignatureVersion": ".inputmsk",
|
|
7218
7213
|
"InputMskTLSSettingsClientSide": ".inputmsk",
|
|
7219
7214
|
"InputMskTLSSettingsClientSideTypedDict": ".inputmsk",
|
|
@@ -8059,7 +8054,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8059
8054
|
"OutputConfluentCloudQueueFullBehavior": ".outputconfluentcloud",
|
|
8060
8055
|
"OutputConfluentCloudRecordDataFormat": ".outputconfluentcloud",
|
|
8061
8056
|
"OutputConfluentCloudSASLMechanism": ".outputconfluentcloud",
|
|
8062
|
-
"OutputConfluentCloudSchemaType": ".outputconfluentcloud",
|
|
8063
8057
|
"OutputConfluentCloudTLSSettingsClientSide": ".outputconfluentcloud",
|
|
8064
8058
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict": ".outputconfluentcloud",
|
|
8065
8059
|
"OutputConfluentCloudType": ".outputconfluentcloud",
|
|
@@ -8133,6 +8127,13 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8133
8127
|
"OutputCrowdstrikeNextGenSiemTimeoutRetrySettingsTypedDict": ".outputcrowdstrikenextgensiem",
|
|
8134
8128
|
"OutputCrowdstrikeNextGenSiemType": ".outputcrowdstrikenextgensiem",
|
|
8135
8129
|
"OutputCrowdstrikeNextGenSiemTypedDict": ".outputcrowdstrikenextgensiem",
|
|
8130
|
+
"OutputDatabricks": ".outputdatabricks",
|
|
8131
|
+
"OutputDatabricksAuthenticationMethod": ".outputdatabricks",
|
|
8132
|
+
"OutputDatabricksBackpressureBehavior": ".outputdatabricks",
|
|
8133
|
+
"OutputDatabricksDataFormat": ".outputdatabricks",
|
|
8134
|
+
"OutputDatabricksDiskSpaceProtection": ".outputdatabricks",
|
|
8135
|
+
"OutputDatabricksType": ".outputdatabricks",
|
|
8136
|
+
"OutputDatabricksTypedDict": ".outputdatabricks",
|
|
8136
8137
|
"DatadogSite": ".outputdatadog",
|
|
8137
8138
|
"OutputDatadog": ".outputdatadog",
|
|
8138
8139
|
"OutputDatadogAuthenticationMethod": ".outputdatadog",
|
|
@@ -8516,7 +8517,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8516
8517
|
"OutputKafkaQueueFullBehavior": ".outputkafka",
|
|
8517
8518
|
"OutputKafkaRecordDataFormat": ".outputkafka",
|
|
8518
8519
|
"OutputKafkaSASLMechanism": ".outputkafka",
|
|
8519
|
-
"OutputKafkaSchemaType": ".outputkafka",
|
|
8520
8520
|
"OutputKafkaTLSSettingsClientSide": ".outputkafka",
|
|
8521
8521
|
"OutputKafkaTLSSettingsClientSideTypedDict": ".outputkafka",
|
|
8522
8522
|
"OutputKafkaType": ".outputkafka",
|
|
@@ -8591,7 +8591,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8591
8591
|
"OutputMskPqControlsTypedDict": ".outputmsk",
|
|
8592
8592
|
"OutputMskQueueFullBehavior": ".outputmsk",
|
|
8593
8593
|
"OutputMskRecordDataFormat": ".outputmsk",
|
|
8594
|
-
"OutputMskSchemaType": ".outputmsk",
|
|
8595
8594
|
"OutputMskSignatureVersion": ".outputmsk",
|
|
8596
8595
|
"OutputMskTLSSettingsClientSide": ".outputmsk",
|
|
8597
8596
|
"OutputMskTLSSettingsClientSideTypedDict": ".outputmsk",
|
|
@@ -9087,8 +9086,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9087
9086
|
"RbacResource": ".rbacresource",
|
|
9088
9087
|
"ResourcePolicy": ".resourcepolicy",
|
|
9089
9088
|
"ResourcePolicyTypedDict": ".resourcepolicy",
|
|
9090
|
-
"RouteCloneConf": ".routecloneconf",
|
|
9091
|
-
"RouteCloneConfTypedDict": ".routecloneconf",
|
|
9092
9089
|
"RouteConf": ".routeconf",
|
|
9093
9090
|
"RouteConfTypedDict": ".routeconf",
|
|
9094
9091
|
"Comment": ".routes",
|
|
@@ -14,6 +14,18 @@ from typing import List, Optional
|
|
|
14
14
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
15
15
|
|
|
16
16
|
|
|
17
|
+
class EstimatedIngestRate(int, Enum, metaclass=utils.OpenEnumMeta):
|
|
18
|
+
ONE_THOUSAND_AND_TWENTY_FOUR = 1024
|
|
19
|
+
FOUR_THOUSAND_AND_NINETY_SIX = 4096
|
|
20
|
+
TEN_THOUSAND_TWO_HUNDRED_AND_FORTY = 10240
|
|
21
|
+
TWO_THOUSAND_AND_FORTY_EIGHT = 2048
|
|
22
|
+
THREE_THOUSAND_AND_SEVENTY_TWO = 3072
|
|
23
|
+
FIVE_THOUSAND_ONE_HUNDRED_AND_TWENTY = 5120
|
|
24
|
+
SEVEN_THOUSAND_ONE_HUNDRED_AND_SIXTY_EIGHT = 7168
|
|
25
|
+
THIRTEEN_THOUSAND_THREE_HUNDRED_AND_TWELVE = 13312
|
|
26
|
+
FIFTEEN_THOUSAND_THREE_HUNDRED_AND_SIXTY = 15360
|
|
27
|
+
|
|
28
|
+
|
|
17
29
|
class GitTypedDict(TypedDict):
|
|
18
30
|
commit: NotRequired[str]
|
|
19
31
|
local_changes: NotRequired[float]
|
|
@@ -40,7 +52,7 @@ class ConfigGroupTypedDict(TypedDict):
|
|
|
40
52
|
config_version: NotRequired[str]
|
|
41
53
|
deploying_worker_count: NotRequired[float]
|
|
42
54
|
description: NotRequired[str]
|
|
43
|
-
estimated_ingest_rate: NotRequired[
|
|
55
|
+
estimated_ingest_rate: NotRequired[EstimatedIngestRate]
|
|
44
56
|
git: NotRequired[GitTypedDict]
|
|
45
57
|
incompatible_worker_count: NotRequired[float]
|
|
46
58
|
inherits: NotRequired[str]
|
|
@@ -75,7 +87,10 @@ class ConfigGroup(BaseModel):
|
|
|
75
87
|
description: Optional[str] = None
|
|
76
88
|
|
|
77
89
|
estimated_ingest_rate: Annotated[
|
|
78
|
-
|
|
90
|
+
Annotated[
|
|
91
|
+
Optional[EstimatedIngestRate], PlainValidator(validate_open_enum(True))
|
|
92
|
+
],
|
|
93
|
+
pydantic.Field(alias="estimatedIngestRate"),
|
|
79
94
|
] = None
|
|
80
95
|
|
|
81
96
|
git: Optional[Git] = None
|
|
@@ -4,7 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
from cribl_control_plane.types import BaseModel
|
|
5
5
|
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
|
|
6
6
|
import pydantic
|
|
7
|
-
from typing import List, Optional
|
|
7
|
+
from typing import Any, Dict, List, Optional
|
|
8
8
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
9
9
|
|
|
10
10
|
|
|
@@ -27,7 +27,7 @@ class CreateVersionUndoResponseTypedDict(TypedDict):
|
|
|
27
27
|
|
|
28
28
|
count: NotRequired[int]
|
|
29
29
|
r"""number of items present in the items array"""
|
|
30
|
-
items: NotRequired[List[str]]
|
|
30
|
+
items: NotRequired[List[Dict[str, Any]]]
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
class CreateVersionUndoResponse(BaseModel):
|
|
@@ -36,4 +36,4 @@ class CreateVersionUndoResponse(BaseModel):
|
|
|
36
36
|
count: Optional[int] = None
|
|
37
37
|
r"""number of items present in the items array"""
|
|
38
38
|
|
|
39
|
-
items: Optional[List[str]] = None
|
|
39
|
+
items: Optional[List[Dict[str, Any]]] = None
|
|
@@ -9,7 +9,9 @@ from typing_extensions import Annotated, TypedDict
|
|
|
9
9
|
class DistributedSummaryGroupsTypedDict(TypedDict):
|
|
10
10
|
count: float
|
|
11
11
|
destinations: float
|
|
12
|
+
packs: float
|
|
12
13
|
pipelines: float
|
|
14
|
+
quick_connects: float
|
|
13
15
|
routes: float
|
|
14
16
|
sources: float
|
|
15
17
|
|
|
@@ -19,8 +21,12 @@ class DistributedSummaryGroups(BaseModel):
|
|
|
19
21
|
|
|
20
22
|
destinations: float
|
|
21
23
|
|
|
24
|
+
packs: float
|
|
25
|
+
|
|
22
26
|
pipelines: float
|
|
23
27
|
|
|
28
|
+
quick_connects: Annotated[float, pydantic.Field(alias="quickConnects")]
|
|
29
|
+
|
|
24
30
|
routes: float
|
|
25
31
|
|
|
26
32
|
sources: float
|
|
@@ -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 .appmode import AppMode
|
|
5
4
|
from .hbleaderinfo import HBLeaderInfo, HBLeaderInfoTypedDict
|
|
6
5
|
from .lookupversions import LookupVersions, LookupVersionsTypedDict
|
|
6
|
+
from cribl_control_plane import utils
|
|
7
7
|
from cribl_control_plane.types import BaseModel
|
|
8
8
|
from cribl_control_plane.utils import validate_open_enum
|
|
9
|
+
from enum import Enum
|
|
9
10
|
import pydantic
|
|
10
11
|
from pydantic.functional_validators import PlainValidator
|
|
11
12
|
from typing import List, Optional
|
|
@@ -36,9 +37,19 @@ class Config(BaseModel):
|
|
|
36
37
|
version: Optional[str] = None
|
|
37
38
|
|
|
38
39
|
|
|
40
|
+
class DistMode(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
41
|
+
EDGE = "edge"
|
|
42
|
+
WORKER = "worker"
|
|
43
|
+
SINGLE = "single"
|
|
44
|
+
MASTER = "master"
|
|
45
|
+
MANAGED_EDGE = "managed-edge"
|
|
46
|
+
OUTPOST = "outpost"
|
|
47
|
+
SEARCH_SUPERVISOR = "search-supervisor"
|
|
48
|
+
|
|
49
|
+
|
|
39
50
|
class HBCriblInfoTypedDict(TypedDict):
|
|
40
51
|
config: ConfigTypedDict
|
|
41
|
-
dist_mode:
|
|
52
|
+
dist_mode: DistMode
|
|
42
53
|
group: str
|
|
43
54
|
guid: str
|
|
44
55
|
start_time: float
|
|
@@ -58,7 +69,7 @@ class HBCriblInfo(BaseModel):
|
|
|
58
69
|
config: Config
|
|
59
70
|
|
|
60
71
|
dist_mode: Annotated[
|
|
61
|
-
Annotated[
|
|
72
|
+
Annotated[DistMode, PlainValidator(validate_open_enum(False))],
|
|
62
73
|
pydantic.Field(alias="distMode"),
|
|
63
74
|
]
|
|
64
75
|
|
|
@@ -17,6 +17,7 @@ class HeartbeatMetadataTags(BaseModel):
|
|
|
17
17
|
|
|
18
18
|
class HeartbeatMetadataAwsTypedDict(TypedDict):
|
|
19
19
|
enabled: bool
|
|
20
|
+
instance_id: str
|
|
20
21
|
region: str
|
|
21
22
|
type: str
|
|
22
23
|
zone: str
|
|
@@ -26,6 +27,8 @@ class HeartbeatMetadataAwsTypedDict(TypedDict):
|
|
|
26
27
|
class HeartbeatMetadataAws(BaseModel):
|
|
27
28
|
enabled: bool
|
|
28
29
|
|
|
30
|
+
instance_id: Annotated[str, pydantic.Field(alias="instanceId")]
|
|
31
|
+
|
|
29
32
|
region: str
|
|
30
33
|
|
|
31
34
|
type: str
|