cribl-control-plane 0.2.0rc1__py3-none-any.whl → 0.3.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 -5
- cribl_control_plane/groups_sdk.py +8 -8
- cribl_control_plane/models/__init__.py +65 -27
- cribl_control_plane/models/authtoken.py +8 -1
- cribl_control_plane/models/configgroup.py +30 -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 +11 -1
- cribl_control_plane/models/outpostnodeinfo.py +16 -0
- cribl_control_plane/models/output.py +77 -72
- 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 +411 -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 +8 -5
- cribl_control_plane/models/packinstallinfo.py +8 -5
- cribl_control_plane/models/routeconf.py +3 -4
- cribl_control_plane/models/runnablejobcollection.py +4 -0
- cribl_control_plane/models/updatepacksop.py +25 -0
- cribl_control_plane/models/{routecloneconf.py → uploadpackresponse.py} +4 -4
- cribl_control_plane/packs.py +202 -7
- {cribl_control_plane-0.2.0rc1.dist-info → cribl_control_plane-0.3.0b1.dist-info}/METADATA +39 -16
- {cribl_control_plane-0.2.0rc1.dist-info → cribl_control_plane-0.3.0b1.dist-info}/RECORD +143 -141
- cribl_control_plane/models/appmode.py +0 -14
- {cribl_control_plane-0.2.0rc1.dist-info → cribl_control_plane-0.3.0b1.dist-info}/WHEEL +0 -0
cribl_control_plane/_version.py
CHANGED
|
@@ -3,12 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.
|
|
7
|
-
__openapi_doc_version__: str = "4.
|
|
6
|
+
__version__: str = "0.3.0b1"
|
|
7
|
+
__openapi_doc_version__: str = "4.15.0-alpha.1761347346026-24da0953"
|
|
8
8
|
__gen_version__: str = "2.723.11"
|
|
9
|
-
__user_agent__: str =
|
|
10
|
-
"speakeasy-sdk/python 0.2.0rc1 2.723.11 4.14.1-68918e2c cribl-control-plane"
|
|
11
|
-
)
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.3.0b1 2.723.11 4.15.0-alpha.1761347346026-24da0953 cribl-control-plane"
|
|
12
10
|
|
|
13
11
|
try:
|
|
14
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,
|
|
@@ -261,7 +261,7 @@ class GroupsSDK(BaseSDK):
|
|
|
261
261
|
:param config_version:
|
|
262
262
|
:param deploying_worker_count:
|
|
263
263
|
:param description:
|
|
264
|
-
:param estimated_ingest_rate:
|
|
264
|
+
:param estimated_ingest_rate: Maximum expected volume of data ingested by the @{group}. (This setting is available only on @{group}s consisting of Cribl-managed Cribl.Cloud @{node}s.)
|
|
265
265
|
:param git:
|
|
266
266
|
:param incompatible_worker_count:
|
|
267
267
|
:param inherits:
|
|
@@ -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,
|
|
@@ -432,7 +432,7 @@ class GroupsSDK(BaseSDK):
|
|
|
432
432
|
:param config_version:
|
|
433
433
|
:param deploying_worker_count:
|
|
434
434
|
:param description:
|
|
435
|
-
:param estimated_ingest_rate:
|
|
435
|
+
:param estimated_ingest_rate: Maximum expected volume of data ingested by the @{group}. (This setting is available only on @{group}s consisting of Cribl-managed Cribl.Cloud @{node}s.)
|
|
436
436
|
:param git:
|
|
437
437
|
:param incompatible_worker_count:
|
|
438
438
|
:param inherits:
|
|
@@ -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,
|
|
@@ -795,7 +795,7 @@ class GroupsSDK(BaseSDK):
|
|
|
795
795
|
:param config_version:
|
|
796
796
|
:param deploying_worker_count:
|
|
797
797
|
:param description:
|
|
798
|
-
:param estimated_ingest_rate:
|
|
798
|
+
:param estimated_ingest_rate: Maximum expected volume of data ingested by the @{group}. (This setting is available only on @{group}s consisting of Cribl-managed Cribl.Cloud @{node}s.)
|
|
799
799
|
:param git:
|
|
800
800
|
:param incompatible_worker_count:
|
|
801
801
|
:param inherits:
|
|
@@ -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,
|
|
@@ -969,7 +969,7 @@ class GroupsSDK(BaseSDK):
|
|
|
969
969
|
:param config_version:
|
|
970
970
|
:param deploying_worker_count:
|
|
971
971
|
:param description:
|
|
972
|
-
:param estimated_ingest_rate:
|
|
972
|
+
:param estimated_ingest_rate: Maximum expected volume of data ingested by the @{group}. (This setting is available only on @{group}s consisting of Cribl-managed Cribl.Cloud @{node}s.)
|
|
973
973
|
:param git:
|
|
974
974
|
:param incompatible_worker_count:
|
|
975
975
|
:param inherits:
|
|
@@ -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
|
)
|
|
@@ -361,7 +361,13 @@ if TYPE_CHECKING:
|
|
|
361
361
|
Renamed,
|
|
362
362
|
RenamedTypedDict,
|
|
363
363
|
)
|
|
364
|
-
from .hbcriblinfo import
|
|
364
|
+
from .hbcriblinfo import (
|
|
365
|
+
Config,
|
|
366
|
+
ConfigTypedDict,
|
|
367
|
+
DistMode,
|
|
368
|
+
HBCriblInfo,
|
|
369
|
+
HBCriblInfoTypedDict,
|
|
370
|
+
)
|
|
365
371
|
from .hbleaderinfo import HBLeaderInfo, HBLeaderInfoTypedDict
|
|
366
372
|
from .healthstatus import HealthStatus, HealthStatusTypedDict, Role, Status
|
|
367
373
|
from .heartbeatmetadata import (
|
|
@@ -468,7 +474,6 @@ if TYPE_CHECKING:
|
|
|
468
474
|
InputConfluentCloudPqControlsTypedDict,
|
|
469
475
|
InputConfluentCloudPqTypedDict,
|
|
470
476
|
InputConfluentCloudSASLMechanism,
|
|
471
|
-
InputConfluentCloudSchemaType,
|
|
472
477
|
InputConfluentCloudTLSSettingsClientSide,
|
|
473
478
|
InputConfluentCloudTLSSettingsClientSideTypedDict,
|
|
474
479
|
InputConfluentCloudType,
|
|
@@ -927,7 +932,6 @@ if TYPE_CHECKING:
|
|
|
927
932
|
InputKafkaPqControlsTypedDict,
|
|
928
933
|
InputKafkaPqTypedDict,
|
|
929
934
|
InputKafkaSASLMechanism,
|
|
930
|
-
InputKafkaSchemaType,
|
|
931
935
|
InputKafkaTLSSettingsClientSide,
|
|
932
936
|
InputKafkaTLSSettingsClientSideTypedDict,
|
|
933
937
|
InputKafkaType,
|
|
@@ -1095,7 +1099,6 @@ if TYPE_CHECKING:
|
|
|
1095
1099
|
InputMskPqControls,
|
|
1096
1100
|
InputMskPqControlsTypedDict,
|
|
1097
1101
|
InputMskPqTypedDict,
|
|
1098
|
-
InputMskSchemaType,
|
|
1099
1102
|
InputMskSignatureVersion,
|
|
1100
1103
|
InputMskTLSSettingsClientSide,
|
|
1101
1104
|
InputMskTLSSettingsClientSideTypedDict,
|
|
@@ -1835,6 +1838,7 @@ if TYPE_CHECKING:
|
|
|
1835
1838
|
from .nodeskippedupgradestatus import NodeSkippedUpgradeStatus
|
|
1836
1839
|
from .nodeupgradestate import NodeUpgradeState
|
|
1837
1840
|
from .nodeupgradestatus import NodeUpgradeStatus, NodeUpgradeStatusTypedDict
|
|
1841
|
+
from .outpostnodeinfo import OutpostNodeInfo, OutpostNodeInfoTypedDict
|
|
1838
1842
|
from .output import Output, OutputTypedDict
|
|
1839
1843
|
from .outputazureblob import (
|
|
1840
1844
|
BlobAccessTier,
|
|
@@ -2011,7 +2015,6 @@ if TYPE_CHECKING:
|
|
|
2011
2015
|
OutputConfluentCloudQueueFullBehavior,
|
|
2012
2016
|
OutputConfluentCloudRecordDataFormat,
|
|
2013
2017
|
OutputConfluentCloudSASLMechanism,
|
|
2014
|
-
OutputConfluentCloudSchemaType,
|
|
2015
2018
|
OutputConfluentCloudTLSSettingsClientSide,
|
|
2016
2019
|
OutputConfluentCloudTLSSettingsClientSideTypedDict,
|
|
2017
2020
|
OutputConfluentCloudType,
|
|
@@ -2094,6 +2097,20 @@ if TYPE_CHECKING:
|
|
|
2094
2097
|
OutputCrowdstrikeNextGenSiemType,
|
|
2095
2098
|
OutputCrowdstrikeNextGenSiemTypedDict,
|
|
2096
2099
|
)
|
|
2100
|
+
from .outputdatabricks import (
|
|
2101
|
+
OutputDatabricks,
|
|
2102
|
+
OutputDatabricksBackpressureBehavior,
|
|
2103
|
+
OutputDatabricksCompression,
|
|
2104
|
+
OutputDatabricksCompressionLevel,
|
|
2105
|
+
OutputDatabricksDataFormat,
|
|
2106
|
+
OutputDatabricksDataPageVersion,
|
|
2107
|
+
OutputDatabricksDiskSpaceProtection,
|
|
2108
|
+
OutputDatabricksKeyValueMetadatum,
|
|
2109
|
+
OutputDatabricksKeyValueMetadatumTypedDict,
|
|
2110
|
+
OutputDatabricksParquetVersion,
|
|
2111
|
+
OutputDatabricksType,
|
|
2112
|
+
OutputDatabricksTypedDict,
|
|
2113
|
+
)
|
|
2097
2114
|
from .outputdatadog import (
|
|
2098
2115
|
DatadogSite,
|
|
2099
2116
|
OutputDatadog,
|
|
@@ -2512,7 +2529,6 @@ if TYPE_CHECKING:
|
|
|
2512
2529
|
OutputKafkaQueueFullBehavior,
|
|
2513
2530
|
OutputKafkaRecordDataFormat,
|
|
2514
2531
|
OutputKafkaSASLMechanism,
|
|
2515
|
-
OutputKafkaSchemaType,
|
|
2516
2532
|
OutputKafkaTLSSettingsClientSide,
|
|
2517
2533
|
OutputKafkaTLSSettingsClientSideTypedDict,
|
|
2518
2534
|
OutputKafkaType,
|
|
@@ -2595,7 +2611,6 @@ if TYPE_CHECKING:
|
|
|
2595
2611
|
OutputMskPqControlsTypedDict,
|
|
2596
2612
|
OutputMskQueueFullBehavior,
|
|
2597
2613
|
OutputMskRecordDataFormat,
|
|
2598
|
-
OutputMskSchemaType,
|
|
2599
2614
|
OutputMskSignatureVersion,
|
|
2600
2615
|
OutputMskTLSSettingsClientSide,
|
|
2601
2616
|
OutputMskTLSSettingsClientSideTypedDict,
|
|
@@ -3154,7 +3169,6 @@ if TYPE_CHECKING:
|
|
|
3154
3169
|
from .productscore import ProductsCore
|
|
3155
3170
|
from .rbacresource import RbacResource
|
|
3156
3171
|
from .resourcepolicy import ResourcePolicy, ResourcePolicyTypedDict
|
|
3157
|
-
from .routecloneconf import RouteCloneConf, RouteCloneConfTypedDict
|
|
3158
3172
|
from .routeconf import RouteConf, RouteConfTypedDict
|
|
3159
3173
|
from .routes import (
|
|
3160
3174
|
Comment,
|
|
@@ -3287,6 +3301,7 @@ if TYPE_CHECKING:
|
|
|
3287
3301
|
UpdatePacksByIDResponse,
|
|
3288
3302
|
UpdatePacksByIDResponseTypedDict,
|
|
3289
3303
|
)
|
|
3304
|
+
from .updatepacksop import UpdatePacksRequest, UpdatePacksRequestTypedDict
|
|
3290
3305
|
from .updatepipelinebyidop import (
|
|
3291
3306
|
UpdatePipelineByIDRequest,
|
|
3292
3307
|
UpdatePipelineByIDRequestTypedDict,
|
|
@@ -3299,6 +3314,7 @@ if TYPE_CHECKING:
|
|
|
3299
3314
|
UpdateRoutesByIDResponse,
|
|
3300
3315
|
UpdateRoutesByIDResponseTypedDict,
|
|
3301
3316
|
)
|
|
3317
|
+
from .uploadpackresponse import UploadPackResponse, UploadPackResponseTypedDict
|
|
3302
3318
|
from .useraccesscontrollist import (
|
|
3303
3319
|
UserAccessControlList,
|
|
3304
3320
|
UserAccessControlListTypedDict,
|
|
@@ -3315,7 +3331,6 @@ __all__ = [
|
|
|
3315
3331
|
"AdditionalPropertyTypedDict",
|
|
3316
3332
|
"Allow",
|
|
3317
3333
|
"AllowTypedDict",
|
|
3318
|
-
"AppMode",
|
|
3319
3334
|
"Audit",
|
|
3320
3335
|
"AuditTypedDict",
|
|
3321
3336
|
"AuthToken",
|
|
@@ -3466,6 +3481,7 @@ __all__ = [
|
|
|
3466
3481
|
"DiffFilesTypedDict",
|
|
3467
3482
|
"DisksAndFileSystems",
|
|
3468
3483
|
"DisksAndFileSystemsTypedDict",
|
|
3484
|
+
"DistMode",
|
|
3469
3485
|
"DistributedSummary",
|
|
3470
3486
|
"DistributedSummaryGroups",
|
|
3471
3487
|
"DistributedSummaryGroupsTypedDict",
|
|
@@ -3484,6 +3500,7 @@ __all__ = [
|
|
|
3484
3500
|
"EndpointType",
|
|
3485
3501
|
"Error",
|
|
3486
3502
|
"ErrorTypedDict",
|
|
3503
|
+
"EstimatedIngestRate",
|
|
3487
3504
|
"EventFormat",
|
|
3488
3505
|
"Executor",
|
|
3489
3506
|
"ExecutorSpecificSettings",
|
|
@@ -3735,7 +3752,6 @@ __all__ = [
|
|
|
3735
3752
|
"InputConfluentCloudPqControlsTypedDict",
|
|
3736
3753
|
"InputConfluentCloudPqTypedDict",
|
|
3737
3754
|
"InputConfluentCloudSASLMechanism",
|
|
3738
|
-
"InputConfluentCloudSchemaType",
|
|
3739
3755
|
"InputConfluentCloudTLSSettingsClientSide",
|
|
3740
3756
|
"InputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
3741
3757
|
"InputConfluentCloudType",
|
|
@@ -4125,7 +4141,6 @@ __all__ = [
|
|
|
4125
4141
|
"InputKafkaPqControlsTypedDict",
|
|
4126
4142
|
"InputKafkaPqTypedDict",
|
|
4127
4143
|
"InputKafkaSASLMechanism",
|
|
4128
|
-
"InputKafkaSchemaType",
|
|
4129
4144
|
"InputKafkaTLSSettingsClientSide",
|
|
4130
4145
|
"InputKafkaTLSSettingsClientSideTypedDict",
|
|
4131
4146
|
"InputKafkaType",
|
|
@@ -4275,7 +4290,6 @@ __all__ = [
|
|
|
4275
4290
|
"InputMskPqControls",
|
|
4276
4291
|
"InputMskPqControlsTypedDict",
|
|
4277
4292
|
"InputMskPqTypedDict",
|
|
4278
|
-
"InputMskSchemaType",
|
|
4279
4293
|
"InputMskSignatureVersion",
|
|
4280
4294
|
"InputMskTLSSettingsClientSide",
|
|
4281
4295
|
"InputMskTLSSettingsClientSideTypedDict",
|
|
@@ -4946,6 +4960,8 @@ __all__ = [
|
|
|
4946
4960
|
"OldModeTypedDict",
|
|
4947
4961
|
"Os",
|
|
4948
4962
|
"OsTypedDict",
|
|
4963
|
+
"OutpostNodeInfo",
|
|
4964
|
+
"OutpostNodeInfoTypedDict",
|
|
4949
4965
|
"Output",
|
|
4950
4966
|
"OutputAzureBlob",
|
|
4951
4967
|
"OutputAzureBlobAuthenticationMethod",
|
|
@@ -5092,7 +5108,6 @@ __all__ = [
|
|
|
5092
5108
|
"OutputConfluentCloudQueueFullBehavior",
|
|
5093
5109
|
"OutputConfluentCloudRecordDataFormat",
|
|
5094
5110
|
"OutputConfluentCloudSASLMechanism",
|
|
5095
|
-
"OutputConfluentCloudSchemaType",
|
|
5096
5111
|
"OutputConfluentCloudTLSSettingsClientSide",
|
|
5097
5112
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
5098
5113
|
"OutputConfluentCloudType",
|
|
@@ -5165,6 +5180,18 @@ __all__ = [
|
|
|
5165
5180
|
"OutputCrowdstrikeNextGenSiemTimeoutRetrySettingsTypedDict",
|
|
5166
5181
|
"OutputCrowdstrikeNextGenSiemType",
|
|
5167
5182
|
"OutputCrowdstrikeNextGenSiemTypedDict",
|
|
5183
|
+
"OutputDatabricks",
|
|
5184
|
+
"OutputDatabricksBackpressureBehavior",
|
|
5185
|
+
"OutputDatabricksCompression",
|
|
5186
|
+
"OutputDatabricksCompressionLevel",
|
|
5187
|
+
"OutputDatabricksDataFormat",
|
|
5188
|
+
"OutputDatabricksDataPageVersion",
|
|
5189
|
+
"OutputDatabricksDiskSpaceProtection",
|
|
5190
|
+
"OutputDatabricksKeyValueMetadatum",
|
|
5191
|
+
"OutputDatabricksKeyValueMetadatumTypedDict",
|
|
5192
|
+
"OutputDatabricksParquetVersion",
|
|
5193
|
+
"OutputDatabricksType",
|
|
5194
|
+
"OutputDatabricksTypedDict",
|
|
5168
5195
|
"OutputDatadog",
|
|
5169
5196
|
"OutputDatadogAuthenticationMethod",
|
|
5170
5197
|
"OutputDatadogBackpressureBehavior",
|
|
@@ -5530,7 +5557,6 @@ __all__ = [
|
|
|
5530
5557
|
"OutputKafkaQueueFullBehavior",
|
|
5531
5558
|
"OutputKafkaRecordDataFormat",
|
|
5532
5559
|
"OutputKafkaSASLMechanism",
|
|
5533
|
-
"OutputKafkaSchemaType",
|
|
5534
5560
|
"OutputKafkaTLSSettingsClientSide",
|
|
5535
5561
|
"OutputKafkaTLSSettingsClientSideTypedDict",
|
|
5536
5562
|
"OutputKafkaType",
|
|
@@ -5605,7 +5631,6 @@ __all__ = [
|
|
|
5605
5631
|
"OutputMskPqControlsTypedDict",
|
|
5606
5632
|
"OutputMskQueueFullBehavior",
|
|
5607
5633
|
"OutputMskRecordDataFormat",
|
|
5608
|
-
"OutputMskSchemaType",
|
|
5609
5634
|
"OutputMskSignatureVersion",
|
|
5610
5635
|
"OutputMskTLSSettingsClientSide",
|
|
5611
5636
|
"OutputMskTLSSettingsClientSideTypedDict",
|
|
@@ -6112,8 +6137,6 @@ __all__ = [
|
|
|
6112
6137
|
"ResourceTypeLabel",
|
|
6113
6138
|
"ResourceTypeLabelTypedDict",
|
|
6114
6139
|
"Role",
|
|
6115
|
-
"RouteCloneConf",
|
|
6116
|
-
"RouteCloneConfTypedDict",
|
|
6117
6140
|
"RouteConf",
|
|
6118
6141
|
"RouteConfTypedDict",
|
|
6119
6142
|
"Routes",
|
|
@@ -6240,6 +6263,8 @@ __all__ = [
|
|
|
6240
6263
|
"UpdatePacksByIDRequestTypedDict",
|
|
6241
6264
|
"UpdatePacksByIDResponse",
|
|
6242
6265
|
"UpdatePacksByIDResponseTypedDict",
|
|
6266
|
+
"UpdatePacksRequest",
|
|
6267
|
+
"UpdatePacksRequestTypedDict",
|
|
6243
6268
|
"UpdatePipelineByIDRequest",
|
|
6244
6269
|
"UpdatePipelineByIDRequestTypedDict",
|
|
6245
6270
|
"UpdatePipelineByIDResponse",
|
|
@@ -6248,6 +6273,8 @@ __all__ = [
|
|
|
6248
6273
|
"UpdateRoutesByIDRequestTypedDict",
|
|
6249
6274
|
"UpdateRoutesByIDResponse",
|
|
6250
6275
|
"UpdateRoutesByIDResponseTypedDict",
|
|
6276
|
+
"UploadPackResponse",
|
|
6277
|
+
"UploadPackResponseTypedDict",
|
|
6251
6278
|
"UserAccessControlList",
|
|
6252
6279
|
"UserAccessControlListTypedDict",
|
|
6253
6280
|
"UsersAndGroups",
|
|
@@ -6264,7 +6291,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6264
6291
|
"AddHecTokenRequestMetadatum": ".addhectokenrequest",
|
|
6265
6292
|
"AddHecTokenRequestMetadatumTypedDict": ".addhectokenrequest",
|
|
6266
6293
|
"AddHecTokenRequestTypedDict": ".addhectokenrequest",
|
|
6267
|
-
"AppMode": ".appmode",
|
|
6268
6294
|
"AuthToken": ".authtoken",
|
|
6269
6295
|
"AuthTokenTypedDict": ".authtoken",
|
|
6270
6296
|
"BranchInfo": ".branchinfo",
|
|
@@ -6278,6 +6304,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6278
6304
|
"ConfigGroup": ".configgroup",
|
|
6279
6305
|
"ConfigGroupType": ".configgroup",
|
|
6280
6306
|
"ConfigGroupTypedDict": ".configgroup",
|
|
6307
|
+
"EstimatedIngestRate": ".configgroup",
|
|
6281
6308
|
"Git": ".configgroup",
|
|
6282
6309
|
"GitTypedDict": ".configgroup",
|
|
6283
6310
|
"ConfigGroupCloud": ".configgroupcloud",
|
|
@@ -6538,6 +6565,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6538
6565
|
"RenamedTypedDict": ".gitstatusresult",
|
|
6539
6566
|
"Config": ".hbcriblinfo",
|
|
6540
6567
|
"ConfigTypedDict": ".hbcriblinfo",
|
|
6568
|
+
"DistMode": ".hbcriblinfo",
|
|
6541
6569
|
"HBCriblInfo": ".hbcriblinfo",
|
|
6542
6570
|
"HBCriblInfoTypedDict": ".hbcriblinfo",
|
|
6543
6571
|
"HBLeaderInfo": ".hbleaderinfo",
|
|
@@ -6642,7 +6670,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6642
6670
|
"InputConfluentCloudPqControlsTypedDict": ".inputconfluentcloud",
|
|
6643
6671
|
"InputConfluentCloudPqTypedDict": ".inputconfluentcloud",
|
|
6644
6672
|
"InputConfluentCloudSASLMechanism": ".inputconfluentcloud",
|
|
6645
|
-
"InputConfluentCloudSchemaType": ".inputconfluentcloud",
|
|
6646
6673
|
"InputConfluentCloudTLSSettingsClientSide": ".inputconfluentcloud",
|
|
6647
6674
|
"InputConfluentCloudTLSSettingsClientSideTypedDict": ".inputconfluentcloud",
|
|
6648
6675
|
"InputConfluentCloudType": ".inputconfluentcloud",
|
|
@@ -7061,7 +7088,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7061
7088
|
"InputKafkaPqControlsTypedDict": ".inputkafka",
|
|
7062
7089
|
"InputKafkaPqTypedDict": ".inputkafka",
|
|
7063
7090
|
"InputKafkaSASLMechanism": ".inputkafka",
|
|
7064
|
-
"InputKafkaSchemaType": ".inputkafka",
|
|
7065
7091
|
"InputKafkaTLSSettingsClientSide": ".inputkafka",
|
|
7066
7092
|
"InputKafkaTLSSettingsClientSideTypedDict": ".inputkafka",
|
|
7067
7093
|
"InputKafkaType": ".inputkafka",
|
|
@@ -7213,7 +7239,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7213
7239
|
"InputMskPqControls": ".inputmsk",
|
|
7214
7240
|
"InputMskPqControlsTypedDict": ".inputmsk",
|
|
7215
7241
|
"InputMskPqTypedDict": ".inputmsk",
|
|
7216
|
-
"InputMskSchemaType": ".inputmsk",
|
|
7217
7242
|
"InputMskSignatureVersion": ".inputmsk",
|
|
7218
7243
|
"InputMskTLSSettingsClientSide": ".inputmsk",
|
|
7219
7244
|
"InputMskTLSSettingsClientSideTypedDict": ".inputmsk",
|
|
@@ -7897,6 +7922,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7897
7922
|
"NodeUpgradeState": ".nodeupgradestate",
|
|
7898
7923
|
"NodeUpgradeStatus": ".nodeupgradestatus",
|
|
7899
7924
|
"NodeUpgradeStatusTypedDict": ".nodeupgradestatus",
|
|
7925
|
+
"OutpostNodeInfo": ".outpostnodeinfo",
|
|
7926
|
+
"OutpostNodeInfoTypedDict": ".outpostnodeinfo",
|
|
7900
7927
|
"Output": ".output",
|
|
7901
7928
|
"OutputTypedDict": ".output",
|
|
7902
7929
|
"BlobAccessTier": ".outputazureblob",
|
|
@@ -8059,7 +8086,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8059
8086
|
"OutputConfluentCloudQueueFullBehavior": ".outputconfluentcloud",
|
|
8060
8087
|
"OutputConfluentCloudRecordDataFormat": ".outputconfluentcloud",
|
|
8061
8088
|
"OutputConfluentCloudSASLMechanism": ".outputconfluentcloud",
|
|
8062
|
-
"OutputConfluentCloudSchemaType": ".outputconfluentcloud",
|
|
8063
8089
|
"OutputConfluentCloudTLSSettingsClientSide": ".outputconfluentcloud",
|
|
8064
8090
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict": ".outputconfluentcloud",
|
|
8065
8091
|
"OutputConfluentCloudType": ".outputconfluentcloud",
|
|
@@ -8133,6 +8159,18 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8133
8159
|
"OutputCrowdstrikeNextGenSiemTimeoutRetrySettingsTypedDict": ".outputcrowdstrikenextgensiem",
|
|
8134
8160
|
"OutputCrowdstrikeNextGenSiemType": ".outputcrowdstrikenextgensiem",
|
|
8135
8161
|
"OutputCrowdstrikeNextGenSiemTypedDict": ".outputcrowdstrikenextgensiem",
|
|
8162
|
+
"OutputDatabricks": ".outputdatabricks",
|
|
8163
|
+
"OutputDatabricksBackpressureBehavior": ".outputdatabricks",
|
|
8164
|
+
"OutputDatabricksCompression": ".outputdatabricks",
|
|
8165
|
+
"OutputDatabricksCompressionLevel": ".outputdatabricks",
|
|
8166
|
+
"OutputDatabricksDataFormat": ".outputdatabricks",
|
|
8167
|
+
"OutputDatabricksDataPageVersion": ".outputdatabricks",
|
|
8168
|
+
"OutputDatabricksDiskSpaceProtection": ".outputdatabricks",
|
|
8169
|
+
"OutputDatabricksKeyValueMetadatum": ".outputdatabricks",
|
|
8170
|
+
"OutputDatabricksKeyValueMetadatumTypedDict": ".outputdatabricks",
|
|
8171
|
+
"OutputDatabricksParquetVersion": ".outputdatabricks",
|
|
8172
|
+
"OutputDatabricksType": ".outputdatabricks",
|
|
8173
|
+
"OutputDatabricksTypedDict": ".outputdatabricks",
|
|
8136
8174
|
"DatadogSite": ".outputdatadog",
|
|
8137
8175
|
"OutputDatadog": ".outputdatadog",
|
|
8138
8176
|
"OutputDatadogAuthenticationMethod": ".outputdatadog",
|
|
@@ -8516,7 +8554,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8516
8554
|
"OutputKafkaQueueFullBehavior": ".outputkafka",
|
|
8517
8555
|
"OutputKafkaRecordDataFormat": ".outputkafka",
|
|
8518
8556
|
"OutputKafkaSASLMechanism": ".outputkafka",
|
|
8519
|
-
"OutputKafkaSchemaType": ".outputkafka",
|
|
8520
8557
|
"OutputKafkaTLSSettingsClientSide": ".outputkafka",
|
|
8521
8558
|
"OutputKafkaTLSSettingsClientSideTypedDict": ".outputkafka",
|
|
8522
8559
|
"OutputKafkaType": ".outputkafka",
|
|
@@ -8591,7 +8628,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8591
8628
|
"OutputMskPqControlsTypedDict": ".outputmsk",
|
|
8592
8629
|
"OutputMskQueueFullBehavior": ".outputmsk",
|
|
8593
8630
|
"OutputMskRecordDataFormat": ".outputmsk",
|
|
8594
|
-
"OutputMskSchemaType": ".outputmsk",
|
|
8595
8631
|
"OutputMskSignatureVersion": ".outputmsk",
|
|
8596
8632
|
"OutputMskTLSSettingsClientSide": ".outputmsk",
|
|
8597
8633
|
"OutputMskTLSSettingsClientSideTypedDict": ".outputmsk",
|
|
@@ -9087,8 +9123,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9087
9123
|
"RbacResource": ".rbacresource",
|
|
9088
9124
|
"ResourcePolicy": ".resourcepolicy",
|
|
9089
9125
|
"ResourcePolicyTypedDict": ".resourcepolicy",
|
|
9090
|
-
"RouteCloneConf": ".routecloneconf",
|
|
9091
|
-
"RouteCloneConfTypedDict": ".routecloneconf",
|
|
9092
9126
|
"RouteConf": ".routeconf",
|
|
9093
9127
|
"RouteConfTypedDict": ".routeconf",
|
|
9094
9128
|
"Comment": ".routes",
|
|
@@ -9200,6 +9234,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9200
9234
|
"UpdatePacksByIDRequestTypedDict": ".updatepacksbyidop",
|
|
9201
9235
|
"UpdatePacksByIDResponse": ".updatepacksbyidop",
|
|
9202
9236
|
"UpdatePacksByIDResponseTypedDict": ".updatepacksbyidop",
|
|
9237
|
+
"UpdatePacksRequest": ".updatepacksop",
|
|
9238
|
+
"UpdatePacksRequestTypedDict": ".updatepacksop",
|
|
9203
9239
|
"UpdatePipelineByIDRequest": ".updatepipelinebyidop",
|
|
9204
9240
|
"UpdatePipelineByIDRequestTypedDict": ".updatepipelinebyidop",
|
|
9205
9241
|
"UpdatePipelineByIDResponse": ".updatepipelinebyidop",
|
|
@@ -9208,6 +9244,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9208
9244
|
"UpdateRoutesByIDRequestTypedDict": ".updateroutesbyidop",
|
|
9209
9245
|
"UpdateRoutesByIDResponse": ".updateroutesbyidop",
|
|
9210
9246
|
"UpdateRoutesByIDResponseTypedDict": ".updateroutesbyidop",
|
|
9247
|
+
"UploadPackResponse": ".uploadpackresponse",
|
|
9248
|
+
"UploadPackResponseTypedDict": ".uploadpackresponse",
|
|
9211
9249
|
"UserAccessControlList": ".useraccesscontrollist",
|
|
9212
9250
|
"UserAccessControlListTypedDict": ".useraccesscontrollist",
|
|
9213
9251
|
"WorkerTypes": ".workertypes",
|
|
@@ -2,12 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from cribl_control_plane.types import BaseModel
|
|
5
|
-
|
|
5
|
+
import pydantic
|
|
6
|
+
from typing import Optional
|
|
7
|
+
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
6
8
|
|
|
7
9
|
|
|
8
10
|
class AuthTokenTypedDict(TypedDict):
|
|
9
11
|
token: str
|
|
12
|
+
force_password_change: NotRequired[bool]
|
|
10
13
|
|
|
11
14
|
|
|
12
15
|
class AuthToken(BaseModel):
|
|
13
16
|
token: str
|
|
17
|
+
|
|
18
|
+
force_password_change: Annotated[
|
|
19
|
+
Optional[bool], pydantic.Field(alias="forcePasswordChange")
|
|
20
|
+
] = None
|
|
@@ -14,6 +14,29 @@ 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
|
+
r"""Maximum expected volume of data ingested by the @{group}. (This setting is available only on @{group}s consisting of Cribl-managed Cribl.Cloud @{node}s.)"""
|
|
19
|
+
|
|
20
|
+
# 12 MB/sec
|
|
21
|
+
RATE12_MB_PER_SEC = 1024
|
|
22
|
+
# 24 MB/sec
|
|
23
|
+
RATE24_MB_PER_SEC = 2048
|
|
24
|
+
# 36 MB/sec
|
|
25
|
+
RATE36_MB_PER_SEC = 3072
|
|
26
|
+
# 48 MB/sec
|
|
27
|
+
RATE48_MB_PER_SEC = 4096
|
|
28
|
+
# 60 MB/sec
|
|
29
|
+
RATE60_MB_PER_SEC = 5120
|
|
30
|
+
# 84 MB/sec
|
|
31
|
+
RATE84_MB_PER_SEC = 7168
|
|
32
|
+
# 120 MB/sec
|
|
33
|
+
RATE120_MB_PER_SEC = 10240
|
|
34
|
+
# 156 MB/sec
|
|
35
|
+
RATE156_MB_PER_SEC = 13312
|
|
36
|
+
# 180 MB/sec
|
|
37
|
+
RATE180_MB_PER_SEC = 15360
|
|
38
|
+
|
|
39
|
+
|
|
17
40
|
class GitTypedDict(TypedDict):
|
|
18
41
|
commit: NotRequired[str]
|
|
19
42
|
local_changes: NotRequired[float]
|
|
@@ -40,7 +63,8 @@ class ConfigGroupTypedDict(TypedDict):
|
|
|
40
63
|
config_version: NotRequired[str]
|
|
41
64
|
deploying_worker_count: NotRequired[float]
|
|
42
65
|
description: NotRequired[str]
|
|
43
|
-
estimated_ingest_rate: NotRequired[
|
|
66
|
+
estimated_ingest_rate: NotRequired[EstimatedIngestRate]
|
|
67
|
+
r"""Maximum expected volume of data ingested by the @{group}. (This setting is available only on @{group}s consisting of Cribl-managed Cribl.Cloud @{node}s.)"""
|
|
44
68
|
git: NotRequired[GitTypedDict]
|
|
45
69
|
incompatible_worker_count: NotRequired[float]
|
|
46
70
|
inherits: NotRequired[str]
|
|
@@ -75,8 +99,12 @@ class ConfigGroup(BaseModel):
|
|
|
75
99
|
description: Optional[str] = None
|
|
76
100
|
|
|
77
101
|
estimated_ingest_rate: Annotated[
|
|
78
|
-
|
|
102
|
+
Annotated[
|
|
103
|
+
Optional[EstimatedIngestRate], PlainValidator(validate_open_enum(True))
|
|
104
|
+
],
|
|
105
|
+
pydantic.Field(alias="estimatedIngestRate"),
|
|
79
106
|
] = None
|
|
107
|
+
r"""Maximum expected volume of data ingested by the @{group}. (This setting is available only on @{group}s consisting of Cribl-managed Cribl.Cloud @{node}s.)"""
|
|
80
108
|
|
|
81
109
|
git: Optional[Git] = None
|
|
82
110
|
|
|
@@ -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
|