cribl-control-plane 0.2.1rc1__py3-none-any.whl → 0.2.1rc3__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 +8 -5
- cribl_control_plane/errors/{healthstatus_error.py → healthserverstatus_error.py} +10 -9
- cribl_control_plane/groups_sdk.py +48 -24
- cribl_control_plane/health.py +22 -16
- cribl_control_plane/mappings.py +1 -981
- cribl_control_plane/models/__init__.py +41 -131
- cribl_control_plane/models/authtoken.py +4 -7
- cribl_control_plane/models/configgroup.py +8 -7
- cribl_control_plane/models/createconfiggroupbyproductop.py +6 -5
- cribl_control_plane/models/createroutesappendbyidop.py +2 -2
- cribl_control_plane/models/deleteoutputpqbyidop.py +2 -2
- cribl_control_plane/models/groupcreaterequest.py +152 -0
- cribl_control_plane/models/{healthstatus.py → healthserverstatus.py} +7 -7
- cribl_control_plane/models/logininfo.py +3 -3
- cribl_control_plane/routes_sdk.py +6 -6
- cribl_control_plane/tokens.py +23 -15
- {cribl_control_plane-0.2.1rc1.dist-info → cribl_control_plane-0.2.1rc3.dist-info}/METADATA +4 -9
- {cribl_control_plane-0.2.1rc1.dist-info → cribl_control_plane-0.2.1rc3.dist-info}/RECORD +20 -27
- cribl_control_plane/models/createadminproductsmappingsbyproductop.py +0 -53
- cribl_control_plane/models/deleteadminproductsmappingsbyproductandidop.py +0 -51
- cribl_control_plane/models/error.py +0 -16
- cribl_control_plane/models/getadminproductsmappingsbyproductandidop.py +0 -51
- cribl_control_plane/models/getadminproductsmappingsbyproductop.py +0 -44
- cribl_control_plane/models/gethealthinfoop.py +0 -17
- cribl_control_plane/models/mappingruleset.py +0 -95
- cribl_control_plane/models/updateadminproductsmappingsbyproductandidop.py +0 -63
- {cribl_control_plane-0.2.1rc1.dist-info → cribl_control_plane-0.2.1rc3.dist-info}/WHEEL +0 -0
|
@@ -20,11 +20,11 @@ if TYPE_CHECKING:
|
|
|
20
20
|
from .commit import Commit, CommitTypedDict
|
|
21
21
|
from .configgroup import (
|
|
22
22
|
ConfigGroup,
|
|
23
|
+
ConfigGroupEstimatedIngestRate,
|
|
24
|
+
ConfigGroupGit,
|
|
25
|
+
ConfigGroupGitTypedDict,
|
|
23
26
|
ConfigGroupType,
|
|
24
27
|
ConfigGroupTypedDict,
|
|
25
|
-
EstimatedIngestRate,
|
|
26
|
-
Git,
|
|
27
|
-
GitTypedDict,
|
|
28
28
|
)
|
|
29
29
|
from .configgroupcloud import ConfigGroupCloud, ConfigGroupCloudTypedDict
|
|
30
30
|
from .configgrouplookups import (
|
|
@@ -39,12 +39,6 @@ if TYPE_CHECKING:
|
|
|
39
39
|
CreateAdminProductsMappingsActivateByProductResponse,
|
|
40
40
|
CreateAdminProductsMappingsActivateByProductResponseTypedDict,
|
|
41
41
|
)
|
|
42
|
-
from .createadminproductsmappingsbyproductop import (
|
|
43
|
-
CreateAdminProductsMappingsByProductRequest,
|
|
44
|
-
CreateAdminProductsMappingsByProductRequestTypedDict,
|
|
45
|
-
CreateAdminProductsMappingsByProductResponse,
|
|
46
|
-
CreateAdminProductsMappingsByProductResponseTypedDict,
|
|
47
|
-
)
|
|
48
42
|
from .createconfiggroupbyproductop import (
|
|
49
43
|
CreateConfigGroupByProductRequest,
|
|
50
44
|
CreateConfigGroupByProductRequestTypedDict,
|
|
@@ -121,12 +115,6 @@ if TYPE_CHECKING:
|
|
|
121
115
|
DatasetMetadataRunInfo,
|
|
122
116
|
DatasetMetadataRunInfoTypedDict,
|
|
123
117
|
)
|
|
124
|
-
from .deleteadminproductsmappingsbyproductandidop import (
|
|
125
|
-
DeleteAdminProductsMappingsByProductAndIDRequest,
|
|
126
|
-
DeleteAdminProductsMappingsByProductAndIDRequestTypedDict,
|
|
127
|
-
DeleteAdminProductsMappingsByProductAndIDResponse,
|
|
128
|
-
DeleteAdminProductsMappingsByProductAndIDResponseTypedDict,
|
|
129
|
-
)
|
|
130
118
|
from .deleteconfiggroupbyproductandidop import (
|
|
131
119
|
DeleteConfigGroupByProductAndIDRequest,
|
|
132
120
|
DeleteConfigGroupByProductAndIDRequestTypedDict,
|
|
@@ -202,19 +190,6 @@ if TYPE_CHECKING:
|
|
|
202
190
|
DistributedSummaryWorkers,
|
|
203
191
|
DistributedSummaryWorkersTypedDict,
|
|
204
192
|
)
|
|
205
|
-
from .error import Error, ErrorTypedDict
|
|
206
|
-
from .getadminproductsmappingsbyproductandidop import (
|
|
207
|
-
GetAdminProductsMappingsByProductAndIDRequest,
|
|
208
|
-
GetAdminProductsMappingsByProductAndIDRequestTypedDict,
|
|
209
|
-
GetAdminProductsMappingsByProductAndIDResponse,
|
|
210
|
-
GetAdminProductsMappingsByProductAndIDResponseTypedDict,
|
|
211
|
-
)
|
|
212
|
-
from .getadminproductsmappingsbyproductop import (
|
|
213
|
-
GetAdminProductsMappingsByProductRequest,
|
|
214
|
-
GetAdminProductsMappingsByProductRequestTypedDict,
|
|
215
|
-
GetAdminProductsMappingsByProductResponse,
|
|
216
|
-
GetAdminProductsMappingsByProductResponseTypedDict,
|
|
217
|
-
)
|
|
218
193
|
from .getconfiggroupaclbyproductandidop import (
|
|
219
194
|
GetConfigGroupACLByProductAndIDRequest,
|
|
220
195
|
GetConfigGroupACLByProductAndIDRequestTypedDict,
|
|
@@ -251,7 +226,6 @@ if TYPE_CHECKING:
|
|
|
251
226
|
GetCriblLakeDatasetByLakeIDResponse,
|
|
252
227
|
GetCriblLakeDatasetByLakeIDResponseTypedDict,
|
|
253
228
|
)
|
|
254
|
-
from .gethealthinfoop import GetHealthInfoResponse, GetHealthInfoResponseTypedDict
|
|
255
229
|
from .getinputbyidop import (
|
|
256
230
|
GetInputByIDRequest,
|
|
257
231
|
GetInputByIDRequestTypedDict,
|
|
@@ -391,6 +365,14 @@ if TYPE_CHECKING:
|
|
|
391
365
|
Renamed,
|
|
392
366
|
RenamedTypedDict,
|
|
393
367
|
)
|
|
368
|
+
from .groupcreaterequest import (
|
|
369
|
+
GroupCreateRequest,
|
|
370
|
+
GroupCreateRequestEstimatedIngestRate,
|
|
371
|
+
GroupCreateRequestGit,
|
|
372
|
+
GroupCreateRequestGitTypedDict,
|
|
373
|
+
GroupCreateRequestType,
|
|
374
|
+
GroupCreateRequestTypedDict,
|
|
375
|
+
)
|
|
394
376
|
from .hbcriblinfo import (
|
|
395
377
|
Config,
|
|
396
378
|
ConfigTypedDict,
|
|
@@ -399,7 +381,12 @@ if TYPE_CHECKING:
|
|
|
399
381
|
HBCriblInfoTypedDict,
|
|
400
382
|
)
|
|
401
383
|
from .hbleaderinfo import HBLeaderInfo, HBLeaderInfoTypedDict
|
|
402
|
-
from .
|
|
384
|
+
from .healthserverstatus import (
|
|
385
|
+
HealthServerStatus,
|
|
386
|
+
HealthServerStatusTypedDict,
|
|
387
|
+
Role,
|
|
388
|
+
Status,
|
|
389
|
+
)
|
|
403
390
|
from .heartbeatmetadata import (
|
|
404
391
|
HeartbeatMetadata,
|
|
405
392
|
HeartbeatMetadataAws,
|
|
@@ -1834,19 +1821,6 @@ if TYPE_CHECKING:
|
|
|
1834
1821
|
from .listroutesop import ListRoutesResponse, ListRoutesResponseTypedDict
|
|
1835
1822
|
from .logininfo import LoginInfo, LoginInfoTypedDict
|
|
1836
1823
|
from .lookupversions import LookupVersions, LookupVersionsTypedDict
|
|
1837
|
-
from .mappingruleset import (
|
|
1838
|
-
Add,
|
|
1839
|
-
AddTypedDict,
|
|
1840
|
-
Function,
|
|
1841
|
-
FunctionConf,
|
|
1842
|
-
FunctionConfTypedDict,
|
|
1843
|
-
FunctionTypedDict,
|
|
1844
|
-
ID,
|
|
1845
|
-
MappingRuleset,
|
|
1846
|
-
MappingRulesetConf,
|
|
1847
|
-
MappingRulesetConfTypedDict,
|
|
1848
|
-
MappingRulesetTypedDict,
|
|
1849
|
-
)
|
|
1850
1824
|
from .masterworkerentry import (
|
|
1851
1825
|
LastMetrics,
|
|
1852
1826
|
LastMetricsTypedDict,
|
|
@@ -3297,12 +3271,6 @@ if TYPE_CHECKING:
|
|
|
3297
3271
|
TeamAccessControlList,
|
|
3298
3272
|
TeamAccessControlListTypedDict,
|
|
3299
3273
|
)
|
|
3300
|
-
from .updateadminproductsmappingsbyproductandidop import (
|
|
3301
|
-
UpdateAdminProductsMappingsByProductAndIDRequest,
|
|
3302
|
-
UpdateAdminProductsMappingsByProductAndIDRequestTypedDict,
|
|
3303
|
-
UpdateAdminProductsMappingsByProductAndIDResponse,
|
|
3304
|
-
UpdateAdminProductsMappingsByProductAndIDResponseTypedDict,
|
|
3305
|
-
)
|
|
3306
3274
|
from .updateconfiggroupbyproductandidop import (
|
|
3307
3275
|
UpdateConfigGroupByProductAndIDRequest,
|
|
3308
3276
|
UpdateConfigGroupByProductAndIDRequestTypedDict,
|
|
@@ -3373,12 +3341,10 @@ if TYPE_CHECKING:
|
|
|
3373
3341
|
|
|
3374
3342
|
__all__ = [
|
|
3375
3343
|
"AISIEMEndpointPath",
|
|
3376
|
-
"Add",
|
|
3377
3344
|
"AddHecTokenRequest",
|
|
3378
3345
|
"AddHecTokenRequestMetadatum",
|
|
3379
3346
|
"AddHecTokenRequestMetadatumTypedDict",
|
|
3380
3347
|
"AddHecTokenRequestTypedDict",
|
|
3381
|
-
"AddTypedDict",
|
|
3382
3348
|
"AdditionalProperty",
|
|
3383
3349
|
"AdditionalPropertyTypedDict",
|
|
3384
3350
|
"Allow",
|
|
@@ -3423,6 +3389,9 @@ __all__ = [
|
|
|
3423
3389
|
"ConfigGroup",
|
|
3424
3390
|
"ConfigGroupCloud",
|
|
3425
3391
|
"ConfigGroupCloudTypedDict",
|
|
3392
|
+
"ConfigGroupEstimatedIngestRate",
|
|
3393
|
+
"ConfigGroupGit",
|
|
3394
|
+
"ConfigGroupGitTypedDict",
|
|
3426
3395
|
"ConfigGroupLookups",
|
|
3427
3396
|
"ConfigGroupLookupsLookup",
|
|
3428
3397
|
"ConfigGroupLookupsLookupTypedDict",
|
|
@@ -3437,10 +3406,6 @@ __all__ = [
|
|
|
3437
3406
|
"CreateAdminProductsMappingsActivateByProductRequestTypedDict",
|
|
3438
3407
|
"CreateAdminProductsMappingsActivateByProductResponse",
|
|
3439
3408
|
"CreateAdminProductsMappingsActivateByProductResponseTypedDict",
|
|
3440
|
-
"CreateAdminProductsMappingsByProductRequest",
|
|
3441
|
-
"CreateAdminProductsMappingsByProductRequestTypedDict",
|
|
3442
|
-
"CreateAdminProductsMappingsByProductResponse",
|
|
3443
|
-
"CreateAdminProductsMappingsByProductResponseTypedDict",
|
|
3444
3409
|
"CreateConfigGroupByProductRequest",
|
|
3445
3410
|
"CreateConfigGroupByProductRequestTypedDict",
|
|
3446
3411
|
"CreateConfigGroupByProductResponse",
|
|
@@ -3501,10 +3466,6 @@ __all__ = [
|
|
|
3501
3466
|
"DatasetMetadataRunInfo",
|
|
3502
3467
|
"DatasetMetadataRunInfoTypedDict",
|
|
3503
3468
|
"DatasetMetadataTypedDict",
|
|
3504
|
-
"DeleteAdminProductsMappingsByProductAndIDRequest",
|
|
3505
|
-
"DeleteAdminProductsMappingsByProductAndIDRequestTypedDict",
|
|
3506
|
-
"DeleteAdminProductsMappingsByProductAndIDResponse",
|
|
3507
|
-
"DeleteAdminProductsMappingsByProductAndIDResponseTypedDict",
|
|
3508
3469
|
"DeleteConfigGroupByProductAndIDRequest",
|
|
3509
3470
|
"DeleteConfigGroupByProductAndIDRequestTypedDict",
|
|
3510
3471
|
"DeleteConfigGroupByProductAndIDResponse",
|
|
@@ -3560,9 +3521,6 @@ __all__ = [
|
|
|
3560
3521
|
"EndpointParam",
|
|
3561
3522
|
"EndpointParamTypedDict",
|
|
3562
3523
|
"EndpointType",
|
|
3563
|
-
"Error",
|
|
3564
|
-
"ErrorTypedDict",
|
|
3565
|
-
"EstimatedIngestRate",
|
|
3566
3524
|
"EventFormat",
|
|
3567
3525
|
"Executor",
|
|
3568
3526
|
"ExecutorSpecificSettings",
|
|
@@ -3578,20 +3536,8 @@ __all__ = [
|
|
|
3578
3536
|
"FileTypedDict",
|
|
3579
3537
|
"Firewall",
|
|
3580
3538
|
"FirewallTypedDict",
|
|
3581
|
-
"Function",
|
|
3582
|
-
"FunctionConf",
|
|
3583
|
-
"FunctionConfTypedDict",
|
|
3584
3539
|
"FunctionSpecificConfigs",
|
|
3585
3540
|
"FunctionSpecificConfigsTypedDict",
|
|
3586
|
-
"FunctionTypedDict",
|
|
3587
|
-
"GetAdminProductsMappingsByProductAndIDRequest",
|
|
3588
|
-
"GetAdminProductsMappingsByProductAndIDRequestTypedDict",
|
|
3589
|
-
"GetAdminProductsMappingsByProductAndIDResponse",
|
|
3590
|
-
"GetAdminProductsMappingsByProductAndIDResponseTypedDict",
|
|
3591
|
-
"GetAdminProductsMappingsByProductRequest",
|
|
3592
|
-
"GetAdminProductsMappingsByProductRequestTypedDict",
|
|
3593
|
-
"GetAdminProductsMappingsByProductResponse",
|
|
3594
|
-
"GetAdminProductsMappingsByProductResponseTypedDict",
|
|
3595
3541
|
"GetConfigGroupACLByProductAndIDRequest",
|
|
3596
3542
|
"GetConfigGroupACLByProductAndIDRequestTypedDict",
|
|
3597
3543
|
"GetConfigGroupACLByProductAndIDResponse",
|
|
@@ -3616,8 +3562,6 @@ __all__ = [
|
|
|
3616
3562
|
"GetCriblLakeDatasetByLakeIDRequestTypedDict",
|
|
3617
3563
|
"GetCriblLakeDatasetByLakeIDResponse",
|
|
3618
3564
|
"GetCriblLakeDatasetByLakeIDResponseTypedDict",
|
|
3619
|
-
"GetHealthInfoResponse",
|
|
3620
|
-
"GetHealthInfoResponseTypedDict",
|
|
3621
3565
|
"GetInputByIDRequest",
|
|
3622
3566
|
"GetInputByIDRequestTypedDict",
|
|
3623
3567
|
"GetInputByIDResponse",
|
|
@@ -3686,7 +3630,6 @@ __all__ = [
|
|
|
3686
3630
|
"GetVersionStatusRequestTypedDict",
|
|
3687
3631
|
"GetVersionStatusResponse",
|
|
3688
3632
|
"GetVersionStatusResponseTypedDict",
|
|
3689
|
-
"Git",
|
|
3690
3633
|
"GitCommitParams",
|
|
3691
3634
|
"GitCommitParamsTypedDict",
|
|
3692
3635
|
"GitCommitSummary",
|
|
@@ -3715,13 +3658,18 @@ __all__ = [
|
|
|
3715
3658
|
"GitShowResultTypedDict",
|
|
3716
3659
|
"GitStatusResult",
|
|
3717
3660
|
"GitStatusResultTypedDict",
|
|
3718
|
-
"
|
|
3661
|
+
"GroupCreateRequest",
|
|
3662
|
+
"GroupCreateRequestEstimatedIngestRate",
|
|
3663
|
+
"GroupCreateRequestGit",
|
|
3664
|
+
"GroupCreateRequestGitTypedDict",
|
|
3665
|
+
"GroupCreateRequestType",
|
|
3666
|
+
"GroupCreateRequestTypedDict",
|
|
3719
3667
|
"HBCriblInfo",
|
|
3720
3668
|
"HBCriblInfoTypedDict",
|
|
3721
3669
|
"HBLeaderInfo",
|
|
3722
3670
|
"HBLeaderInfoTypedDict",
|
|
3723
|
-
"
|
|
3724
|
-
"
|
|
3671
|
+
"HealthServerStatus",
|
|
3672
|
+
"HealthServerStatusTypedDict",
|
|
3725
3673
|
"HeartbeatMetadata",
|
|
3726
3674
|
"HeartbeatMetadataAws",
|
|
3727
3675
|
"HeartbeatMetadataAwsTypedDict",
|
|
@@ -3740,7 +3688,6 @@ __all__ = [
|
|
|
3740
3688
|
"HostInfoTypedDict",
|
|
3741
3689
|
"HostsFile",
|
|
3742
3690
|
"HostsFileTypedDict",
|
|
3743
|
-
"ID",
|
|
3744
3691
|
"IndexerDiscoveryConfigs",
|
|
3745
3692
|
"IndexerDiscoveryConfigsAuthTokenAuthenticationMethod",
|
|
3746
3693
|
"IndexerDiscoveryConfigsAuthenticationMethod",
|
|
@@ -5001,10 +4948,6 @@ __all__ = [
|
|
|
5001
4948
|
"LookupVersionsTypedDict",
|
|
5002
4949
|
"MTLSSettings",
|
|
5003
4950
|
"MTLSSettingsTypedDict",
|
|
5004
|
-
"MappingRuleset",
|
|
5005
|
-
"MappingRulesetConf",
|
|
5006
|
-
"MappingRulesetConfTypedDict",
|
|
5007
|
-
"MappingRulesetTypedDict",
|
|
5008
4951
|
"MappingType",
|
|
5009
4952
|
"MasterWorkerEntry",
|
|
5010
4953
|
"MasterWorkerEntryType",
|
|
@@ -6314,10 +6257,6 @@ __all__ = [
|
|
|
6314
6257
|
"TimeRange",
|
|
6315
6258
|
"TimestampFormat",
|
|
6316
6259
|
"TimestampPrecision",
|
|
6317
|
-
"UpdateAdminProductsMappingsByProductAndIDRequest",
|
|
6318
|
-
"UpdateAdminProductsMappingsByProductAndIDRequestTypedDict",
|
|
6319
|
-
"UpdateAdminProductsMappingsByProductAndIDResponse",
|
|
6320
|
-
"UpdateAdminProductsMappingsByProductAndIDResponseTypedDict",
|
|
6321
6260
|
"UpdateConfigGroupByProductAndIDRequest",
|
|
6322
6261
|
"UpdateConfigGroupByProductAndIDRequestTypedDict",
|
|
6323
6262
|
"UpdateConfigGroupByProductAndIDResponse",
|
|
@@ -6389,11 +6328,11 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6389
6328
|
"Commit": ".commit",
|
|
6390
6329
|
"CommitTypedDict": ".commit",
|
|
6391
6330
|
"ConfigGroup": ".configgroup",
|
|
6331
|
+
"ConfigGroupEstimatedIngestRate": ".configgroup",
|
|
6332
|
+
"ConfigGroupGit": ".configgroup",
|
|
6333
|
+
"ConfigGroupGitTypedDict": ".configgroup",
|
|
6392
6334
|
"ConfigGroupType": ".configgroup",
|
|
6393
6335
|
"ConfigGroupTypedDict": ".configgroup",
|
|
6394
|
-
"EstimatedIngestRate": ".configgroup",
|
|
6395
|
-
"Git": ".configgroup",
|
|
6396
|
-
"GitTypedDict": ".configgroup",
|
|
6397
6336
|
"ConfigGroupCloud": ".configgroupcloud",
|
|
6398
6337
|
"ConfigGroupCloudTypedDict": ".configgroupcloud",
|
|
6399
6338
|
"ConfigGroupLookups": ".configgrouplookups",
|
|
@@ -6404,10 +6343,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6404
6343
|
"CreateAdminProductsMappingsActivateByProductRequestTypedDict": ".createadminproductsmappingsactivatebyproductop",
|
|
6405
6344
|
"CreateAdminProductsMappingsActivateByProductResponse": ".createadminproductsmappingsactivatebyproductop",
|
|
6406
6345
|
"CreateAdminProductsMappingsActivateByProductResponseTypedDict": ".createadminproductsmappingsactivatebyproductop",
|
|
6407
|
-
"CreateAdminProductsMappingsByProductRequest": ".createadminproductsmappingsbyproductop",
|
|
6408
|
-
"CreateAdminProductsMappingsByProductRequestTypedDict": ".createadminproductsmappingsbyproductop",
|
|
6409
|
-
"CreateAdminProductsMappingsByProductResponse": ".createadminproductsmappingsbyproductop",
|
|
6410
|
-
"CreateAdminProductsMappingsByProductResponseTypedDict": ".createadminproductsmappingsbyproductop",
|
|
6411
6346
|
"CreateConfigGroupByProductRequest": ".createconfiggroupbyproductop",
|
|
6412
6347
|
"CreateConfigGroupByProductRequestTypedDict": ".createconfiggroupbyproductop",
|
|
6413
6348
|
"CreateConfigGroupByProductResponse": ".createconfiggroupbyproductop",
|
|
@@ -6465,10 +6400,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6465
6400
|
"ScanMode": ".datasetmetadata",
|
|
6466
6401
|
"DatasetMetadataRunInfo": ".datasetmetadataruninfo",
|
|
6467
6402
|
"DatasetMetadataRunInfoTypedDict": ".datasetmetadataruninfo",
|
|
6468
|
-
"DeleteAdminProductsMappingsByProductAndIDRequest": ".deleteadminproductsmappingsbyproductandidop",
|
|
6469
|
-
"DeleteAdminProductsMappingsByProductAndIDRequestTypedDict": ".deleteadminproductsmappingsbyproductandidop",
|
|
6470
|
-
"DeleteAdminProductsMappingsByProductAndIDResponse": ".deleteadminproductsmappingsbyproductandidop",
|
|
6471
|
-
"DeleteAdminProductsMappingsByProductAndIDResponseTypedDict": ".deleteadminproductsmappingsbyproductandidop",
|
|
6472
6403
|
"DeleteConfigGroupByProductAndIDRequest": ".deleteconfiggroupbyproductandidop",
|
|
6473
6404
|
"DeleteConfigGroupByProductAndIDRequestTypedDict": ".deleteconfiggroupbyproductandidop",
|
|
6474
6405
|
"DeleteConfigGroupByProductAndIDResponse": ".deleteconfiggroupbyproductandidop",
|
|
@@ -6525,16 +6456,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6525
6456
|
"DistributedSummaryTypedDict": ".distributedsummary",
|
|
6526
6457
|
"DistributedSummaryWorkers": ".distributedsummary",
|
|
6527
6458
|
"DistributedSummaryWorkersTypedDict": ".distributedsummary",
|
|
6528
|
-
"Error": ".error",
|
|
6529
|
-
"ErrorTypedDict": ".error",
|
|
6530
|
-
"GetAdminProductsMappingsByProductAndIDRequest": ".getadminproductsmappingsbyproductandidop",
|
|
6531
|
-
"GetAdminProductsMappingsByProductAndIDRequestTypedDict": ".getadminproductsmappingsbyproductandidop",
|
|
6532
|
-
"GetAdminProductsMappingsByProductAndIDResponse": ".getadminproductsmappingsbyproductandidop",
|
|
6533
|
-
"GetAdminProductsMappingsByProductAndIDResponseTypedDict": ".getadminproductsmappingsbyproductandidop",
|
|
6534
|
-
"GetAdminProductsMappingsByProductRequest": ".getadminproductsmappingsbyproductop",
|
|
6535
|
-
"GetAdminProductsMappingsByProductRequestTypedDict": ".getadminproductsmappingsbyproductop",
|
|
6536
|
-
"GetAdminProductsMappingsByProductResponse": ".getadminproductsmappingsbyproductop",
|
|
6537
|
-
"GetAdminProductsMappingsByProductResponseTypedDict": ".getadminproductsmappingsbyproductop",
|
|
6538
6459
|
"GetConfigGroupACLByProductAndIDRequest": ".getconfiggroupaclbyproductandidop",
|
|
6539
6460
|
"GetConfigGroupACLByProductAndIDRequestTypedDict": ".getconfiggroupaclbyproductandidop",
|
|
6540
6461
|
"GetConfigGroupACLByProductAndIDResponse": ".getconfiggroupaclbyproductandidop",
|
|
@@ -6559,8 +6480,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6559
6480
|
"GetCriblLakeDatasetByLakeIDRequestTypedDict": ".getcribllakedatasetbylakeidop",
|
|
6560
6481
|
"GetCriblLakeDatasetByLakeIDResponse": ".getcribllakedatasetbylakeidop",
|
|
6561
6482
|
"GetCriblLakeDatasetByLakeIDResponseTypedDict": ".getcribllakedatasetbylakeidop",
|
|
6562
|
-
"GetHealthInfoResponse": ".gethealthinfoop",
|
|
6563
|
-
"GetHealthInfoResponseTypedDict": ".gethealthinfoop",
|
|
6564
6483
|
"GetInputByIDRequest": ".getinputbyidop",
|
|
6565
6484
|
"GetInputByIDRequestTypedDict": ".getinputbyidop",
|
|
6566
6485
|
"GetInputByIDResponse": ".getinputbyidop",
|
|
@@ -6670,6 +6589,12 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6670
6589
|
"GitStatusResultTypedDict": ".gitstatusresult",
|
|
6671
6590
|
"Renamed": ".gitstatusresult",
|
|
6672
6591
|
"RenamedTypedDict": ".gitstatusresult",
|
|
6592
|
+
"GroupCreateRequest": ".groupcreaterequest",
|
|
6593
|
+
"GroupCreateRequestEstimatedIngestRate": ".groupcreaterequest",
|
|
6594
|
+
"GroupCreateRequestGit": ".groupcreaterequest",
|
|
6595
|
+
"GroupCreateRequestGitTypedDict": ".groupcreaterequest",
|
|
6596
|
+
"GroupCreateRequestType": ".groupcreaterequest",
|
|
6597
|
+
"GroupCreateRequestTypedDict": ".groupcreaterequest",
|
|
6673
6598
|
"Config": ".hbcriblinfo",
|
|
6674
6599
|
"ConfigTypedDict": ".hbcriblinfo",
|
|
6675
6600
|
"DistMode": ".hbcriblinfo",
|
|
@@ -6677,10 +6602,10 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6677
6602
|
"HBCriblInfoTypedDict": ".hbcriblinfo",
|
|
6678
6603
|
"HBLeaderInfo": ".hbleaderinfo",
|
|
6679
6604
|
"HBLeaderInfoTypedDict": ".hbleaderinfo",
|
|
6680
|
-
"
|
|
6681
|
-
"
|
|
6682
|
-
"Role": ".
|
|
6683
|
-
"Status": ".
|
|
6605
|
+
"HealthServerStatus": ".healthserverstatus",
|
|
6606
|
+
"HealthServerStatusTypedDict": ".healthserverstatus",
|
|
6607
|
+
"Role": ".healthserverstatus",
|
|
6608
|
+
"Status": ".healthserverstatus",
|
|
6684
6609
|
"HeartbeatMetadata": ".heartbeatmetadata",
|
|
6685
6610
|
"HeartbeatMetadataAws": ".heartbeatmetadata",
|
|
6686
6611
|
"HeartbeatMetadataAwsTypedDict": ".heartbeatmetadata",
|
|
@@ -7998,17 +7923,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7998
7923
|
"LoginInfoTypedDict": ".logininfo",
|
|
7999
7924
|
"LookupVersions": ".lookupversions",
|
|
8000
7925
|
"LookupVersionsTypedDict": ".lookupversions",
|
|
8001
|
-
"Add": ".mappingruleset",
|
|
8002
|
-
"AddTypedDict": ".mappingruleset",
|
|
8003
|
-
"Function": ".mappingruleset",
|
|
8004
|
-
"FunctionConf": ".mappingruleset",
|
|
8005
|
-
"FunctionConfTypedDict": ".mappingruleset",
|
|
8006
|
-
"FunctionTypedDict": ".mappingruleset",
|
|
8007
|
-
"ID": ".mappingruleset",
|
|
8008
|
-
"MappingRuleset": ".mappingruleset",
|
|
8009
|
-
"MappingRulesetConf": ".mappingruleset",
|
|
8010
|
-
"MappingRulesetConfTypedDict": ".mappingruleset",
|
|
8011
|
-
"MappingRulesetTypedDict": ".mappingruleset",
|
|
8012
7926
|
"LastMetrics": ".masterworkerentry",
|
|
8013
7927
|
"LastMetricsTypedDict": ".masterworkerentry",
|
|
8014
7928
|
"MasterWorkerEntry": ".masterworkerentry",
|
|
@@ -9322,10 +9236,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9322
9236
|
"SecurityTypedDict": ".security",
|
|
9323
9237
|
"TeamAccessControlList": ".teamaccesscontrollist",
|
|
9324
9238
|
"TeamAccessControlListTypedDict": ".teamaccesscontrollist",
|
|
9325
|
-
"UpdateAdminProductsMappingsByProductAndIDRequest": ".updateadminproductsmappingsbyproductandidop",
|
|
9326
|
-
"UpdateAdminProductsMappingsByProductAndIDRequestTypedDict": ".updateadminproductsmappingsbyproductandidop",
|
|
9327
|
-
"UpdateAdminProductsMappingsByProductAndIDResponse": ".updateadminproductsmappingsbyproductandidop",
|
|
9328
|
-
"UpdateAdminProductsMappingsByProductAndIDResponseTypedDict": ".updateadminproductsmappingsbyproductandidop",
|
|
9329
9239
|
"UpdateConfigGroupByProductAndIDRequest": ".updateconfiggroupbyproductandidop",
|
|
9330
9240
|
"UpdateConfigGroupByProductAndIDRequestTypedDict": ".updateconfiggroupbyproductandidop",
|
|
9331
9241
|
"UpdateConfigGroupByProductAndIDResponse": ".updateconfiggroupbyproductandidop",
|
|
@@ -3,18 +3,15 @@
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from cribl_control_plane.types import BaseModel
|
|
5
5
|
import pydantic
|
|
6
|
-
from
|
|
7
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
6
|
+
from typing_extensions import Annotated, TypedDict
|
|
8
7
|
|
|
9
8
|
|
|
10
9
|
class AuthTokenTypedDict(TypedDict):
|
|
10
|
+
force_password_change: bool
|
|
11
11
|
token: str
|
|
12
|
-
force_password_change: NotRequired[bool]
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
class AuthToken(BaseModel):
|
|
16
|
-
|
|
15
|
+
force_password_change: Annotated[bool, pydantic.Field(alias="forcePasswordChange")]
|
|
17
16
|
|
|
18
|
-
|
|
19
|
-
Optional[bool], pydantic.Field(alias="forcePasswordChange")
|
|
20
|
-
] = None
|
|
17
|
+
token: str
|
|
@@ -14,7 +14,7 @@ from typing import List, Optional
|
|
|
14
14
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
class
|
|
17
|
+
class ConfigGroupEstimatedIngestRate(int, Enum, metaclass=utils.OpenEnumMeta):
|
|
18
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
19
|
|
|
20
20
|
# 12 MB/sec
|
|
@@ -37,13 +37,13 @@ class EstimatedIngestRate(int, Enum, metaclass=utils.OpenEnumMeta):
|
|
|
37
37
|
RATE180_MB_PER_SEC = 15360
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
class
|
|
40
|
+
class ConfigGroupGitTypedDict(TypedDict):
|
|
41
41
|
commit: NotRequired[str]
|
|
42
42
|
local_changes: NotRequired[float]
|
|
43
43
|
log: NotRequired[List[CommitTypedDict]]
|
|
44
44
|
|
|
45
45
|
|
|
46
|
-
class
|
|
46
|
+
class ConfigGroupGit(BaseModel):
|
|
47
47
|
commit: Optional[str] = None
|
|
48
48
|
|
|
49
49
|
local_changes: Annotated[Optional[float], pydantic.Field(alias="localChanges")] = (
|
|
@@ -63,9 +63,9 @@ class ConfigGroupTypedDict(TypedDict):
|
|
|
63
63
|
config_version: NotRequired[str]
|
|
64
64
|
deploying_worker_count: NotRequired[float]
|
|
65
65
|
description: NotRequired[str]
|
|
66
|
-
estimated_ingest_rate: NotRequired[
|
|
66
|
+
estimated_ingest_rate: NotRequired[ConfigGroupEstimatedIngestRate]
|
|
67
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.)"""
|
|
68
|
-
git: NotRequired[
|
|
68
|
+
git: NotRequired[ConfigGroupGitTypedDict]
|
|
69
69
|
incompatible_worker_count: NotRequired[float]
|
|
70
70
|
inherits: NotRequired[str]
|
|
71
71
|
is_fleet: NotRequired[bool]
|
|
@@ -100,13 +100,14 @@ class ConfigGroup(BaseModel):
|
|
|
100
100
|
|
|
101
101
|
estimated_ingest_rate: Annotated[
|
|
102
102
|
Annotated[
|
|
103
|
-
Optional[
|
|
103
|
+
Optional[ConfigGroupEstimatedIngestRate],
|
|
104
|
+
PlainValidator(validate_open_enum(True)),
|
|
104
105
|
],
|
|
105
106
|
pydantic.Field(alias="estimatedIngestRate"),
|
|
106
107
|
] = None
|
|
107
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.)"""
|
|
108
109
|
|
|
109
|
-
git: Optional[
|
|
110
|
+
git: Optional[ConfigGroupGit] = None
|
|
110
111
|
|
|
111
112
|
incompatible_worker_count: Annotated[
|
|
112
113
|
Optional[float], pydantic.Field(alias="incompatibleWorkerCount")
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from .configgroup import ConfigGroup, ConfigGroupTypedDict
|
|
5
|
+
from .groupcreaterequest import GroupCreateRequest, GroupCreateRequestTypedDict
|
|
5
6
|
from .productscore import ProductsCore
|
|
6
7
|
from cribl_control_plane.types import BaseModel
|
|
7
8
|
from cribl_control_plane.utils import (
|
|
@@ -18,8 +19,8 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
18
19
|
class CreateConfigGroupByProductRequestTypedDict(TypedDict):
|
|
19
20
|
product: ProductsCore
|
|
20
21
|
r"""Name of the Cribl product to add the Worker Group or Edge Fleet to."""
|
|
21
|
-
|
|
22
|
-
r"""
|
|
22
|
+
group_create_request: GroupCreateRequestTypedDict
|
|
23
|
+
r"""GroupCreateRequest object"""
|
|
23
24
|
|
|
24
25
|
|
|
25
26
|
class CreateConfigGroupByProductRequest(BaseModel):
|
|
@@ -29,11 +30,11 @@ class CreateConfigGroupByProductRequest(BaseModel):
|
|
|
29
30
|
]
|
|
30
31
|
r"""Name of the Cribl product to add the Worker Group or Edge Fleet to."""
|
|
31
32
|
|
|
32
|
-
|
|
33
|
-
|
|
33
|
+
group_create_request: Annotated[
|
|
34
|
+
GroupCreateRequest,
|
|
34
35
|
FieldMetadata(request=RequestMetadata(media_type="application/json")),
|
|
35
36
|
]
|
|
36
|
-
r"""
|
|
37
|
+
r"""GroupCreateRequest object"""
|
|
37
38
|
|
|
38
39
|
|
|
39
40
|
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 add 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 add the Route to. The supported value is <code>default</code>."""
|
|
24
24
|
|
|
25
25
|
request_body: Annotated[
|
|
26
26
|
List[RouteConf],
|
|
@@ -20,7 +20,7 @@ class DeleteOutputPqByIDRequest(BaseModel):
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
class DeleteOutputPqByIDResponseTypedDict(TypedDict):
|
|
23
|
-
r"""
|
|
23
|
+
r"""A list of job ids for the background job that clears the persistent queue"""
|
|
24
24
|
|
|
25
25
|
count: NotRequired[int]
|
|
26
26
|
r"""number of items present in the items array"""
|
|
@@ -28,7 +28,7 @@ class DeleteOutputPqByIDResponseTypedDict(TypedDict):
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
class DeleteOutputPqByIDResponse(BaseModel):
|
|
31
|
-
r"""
|
|
31
|
+
r"""A list of job ids for the background job that clears the persistent queue"""
|
|
32
32
|
|
|
33
33
|
count: Optional[int] = None
|
|
34
34
|
r"""number of items present in the items array"""
|