cribl-control-plane 0.2.1rc6__py3-none-any.whl → 0.3.0a1__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/errors/__init__.py +5 -8
- cribl_control_plane/errors/{healthserverstatus_error.py → healthstatus_error.py} +9 -10
- cribl_control_plane/groups_sdk.py +30 -54
- cribl_control_plane/health.py +16 -22
- cribl_control_plane/models/__init__.py +50 -103
- cribl_control_plane/models/appmode.py +14 -0
- cribl_control_plane/models/authtoken.py +1 -5
- cribl_control_plane/models/configgroup.py +6 -35
- cribl_control_plane/models/createconfiggroupbyproductop.py +7 -8
- cribl_control_plane/models/createroutesappendbyidop.py +2 -2
- cribl_control_plane/models/createversionundoop.py +3 -3
- cribl_control_plane/models/deleteoutputpqbyidop.py +2 -2
- cribl_control_plane/models/distributedsummary.py +0 -6
- cribl_control_plane/models/error.py +16 -0
- cribl_control_plane/models/gethealthinfoop.py +17 -0
- cribl_control_plane/models/hbcriblinfo.py +3 -14
- cribl_control_plane/models/{healthserverstatus.py → healthstatus.py} +7 -7
- cribl_control_plane/models/heartbeatmetadata.py +0 -3
- cribl_control_plane/models/input.py +63 -65
- cribl_control_plane/models/inputappscope.py +0 -4
- cribl_control_plane/models/inputazureblob.py +0 -4
- cribl_control_plane/models/inputcollection.py +0 -4
- cribl_control_plane/models/inputconfluentcloud.py +18 -8
- cribl_control_plane/models/inputcribl.py +0 -4
- cribl_control_plane/models/inputcriblhttp.py +0 -4
- cribl_control_plane/models/inputcribllakehttp.py +0 -4
- cribl_control_plane/models/inputcriblmetrics.py +0 -4
- cribl_control_plane/models/inputcribltcp.py +0 -4
- cribl_control_plane/models/inputcrowdstrike.py +0 -7
- cribl_control_plane/models/inputdatadogagent.py +0 -4
- cribl_control_plane/models/inputdatagen.py +0 -4
- cribl_control_plane/models/inputedgeprometheus.py +0 -12
- cribl_control_plane/models/inputelastic.py +0 -11
- cribl_control_plane/models/inputeventhub.py +0 -6
- cribl_control_plane/models/inputexec.py +0 -4
- cribl_control_plane/models/inputfile.py +0 -6
- cribl_control_plane/models/inputfirehose.py +0 -4
- cribl_control_plane/models/inputgooglepubsub.py +0 -7
- cribl_control_plane/models/inputgrafana.py +0 -8
- cribl_control_plane/models/inputhttp.py +0 -4
- cribl_control_plane/models/inputhttpraw.py +0 -4
- cribl_control_plane/models/inputjournalfiles.py +0 -4
- cribl_control_plane/models/inputkafka.py +17 -8
- cribl_control_plane/models/inputkinesis.py +0 -15
- cribl_control_plane/models/inputkubeevents.py +0 -4
- cribl_control_plane/models/inputkubelogs.py +0 -4
- cribl_control_plane/models/inputkubemetrics.py +0 -4
- cribl_control_plane/models/inputloki.py +0 -4
- cribl_control_plane/models/inputmetrics.py +0 -4
- cribl_control_plane/models/inputmodeldriventelemetry.py +0 -4
- cribl_control_plane/models/inputmsk.py +17 -7
- cribl_control_plane/models/inputnetflow.py +0 -4
- cribl_control_plane/models/inputoffice365mgmt.py +0 -11
- cribl_control_plane/models/inputoffice365msgtrace.py +0 -11
- cribl_control_plane/models/inputoffice365service.py +0 -11
- cribl_control_plane/models/inputopentelemetry.py +0 -8
- cribl_control_plane/models/inputprometheus.py +0 -10
- cribl_control_plane/models/inputprometheusrw.py +0 -4
- cribl_control_plane/models/inputrawudp.py +0 -4
- cribl_control_plane/models/inputs3.py +0 -7
- cribl_control_plane/models/inputs3inventory.py +0 -7
- cribl_control_plane/models/inputsecuritylake.py +0 -7
- cribl_control_plane/models/inputsnmp.py +0 -11
- cribl_control_plane/models/inputsplunk.py +0 -9
- cribl_control_plane/models/inputsplunkhec.py +0 -4
- cribl_control_plane/models/inputsplunksearch.py +0 -7
- cribl_control_plane/models/inputsqs.py +0 -9
- cribl_control_plane/models/inputsyslog.py +0 -8
- cribl_control_plane/models/inputsystemmetrics.py +0 -32
- cribl_control_plane/models/inputsystemstate.py +0 -4
- cribl_control_plane/models/inputtcp.py +0 -4
- cribl_control_plane/models/inputtcpjson.py +0 -4
- cribl_control_plane/models/inputwef.py +0 -6
- cribl_control_plane/models/inputwindowsmetrics.py +0 -28
- cribl_control_plane/models/inputwineventlogs.py +0 -8
- cribl_control_plane/models/inputwiz.py +0 -7
- cribl_control_plane/models/inputwizwebhook.py +0 -4
- cribl_control_plane/models/inputzscalerhec.py +0 -4
- cribl_control_plane/models/jobinfo.py +1 -4
- cribl_control_plane/models/logininfo.py +3 -3
- cribl_control_plane/models/nodeprovidedinfo.py +1 -11
- cribl_control_plane/models/output.py +72 -77
- cribl_control_plane/models/outputazureblob.py +0 -20
- cribl_control_plane/models/outputazuredataexplorer.py +0 -28
- cribl_control_plane/models/outputazureeventhub.py +0 -17
- cribl_control_plane/models/outputazurelogs.py +0 -13
- cribl_control_plane/models/outputchronicle.py +0 -13
- cribl_control_plane/models/outputclickhouse.py +0 -17
- cribl_control_plane/models/outputcloudwatch.py +0 -13
- cribl_control_plane/models/outputconfluentcloud.py +18 -24
- cribl_control_plane/models/outputcriblhttp.py +0 -15
- cribl_control_plane/models/outputcribllake.py +0 -21
- cribl_control_plane/models/outputcribltcp.py +0 -12
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -15
- cribl_control_plane/models/outputdatadog.py +0 -30
- cribl_control_plane/models/outputdataset.py +0 -23
- cribl_control_plane/models/outputdls3.py +0 -35
- cribl_control_plane/models/outputdynatracehttp.py +0 -22
- cribl_control_plane/models/outputdynatraceotlp.py +0 -22
- cribl_control_plane/models/outputelastic.py +0 -18
- cribl_control_plane/models/outputelasticcloud.py +0 -13
- cribl_control_plane/models/outputexabeam.py +0 -14
- cribl_control_plane/models/outputfilesystem.py +0 -15
- cribl_control_plane/models/outputgooglechronicle.py +0 -21
- cribl_control_plane/models/outputgooglecloudlogging.py +0 -19
- cribl_control_plane/models/outputgooglecloudstorage.py +0 -28
- cribl_control_plane/models/outputgooglepubsub.py +0 -13
- cribl_control_plane/models/outputgrafanacloud.py +0 -50
- cribl_control_plane/models/outputgraphite.py +0 -12
- cribl_control_plane/models/outputhoneycomb.py +0 -13
- cribl_control_plane/models/outputhumiohec.py +0 -15
- cribl_control_plane/models/outputinfluxdb.py +0 -19
- cribl_control_plane/models/outputkafka.py +17 -24
- cribl_control_plane/models/outputkinesis.py +0 -15
- cribl_control_plane/models/outputloki.py +0 -20
- cribl_control_plane/models/outputminio.py +0 -28
- cribl_control_plane/models/outputmsk.py +17 -23
- cribl_control_plane/models/outputnewrelic.py +0 -16
- cribl_control_plane/models/outputnewrelicevents.py +0 -16
- cribl_control_plane/models/outputopentelemetry.py +0 -22
- cribl_control_plane/models/outputprometheus.py +0 -13
- cribl_control_plane/models/outputring.py +0 -2
- cribl_control_plane/models/outputs3.py +0 -35
- cribl_control_plane/models/outputsecuritylake.py +0 -29
- cribl_control_plane/models/outputsentinel.py +0 -15
- cribl_control_plane/models/outputsentineloneaisiem.py +0 -13
- cribl_control_plane/models/outputservicenow.py +0 -21
- cribl_control_plane/models/outputsignalfx.py +0 -13
- cribl_control_plane/models/outputsns.py +0 -13
- cribl_control_plane/models/outputsplunk.py +0 -15
- cribl_control_plane/models/outputsplunkhec.py +0 -13
- cribl_control_plane/models/outputsplunklb.py +0 -15
- cribl_control_plane/models/outputsqs.py +0 -15
- cribl_control_plane/models/outputstatsd.py +0 -12
- cribl_control_plane/models/outputstatsdext.py +0 -12
- cribl_control_plane/models/outputsumologic.py +0 -15
- cribl_control_plane/models/outputsyslog.py +0 -24
- cribl_control_plane/models/outputtcpjson.py +0 -12
- cribl_control_plane/models/outputwavefront.py +0 -13
- cribl_control_plane/models/outputwebhook.py +0 -23
- cribl_control_plane/models/outputxsiam.py +0 -13
- cribl_control_plane/models/packinfo.py +5 -8
- cribl_control_plane/models/packinstallinfo.py +5 -8
- cribl_control_plane/models/{uploadpackresponse.py → routecloneconf.py} +4 -4
- cribl_control_plane/models/routeconf.py +4 -3
- cribl_control_plane/models/runnablejobcollection.py +0 -4
- cribl_control_plane/packs.py +7 -202
- cribl_control_plane/routes_sdk.py +6 -6
- cribl_control_plane/tokens.py +15 -23
- {cribl_control_plane-0.2.1rc6.dist-info → cribl_control_plane-0.3.0a1.dist-info}/METADATA +9 -50
- {cribl_control_plane-0.2.1rc6.dist-info → cribl_control_plane-0.3.0a1.dist-info}/RECORD +153 -154
- cribl_control_plane/models/groupcreaterequest.py +0 -152
- cribl_control_plane/models/outpostnodeinfo.py +0 -16
- cribl_control_plane/models/outputdatabricks.py +0 -411
- cribl_control_plane/models/updatepacksop.py +0 -25
- {cribl_control_plane-0.2.1rc6.dist-info → cribl_control_plane-0.3.0a1.dist-info}/WHEEL +0 -0
|
@@ -12,6 +12,7 @@ if TYPE_CHECKING:
|
|
|
12
12
|
AddHecTokenRequestMetadatumTypedDict,
|
|
13
13
|
AddHecTokenRequestTypedDict,
|
|
14
14
|
)
|
|
15
|
+
from .appmode import AppMode
|
|
15
16
|
from .authtoken import AuthToken, AuthTokenTypedDict
|
|
16
17
|
from .branchinfo import BranchInfo, BranchInfoTypedDict
|
|
17
18
|
from .cacheconnection import CacheConnection, CacheConnectionTypedDict
|
|
@@ -20,11 +21,10 @@ if TYPE_CHECKING:
|
|
|
20
21
|
from .commit import Commit, CommitTypedDict
|
|
21
22
|
from .configgroup import (
|
|
22
23
|
ConfigGroup,
|
|
23
|
-
ConfigGroupEstimatedIngestRate,
|
|
24
|
-
ConfigGroupGit,
|
|
25
|
-
ConfigGroupGitTypedDict,
|
|
26
24
|
ConfigGroupType,
|
|
27
25
|
ConfigGroupTypedDict,
|
|
26
|
+
Git,
|
|
27
|
+
GitTypedDict,
|
|
28
28
|
)
|
|
29
29
|
from .configgroupcloud import ConfigGroupCloud, ConfigGroupCloudTypedDict
|
|
30
30
|
from .configgrouplookups import (
|
|
@@ -184,6 +184,7 @@ if TYPE_CHECKING:
|
|
|
184
184
|
DistributedSummaryWorkers,
|
|
185
185
|
DistributedSummaryWorkersTypedDict,
|
|
186
186
|
)
|
|
187
|
+
from .error import Error, ErrorTypedDict
|
|
187
188
|
from .getconfiggroupaclbyproductandidop import (
|
|
188
189
|
GetConfigGroupACLByProductAndIDRequest,
|
|
189
190
|
GetConfigGroupACLByProductAndIDRequestTypedDict,
|
|
@@ -220,6 +221,7 @@ if TYPE_CHECKING:
|
|
|
220
221
|
GetCriblLakeDatasetByLakeIDResponse,
|
|
221
222
|
GetCriblLakeDatasetByLakeIDResponseTypedDict,
|
|
222
223
|
)
|
|
224
|
+
from .gethealthinfoop import GetHealthInfoResponse, GetHealthInfoResponseTypedDict
|
|
223
225
|
from .getinputbyidop import (
|
|
224
226
|
GetInputByIDRequest,
|
|
225
227
|
GetInputByIDRequestTypedDict,
|
|
@@ -359,28 +361,9 @@ if TYPE_CHECKING:
|
|
|
359
361
|
Renamed,
|
|
360
362
|
RenamedTypedDict,
|
|
361
363
|
)
|
|
362
|
-
from .
|
|
363
|
-
GroupCreateRequest,
|
|
364
|
-
GroupCreateRequestEstimatedIngestRate,
|
|
365
|
-
GroupCreateRequestGit,
|
|
366
|
-
GroupCreateRequestGitTypedDict,
|
|
367
|
-
GroupCreateRequestType,
|
|
368
|
-
GroupCreateRequestTypedDict,
|
|
369
|
-
)
|
|
370
|
-
from .hbcriblinfo import (
|
|
371
|
-
Config,
|
|
372
|
-
ConfigTypedDict,
|
|
373
|
-
DistMode,
|
|
374
|
-
HBCriblInfo,
|
|
375
|
-
HBCriblInfoTypedDict,
|
|
376
|
-
)
|
|
364
|
+
from .hbcriblinfo import Config, ConfigTypedDict, HBCriblInfo, HBCriblInfoTypedDict
|
|
377
365
|
from .hbleaderinfo import HBLeaderInfo, HBLeaderInfoTypedDict
|
|
378
|
-
from .
|
|
379
|
-
HealthServerStatus,
|
|
380
|
-
HealthServerStatusTypedDict,
|
|
381
|
-
Role,
|
|
382
|
-
Status,
|
|
383
|
-
)
|
|
366
|
+
from .healthstatus import HealthStatus, HealthStatusTypedDict, Role, Status
|
|
384
367
|
from .heartbeatmetadata import (
|
|
385
368
|
HeartbeatMetadata,
|
|
386
369
|
HeartbeatMetadataAws,
|
|
@@ -485,6 +468,7 @@ if TYPE_CHECKING:
|
|
|
485
468
|
InputConfluentCloudPqControlsTypedDict,
|
|
486
469
|
InputConfluentCloudPqTypedDict,
|
|
487
470
|
InputConfluentCloudSASLMechanism,
|
|
471
|
+
InputConfluentCloudSchemaType,
|
|
488
472
|
InputConfluentCloudTLSSettingsClientSide,
|
|
489
473
|
InputConfluentCloudTLSSettingsClientSideTypedDict,
|
|
490
474
|
InputConfluentCloudType,
|
|
@@ -943,6 +927,7 @@ if TYPE_CHECKING:
|
|
|
943
927
|
InputKafkaPqControlsTypedDict,
|
|
944
928
|
InputKafkaPqTypedDict,
|
|
945
929
|
InputKafkaSASLMechanism,
|
|
930
|
+
InputKafkaSchemaType,
|
|
946
931
|
InputKafkaTLSSettingsClientSide,
|
|
947
932
|
InputKafkaTLSSettingsClientSideTypedDict,
|
|
948
933
|
InputKafkaType,
|
|
@@ -1110,6 +1095,7 @@ if TYPE_CHECKING:
|
|
|
1110
1095
|
InputMskPqControls,
|
|
1111
1096
|
InputMskPqControlsTypedDict,
|
|
1112
1097
|
InputMskPqTypedDict,
|
|
1098
|
+
InputMskSchemaType,
|
|
1113
1099
|
InputMskSignatureVersion,
|
|
1114
1100
|
InputMskTLSSettingsClientSide,
|
|
1115
1101
|
InputMskTLSSettingsClientSideTypedDict,
|
|
@@ -1849,7 +1835,6 @@ if TYPE_CHECKING:
|
|
|
1849
1835
|
from .nodeskippedupgradestatus import NodeSkippedUpgradeStatus
|
|
1850
1836
|
from .nodeupgradestate import NodeUpgradeState
|
|
1851
1837
|
from .nodeupgradestatus import NodeUpgradeStatus, NodeUpgradeStatusTypedDict
|
|
1852
|
-
from .outpostnodeinfo import OutpostNodeInfo, OutpostNodeInfoTypedDict
|
|
1853
1838
|
from .output import Output, OutputTypedDict
|
|
1854
1839
|
from .outputazureblob import (
|
|
1855
1840
|
BlobAccessTier,
|
|
@@ -2026,6 +2011,7 @@ if TYPE_CHECKING:
|
|
|
2026
2011
|
OutputConfluentCloudQueueFullBehavior,
|
|
2027
2012
|
OutputConfluentCloudRecordDataFormat,
|
|
2028
2013
|
OutputConfluentCloudSASLMechanism,
|
|
2014
|
+
OutputConfluentCloudSchemaType,
|
|
2029
2015
|
OutputConfluentCloudTLSSettingsClientSide,
|
|
2030
2016
|
OutputConfluentCloudTLSSettingsClientSideTypedDict,
|
|
2031
2017
|
OutputConfluentCloudType,
|
|
@@ -2108,20 +2094,6 @@ if TYPE_CHECKING:
|
|
|
2108
2094
|
OutputCrowdstrikeNextGenSiemType,
|
|
2109
2095
|
OutputCrowdstrikeNextGenSiemTypedDict,
|
|
2110
2096
|
)
|
|
2111
|
-
from .outputdatabricks import (
|
|
2112
|
-
OutputDatabricks,
|
|
2113
|
-
OutputDatabricksBackpressureBehavior,
|
|
2114
|
-
OutputDatabricksCompression,
|
|
2115
|
-
OutputDatabricksCompressionLevel,
|
|
2116
|
-
OutputDatabricksDataFormat,
|
|
2117
|
-
OutputDatabricksDataPageVersion,
|
|
2118
|
-
OutputDatabricksDiskSpaceProtection,
|
|
2119
|
-
OutputDatabricksKeyValueMetadatum,
|
|
2120
|
-
OutputDatabricksKeyValueMetadatumTypedDict,
|
|
2121
|
-
OutputDatabricksParquetVersion,
|
|
2122
|
-
OutputDatabricksType,
|
|
2123
|
-
OutputDatabricksTypedDict,
|
|
2124
|
-
)
|
|
2125
2097
|
from .outputdatadog import (
|
|
2126
2098
|
DatadogSite,
|
|
2127
2099
|
OutputDatadog,
|
|
@@ -2540,6 +2512,7 @@ if TYPE_CHECKING:
|
|
|
2540
2512
|
OutputKafkaQueueFullBehavior,
|
|
2541
2513
|
OutputKafkaRecordDataFormat,
|
|
2542
2514
|
OutputKafkaSASLMechanism,
|
|
2515
|
+
OutputKafkaSchemaType,
|
|
2543
2516
|
OutputKafkaTLSSettingsClientSide,
|
|
2544
2517
|
OutputKafkaTLSSettingsClientSideTypedDict,
|
|
2545
2518
|
OutputKafkaType,
|
|
@@ -2622,6 +2595,7 @@ if TYPE_CHECKING:
|
|
|
2622
2595
|
OutputMskPqControlsTypedDict,
|
|
2623
2596
|
OutputMskQueueFullBehavior,
|
|
2624
2597
|
OutputMskRecordDataFormat,
|
|
2598
|
+
OutputMskSchemaType,
|
|
2625
2599
|
OutputMskSignatureVersion,
|
|
2626
2600
|
OutputMskTLSSettingsClientSide,
|
|
2627
2601
|
OutputMskTLSSettingsClientSideTypedDict,
|
|
@@ -3180,6 +3154,7 @@ if TYPE_CHECKING:
|
|
|
3180
3154
|
from .productscore import ProductsCore
|
|
3181
3155
|
from .rbacresource import RbacResource
|
|
3182
3156
|
from .resourcepolicy import ResourcePolicy, ResourcePolicyTypedDict
|
|
3157
|
+
from .routecloneconf import RouteCloneConf, RouteCloneConfTypedDict
|
|
3183
3158
|
from .routeconf import RouteConf, RouteConfTypedDict
|
|
3184
3159
|
from .routes import (
|
|
3185
3160
|
Comment,
|
|
@@ -3312,7 +3287,6 @@ if TYPE_CHECKING:
|
|
|
3312
3287
|
UpdatePacksByIDResponse,
|
|
3313
3288
|
UpdatePacksByIDResponseTypedDict,
|
|
3314
3289
|
)
|
|
3315
|
-
from .updatepacksop import UpdatePacksRequest, UpdatePacksRequestTypedDict
|
|
3316
3290
|
from .updatepipelinebyidop import (
|
|
3317
3291
|
UpdatePipelineByIDRequest,
|
|
3318
3292
|
UpdatePipelineByIDRequestTypedDict,
|
|
@@ -3325,7 +3299,6 @@ if TYPE_CHECKING:
|
|
|
3325
3299
|
UpdateRoutesByIDResponse,
|
|
3326
3300
|
UpdateRoutesByIDResponseTypedDict,
|
|
3327
3301
|
)
|
|
3328
|
-
from .uploadpackresponse import UploadPackResponse, UploadPackResponseTypedDict
|
|
3329
3302
|
from .useraccesscontrollist import (
|
|
3330
3303
|
UserAccessControlList,
|
|
3331
3304
|
UserAccessControlListTypedDict,
|
|
@@ -3342,6 +3315,7 @@ __all__ = [
|
|
|
3342
3315
|
"AdditionalPropertyTypedDict",
|
|
3343
3316
|
"Allow",
|
|
3344
3317
|
"AllowTypedDict",
|
|
3318
|
+
"AppMode",
|
|
3345
3319
|
"Audit",
|
|
3346
3320
|
"AuditTypedDict",
|
|
3347
3321
|
"AuthToken",
|
|
@@ -3384,9 +3358,6 @@ __all__ = [
|
|
|
3384
3358
|
"ConfigGroup",
|
|
3385
3359
|
"ConfigGroupCloud",
|
|
3386
3360
|
"ConfigGroupCloudTypedDict",
|
|
3387
|
-
"ConfigGroupEstimatedIngestRate",
|
|
3388
|
-
"ConfigGroupGit",
|
|
3389
|
-
"ConfigGroupGitTypedDict",
|
|
3390
3361
|
"ConfigGroupLookups",
|
|
3391
3362
|
"ConfigGroupLookupsLookup",
|
|
3392
3363
|
"ConfigGroupLookupsLookupTypedDict",
|
|
@@ -3495,7 +3466,6 @@ __all__ = [
|
|
|
3495
3466
|
"DiffFilesTypedDict",
|
|
3496
3467
|
"DisksAndFileSystems",
|
|
3497
3468
|
"DisksAndFileSystemsTypedDict",
|
|
3498
|
-
"DistMode",
|
|
3499
3469
|
"DistributedSummary",
|
|
3500
3470
|
"DistributedSummaryGroups",
|
|
3501
3471
|
"DistributedSummaryGroupsTypedDict",
|
|
@@ -3512,6 +3482,8 @@ __all__ = [
|
|
|
3512
3482
|
"EndpointParam",
|
|
3513
3483
|
"EndpointParamTypedDict",
|
|
3514
3484
|
"EndpointType",
|
|
3485
|
+
"Error",
|
|
3486
|
+
"ErrorTypedDict",
|
|
3515
3487
|
"EventFormat",
|
|
3516
3488
|
"Executor",
|
|
3517
3489
|
"ExecutorSpecificSettings",
|
|
@@ -3553,6 +3525,8 @@ __all__ = [
|
|
|
3553
3525
|
"GetCriblLakeDatasetByLakeIDRequestTypedDict",
|
|
3554
3526
|
"GetCriblLakeDatasetByLakeIDResponse",
|
|
3555
3527
|
"GetCriblLakeDatasetByLakeIDResponseTypedDict",
|
|
3528
|
+
"GetHealthInfoResponse",
|
|
3529
|
+
"GetHealthInfoResponseTypedDict",
|
|
3556
3530
|
"GetInputByIDRequest",
|
|
3557
3531
|
"GetInputByIDRequestTypedDict",
|
|
3558
3532
|
"GetInputByIDResponse",
|
|
@@ -3621,6 +3595,7 @@ __all__ = [
|
|
|
3621
3595
|
"GetVersionStatusRequestTypedDict",
|
|
3622
3596
|
"GetVersionStatusResponse",
|
|
3623
3597
|
"GetVersionStatusResponseTypedDict",
|
|
3598
|
+
"Git",
|
|
3624
3599
|
"GitCommitParams",
|
|
3625
3600
|
"GitCommitParamsTypedDict",
|
|
3626
3601
|
"GitCommitSummary",
|
|
@@ -3649,18 +3624,13 @@ __all__ = [
|
|
|
3649
3624
|
"GitShowResultTypedDict",
|
|
3650
3625
|
"GitStatusResult",
|
|
3651
3626
|
"GitStatusResultTypedDict",
|
|
3652
|
-
"
|
|
3653
|
-
"GroupCreateRequestEstimatedIngestRate",
|
|
3654
|
-
"GroupCreateRequestGit",
|
|
3655
|
-
"GroupCreateRequestGitTypedDict",
|
|
3656
|
-
"GroupCreateRequestType",
|
|
3657
|
-
"GroupCreateRequestTypedDict",
|
|
3627
|
+
"GitTypedDict",
|
|
3658
3628
|
"HBCriblInfo",
|
|
3659
3629
|
"HBCriblInfoTypedDict",
|
|
3660
3630
|
"HBLeaderInfo",
|
|
3661
3631
|
"HBLeaderInfoTypedDict",
|
|
3662
|
-
"
|
|
3663
|
-
"
|
|
3632
|
+
"HealthStatus",
|
|
3633
|
+
"HealthStatusTypedDict",
|
|
3664
3634
|
"HeartbeatMetadata",
|
|
3665
3635
|
"HeartbeatMetadataAws",
|
|
3666
3636
|
"HeartbeatMetadataAwsTypedDict",
|
|
@@ -3765,6 +3735,7 @@ __all__ = [
|
|
|
3765
3735
|
"InputConfluentCloudPqControlsTypedDict",
|
|
3766
3736
|
"InputConfluentCloudPqTypedDict",
|
|
3767
3737
|
"InputConfluentCloudSASLMechanism",
|
|
3738
|
+
"InputConfluentCloudSchemaType",
|
|
3768
3739
|
"InputConfluentCloudTLSSettingsClientSide",
|
|
3769
3740
|
"InputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
3770
3741
|
"InputConfluentCloudType",
|
|
@@ -4154,6 +4125,7 @@ __all__ = [
|
|
|
4154
4125
|
"InputKafkaPqControlsTypedDict",
|
|
4155
4126
|
"InputKafkaPqTypedDict",
|
|
4156
4127
|
"InputKafkaSASLMechanism",
|
|
4128
|
+
"InputKafkaSchemaType",
|
|
4157
4129
|
"InputKafkaTLSSettingsClientSide",
|
|
4158
4130
|
"InputKafkaTLSSettingsClientSideTypedDict",
|
|
4159
4131
|
"InputKafkaType",
|
|
@@ -4303,6 +4275,7 @@ __all__ = [
|
|
|
4303
4275
|
"InputMskPqControls",
|
|
4304
4276
|
"InputMskPqControlsTypedDict",
|
|
4305
4277
|
"InputMskPqTypedDict",
|
|
4278
|
+
"InputMskSchemaType",
|
|
4306
4279
|
"InputMskSignatureVersion",
|
|
4307
4280
|
"InputMskTLSSettingsClientSide",
|
|
4308
4281
|
"InputMskTLSSettingsClientSideTypedDict",
|
|
@@ -4973,8 +4946,6 @@ __all__ = [
|
|
|
4973
4946
|
"OldModeTypedDict",
|
|
4974
4947
|
"Os",
|
|
4975
4948
|
"OsTypedDict",
|
|
4976
|
-
"OutpostNodeInfo",
|
|
4977
|
-
"OutpostNodeInfoTypedDict",
|
|
4978
4949
|
"Output",
|
|
4979
4950
|
"OutputAzureBlob",
|
|
4980
4951
|
"OutputAzureBlobAuthenticationMethod",
|
|
@@ -5121,6 +5092,7 @@ __all__ = [
|
|
|
5121
5092
|
"OutputConfluentCloudQueueFullBehavior",
|
|
5122
5093
|
"OutputConfluentCloudRecordDataFormat",
|
|
5123
5094
|
"OutputConfluentCloudSASLMechanism",
|
|
5095
|
+
"OutputConfluentCloudSchemaType",
|
|
5124
5096
|
"OutputConfluentCloudTLSSettingsClientSide",
|
|
5125
5097
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
5126
5098
|
"OutputConfluentCloudType",
|
|
@@ -5193,18 +5165,6 @@ __all__ = [
|
|
|
5193
5165
|
"OutputCrowdstrikeNextGenSiemTimeoutRetrySettingsTypedDict",
|
|
5194
5166
|
"OutputCrowdstrikeNextGenSiemType",
|
|
5195
5167
|
"OutputCrowdstrikeNextGenSiemTypedDict",
|
|
5196
|
-
"OutputDatabricks",
|
|
5197
|
-
"OutputDatabricksBackpressureBehavior",
|
|
5198
|
-
"OutputDatabricksCompression",
|
|
5199
|
-
"OutputDatabricksCompressionLevel",
|
|
5200
|
-
"OutputDatabricksDataFormat",
|
|
5201
|
-
"OutputDatabricksDataPageVersion",
|
|
5202
|
-
"OutputDatabricksDiskSpaceProtection",
|
|
5203
|
-
"OutputDatabricksKeyValueMetadatum",
|
|
5204
|
-
"OutputDatabricksKeyValueMetadatumTypedDict",
|
|
5205
|
-
"OutputDatabricksParquetVersion",
|
|
5206
|
-
"OutputDatabricksType",
|
|
5207
|
-
"OutputDatabricksTypedDict",
|
|
5208
5168
|
"OutputDatadog",
|
|
5209
5169
|
"OutputDatadogAuthenticationMethod",
|
|
5210
5170
|
"OutputDatadogBackpressureBehavior",
|
|
@@ -5570,6 +5530,7 @@ __all__ = [
|
|
|
5570
5530
|
"OutputKafkaQueueFullBehavior",
|
|
5571
5531
|
"OutputKafkaRecordDataFormat",
|
|
5572
5532
|
"OutputKafkaSASLMechanism",
|
|
5533
|
+
"OutputKafkaSchemaType",
|
|
5573
5534
|
"OutputKafkaTLSSettingsClientSide",
|
|
5574
5535
|
"OutputKafkaTLSSettingsClientSideTypedDict",
|
|
5575
5536
|
"OutputKafkaType",
|
|
@@ -5644,6 +5605,7 @@ __all__ = [
|
|
|
5644
5605
|
"OutputMskPqControlsTypedDict",
|
|
5645
5606
|
"OutputMskQueueFullBehavior",
|
|
5646
5607
|
"OutputMskRecordDataFormat",
|
|
5608
|
+
"OutputMskSchemaType",
|
|
5647
5609
|
"OutputMskSignatureVersion",
|
|
5648
5610
|
"OutputMskTLSSettingsClientSide",
|
|
5649
5611
|
"OutputMskTLSSettingsClientSideTypedDict",
|
|
@@ -6150,6 +6112,8 @@ __all__ = [
|
|
|
6150
6112
|
"ResourceTypeLabel",
|
|
6151
6113
|
"ResourceTypeLabelTypedDict",
|
|
6152
6114
|
"Role",
|
|
6115
|
+
"RouteCloneConf",
|
|
6116
|
+
"RouteCloneConfTypedDict",
|
|
6153
6117
|
"RouteConf",
|
|
6154
6118
|
"RouteConfTypedDict",
|
|
6155
6119
|
"Routes",
|
|
@@ -6276,8 +6240,6 @@ __all__ = [
|
|
|
6276
6240
|
"UpdatePacksByIDRequestTypedDict",
|
|
6277
6241
|
"UpdatePacksByIDResponse",
|
|
6278
6242
|
"UpdatePacksByIDResponseTypedDict",
|
|
6279
|
-
"UpdatePacksRequest",
|
|
6280
|
-
"UpdatePacksRequestTypedDict",
|
|
6281
6243
|
"UpdatePipelineByIDRequest",
|
|
6282
6244
|
"UpdatePipelineByIDRequestTypedDict",
|
|
6283
6245
|
"UpdatePipelineByIDResponse",
|
|
@@ -6286,8 +6248,6 @@ __all__ = [
|
|
|
6286
6248
|
"UpdateRoutesByIDRequestTypedDict",
|
|
6287
6249
|
"UpdateRoutesByIDResponse",
|
|
6288
6250
|
"UpdateRoutesByIDResponseTypedDict",
|
|
6289
|
-
"UploadPackResponse",
|
|
6290
|
-
"UploadPackResponseTypedDict",
|
|
6291
6251
|
"UserAccessControlList",
|
|
6292
6252
|
"UserAccessControlListTypedDict",
|
|
6293
6253
|
"UsersAndGroups",
|
|
@@ -6304,6 +6264,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6304
6264
|
"AddHecTokenRequestMetadatum": ".addhectokenrequest",
|
|
6305
6265
|
"AddHecTokenRequestMetadatumTypedDict": ".addhectokenrequest",
|
|
6306
6266
|
"AddHecTokenRequestTypedDict": ".addhectokenrequest",
|
|
6267
|
+
"AppMode": ".appmode",
|
|
6307
6268
|
"AuthToken": ".authtoken",
|
|
6308
6269
|
"AuthTokenTypedDict": ".authtoken",
|
|
6309
6270
|
"BranchInfo": ".branchinfo",
|
|
@@ -6315,11 +6276,10 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6315
6276
|
"Commit": ".commit",
|
|
6316
6277
|
"CommitTypedDict": ".commit",
|
|
6317
6278
|
"ConfigGroup": ".configgroup",
|
|
6318
|
-
"ConfigGroupEstimatedIngestRate": ".configgroup",
|
|
6319
|
-
"ConfigGroupGit": ".configgroup",
|
|
6320
|
-
"ConfigGroupGitTypedDict": ".configgroup",
|
|
6321
6279
|
"ConfigGroupType": ".configgroup",
|
|
6322
6280
|
"ConfigGroupTypedDict": ".configgroup",
|
|
6281
|
+
"Git": ".configgroup",
|
|
6282
|
+
"GitTypedDict": ".configgroup",
|
|
6323
6283
|
"ConfigGroupCloud": ".configgroupcloud",
|
|
6324
6284
|
"ConfigGroupCloudTypedDict": ".configgroupcloud",
|
|
6325
6285
|
"ConfigGroupLookups": ".configgrouplookups",
|
|
@@ -6439,6 +6399,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6439
6399
|
"DistributedSummaryTypedDict": ".distributedsummary",
|
|
6440
6400
|
"DistributedSummaryWorkers": ".distributedsummary",
|
|
6441
6401
|
"DistributedSummaryWorkersTypedDict": ".distributedsummary",
|
|
6402
|
+
"Error": ".error",
|
|
6403
|
+
"ErrorTypedDict": ".error",
|
|
6442
6404
|
"GetConfigGroupACLByProductAndIDRequest": ".getconfiggroupaclbyproductandidop",
|
|
6443
6405
|
"GetConfigGroupACLByProductAndIDRequestTypedDict": ".getconfiggroupaclbyproductandidop",
|
|
6444
6406
|
"GetConfigGroupACLByProductAndIDResponse": ".getconfiggroupaclbyproductandidop",
|
|
@@ -6463,6 +6425,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6463
6425
|
"GetCriblLakeDatasetByLakeIDRequestTypedDict": ".getcribllakedatasetbylakeidop",
|
|
6464
6426
|
"GetCriblLakeDatasetByLakeIDResponse": ".getcribllakedatasetbylakeidop",
|
|
6465
6427
|
"GetCriblLakeDatasetByLakeIDResponseTypedDict": ".getcribllakedatasetbylakeidop",
|
|
6428
|
+
"GetHealthInfoResponse": ".gethealthinfoop",
|
|
6429
|
+
"GetHealthInfoResponseTypedDict": ".gethealthinfoop",
|
|
6466
6430
|
"GetInputByIDRequest": ".getinputbyidop",
|
|
6467
6431
|
"GetInputByIDRequestTypedDict": ".getinputbyidop",
|
|
6468
6432
|
"GetInputByIDResponse": ".getinputbyidop",
|
|
@@ -6572,23 +6536,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6572
6536
|
"GitStatusResultTypedDict": ".gitstatusresult",
|
|
6573
6537
|
"Renamed": ".gitstatusresult",
|
|
6574
6538
|
"RenamedTypedDict": ".gitstatusresult",
|
|
6575
|
-
"GroupCreateRequest": ".groupcreaterequest",
|
|
6576
|
-
"GroupCreateRequestEstimatedIngestRate": ".groupcreaterequest",
|
|
6577
|
-
"GroupCreateRequestGit": ".groupcreaterequest",
|
|
6578
|
-
"GroupCreateRequestGitTypedDict": ".groupcreaterequest",
|
|
6579
|
-
"GroupCreateRequestType": ".groupcreaterequest",
|
|
6580
|
-
"GroupCreateRequestTypedDict": ".groupcreaterequest",
|
|
6581
6539
|
"Config": ".hbcriblinfo",
|
|
6582
6540
|
"ConfigTypedDict": ".hbcriblinfo",
|
|
6583
|
-
"DistMode": ".hbcriblinfo",
|
|
6584
6541
|
"HBCriblInfo": ".hbcriblinfo",
|
|
6585
6542
|
"HBCriblInfoTypedDict": ".hbcriblinfo",
|
|
6586
6543
|
"HBLeaderInfo": ".hbleaderinfo",
|
|
6587
6544
|
"HBLeaderInfoTypedDict": ".hbleaderinfo",
|
|
6588
|
-
"
|
|
6589
|
-
"
|
|
6590
|
-
"Role": ".
|
|
6591
|
-
"Status": ".
|
|
6545
|
+
"HealthStatus": ".healthstatus",
|
|
6546
|
+
"HealthStatusTypedDict": ".healthstatus",
|
|
6547
|
+
"Role": ".healthstatus",
|
|
6548
|
+
"Status": ".healthstatus",
|
|
6592
6549
|
"HeartbeatMetadata": ".heartbeatmetadata",
|
|
6593
6550
|
"HeartbeatMetadataAws": ".heartbeatmetadata",
|
|
6594
6551
|
"HeartbeatMetadataAwsTypedDict": ".heartbeatmetadata",
|
|
@@ -6685,6 +6642,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6685
6642
|
"InputConfluentCloudPqControlsTypedDict": ".inputconfluentcloud",
|
|
6686
6643
|
"InputConfluentCloudPqTypedDict": ".inputconfluentcloud",
|
|
6687
6644
|
"InputConfluentCloudSASLMechanism": ".inputconfluentcloud",
|
|
6645
|
+
"InputConfluentCloudSchemaType": ".inputconfluentcloud",
|
|
6688
6646
|
"InputConfluentCloudTLSSettingsClientSide": ".inputconfluentcloud",
|
|
6689
6647
|
"InputConfluentCloudTLSSettingsClientSideTypedDict": ".inputconfluentcloud",
|
|
6690
6648
|
"InputConfluentCloudType": ".inputconfluentcloud",
|
|
@@ -7103,6 +7061,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7103
7061
|
"InputKafkaPqControlsTypedDict": ".inputkafka",
|
|
7104
7062
|
"InputKafkaPqTypedDict": ".inputkafka",
|
|
7105
7063
|
"InputKafkaSASLMechanism": ".inputkafka",
|
|
7064
|
+
"InputKafkaSchemaType": ".inputkafka",
|
|
7106
7065
|
"InputKafkaTLSSettingsClientSide": ".inputkafka",
|
|
7107
7066
|
"InputKafkaTLSSettingsClientSideTypedDict": ".inputkafka",
|
|
7108
7067
|
"InputKafkaType": ".inputkafka",
|
|
@@ -7254,6 +7213,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7254
7213
|
"InputMskPqControls": ".inputmsk",
|
|
7255
7214
|
"InputMskPqControlsTypedDict": ".inputmsk",
|
|
7256
7215
|
"InputMskPqTypedDict": ".inputmsk",
|
|
7216
|
+
"InputMskSchemaType": ".inputmsk",
|
|
7257
7217
|
"InputMskSignatureVersion": ".inputmsk",
|
|
7258
7218
|
"InputMskTLSSettingsClientSide": ".inputmsk",
|
|
7259
7219
|
"InputMskTLSSettingsClientSideTypedDict": ".inputmsk",
|
|
@@ -7937,8 +7897,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7937
7897
|
"NodeUpgradeState": ".nodeupgradestate",
|
|
7938
7898
|
"NodeUpgradeStatus": ".nodeupgradestatus",
|
|
7939
7899
|
"NodeUpgradeStatusTypedDict": ".nodeupgradestatus",
|
|
7940
|
-
"OutpostNodeInfo": ".outpostnodeinfo",
|
|
7941
|
-
"OutpostNodeInfoTypedDict": ".outpostnodeinfo",
|
|
7942
7900
|
"Output": ".output",
|
|
7943
7901
|
"OutputTypedDict": ".output",
|
|
7944
7902
|
"BlobAccessTier": ".outputazureblob",
|
|
@@ -8101,6 +8059,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8101
8059
|
"OutputConfluentCloudQueueFullBehavior": ".outputconfluentcloud",
|
|
8102
8060
|
"OutputConfluentCloudRecordDataFormat": ".outputconfluentcloud",
|
|
8103
8061
|
"OutputConfluentCloudSASLMechanism": ".outputconfluentcloud",
|
|
8062
|
+
"OutputConfluentCloudSchemaType": ".outputconfluentcloud",
|
|
8104
8063
|
"OutputConfluentCloudTLSSettingsClientSide": ".outputconfluentcloud",
|
|
8105
8064
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict": ".outputconfluentcloud",
|
|
8106
8065
|
"OutputConfluentCloudType": ".outputconfluentcloud",
|
|
@@ -8174,18 +8133,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8174
8133
|
"OutputCrowdstrikeNextGenSiemTimeoutRetrySettingsTypedDict": ".outputcrowdstrikenextgensiem",
|
|
8175
8134
|
"OutputCrowdstrikeNextGenSiemType": ".outputcrowdstrikenextgensiem",
|
|
8176
8135
|
"OutputCrowdstrikeNextGenSiemTypedDict": ".outputcrowdstrikenextgensiem",
|
|
8177
|
-
"OutputDatabricks": ".outputdatabricks",
|
|
8178
|
-
"OutputDatabricksBackpressureBehavior": ".outputdatabricks",
|
|
8179
|
-
"OutputDatabricksCompression": ".outputdatabricks",
|
|
8180
|
-
"OutputDatabricksCompressionLevel": ".outputdatabricks",
|
|
8181
|
-
"OutputDatabricksDataFormat": ".outputdatabricks",
|
|
8182
|
-
"OutputDatabricksDataPageVersion": ".outputdatabricks",
|
|
8183
|
-
"OutputDatabricksDiskSpaceProtection": ".outputdatabricks",
|
|
8184
|
-
"OutputDatabricksKeyValueMetadatum": ".outputdatabricks",
|
|
8185
|
-
"OutputDatabricksKeyValueMetadatumTypedDict": ".outputdatabricks",
|
|
8186
|
-
"OutputDatabricksParquetVersion": ".outputdatabricks",
|
|
8187
|
-
"OutputDatabricksType": ".outputdatabricks",
|
|
8188
|
-
"OutputDatabricksTypedDict": ".outputdatabricks",
|
|
8189
8136
|
"DatadogSite": ".outputdatadog",
|
|
8190
8137
|
"OutputDatadog": ".outputdatadog",
|
|
8191
8138
|
"OutputDatadogAuthenticationMethod": ".outputdatadog",
|
|
@@ -8569,6 +8516,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8569
8516
|
"OutputKafkaQueueFullBehavior": ".outputkafka",
|
|
8570
8517
|
"OutputKafkaRecordDataFormat": ".outputkafka",
|
|
8571
8518
|
"OutputKafkaSASLMechanism": ".outputkafka",
|
|
8519
|
+
"OutputKafkaSchemaType": ".outputkafka",
|
|
8572
8520
|
"OutputKafkaTLSSettingsClientSide": ".outputkafka",
|
|
8573
8521
|
"OutputKafkaTLSSettingsClientSideTypedDict": ".outputkafka",
|
|
8574
8522
|
"OutputKafkaType": ".outputkafka",
|
|
@@ -8643,6 +8591,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8643
8591
|
"OutputMskPqControlsTypedDict": ".outputmsk",
|
|
8644
8592
|
"OutputMskQueueFullBehavior": ".outputmsk",
|
|
8645
8593
|
"OutputMskRecordDataFormat": ".outputmsk",
|
|
8594
|
+
"OutputMskSchemaType": ".outputmsk",
|
|
8646
8595
|
"OutputMskSignatureVersion": ".outputmsk",
|
|
8647
8596
|
"OutputMskTLSSettingsClientSide": ".outputmsk",
|
|
8648
8597
|
"OutputMskTLSSettingsClientSideTypedDict": ".outputmsk",
|
|
@@ -9138,6 +9087,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9138
9087
|
"RbacResource": ".rbacresource",
|
|
9139
9088
|
"ResourcePolicy": ".resourcepolicy",
|
|
9140
9089
|
"ResourcePolicyTypedDict": ".resourcepolicy",
|
|
9090
|
+
"RouteCloneConf": ".routecloneconf",
|
|
9091
|
+
"RouteCloneConfTypedDict": ".routecloneconf",
|
|
9141
9092
|
"RouteConf": ".routeconf",
|
|
9142
9093
|
"RouteConfTypedDict": ".routeconf",
|
|
9143
9094
|
"Comment": ".routes",
|
|
@@ -9249,8 +9200,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9249
9200
|
"UpdatePacksByIDRequestTypedDict": ".updatepacksbyidop",
|
|
9250
9201
|
"UpdatePacksByIDResponse": ".updatepacksbyidop",
|
|
9251
9202
|
"UpdatePacksByIDResponseTypedDict": ".updatepacksbyidop",
|
|
9252
|
-
"UpdatePacksRequest": ".updatepacksop",
|
|
9253
|
-
"UpdatePacksRequestTypedDict": ".updatepacksop",
|
|
9254
9203
|
"UpdatePipelineByIDRequest": ".updatepipelinebyidop",
|
|
9255
9204
|
"UpdatePipelineByIDRequestTypedDict": ".updatepipelinebyidop",
|
|
9256
9205
|
"UpdatePipelineByIDResponse": ".updatepipelinebyidop",
|
|
@@ -9259,8 +9208,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9259
9208
|
"UpdateRoutesByIDRequestTypedDict": ".updateroutesbyidop",
|
|
9260
9209
|
"UpdateRoutesByIDResponse": ".updateroutesbyidop",
|
|
9261
9210
|
"UpdateRoutesByIDResponseTypedDict": ".updateroutesbyidop",
|
|
9262
|
-
"UploadPackResponse": ".uploadpackresponse",
|
|
9263
|
-
"UploadPackResponseTypedDict": ".uploadpackresponse",
|
|
9264
9211
|
"UserAccessControlList": ".useraccesscontrollist",
|
|
9265
9212
|
"UserAccessControlListTypedDict": ".useraccesscontrollist",
|
|
9266
9213
|
"WorkerTypes": ".workertypes",
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane import utils
|
|
5
|
+
from enum import Enum
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class AppMode(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
9
|
+
SINGLE = "single"
|
|
10
|
+
MASTER = "master"
|
|
11
|
+
WORKER = "worker"
|
|
12
|
+
EDGE = "edge"
|
|
13
|
+
MANAGED_EDGE = "managed-edge"
|
|
14
|
+
OUTPOST = "outpost"
|
|
@@ -2,16 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from cribl_control_plane.types import BaseModel
|
|
5
|
-
import
|
|
6
|
-
from typing_extensions import Annotated, TypedDict
|
|
5
|
+
from typing_extensions import TypedDict
|
|
7
6
|
|
|
8
7
|
|
|
9
8
|
class AuthTokenTypedDict(TypedDict):
|
|
10
|
-
force_password_change: bool
|
|
11
9
|
token: str
|
|
12
10
|
|
|
13
11
|
|
|
14
12
|
class AuthToken(BaseModel):
|
|
15
|
-
force_password_change: Annotated[bool, pydantic.Field(alias="forcePasswordChange")]
|
|
16
|
-
|
|
17
13
|
token: str
|
|
@@ -14,36 +14,13 @@ from typing import List, Optional
|
|
|
14
14
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
class
|
|
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
|
-
|
|
40
|
-
class ConfigGroupGitTypedDict(TypedDict):
|
|
17
|
+
class GitTypedDict(TypedDict):
|
|
41
18
|
commit: NotRequired[str]
|
|
42
19
|
local_changes: NotRequired[float]
|
|
43
20
|
log: NotRequired[List[CommitTypedDict]]
|
|
44
21
|
|
|
45
22
|
|
|
46
|
-
class
|
|
23
|
+
class Git(BaseModel):
|
|
47
24
|
commit: Optional[str] = None
|
|
48
25
|
|
|
49
26
|
local_changes: Annotated[Optional[float], pydantic.Field(alias="localChanges")] = (
|
|
@@ -63,9 +40,8 @@ class ConfigGroupTypedDict(TypedDict):
|
|
|
63
40
|
config_version: NotRequired[str]
|
|
64
41
|
deploying_worker_count: NotRequired[float]
|
|
65
42
|
description: NotRequired[str]
|
|
66
|
-
estimated_ingest_rate: NotRequired[
|
|
67
|
-
|
|
68
|
-
git: NotRequired[ConfigGroupGitTypedDict]
|
|
43
|
+
estimated_ingest_rate: NotRequired[float]
|
|
44
|
+
git: NotRequired[GitTypedDict]
|
|
69
45
|
incompatible_worker_count: NotRequired[float]
|
|
70
46
|
inherits: NotRequired[str]
|
|
71
47
|
is_fleet: NotRequired[bool]
|
|
@@ -99,15 +75,10 @@ class ConfigGroup(BaseModel):
|
|
|
99
75
|
description: Optional[str] = None
|
|
100
76
|
|
|
101
77
|
estimated_ingest_rate: Annotated[
|
|
102
|
-
|
|
103
|
-
Optional[ConfigGroupEstimatedIngestRate],
|
|
104
|
-
PlainValidator(validate_open_enum(True)),
|
|
105
|
-
],
|
|
106
|
-
pydantic.Field(alias="estimatedIngestRate"),
|
|
78
|
+
Optional[float], pydantic.Field(alias="estimatedIngestRate")
|
|
107
79
|
] = None
|
|
108
|
-
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.)"""
|
|
109
80
|
|
|
110
|
-
git: Optional[
|
|
81
|
+
git: Optional[Git] = None
|
|
111
82
|
|
|
112
83
|
incompatible_worker_count: Annotated[
|
|
113
84
|
Optional[float], pydantic.Field(alias="incompatibleWorkerCount")
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from .configgroup import ConfigGroup, ConfigGroupTypedDict
|
|
5
|
-
from .groupcreaterequest import GroupCreateRequest, GroupCreateRequestTypedDict
|
|
6
5
|
from .productscore import ProductsCore
|
|
7
6
|
from cribl_control_plane.types import BaseModel
|
|
8
7
|
from cribl_control_plane.utils import (
|
|
@@ -18,9 +17,9 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
18
17
|
|
|
19
18
|
class CreateConfigGroupByProductRequestTypedDict(TypedDict):
|
|
20
19
|
product: ProductsCore
|
|
21
|
-
r"""
|
|
22
|
-
|
|
23
|
-
r"""
|
|
20
|
+
r"""Name of the Cribl product to add the Worker Group or Edge Fleet to."""
|
|
21
|
+
config_group: ConfigGroupTypedDict
|
|
22
|
+
r"""ConfigGroup object"""
|
|
24
23
|
|
|
25
24
|
|
|
26
25
|
class CreateConfigGroupByProductRequest(BaseModel):
|
|
@@ -28,13 +27,13 @@ class CreateConfigGroupByProductRequest(BaseModel):
|
|
|
28
27
|
Annotated[ProductsCore, PlainValidator(validate_open_enum(False))],
|
|
29
28
|
FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
|
|
30
29
|
]
|
|
31
|
-
r"""
|
|
30
|
+
r"""Name of the Cribl product to add the Worker Group or Edge Fleet to."""
|
|
32
31
|
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
config_group: Annotated[
|
|
33
|
+
ConfigGroup,
|
|
35
34
|
FieldMetadata(request=RequestMetadata(media_type="application/json")),
|
|
36
35
|
]
|
|
37
|
-
r"""
|
|
36
|
+
r"""ConfigGroup object"""
|
|
38
37
|
|
|
39
38
|
|
|
40
39
|
class CreateConfigGroupByProductResponseTypedDict(TypedDict):
|
|
@@ -11,7 +11,7 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
11
11
|
|
|
12
12
|
class CreateRoutesAppendByIDRequestTypedDict(TypedDict):
|
|
13
13
|
id: str
|
|
14
|
-
r"""The <code>id</code> of the Routing table to
|
|
14
|
+
r"""The <code>id</code> of the Routing table to append the Route to. The supported value is <code>default</code>."""
|
|
15
15
|
request_body: List[RouteConfTypedDict]
|
|
16
16
|
r"""RouteDefinitions object"""
|
|
17
17
|
|
|
@@ -20,7 +20,7 @@ class CreateRoutesAppendByIDRequest(BaseModel):
|
|
|
20
20
|
id: Annotated[
|
|
21
21
|
str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
|
|
22
22
|
]
|
|
23
|
-
r"""The <code>id</code> of the Routing table to
|
|
23
|
+
r"""The <code>id</code> of the Routing table to append the Route to. The supported value is <code>default</code>."""
|
|
24
24
|
|
|
25
25
|
request_body: Annotated[
|
|
26
26
|
List[RouteConf],
|