cribl-control-plane 0.0.31__py3-none-any.whl → 0.0.33__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/branches.py +6 -6
- cribl_control_plane/commits.py +36 -36
- cribl_control_plane/commits_files.py +16 -16
- cribl_control_plane/cribl.py +513 -0
- cribl_control_plane/destinations.py +21 -21
- cribl_control_plane/destinations_pq.py +10 -10
- cribl_control_plane/{samples.py → destinations_samples.py} +11 -11
- cribl_control_plane/hectokens.py +10 -10
- cribl_control_plane/lakedatasets.py +36 -36
- cribl_control_plane/models/__init__.py +342 -0
- cribl_control_plane/models/authconfig.py +43 -0
- cribl_control_plane/models/commonservicelimitconfigs.py +14 -0
- cribl_control_plane/models/createcribllakedatasetbylakeidop.py +2 -2
- cribl_control_plane/models/createinputhectokenbyidop.py +2 -2
- cribl_control_plane/models/createoutputtestbyidop.py +2 -2
- cribl_control_plane/models/createversionundoop.py +2 -2
- cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +4 -4
- cribl_control_plane/models/deleteinputbyidop.py +2 -2
- cribl_control_plane/models/deleteoutputbyidop.py +2 -2
- cribl_control_plane/models/deleteoutputpqbyidop.py +2 -2
- cribl_control_plane/models/deletepacksbyidop.py +2 -2
- cribl_control_plane/models/edgeheartbeatmetricsmode.py +11 -0
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +3 -3
- cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +4 -4
- cribl_control_plane/models/getcribllakedatasetbylakeidop.py +2 -2
- cribl_control_plane/models/getinputbyidop.py +2 -2
- cribl_control_plane/models/getmasterworkerentryop.py +2 -2
- cribl_control_plane/models/getoutputbyidop.py +2 -2
- cribl_control_plane/models/getoutputpqbyidop.py +2 -2
- cribl_control_plane/models/getoutputsamplesbyidop.py +2 -2
- cribl_control_plane/models/getpacksop.py +2 -2
- cribl_control_plane/models/getsummaryop.py +3 -3
- cribl_control_plane/models/getsystemsettingsauthop.py +24 -0
- cribl_control_plane/models/getsystemsettingsconfop.py +24 -0
- cribl_control_plane/models/getsystemsettingsgitsettingsop.py +24 -0
- cribl_control_plane/models/getversioncountop.py +4 -4
- cribl_control_plane/models/getversiondiffop.py +8 -8
- cribl_control_plane/models/getversionfilesop.py +4 -4
- cribl_control_plane/models/getversionshowop.py +8 -8
- cribl_control_plane/models/getversionstatusop.py +2 -2
- cribl_control_plane/models/gitopstype.py +10 -0
- cribl_control_plane/models/gitsettings.py +70 -0
- cribl_control_plane/models/jobsettings.py +83 -0
- cribl_control_plane/models/limits.py +127 -0
- cribl_control_plane/models/listmasterworkerentryop.py +23 -23
- cribl_control_plane/models/rediscachelimits.py +38 -0
- cribl_control_plane/models/redisconnectionlimits.py +20 -0
- cribl_control_plane/models/redislimits.py +14 -0
- cribl_control_plane/models/searchsettings.py +71 -0
- cribl_control_plane/models/serviceslimits.py +23 -0
- cribl_control_plane/models/systemsettings.py +358 -0
- cribl_control_plane/models/systemsettingsconf.py +311 -0
- cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +4 -4
- cribl_control_plane/models/updateinputbyidop.py +2 -2
- cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +4 -4
- cribl_control_plane/models/updateoutputbyidop.py +2 -2
- cribl_control_plane/models/updatepacksbyidop.py +2 -2
- cribl_control_plane/models/updatesystemsettingsauthop.py +24 -0
- cribl_control_plane/models/updatesystemsettingsconfop.py +24 -0
- cribl_control_plane/models/updatesystemsettingsgitsettingsop.py +24 -0
- cribl_control_plane/models/upgradegroupsettings.py +24 -0
- cribl_control_plane/models/upgradepackageurls.py +20 -0
- cribl_control_plane/models/upgradesettings.py +36 -0
- cribl_control_plane/nodes.py +30 -30
- cribl_control_plane/packs.py +16 -16
- cribl_control_plane/sdk.py +3 -0
- cribl_control_plane/settings.py +23 -0
- cribl_control_plane/settings_auth.py +339 -0
- cribl_control_plane/settings_git.py +339 -0
- cribl_control_plane/sources.py +18 -18
- cribl_control_plane/statuses.py +6 -6
- cribl_control_plane/summaries.py +6 -6
- cribl_control_plane/system_sdk.py +17 -0
- cribl_control_plane/teams.py +2 -2
- cribl_control_plane/versions_configs.py +4 -4
- {cribl_control_plane-0.0.31.dist-info → cribl_control_plane-0.0.33.dist-info}/METADATA +41 -25
- {cribl_control_plane-0.0.31.dist-info → cribl_control_plane-0.0.33.dist-info}/RECORD +79 -51
- {cribl_control_plane-0.0.31.dist-info → cribl_control_plane-0.0.33.dist-info}/WHEEL +0 -0
|
@@ -12,11 +12,16 @@ if TYPE_CHECKING:
|
|
|
12
12
|
AddHecTokenRequestTypedDict,
|
|
13
13
|
)
|
|
14
14
|
from .appmode import AppMode
|
|
15
|
+
from .authconfig import AuthConfig, AuthConfigType, AuthConfigTypedDict
|
|
15
16
|
from .authtoken import AuthToken, AuthTokenTypedDict
|
|
16
17
|
from .cacheconnection import CacheConnection, CacheConnectionTypedDict
|
|
17
18
|
from .cacheconnectionbackfillstatus import CacheConnectionBackfillStatus
|
|
18
19
|
from .cloudprovider import CloudProvider
|
|
19
20
|
from .commit import Commit, CommitTypedDict
|
|
21
|
+
from .commonservicelimitconfigs import (
|
|
22
|
+
CommonServiceLimitConfigs,
|
|
23
|
+
CommonServiceLimitConfigsTypedDict,
|
|
24
|
+
)
|
|
20
25
|
from .configgroup import (
|
|
21
26
|
ConfigGroup,
|
|
22
27
|
ConfigGroupType,
|
|
@@ -159,6 +164,7 @@ if TYPE_CHECKING:
|
|
|
159
164
|
DistributedSummaryWorkers,
|
|
160
165
|
DistributedSummaryWorkersTypedDict,
|
|
161
166
|
)
|
|
167
|
+
from .edgeheartbeatmetricsmode import EdgeHeartbeatMetricsMode
|
|
162
168
|
from .getconfiggroupaclbyproductandidop import (
|
|
163
169
|
GetConfigGroupACLByProductAndIDProduct,
|
|
164
170
|
GetConfigGroupACLByProductAndIDRequest,
|
|
@@ -256,6 +262,18 @@ if TYPE_CHECKING:
|
|
|
256
262
|
GetSummaryResponse,
|
|
257
263
|
GetSummaryResponseTypedDict,
|
|
258
264
|
)
|
|
265
|
+
from .getsystemsettingsauthop import (
|
|
266
|
+
GetSystemSettingsAuthResponse,
|
|
267
|
+
GetSystemSettingsAuthResponseTypedDict,
|
|
268
|
+
)
|
|
269
|
+
from .getsystemsettingsconfop import (
|
|
270
|
+
GetSystemSettingsConfResponse,
|
|
271
|
+
GetSystemSettingsConfResponseTypedDict,
|
|
272
|
+
)
|
|
273
|
+
from .getsystemsettingsgitsettingsop import (
|
|
274
|
+
GetSystemSettingsGitSettingsResponse,
|
|
275
|
+
GetSystemSettingsGitSettingsResponseTypedDict,
|
|
276
|
+
)
|
|
259
277
|
from .getversionbranchop import (
|
|
260
278
|
GetVersionBranchResponse,
|
|
261
279
|
GetVersionBranchResponseTypedDict,
|
|
@@ -315,6 +333,7 @@ if TYPE_CHECKING:
|
|
|
315
333
|
from .gitfilesresponse import GitFilesResponse, GitFilesResponseTypedDict
|
|
316
334
|
from .gitinfo import GitInfo, GitInfoTypedDict, Remote, RemoteTypedDict
|
|
317
335
|
from .gitlogresult import GitLogResult, GitLogResultTypedDict
|
|
336
|
+
from .gitopstype import GitOpsType
|
|
318
337
|
from .gitrevertparams import GitRevertParams, GitRevertParamsTypedDict
|
|
319
338
|
from .gitrevertresult import (
|
|
320
339
|
Audit,
|
|
@@ -324,6 +343,7 @@ if TYPE_CHECKING:
|
|
|
324
343
|
GitRevertResultFilesTypedDict,
|
|
325
344
|
GitRevertResultTypedDict,
|
|
326
345
|
)
|
|
346
|
+
from .gitsettings import GitSettings, GitSettingsTypedDict
|
|
327
347
|
from .gitstatusresult import (
|
|
328
348
|
File,
|
|
329
349
|
FileTypedDict,
|
|
@@ -1600,11 +1620,13 @@ if TYPE_CHECKING:
|
|
|
1600
1620
|
InputZscalerHecType,
|
|
1601
1621
|
InputZscalerHecTypedDict,
|
|
1602
1622
|
)
|
|
1623
|
+
from .jobsettings import JobSettings, JobSettingsTypedDict
|
|
1603
1624
|
from .lakedatasetsearchconfig import (
|
|
1604
1625
|
LakeDatasetSearchConfig,
|
|
1605
1626
|
LakeDatasetSearchConfigTypedDict,
|
|
1606
1627
|
)
|
|
1607
1628
|
from .lakehouseconnectiontype import LakehouseConnectionType
|
|
1629
|
+
from .limits import Limits, LimitsTypedDict, Samples, SamplesTypedDict
|
|
1608
1630
|
from .listconfiggroupbyproductop import (
|
|
1609
1631
|
ListConfigGroupByProductProduct,
|
|
1610
1632
|
ListConfigGroupByProductRequest,
|
|
@@ -2947,6 +2969,12 @@ if TYPE_CHECKING:
|
|
|
2947
2969
|
PipelineFunctionConfTypedDict,
|
|
2948
2970
|
)
|
|
2949
2971
|
from .rbacresource import RbacResource
|
|
2972
|
+
from .rediscachelimits import RedisCacheLimits, RedisCacheLimitsTypedDict
|
|
2973
|
+
from .redisconnectionlimits import (
|
|
2974
|
+
RedisConnectionLimits,
|
|
2975
|
+
RedisConnectionLimitsTypedDict,
|
|
2976
|
+
)
|
|
2977
|
+
from .redislimits import RedisLimits, RedisLimitsTypedDict
|
|
2950
2978
|
from .resourcepolicy import ResourcePolicy, ResourcePolicyTypedDict
|
|
2951
2979
|
from .routecloneconf import RouteCloneConf, RouteCloneConfTypedDict
|
|
2952
2980
|
from .routeconf import RouteConf, RouteConfTypedDict
|
|
@@ -2960,7 +2988,83 @@ if TYPE_CHECKING:
|
|
|
2960
2988
|
)
|
|
2961
2989
|
from .routesroute import RoutesRoute, RoutesRouteTypedDict
|
|
2962
2990
|
from .schemeclientoauth import SchemeClientOauth, SchemeClientOauthTypedDict
|
|
2991
|
+
from .searchsettings import (
|
|
2992
|
+
SearchSettings,
|
|
2993
|
+
SearchSettingsTypedDict,
|
|
2994
|
+
WarmPoolSize,
|
|
2995
|
+
WarmPoolSizeEnum,
|
|
2996
|
+
WarmPoolSizeTypedDict,
|
|
2997
|
+
)
|
|
2963
2998
|
from .security import Security, SecurityTypedDict
|
|
2999
|
+
from .serviceslimits import ServicesLimits, ServicesLimitsTypedDict
|
|
3000
|
+
from .systemsettings import (
|
|
3001
|
+
Distributed,
|
|
3002
|
+
DistributedTypedDict,
|
|
3003
|
+
SystemSettings,
|
|
3004
|
+
SystemSettingsAPI,
|
|
3005
|
+
SystemSettingsAPITypedDict,
|
|
3006
|
+
SystemSettingsBackups,
|
|
3007
|
+
SystemSettingsBackupsTypedDict,
|
|
3008
|
+
SystemSettingsCustomLogo,
|
|
3009
|
+
SystemSettingsCustomLogoTypedDict,
|
|
3010
|
+
SystemSettingsHeaders,
|
|
3011
|
+
SystemSettingsHeadersTypedDict,
|
|
3012
|
+
SystemSettingsPii,
|
|
3013
|
+
SystemSettingsPiiTypedDict,
|
|
3014
|
+
SystemSettingsProxy,
|
|
3015
|
+
SystemSettingsProxyTypedDict,
|
|
3016
|
+
SystemSettingsRollback,
|
|
3017
|
+
SystemSettingsRollbackTypedDict,
|
|
3018
|
+
SystemSettingsShutdown,
|
|
3019
|
+
SystemSettingsShutdownTypedDict,
|
|
3020
|
+
SystemSettingsSni,
|
|
3021
|
+
SystemSettingsSniTypedDict,
|
|
3022
|
+
SystemSettingsSockets,
|
|
3023
|
+
SystemSettingsSocketsTypedDict,
|
|
3024
|
+
SystemSettingsSsl,
|
|
3025
|
+
SystemSettingsSslTypedDict,
|
|
3026
|
+
SystemSettingsSystem,
|
|
3027
|
+
SystemSettingsSystemTypedDict,
|
|
3028
|
+
SystemSettingsTLS,
|
|
3029
|
+
SystemSettingsTLSTypedDict,
|
|
3030
|
+
SystemSettingsTypedDict,
|
|
3031
|
+
SystemSettingsUpgrade,
|
|
3032
|
+
SystemSettingsWorkers,
|
|
3033
|
+
SystemSettingsWorkersTypedDict,
|
|
3034
|
+
)
|
|
3035
|
+
from .systemsettingsconf import (
|
|
3036
|
+
SystemSettingsConf,
|
|
3037
|
+
SystemSettingsConfAPI,
|
|
3038
|
+
SystemSettingsConfAPITypedDict,
|
|
3039
|
+
SystemSettingsConfBackups,
|
|
3040
|
+
SystemSettingsConfBackupsTypedDict,
|
|
3041
|
+
SystemSettingsConfCustomLogo,
|
|
3042
|
+
SystemSettingsConfCustomLogoTypedDict,
|
|
3043
|
+
SystemSettingsConfHeaders,
|
|
3044
|
+
SystemSettingsConfHeadersTypedDict,
|
|
3045
|
+
SystemSettingsConfPii,
|
|
3046
|
+
SystemSettingsConfPiiTypedDict,
|
|
3047
|
+
SystemSettingsConfProxy,
|
|
3048
|
+
SystemSettingsConfProxyTypedDict,
|
|
3049
|
+
SystemSettingsConfRollback,
|
|
3050
|
+
SystemSettingsConfRollbackTypedDict,
|
|
3051
|
+
SystemSettingsConfShutdown,
|
|
3052
|
+
SystemSettingsConfShutdownTypedDict,
|
|
3053
|
+
SystemSettingsConfSni,
|
|
3054
|
+
SystemSettingsConfSniTypedDict,
|
|
3055
|
+
SystemSettingsConfSockets,
|
|
3056
|
+
SystemSettingsConfSocketsTypedDict,
|
|
3057
|
+
SystemSettingsConfSsl,
|
|
3058
|
+
SystemSettingsConfSslTypedDict,
|
|
3059
|
+
SystemSettingsConfSystem,
|
|
3060
|
+
SystemSettingsConfSystemTypedDict,
|
|
3061
|
+
SystemSettingsConfTLS,
|
|
3062
|
+
SystemSettingsConfTLSTypedDict,
|
|
3063
|
+
SystemSettingsConfTypedDict,
|
|
3064
|
+
SystemSettingsConfUpgrade,
|
|
3065
|
+
SystemSettingsConfWorkers,
|
|
3066
|
+
SystemSettingsConfWorkersTypedDict,
|
|
3067
|
+
)
|
|
2964
3068
|
from .teamaccesscontrollist import (
|
|
2965
3069
|
TeamAccessControlList,
|
|
2966
3070
|
TeamAccessControlListTypedDict,
|
|
@@ -3027,6 +3131,24 @@ if TYPE_CHECKING:
|
|
|
3027
3131
|
UpdateRoutesByIDResponse,
|
|
3028
3132
|
UpdateRoutesByIDResponseTypedDict,
|
|
3029
3133
|
)
|
|
3134
|
+
from .updatesystemsettingsauthop import (
|
|
3135
|
+
UpdateSystemSettingsAuthResponse,
|
|
3136
|
+
UpdateSystemSettingsAuthResponseTypedDict,
|
|
3137
|
+
)
|
|
3138
|
+
from .updatesystemsettingsconfop import (
|
|
3139
|
+
UpdateSystemSettingsConfResponse,
|
|
3140
|
+
UpdateSystemSettingsConfResponseTypedDict,
|
|
3141
|
+
)
|
|
3142
|
+
from .updatesystemsettingsgitsettingsop import (
|
|
3143
|
+
UpdateSystemSettingsGitSettingsResponse,
|
|
3144
|
+
UpdateSystemSettingsGitSettingsResponseTypedDict,
|
|
3145
|
+
)
|
|
3146
|
+
from .upgradegroupsettings import (
|
|
3147
|
+
UpgradeGroupSettings,
|
|
3148
|
+
UpgradeGroupSettingsTypedDict,
|
|
3149
|
+
)
|
|
3150
|
+
from .upgradepackageurls import UpgradePackageUrls, UpgradePackageUrlsTypedDict
|
|
3151
|
+
from .upgradesettings import UpgradeSettings, UpgradeSettingsTypedDict
|
|
3030
3152
|
from .useraccesscontrollist import (
|
|
3031
3153
|
UserAccessControlList,
|
|
3032
3154
|
UserAccessControlListTypedDict,
|
|
@@ -3045,6 +3167,9 @@ __all__ = [
|
|
|
3045
3167
|
"AppMode",
|
|
3046
3168
|
"Audit",
|
|
3047
3169
|
"AuditTypedDict",
|
|
3170
|
+
"AuthConfig",
|
|
3171
|
+
"AuthConfigType",
|
|
3172
|
+
"AuthConfigTypedDict",
|
|
3048
3173
|
"AuthToken",
|
|
3049
3174
|
"AuthTokenTypedDict",
|
|
3050
3175
|
"AuthType",
|
|
@@ -3067,6 +3192,8 @@ __all__ = [
|
|
|
3067
3192
|
"CommentTypedDict",
|
|
3068
3193
|
"Commit",
|
|
3069
3194
|
"CommitTypedDict",
|
|
3195
|
+
"CommonServiceLimitConfigs",
|
|
3196
|
+
"CommonServiceLimitConfigsTypedDict",
|
|
3070
3197
|
"Conf",
|
|
3071
3198
|
"ConfTypedDict",
|
|
3072
3199
|
"Config",
|
|
@@ -3178,12 +3305,15 @@ __all__ = [
|
|
|
3178
3305
|
"DeployRequestTypedDict",
|
|
3179
3306
|
"DisksAndFileSystems",
|
|
3180
3307
|
"DisksAndFileSystemsTypedDict",
|
|
3308
|
+
"Distributed",
|
|
3181
3309
|
"DistributedSummary",
|
|
3182
3310
|
"DistributedSummaryGroups",
|
|
3183
3311
|
"DistributedSummaryGroupsTypedDict",
|
|
3184
3312
|
"DistributedSummaryTypedDict",
|
|
3185
3313
|
"DistributedSummaryWorkers",
|
|
3186
3314
|
"DistributedSummaryWorkersTypedDict",
|
|
3315
|
+
"DistributedTypedDict",
|
|
3316
|
+
"EdgeHeartbeatMetricsMode",
|
|
3187
3317
|
"ElasticVersion",
|
|
3188
3318
|
"Endpoint",
|
|
3189
3319
|
"EndpointConfiguration",
|
|
@@ -3275,6 +3405,12 @@ __all__ = [
|
|
|
3275
3405
|
"GetSummaryRequestTypedDict",
|
|
3276
3406
|
"GetSummaryResponse",
|
|
3277
3407
|
"GetSummaryResponseTypedDict",
|
|
3408
|
+
"GetSystemSettingsAuthResponse",
|
|
3409
|
+
"GetSystemSettingsAuthResponseTypedDict",
|
|
3410
|
+
"GetSystemSettingsConfResponse",
|
|
3411
|
+
"GetSystemSettingsConfResponseTypedDict",
|
|
3412
|
+
"GetSystemSettingsGitSettingsResponse",
|
|
3413
|
+
"GetSystemSettingsGitSettingsResponseTypedDict",
|
|
3278
3414
|
"GetVersionBranchResponse",
|
|
3279
3415
|
"GetVersionBranchResponseTypedDict",
|
|
3280
3416
|
"GetVersionCountRequest",
|
|
@@ -3318,12 +3454,15 @@ __all__ = [
|
|
|
3318
3454
|
"GitInfoTypedDict",
|
|
3319
3455
|
"GitLogResult",
|
|
3320
3456
|
"GitLogResultTypedDict",
|
|
3457
|
+
"GitOpsType",
|
|
3321
3458
|
"GitRevertParams",
|
|
3322
3459
|
"GitRevertParamsTypedDict",
|
|
3323
3460
|
"GitRevertResult",
|
|
3324
3461
|
"GitRevertResultFiles",
|
|
3325
3462
|
"GitRevertResultFilesTypedDict",
|
|
3326
3463
|
"GitRevertResultTypedDict",
|
|
3464
|
+
"GitSettings",
|
|
3465
|
+
"GitSettingsTypedDict",
|
|
3327
3466
|
"GitStatusResult",
|
|
3328
3467
|
"GitStatusResultTypedDict",
|
|
3329
3468
|
"GitTypedDict",
|
|
@@ -4418,11 +4557,15 @@ __all__ = [
|
|
|
4418
4557
|
"InputZscalerHecTypedDict",
|
|
4419
4558
|
"Interfaces",
|
|
4420
4559
|
"InterfacesTypedDict",
|
|
4560
|
+
"JobSettings",
|
|
4561
|
+
"JobSettingsTypedDict",
|
|
4421
4562
|
"LakeDatasetSearchConfig",
|
|
4422
4563
|
"LakeDatasetSearchConfigTypedDict",
|
|
4423
4564
|
"LakehouseConnectionType",
|
|
4424
4565
|
"LastMetrics",
|
|
4425
4566
|
"LastMetricsTypedDict",
|
|
4567
|
+
"Limits",
|
|
4568
|
+
"LimitsTypedDict",
|
|
4426
4569
|
"ListConfigGroupByProductProduct",
|
|
4427
4570
|
"ListConfigGroupByProductRequest",
|
|
4428
4571
|
"ListConfigGroupByProductRequestTypedDict",
|
|
@@ -5614,6 +5757,12 @@ __all__ = [
|
|
|
5614
5757
|
"QueryBuilderMode",
|
|
5615
5758
|
"RbacResource",
|
|
5616
5759
|
"ReadMode",
|
|
5760
|
+
"RedisCacheLimits",
|
|
5761
|
+
"RedisCacheLimitsTypedDict",
|
|
5762
|
+
"RedisConnectionLimits",
|
|
5763
|
+
"RedisConnectionLimitsTypedDict",
|
|
5764
|
+
"RedisLimits",
|
|
5765
|
+
"RedisLimitsTypedDict",
|
|
5617
5766
|
"Remote",
|
|
5618
5767
|
"RemoteTypedDict",
|
|
5619
5768
|
"Renamed",
|
|
@@ -5639,17 +5788,23 @@ __all__ = [
|
|
|
5639
5788
|
"SNMPv3AuthenticationTypedDict",
|
|
5640
5789
|
"Sample",
|
|
5641
5790
|
"SampleTypedDict",
|
|
5791
|
+
"Samples",
|
|
5792
|
+
"SamplesTypedDict",
|
|
5642
5793
|
"ScanMode",
|
|
5643
5794
|
"ScheduleType",
|
|
5644
5795
|
"SchemeClientOauth",
|
|
5645
5796
|
"SchemeClientOauthTypedDict",
|
|
5646
5797
|
"ScrapeProtocolProtocol",
|
|
5798
|
+
"SearchSettings",
|
|
5799
|
+
"SearchSettingsTypedDict",
|
|
5647
5800
|
"Security",
|
|
5648
5801
|
"SecurityTypedDict",
|
|
5649
5802
|
"SendEventsAs",
|
|
5650
5803
|
"SendLogsAs",
|
|
5651
5804
|
"ServerSideEncryption",
|
|
5652
5805
|
"Services",
|
|
5806
|
+
"ServicesLimits",
|
|
5807
|
+
"ServicesLimitsTypedDict",
|
|
5653
5808
|
"ServicesTypedDict",
|
|
5654
5809
|
"ShardIteratorStart",
|
|
5655
5810
|
"ShardLoadBalancing",
|
|
@@ -5660,6 +5815,68 @@ __all__ = [
|
|
|
5660
5815
|
"SubscriptionTypedDict",
|
|
5661
5816
|
"Summary",
|
|
5662
5817
|
"SummaryTypedDict",
|
|
5818
|
+
"SystemSettings",
|
|
5819
|
+
"SystemSettingsAPI",
|
|
5820
|
+
"SystemSettingsAPITypedDict",
|
|
5821
|
+
"SystemSettingsBackups",
|
|
5822
|
+
"SystemSettingsBackupsTypedDict",
|
|
5823
|
+
"SystemSettingsConf",
|
|
5824
|
+
"SystemSettingsConfAPI",
|
|
5825
|
+
"SystemSettingsConfAPITypedDict",
|
|
5826
|
+
"SystemSettingsConfBackups",
|
|
5827
|
+
"SystemSettingsConfBackupsTypedDict",
|
|
5828
|
+
"SystemSettingsConfCustomLogo",
|
|
5829
|
+
"SystemSettingsConfCustomLogoTypedDict",
|
|
5830
|
+
"SystemSettingsConfHeaders",
|
|
5831
|
+
"SystemSettingsConfHeadersTypedDict",
|
|
5832
|
+
"SystemSettingsConfPii",
|
|
5833
|
+
"SystemSettingsConfPiiTypedDict",
|
|
5834
|
+
"SystemSettingsConfProxy",
|
|
5835
|
+
"SystemSettingsConfProxyTypedDict",
|
|
5836
|
+
"SystemSettingsConfRollback",
|
|
5837
|
+
"SystemSettingsConfRollbackTypedDict",
|
|
5838
|
+
"SystemSettingsConfShutdown",
|
|
5839
|
+
"SystemSettingsConfShutdownTypedDict",
|
|
5840
|
+
"SystemSettingsConfSni",
|
|
5841
|
+
"SystemSettingsConfSniTypedDict",
|
|
5842
|
+
"SystemSettingsConfSockets",
|
|
5843
|
+
"SystemSettingsConfSocketsTypedDict",
|
|
5844
|
+
"SystemSettingsConfSsl",
|
|
5845
|
+
"SystemSettingsConfSslTypedDict",
|
|
5846
|
+
"SystemSettingsConfSystem",
|
|
5847
|
+
"SystemSettingsConfSystemTypedDict",
|
|
5848
|
+
"SystemSettingsConfTLS",
|
|
5849
|
+
"SystemSettingsConfTLSTypedDict",
|
|
5850
|
+
"SystemSettingsConfTypedDict",
|
|
5851
|
+
"SystemSettingsConfUpgrade",
|
|
5852
|
+
"SystemSettingsConfWorkers",
|
|
5853
|
+
"SystemSettingsConfWorkersTypedDict",
|
|
5854
|
+
"SystemSettingsCustomLogo",
|
|
5855
|
+
"SystemSettingsCustomLogoTypedDict",
|
|
5856
|
+
"SystemSettingsHeaders",
|
|
5857
|
+
"SystemSettingsHeadersTypedDict",
|
|
5858
|
+
"SystemSettingsPii",
|
|
5859
|
+
"SystemSettingsPiiTypedDict",
|
|
5860
|
+
"SystemSettingsProxy",
|
|
5861
|
+
"SystemSettingsProxyTypedDict",
|
|
5862
|
+
"SystemSettingsRollback",
|
|
5863
|
+
"SystemSettingsRollbackTypedDict",
|
|
5864
|
+
"SystemSettingsShutdown",
|
|
5865
|
+
"SystemSettingsShutdownTypedDict",
|
|
5866
|
+
"SystemSettingsSni",
|
|
5867
|
+
"SystemSettingsSniTypedDict",
|
|
5868
|
+
"SystemSettingsSockets",
|
|
5869
|
+
"SystemSettingsSocketsTypedDict",
|
|
5870
|
+
"SystemSettingsSsl",
|
|
5871
|
+
"SystemSettingsSslTypedDict",
|
|
5872
|
+
"SystemSettingsSystem",
|
|
5873
|
+
"SystemSettingsSystemTypedDict",
|
|
5874
|
+
"SystemSettingsTLS",
|
|
5875
|
+
"SystemSettingsTLSTypedDict",
|
|
5876
|
+
"SystemSettingsTypedDict",
|
|
5877
|
+
"SystemSettingsUpgrade",
|
|
5878
|
+
"SystemSettingsWorkers",
|
|
5879
|
+
"SystemSettingsWorkersTypedDict",
|
|
5663
5880
|
"Target",
|
|
5664
5881
|
"TargetProtocol",
|
|
5665
5882
|
"TargetTypedDict",
|
|
@@ -5710,12 +5927,27 @@ __all__ = [
|
|
|
5710
5927
|
"UpdateRoutesByIDRequestTypedDict",
|
|
5711
5928
|
"UpdateRoutesByIDResponse",
|
|
5712
5929
|
"UpdateRoutesByIDResponseTypedDict",
|
|
5930
|
+
"UpdateSystemSettingsAuthResponse",
|
|
5931
|
+
"UpdateSystemSettingsAuthResponseTypedDict",
|
|
5932
|
+
"UpdateSystemSettingsConfResponse",
|
|
5933
|
+
"UpdateSystemSettingsConfResponseTypedDict",
|
|
5934
|
+
"UpdateSystemSettingsGitSettingsResponse",
|
|
5935
|
+
"UpdateSystemSettingsGitSettingsResponseTypedDict",
|
|
5936
|
+
"UpgradeGroupSettings",
|
|
5937
|
+
"UpgradeGroupSettingsTypedDict",
|
|
5938
|
+
"UpgradePackageUrls",
|
|
5939
|
+
"UpgradePackageUrlsTypedDict",
|
|
5940
|
+
"UpgradeSettings",
|
|
5941
|
+
"UpgradeSettingsTypedDict",
|
|
5713
5942
|
"UserAccessControlList",
|
|
5714
5943
|
"UserAccessControlListTypedDict",
|
|
5715
5944
|
"UsersAndGroups",
|
|
5716
5945
|
"UsersAndGroupsTypedDict",
|
|
5717
5946
|
"V3User",
|
|
5718
5947
|
"V3UserTypedDict",
|
|
5948
|
+
"WarmPoolSize",
|
|
5949
|
+
"WarmPoolSizeEnum",
|
|
5950
|
+
"WarmPoolSizeTypedDict",
|
|
5719
5951
|
"WriteAction",
|
|
5720
5952
|
]
|
|
5721
5953
|
|
|
@@ -5725,6 +5957,9 @@ _dynamic_imports: dict[str, str] = {
|
|
|
5725
5957
|
"AddHecTokenRequestMetadatumTypedDict": ".addhectokenrequest",
|
|
5726
5958
|
"AddHecTokenRequestTypedDict": ".addhectokenrequest",
|
|
5727
5959
|
"AppMode": ".appmode",
|
|
5960
|
+
"AuthConfig": ".authconfig",
|
|
5961
|
+
"AuthConfigType": ".authconfig",
|
|
5962
|
+
"AuthConfigTypedDict": ".authconfig",
|
|
5728
5963
|
"AuthToken": ".authtoken",
|
|
5729
5964
|
"AuthTokenTypedDict": ".authtoken",
|
|
5730
5965
|
"CacheConnection": ".cacheconnection",
|
|
@@ -5733,6 +5968,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
5733
5968
|
"CloudProvider": ".cloudprovider",
|
|
5734
5969
|
"Commit": ".commit",
|
|
5735
5970
|
"CommitTypedDict": ".commit",
|
|
5971
|
+
"CommonServiceLimitConfigs": ".commonservicelimitconfigs",
|
|
5972
|
+
"CommonServiceLimitConfigsTypedDict": ".commonservicelimitconfigs",
|
|
5736
5973
|
"ConfigGroup": ".configgroup",
|
|
5737
5974
|
"ConfigGroupType": ".configgroup",
|
|
5738
5975
|
"ConfigGroupTypedDict": ".configgroup",
|
|
@@ -5838,6 +6075,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
5838
6075
|
"DistributedSummaryTypedDict": ".distributedsummary",
|
|
5839
6076
|
"DistributedSummaryWorkers": ".distributedsummary",
|
|
5840
6077
|
"DistributedSummaryWorkersTypedDict": ".distributedsummary",
|
|
6078
|
+
"EdgeHeartbeatMetricsMode": ".edgeheartbeatmetricsmode",
|
|
5841
6079
|
"GetConfigGroupACLByProductAndIDProduct": ".getconfiggroupaclbyproductandidop",
|
|
5842
6080
|
"GetConfigGroupACLByProductAndIDRequest": ".getconfiggroupaclbyproductandidop",
|
|
5843
6081
|
"GetConfigGroupACLByProductAndIDRequestTypedDict": ".getconfiggroupaclbyproductandidop",
|
|
@@ -5905,6 +6143,12 @@ _dynamic_imports: dict[str, str] = {
|
|
|
5905
6143
|
"GetSummaryRequestTypedDict": ".getsummaryop",
|
|
5906
6144
|
"GetSummaryResponse": ".getsummaryop",
|
|
5907
6145
|
"GetSummaryResponseTypedDict": ".getsummaryop",
|
|
6146
|
+
"GetSystemSettingsAuthResponse": ".getsystemsettingsauthop",
|
|
6147
|
+
"GetSystemSettingsAuthResponseTypedDict": ".getsystemsettingsauthop",
|
|
6148
|
+
"GetSystemSettingsConfResponse": ".getsystemsettingsconfop",
|
|
6149
|
+
"GetSystemSettingsConfResponseTypedDict": ".getsystemsettingsconfop",
|
|
6150
|
+
"GetSystemSettingsGitSettingsResponse": ".getsystemsettingsgitsettingsop",
|
|
6151
|
+
"GetSystemSettingsGitSettingsResponseTypedDict": ".getsystemsettingsgitsettingsop",
|
|
5908
6152
|
"GetVersionBranchResponse": ".getversionbranchop",
|
|
5909
6153
|
"GetVersionBranchResponseTypedDict": ".getversionbranchop",
|
|
5910
6154
|
"GetVersionCountRequest": ".getversioncountop",
|
|
@@ -5953,6 +6197,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
5953
6197
|
"RemoteTypedDict": ".gitinfo",
|
|
5954
6198
|
"GitLogResult": ".gitlogresult",
|
|
5955
6199
|
"GitLogResultTypedDict": ".gitlogresult",
|
|
6200
|
+
"GitOpsType": ".gitopstype",
|
|
5956
6201
|
"GitRevertParams": ".gitrevertparams",
|
|
5957
6202
|
"GitRevertParamsTypedDict": ".gitrevertparams",
|
|
5958
6203
|
"Audit": ".gitrevertresult",
|
|
@@ -5961,6 +6206,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
5961
6206
|
"GitRevertResultFiles": ".gitrevertresult",
|
|
5962
6207
|
"GitRevertResultFilesTypedDict": ".gitrevertresult",
|
|
5963
6208
|
"GitRevertResultTypedDict": ".gitrevertresult",
|
|
6209
|
+
"GitSettings": ".gitsettings",
|
|
6210
|
+
"GitSettingsTypedDict": ".gitsettings",
|
|
5964
6211
|
"File": ".gitstatusresult",
|
|
5965
6212
|
"FileTypedDict": ".gitstatusresult",
|
|
5966
6213
|
"GitStatusResult": ".gitstatusresult",
|
|
@@ -7125,9 +7372,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7125
7372
|
"InputZscalerHecTLSSettingsServerSideTypedDict": ".inputzscalerhec",
|
|
7126
7373
|
"InputZscalerHecType": ".inputzscalerhec",
|
|
7127
7374
|
"InputZscalerHecTypedDict": ".inputzscalerhec",
|
|
7375
|
+
"JobSettings": ".jobsettings",
|
|
7376
|
+
"JobSettingsTypedDict": ".jobsettings",
|
|
7128
7377
|
"LakeDatasetSearchConfig": ".lakedatasetsearchconfig",
|
|
7129
7378
|
"LakeDatasetSearchConfigTypedDict": ".lakedatasetsearchconfig",
|
|
7130
7379
|
"LakehouseConnectionType": ".lakehouseconnectiontype",
|
|
7380
|
+
"Limits": ".limits",
|
|
7381
|
+
"LimitsTypedDict": ".limits",
|
|
7382
|
+
"Samples": ".limits",
|
|
7383
|
+
"SamplesTypedDict": ".limits",
|
|
7131
7384
|
"ListConfigGroupByProductProduct": ".listconfiggroupbyproductop",
|
|
7132
7385
|
"ListConfigGroupByProductRequest": ".listconfiggroupbyproductop",
|
|
7133
7386
|
"ListConfigGroupByProductRequestTypedDict": ".listconfiggroupbyproductop",
|
|
@@ -8340,6 +8593,12 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8340
8593
|
"PipelineFunctionConf": ".pipelinefunctionconf",
|
|
8341
8594
|
"PipelineFunctionConfTypedDict": ".pipelinefunctionconf",
|
|
8342
8595
|
"RbacResource": ".rbacresource",
|
|
8596
|
+
"RedisCacheLimits": ".rediscachelimits",
|
|
8597
|
+
"RedisCacheLimitsTypedDict": ".rediscachelimits",
|
|
8598
|
+
"RedisConnectionLimits": ".redisconnectionlimits",
|
|
8599
|
+
"RedisConnectionLimitsTypedDict": ".redisconnectionlimits",
|
|
8600
|
+
"RedisLimits": ".redislimits",
|
|
8601
|
+
"RedisLimitsTypedDict": ".redislimits",
|
|
8343
8602
|
"ResourcePolicy": ".resourcepolicy",
|
|
8344
8603
|
"ResourcePolicyTypedDict": ".resourcepolicy",
|
|
8345
8604
|
"RouteCloneConf": ".routecloneconf",
|
|
@@ -8356,8 +8615,79 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8356
8615
|
"RoutesRouteTypedDict": ".routesroute",
|
|
8357
8616
|
"SchemeClientOauth": ".schemeclientoauth",
|
|
8358
8617
|
"SchemeClientOauthTypedDict": ".schemeclientoauth",
|
|
8618
|
+
"SearchSettings": ".searchsettings",
|
|
8619
|
+
"SearchSettingsTypedDict": ".searchsettings",
|
|
8620
|
+
"WarmPoolSize": ".searchsettings",
|
|
8621
|
+
"WarmPoolSizeEnum": ".searchsettings",
|
|
8622
|
+
"WarmPoolSizeTypedDict": ".searchsettings",
|
|
8359
8623
|
"Security": ".security",
|
|
8360
8624
|
"SecurityTypedDict": ".security",
|
|
8625
|
+
"ServicesLimits": ".serviceslimits",
|
|
8626
|
+
"ServicesLimitsTypedDict": ".serviceslimits",
|
|
8627
|
+
"Distributed": ".systemsettings",
|
|
8628
|
+
"DistributedTypedDict": ".systemsettings",
|
|
8629
|
+
"SystemSettings": ".systemsettings",
|
|
8630
|
+
"SystemSettingsAPI": ".systemsettings",
|
|
8631
|
+
"SystemSettingsAPITypedDict": ".systemsettings",
|
|
8632
|
+
"SystemSettingsBackups": ".systemsettings",
|
|
8633
|
+
"SystemSettingsBackupsTypedDict": ".systemsettings",
|
|
8634
|
+
"SystemSettingsCustomLogo": ".systemsettings",
|
|
8635
|
+
"SystemSettingsCustomLogoTypedDict": ".systemsettings",
|
|
8636
|
+
"SystemSettingsHeaders": ".systemsettings",
|
|
8637
|
+
"SystemSettingsHeadersTypedDict": ".systemsettings",
|
|
8638
|
+
"SystemSettingsPii": ".systemsettings",
|
|
8639
|
+
"SystemSettingsPiiTypedDict": ".systemsettings",
|
|
8640
|
+
"SystemSettingsProxy": ".systemsettings",
|
|
8641
|
+
"SystemSettingsProxyTypedDict": ".systemsettings",
|
|
8642
|
+
"SystemSettingsRollback": ".systemsettings",
|
|
8643
|
+
"SystemSettingsRollbackTypedDict": ".systemsettings",
|
|
8644
|
+
"SystemSettingsShutdown": ".systemsettings",
|
|
8645
|
+
"SystemSettingsShutdownTypedDict": ".systemsettings",
|
|
8646
|
+
"SystemSettingsSni": ".systemsettings",
|
|
8647
|
+
"SystemSettingsSniTypedDict": ".systemsettings",
|
|
8648
|
+
"SystemSettingsSockets": ".systemsettings",
|
|
8649
|
+
"SystemSettingsSocketsTypedDict": ".systemsettings",
|
|
8650
|
+
"SystemSettingsSsl": ".systemsettings",
|
|
8651
|
+
"SystemSettingsSslTypedDict": ".systemsettings",
|
|
8652
|
+
"SystemSettingsSystem": ".systemsettings",
|
|
8653
|
+
"SystemSettingsSystemTypedDict": ".systemsettings",
|
|
8654
|
+
"SystemSettingsTLS": ".systemsettings",
|
|
8655
|
+
"SystemSettingsTLSTypedDict": ".systemsettings",
|
|
8656
|
+
"SystemSettingsTypedDict": ".systemsettings",
|
|
8657
|
+
"SystemSettingsUpgrade": ".systemsettings",
|
|
8658
|
+
"SystemSettingsWorkers": ".systemsettings",
|
|
8659
|
+
"SystemSettingsWorkersTypedDict": ".systemsettings",
|
|
8660
|
+
"SystemSettingsConf": ".systemsettingsconf",
|
|
8661
|
+
"SystemSettingsConfAPI": ".systemsettingsconf",
|
|
8662
|
+
"SystemSettingsConfAPITypedDict": ".systemsettingsconf",
|
|
8663
|
+
"SystemSettingsConfBackups": ".systemsettingsconf",
|
|
8664
|
+
"SystemSettingsConfBackupsTypedDict": ".systemsettingsconf",
|
|
8665
|
+
"SystemSettingsConfCustomLogo": ".systemsettingsconf",
|
|
8666
|
+
"SystemSettingsConfCustomLogoTypedDict": ".systemsettingsconf",
|
|
8667
|
+
"SystemSettingsConfHeaders": ".systemsettingsconf",
|
|
8668
|
+
"SystemSettingsConfHeadersTypedDict": ".systemsettingsconf",
|
|
8669
|
+
"SystemSettingsConfPii": ".systemsettingsconf",
|
|
8670
|
+
"SystemSettingsConfPiiTypedDict": ".systemsettingsconf",
|
|
8671
|
+
"SystemSettingsConfProxy": ".systemsettingsconf",
|
|
8672
|
+
"SystemSettingsConfProxyTypedDict": ".systemsettingsconf",
|
|
8673
|
+
"SystemSettingsConfRollback": ".systemsettingsconf",
|
|
8674
|
+
"SystemSettingsConfRollbackTypedDict": ".systemsettingsconf",
|
|
8675
|
+
"SystemSettingsConfShutdown": ".systemsettingsconf",
|
|
8676
|
+
"SystemSettingsConfShutdownTypedDict": ".systemsettingsconf",
|
|
8677
|
+
"SystemSettingsConfSni": ".systemsettingsconf",
|
|
8678
|
+
"SystemSettingsConfSniTypedDict": ".systemsettingsconf",
|
|
8679
|
+
"SystemSettingsConfSockets": ".systemsettingsconf",
|
|
8680
|
+
"SystemSettingsConfSocketsTypedDict": ".systemsettingsconf",
|
|
8681
|
+
"SystemSettingsConfSsl": ".systemsettingsconf",
|
|
8682
|
+
"SystemSettingsConfSslTypedDict": ".systemsettingsconf",
|
|
8683
|
+
"SystemSettingsConfSystem": ".systemsettingsconf",
|
|
8684
|
+
"SystemSettingsConfSystemTypedDict": ".systemsettingsconf",
|
|
8685
|
+
"SystemSettingsConfTLS": ".systemsettingsconf",
|
|
8686
|
+
"SystemSettingsConfTLSTypedDict": ".systemsettingsconf",
|
|
8687
|
+
"SystemSettingsConfTypedDict": ".systemsettingsconf",
|
|
8688
|
+
"SystemSettingsConfUpgrade": ".systemsettingsconf",
|
|
8689
|
+
"SystemSettingsConfWorkers": ".systemsettingsconf",
|
|
8690
|
+
"SystemSettingsConfWorkersTypedDict": ".systemsettingsconf",
|
|
8361
8691
|
"TeamAccessControlList": ".teamaccesscontrollist",
|
|
8362
8692
|
"TeamAccessControlListTypedDict": ".teamaccesscontrollist",
|
|
8363
8693
|
"UpdateConfigGroupByProductAndIDProduct": ".updateconfiggroupbyproductandidop",
|
|
@@ -8402,6 +8732,18 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8402
8732
|
"UpdateRoutesByIDRequestTypedDict": ".updateroutesbyidop",
|
|
8403
8733
|
"UpdateRoutesByIDResponse": ".updateroutesbyidop",
|
|
8404
8734
|
"UpdateRoutesByIDResponseTypedDict": ".updateroutesbyidop",
|
|
8735
|
+
"UpdateSystemSettingsAuthResponse": ".updatesystemsettingsauthop",
|
|
8736
|
+
"UpdateSystemSettingsAuthResponseTypedDict": ".updatesystemsettingsauthop",
|
|
8737
|
+
"UpdateSystemSettingsConfResponse": ".updatesystemsettingsconfop",
|
|
8738
|
+
"UpdateSystemSettingsConfResponseTypedDict": ".updatesystemsettingsconfop",
|
|
8739
|
+
"UpdateSystemSettingsGitSettingsResponse": ".updatesystemsettingsgitsettingsop",
|
|
8740
|
+
"UpdateSystemSettingsGitSettingsResponseTypedDict": ".updatesystemsettingsgitsettingsop",
|
|
8741
|
+
"UpgradeGroupSettings": ".upgradegroupsettings",
|
|
8742
|
+
"UpgradeGroupSettingsTypedDict": ".upgradegroupsettings",
|
|
8743
|
+
"UpgradePackageUrls": ".upgradepackageurls",
|
|
8744
|
+
"UpgradePackageUrlsTypedDict": ".upgradepackageurls",
|
|
8745
|
+
"UpgradeSettings": ".upgradesettings",
|
|
8746
|
+
"UpgradeSettingsTypedDict": ".upgradesettings",
|
|
8405
8747
|
"UserAccessControlList": ".useraccesscontrollist",
|
|
8406
8748
|
"UserAccessControlListTypedDict": ".useraccesscontrollist",
|
|
8407
8749
|
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane.types import BaseModel
|
|
5
|
+
from enum import Enum
|
|
6
|
+
import pydantic
|
|
7
|
+
from typing import Optional
|
|
8
|
+
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class AuthConfigType(str, Enum):
|
|
12
|
+
LDAP = "ldap"
|
|
13
|
+
SPLUNK = "splunk"
|
|
14
|
+
LOCAL = "local"
|
|
15
|
+
SAML = "saml"
|
|
16
|
+
OPENID = "openid"
|
|
17
|
+
SAAS = "saas"
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
class AuthConfigTypedDict(TypedDict):
|
|
21
|
+
fallback: bool
|
|
22
|
+
fallback_bad_login: bool
|
|
23
|
+
host: str
|
|
24
|
+
port: float
|
|
25
|
+
ssl: bool
|
|
26
|
+
type: AuthConfigType
|
|
27
|
+
filter_type: NotRequired[str]
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
class AuthConfig(BaseModel):
|
|
31
|
+
fallback: bool
|
|
32
|
+
|
|
33
|
+
fallback_bad_login: Annotated[bool, pydantic.Field(alias="fallbackBadLogin")]
|
|
34
|
+
|
|
35
|
+
host: str
|
|
36
|
+
|
|
37
|
+
port: float
|
|
38
|
+
|
|
39
|
+
ssl: bool
|
|
40
|
+
|
|
41
|
+
type: AuthConfigType
|
|
42
|
+
|
|
43
|
+
filter_type: Optional[str] = None
|
|
@@ -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.types import BaseModel
|
|
5
|
+
import pydantic
|
|
6
|
+
from typing_extensions import Annotated, TypedDict
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class CommonServiceLimitConfigsTypedDict(TypedDict):
|
|
10
|
+
memory_limit: str
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
class CommonServiceLimitConfigs(BaseModel):
|
|
14
|
+
memory_limit: Annotated[str, pydantic.Field(alias="memoryLimit")]
|
|
@@ -11,7 +11,7 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
11
11
|
|
|
12
12
|
class CreateCriblLakeDatasetByLakeIDRequestTypedDict(TypedDict):
|
|
13
13
|
lake_id: str
|
|
14
|
-
r"""
|
|
14
|
+
r"""The <code>id</code> of the Lake to create the Lake Dataset in."""
|
|
15
15
|
cribl_lake_dataset: CriblLakeDatasetTypedDict
|
|
16
16
|
r"""CriblLakeDataset object"""
|
|
17
17
|
|
|
@@ -22,7 +22,7 @@ class CreateCriblLakeDatasetByLakeIDRequest(BaseModel):
|
|
|
22
22
|
pydantic.Field(alias="lakeId"),
|
|
23
23
|
FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
|
|
24
24
|
]
|
|
25
|
-
r"""
|
|
25
|
+
r"""The <code>id</code> of the Lake to create the Lake Dataset in."""
|
|
26
26
|
|
|
27
27
|
cribl_lake_dataset: Annotated[
|
|
28
28
|
CriblLakeDataset,
|
|
@@ -10,7 +10,7 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
10
10
|
|
|
11
11
|
class CreateInputHecTokenByIDRequestTypedDict(TypedDict):
|
|
12
12
|
id: str
|
|
13
|
-
r"""HEC Source
|
|
13
|
+
r"""The <code>id</code> of the Splunk HEC Source."""
|
|
14
14
|
add_hec_token_request: AddHecTokenRequestTypedDict
|
|
15
15
|
r"""AddHecTokenRequest object"""
|
|
16
16
|
|
|
@@ -19,7 +19,7 @@ class CreateInputHecTokenByIDRequest(BaseModel):
|
|
|
19
19
|
id: Annotated[
|
|
20
20
|
str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
|
|
21
21
|
]
|
|
22
|
-
r"""HEC Source
|
|
22
|
+
r"""The <code>id</code> of the Splunk HEC Source."""
|
|
23
23
|
|
|
24
24
|
add_hec_token_request: Annotated[
|
|
25
25
|
AddHecTokenRequest,
|