cribl-control-plane 0.0.37a1__py3-none-any.whl → 0.0.38a1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cribl-control-plane might be problematic. Click here for more details.
- cribl_control_plane/_version.py +3 -3
- cribl_control_plane/commits.py +4 -4
- cribl_control_plane/cribl.py +513 -0
- cribl_control_plane/destinations.py +3 -3
- cribl_control_plane/{samples.py → destinations_samples.py} +1 -1
- cribl_control_plane/models/__init__.py +829 -189
- cribl_control_plane/models/authconfig.py +43 -0
- cribl_control_plane/models/commonservicelimitconfigs.py +14 -0
- cribl_control_plane/models/edgeheartbeatmetricsmode.py +11 -0
- cribl_control_plane/models/getpacksbyidop.py +37 -0
- 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/gitopstype.py +10 -0
- cribl_control_plane/models/gitrevertparams.py +3 -3
- cribl_control_plane/models/gitsettings.py +70 -0
- cribl_control_plane/models/input.py +77 -76
- cribl_control_plane/models/inputgrafana.py +678 -67
- cribl_control_plane/models/inputsyslog.py +406 -37
- cribl_control_plane/models/inputwizwebhook.py +393 -0
- cribl_control_plane/models/jobsettings.py +83 -0
- cribl_control_plane/models/limits.py +127 -0
- cribl_control_plane/models/output.py +75 -77
- cribl_control_plane/models/outputgrafanacloud.py +565 -69
- 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/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/packs.py +174 -0
- 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/system_sdk.py +17 -0
- {cribl_control_plane-0.0.37a1.dist-info → cribl_control_plane-0.0.38a1.dist-info}/METADATA +22 -5
- {cribl_control_plane-0.0.37a1.dist-info → cribl_control_plane-0.0.38a1.dist-info}/RECORD +46 -16
- {cribl_control_plane-0.0.37a1.dist-info → cribl_control_plane-0.0.38a1.dist-info}/WHEEL +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: cribl-control-plane
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.38a1
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -325,10 +325,10 @@ with CriblControlPlane(
|
|
|
325
325
|
* [clear](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md#clear) - Clear the persistent queue for a Destination
|
|
326
326
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md#get) - Get information about the latest job to clear the persistent queue for a Destination
|
|
327
327
|
|
|
328
|
-
#### [destinations.samples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/
|
|
328
|
+
#### [destinations.samples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationssamples/README.md)
|
|
329
329
|
|
|
330
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/
|
|
331
|
-
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/
|
|
330
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationssamples/README.md#get) - Get sample event data for a Destination
|
|
331
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationssamples/README.md#create) - Send sample event data to a Destination
|
|
332
332
|
|
|
333
333
|
### [groups](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md)
|
|
334
334
|
|
|
@@ -377,6 +377,7 @@ with CriblControlPlane(
|
|
|
377
377
|
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Install a Pack
|
|
378
378
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
|
|
379
379
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete) - Uninstall a Pack
|
|
380
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#get) - Get a Pack
|
|
380
381
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Upgrade a Pack
|
|
381
382
|
|
|
382
383
|
### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
|
|
@@ -407,6 +408,22 @@ with CriblControlPlane(
|
|
|
407
408
|
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/hectokens/README.md#create) - Add an HEC token and optional metadata to a Splunk HEC Source
|
|
408
409
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/hectokens/README.md#update) - Update metadata for an HEC token for a Splunk HEC Source
|
|
409
410
|
|
|
411
|
+
|
|
412
|
+
#### [system.settings.auth](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsauth/README.md)
|
|
413
|
+
|
|
414
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsauth/README.md#list) - Get authentication settings
|
|
415
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsauth/README.md#update) - Update authentication settings
|
|
416
|
+
|
|
417
|
+
#### [system.settings.cribl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md)
|
|
418
|
+
|
|
419
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#list) - Get Cribl system settings
|
|
420
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#update) - Update Cribl system settings
|
|
421
|
+
|
|
422
|
+
#### [system.settings.git](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsgit/README.md)
|
|
423
|
+
|
|
424
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsgit/README.md#list) - Get git settings
|
|
425
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsgit/README.md#update) - Update git settings
|
|
426
|
+
|
|
410
427
|
### [versions](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versions/README.md)
|
|
411
428
|
|
|
412
429
|
|
|
@@ -654,7 +671,7 @@ with CriblControlPlane(
|
|
|
654
671
|
|
|
655
672
|
|
|
656
673
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
657
|
-
* [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of
|
|
674
|
+
* [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 68 methods.*
|
|
658
675
|
* [`ResponseValidationError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
|
|
659
676
|
|
|
660
677
|
</details>
|
|
@@ -4,16 +4,18 @@ cribl_control_plane/_hooks/clientcredentials.py,sha256=_scvqxVT_8CDEMWblZ02IQ9A1
|
|
|
4
4
|
cribl_control_plane/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
|
|
5
5
|
cribl_control_plane/_hooks/sdkhooks.py,sha256=ggXjME1_Rdv8CVCg1XHqB83eYtbxzKyhXyfQ36Yc1gA,2816
|
|
6
6
|
cribl_control_plane/_hooks/types.py,sha256=Tw_C4zTZm01rW_89VDEUpvQ8KQr1WxN0Gu_-s_fYSPc,2998
|
|
7
|
-
cribl_control_plane/_version.py,sha256=
|
|
7
|
+
cribl_control_plane/_version.py,sha256=GiJfcsTcqmaLwRqpezf4y5PzjiaUlncwOL7UG1wjl3w,546
|
|
8
8
|
cribl_control_plane/acl.py,sha256=LMsIZTDCRTXVt73MC_QoJexElGNsicYsBBHfVGzUsG8,8923
|
|
9
9
|
cribl_control_plane/auth_sdk.py,sha256=FQZpAERAlpw6Xk-mkUdalUDSekftklv_Du4i2TLDilk,496
|
|
10
10
|
cribl_control_plane/basesdk.py,sha256=amvvB5iPT7c-L6NLo2Rhu2f7xWaapsa6OfQ37SICXOw,11954
|
|
11
11
|
cribl_control_plane/branches.py,sha256=Uz2F25RVW5hDr92Dm7yo7I9NdEN1zh9eDF20h4mD7Tg,14217
|
|
12
|
-
cribl_control_plane/commits.py,sha256=
|
|
12
|
+
cribl_control_plane/commits.py,sha256=pfGBeS_uIwUKmd_naYOR6vV7XTO3NvRC82siyGNzyLU,55556
|
|
13
13
|
cribl_control_plane/commits_files.py,sha256=XRqVF2UA_c2Ous3wFOehyUgYE_NiuE-dwzPglF4DEG4,15561
|
|
14
14
|
cribl_control_plane/configs_versions.py,sha256=Ov9FqT4q9aKcCBUs1Qn65CdjnJK1pXXWPTYlHHHj-gk,8336
|
|
15
|
-
cribl_control_plane/
|
|
15
|
+
cribl_control_plane/cribl.py,sha256=7teEMwybtnEaCdpstx2uwBTRiXk1gyIJti9kvH0ZM2c,21311
|
|
16
|
+
cribl_control_plane/destinations.py,sha256=ruiRc1RCU6HyHj3n1vQ56XK_YEri8C4SQDAU0uITraI,37438
|
|
16
17
|
cribl_control_plane/destinations_pq.py,sha256=KwflapfxGgHBS-05wxj9P1O8RhSP8nx7KwOxhwPqLfs,14871
|
|
18
|
+
cribl_control_plane/destinations_samples.py,sha256=rdGvOehyhHC__JLLmiTpqyTA4VKCd7zoTeOrRMlaG60,16079
|
|
17
19
|
cribl_control_plane/errors/__init__.py,sha256=6d9IGiw8Z6n2sTijw-e11PthRPi-YUkLgzE6zV4MfFQ,1867
|
|
18
20
|
cribl_control_plane/errors/apierror.py,sha256=Z3b3zk672zHljcdijGLJeJ2LiP1f3VpVDEqUuF7LDAA,1253
|
|
19
21
|
cribl_control_plane/errors/criblcontrolplaneerror.py,sha256=P9SU33LkmvyURdJbndHJxXu2KW_3u059peZJ8C80LfM,724
|
|
@@ -27,14 +29,16 @@ cribl_control_plane/health.py,sha256=mDYmC13IE_M9jTVKKBOr5aeZ5QArUURLT1PyPpvn5Ho
|
|
|
27
29
|
cribl_control_plane/hectokens.py,sha256=0EGgGGrM83m1YmTZwkN5S4xFkHQGnw1IZe3y6uMwmLw,19151
|
|
28
30
|
cribl_control_plane/httpclient.py,sha256=Eu73urOAiZQtdUIyOUnPccxCiBbWEKrXG-JrRG3SLM4,3946
|
|
29
31
|
cribl_control_plane/lakedatasets.py,sha256=7WYWcjXMzliDW1j3TQlgikc_h54IUq4lsysVy_39l38,46578
|
|
30
|
-
cribl_control_plane/models/__init__.py,sha256=
|
|
32
|
+
cribl_control_plane/models/__init__.py,sha256=NDPpfXFbVPuHZfuXHfgeZlJAh1zm7QfvsZv_EhrW8j0,371955
|
|
31
33
|
cribl_control_plane/models/addhectokenrequest.py,sha256=mzQLKrMWlwxNheqEs5SM_yrT-gyenfCWgHKhmb5oXFQ,800
|
|
32
34
|
cribl_control_plane/models/appmode.py,sha256=5xRJz9oP5ah4b6dcay4Q1IbQ9irm6k6x2BrTNysIMY4,300
|
|
35
|
+
cribl_control_plane/models/authconfig.py,sha256=lMYh5FKFlmQ3UWA2fzFCjqNLpVhe4IcuaX2bse2gPag,875
|
|
33
36
|
cribl_control_plane/models/authtoken.py,sha256=uW0aIs8j14CQzFM2ueY5GIWFulna91cigBWQ3oPlDgY,295
|
|
34
37
|
cribl_control_plane/models/cacheconnection.py,sha256=lTXs6ukwNNeFyPb6UixCe9CE9vCCVpku0mFr1GnOtjw,1513
|
|
35
38
|
cribl_control_plane/models/cacheconnectionbackfillstatus.py,sha256=TTR1AwxeB2JiiPD8xq9JnEqhVoTbc3c4N1jEvh8D980,312
|
|
36
39
|
cribl_control_plane/models/cloudprovider.py,sha256=2EiF1HKl65vTxSJHhj_J6ZONvrd-8vK0bxxecH-xRTo,200
|
|
37
40
|
cribl_control_plane/models/commit.py,sha256=wXQkjOYsffxWURHTrfU9kJ4HF2H65QfD1R9-vH0clvQ,641
|
|
41
|
+
cribl_control_plane/models/commonservicelimitconfigs.py,sha256=r3VRl4kP8e3wfhA79DRYJKWageJGQTHW4FT1cCuMlHM,416
|
|
38
42
|
cribl_control_plane/models/configgroup.py,sha256=cgIfR0Fz54SdBLGZNnruaJVA4jUpdVHdSKbji6fh0Bc,3404
|
|
39
43
|
cribl_control_plane/models/configgroupcloud.py,sha256=l9e1E-JyZGu4JANlU8SIzaXcsZIUcs7CtPQs90WvZ-w,1395
|
|
40
44
|
cribl_control_plane/models/configgrouplookups.py,sha256=1z1DlvlVehqfD6hZMXG0XedZTfoCIpYd0cHav45tiRw,830
|
|
@@ -66,6 +70,7 @@ cribl_control_plane/models/deletepipelinebyidop.py,sha256=2TPgET3YUtlqvAjW-iZXcx
|
|
|
66
70
|
cribl_control_plane/models/deployrequest.py,sha256=zSl96WkkLVHACFRYUdPT4w7WhCaOv_V7_nMLcSGRYwE,560
|
|
67
71
|
cribl_control_plane/models/deployrequestlookups.py,sha256=WJQf_uL_22Lj7_TIBZ0pZxspYnkfZu9ABNGBLG35tpA,613
|
|
68
72
|
cribl_control_plane/models/distributedsummary.py,sha256=H3vkBqmL3vbQIggXyfWqqrm3d27b3kgqBt9t9e-Vlz4,1359
|
|
73
|
+
cribl_control_plane/models/edgeheartbeatmetricsmode.py,sha256=XYkgmAtXJz2ANA3uaFDVyNPDrdY-WRrk-_HPmsSJfag,257
|
|
69
74
|
cribl_control_plane/models/getconfiggroupaclbyproductandidop.py,sha256=JRL8eLUQhT1Q7ZANEEOYn0kbkMNm2vn7PL-46lNL-fM,2159
|
|
70
75
|
cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py,sha256=0Gh32z_dSRplKJfH1LGCexC2nsnyhZkSxmFDfgFtqwU,2191
|
|
71
76
|
cribl_control_plane/models/getconfiggroupbyproductandidop.py,sha256=DD5RH0D0L6lTWYA6BhhRAFEq7tWWm0dGvsRmGFGSo1g,2182
|
|
@@ -77,10 +82,14 @@ cribl_control_plane/models/getmasterworkerentryop.py,sha256=dIMOw_dSQo-vP-iuDhaT
|
|
|
77
82
|
cribl_control_plane/models/getoutputbyidop.py,sha256=Y8f9ZvCHlRE1cugt2APdigrcjLQz7R5jpkrLVUcDNcI,1128
|
|
78
83
|
cribl_control_plane/models/getoutputpqbyidop.py,sha256=XYx-GSqqhY30IVvZUc3d87UUOuJ9t3xjuKamK1DUJjQ,1140
|
|
79
84
|
cribl_control_plane/models/getoutputsamplesbyidop.py,sha256=H07FC4EXq5nfssP7d9ikjsXMc3L7lykHC26uh9rPjBI,1295
|
|
85
|
+
cribl_control_plane/models/getpacksbyidop.py,sha256=OvlicPyqRImbhJ6tJwA8WGf1HX0KnsqVFguSh-SEb4s,1114
|
|
80
86
|
cribl_control_plane/models/getpacksop.py,sha256=LztkNqAPv55ipG4A0sMdgUrA5bRhdMLr6VtKLA_rQPs,1561
|
|
81
87
|
cribl_control_plane/models/getpipelinebyidop.py,sha256=ky8YvLZRrUCs4HTiAvMcQ-nfIWb8Ke7NeDJMw1xdEho,1080
|
|
82
88
|
cribl_control_plane/models/getroutesbyidop.py,sha256=9TeXnLc_WkHoAYbykYxlDP-I0AzsrlYi-iA28jhmpZ8,1058
|
|
83
89
|
cribl_control_plane/models/getsummaryop.py,sha256=q0rNsr1CvvEL4DnK6IWPqo_iwKIsHXl7Lbtn3puW9c8,1450
|
|
90
|
+
cribl_control_plane/models/getsystemsettingsauthop.py,sha256=SZjTLQLf2BHzht1JIn750m4Bl4lU6YzD2hMRg1pZQQs,754
|
|
91
|
+
cribl_control_plane/models/getsystemsettingsconfop.py,sha256=eVY2Wz4xQ4eI1XKbbSW4MeR-26TUSz22TWue4ie-p0g,810
|
|
92
|
+
cribl_control_plane/models/getsystemsettingsgitsettingsop.py,sha256=X2bnmchi0MwmG68WixyBbFI69-Kjdy_6iWAsK6-Rmg0,775
|
|
84
93
|
cribl_control_plane/models/getversionbranchop.py,sha256=hn-tWyDwbp6zqJ8Af4-_Urt-wOwU0nRqsLhLoR_33nU,684
|
|
85
94
|
cribl_control_plane/models/getversioncountop.py,sha256=ayg9xdQGvSBzgCq8E1XqCRJOfmtRkr-D3ioEEGstx-Q,1557
|
|
86
95
|
cribl_control_plane/models/getversiondiffop.py,sha256=108FjGC-lfklVKUAR9SQiEJ98Ie8NpVQblniCkchvtY,2304
|
|
@@ -95,14 +104,16 @@ cribl_control_plane/models/gitfile.py,sha256=CMk0Xm08WFtUX73TaKBNAyRagZh-DMIY-m3
|
|
|
95
104
|
cribl_control_plane/models/gitfilesresponse.py,sha256=_xLOHOuJLUdy3BYCrkUQN8x5YLfrXcdCis57x2N32jo,670
|
|
96
105
|
cribl_control_plane/models/gitinfo.py,sha256=Xbct3PSJJVYojIDLtzy2mB_wNWsgiBgnsT9ZfjN0A-U,515
|
|
97
106
|
cribl_control_plane/models/gitlogresult.py,sha256=JSTXgsLOce7j1z0mJGALXWeOR7pclWzY0T_8gUJdzNk,830
|
|
98
|
-
cribl_control_plane/models/
|
|
107
|
+
cribl_control_plane/models/gitopstype.py,sha256=vC-d60hps8BLKMbAJlP00Bq6JoNFipLAxxewflRWl-8,215
|
|
108
|
+
cribl_control_plane/models/gitrevertparams.py,sha256=wMVlEcrprmZHUA01vi3CC8fMMDFqURJndv-1LaF2gik,478
|
|
99
109
|
cribl_control_plane/models/gitrevertresult.py,sha256=RQ7-QhPP7zerEEF2bUhVI_IVft7tqYVOZrNLCWeB32c,1056
|
|
110
|
+
cribl_control_plane/models/gitsettings.py,sha256=vfwHweVjem1ngFd5-wS5-SMdhgZ_kpbpN1x6lBwqRgU,2190
|
|
100
111
|
cribl_control_plane/models/gitstatusresult.py,sha256=7-pEpOnb4xzQwWo3rPBRN0tbM6UdG4KSIhkiUPyU3to,1166
|
|
101
112
|
cribl_control_plane/models/hbcriblinfo.py,sha256=hA2OxTBrrdu2q5XH5UzfEQUQJ6OKEctujlMjFa4IEts,2262
|
|
102
113
|
cribl_control_plane/models/hbleaderinfo.py,sha256=SU5iM_I4sqxoTOzAQsw-rpOMfXwKl1ymze9nUrw6z6U,503
|
|
103
114
|
cribl_control_plane/models/healthstatus.py,sha256=u4ePDejWSLI7yhfFxKyB5GVkihAG_z9PcHqCA2H9-e0,735
|
|
104
115
|
cribl_control_plane/models/heartbeatmetadata.py,sha256=IlLu0BnjnwBeXQtZSk4YUj9gKiI8n95ipYJ2Og2x1IQ,2255
|
|
105
|
-
cribl_control_plane/models/input.py,sha256=
|
|
116
|
+
cribl_control_plane/models/input.py,sha256=NiVMXM0A09Pg9L-Jow4gqb0YR6j2q0Wlv31fcAC6YGg,7682
|
|
106
117
|
cribl_control_plane/models/inputappscope.py,sha256=112rxjGeZtRPXnUiW6ZdFm3C32vO_BWsRRdH6Ckw3rg,19935
|
|
107
118
|
cribl_control_plane/models/inputazureblob.py,sha256=Uc3rFKDNQfoywHkw9x-3-UxFypWLFBXBglp7ga5UiJA,14822
|
|
108
119
|
cribl_control_plane/models/inputcollection.py,sha256=KzesuvW-qfuPeLygKp1peNx-hrIUeGqsYb2g-Ls8u2A,9267
|
|
@@ -122,7 +133,7 @@ cribl_control_plane/models/inputexec.py,sha256=rYwqSCjDjJ7NeoW11QO0hnThKWpcS2BtR
|
|
|
122
133
|
cribl_control_plane/models/inputfile.py,sha256=GFWbovnbdBk6AnPOn8voxa3UIsg4rpaBeUtQ5l6OjNo,11985
|
|
123
134
|
cribl_control_plane/models/inputfirehose.py,sha256=KFKke5wUYsWG-lFeCAF4YBtNGH0Y09RRPkzPS807dgg,15267
|
|
124
135
|
cribl_control_plane/models/inputgooglepubsub.py,sha256=H-JuB17EhImTONWXHWNJuJL0VBcVPwlMYAJLi2Keznw,12611
|
|
125
|
-
cribl_control_plane/models/inputgrafana.py,sha256=
|
|
136
|
+
cribl_control_plane/models/inputgrafana.py,sha256=d0Gnnj1CuSc-7r_2OJBmh786ZIIVVsO9rb8nSvMOrG8,57028
|
|
126
137
|
cribl_control_plane/models/inputhttp.py,sha256=4meVC8SB0Mh1fG2JYCty43MMsRXtR_NnSBYmQWobUW4,18040
|
|
127
138
|
cribl_control_plane/models/inputhttpraw.py,sha256=begqbeN0hlSuOc-pIHS1F7Zhs3D5l1z-FxQEI6zCcpg,18415
|
|
128
139
|
cribl_control_plane/models/inputjournalfiles.py,sha256=IF0wYDZarqbNs4aFaAtZjaeNDubdf-gtqDV1wG9CKvM,9397
|
|
@@ -151,7 +162,7 @@ cribl_control_plane/models/inputsplunk.py,sha256=tBTnIiCGHqCUl7m4dkPdmMIlvadmzQL
|
|
|
151
162
|
cribl_control_plane/models/inputsplunkhec.py,sha256=LDA9Jrn6Fj1oQn72AwcDLXtHM1rwTj2qEh-GQiHCoCU,22440
|
|
152
163
|
cribl_control_plane/models/inputsplunksearch.py,sha256=gv4IxqpoRdMhL5v-nYDCLf2wU_DxsZlvLIUZdo7Hnps,24419
|
|
153
164
|
cribl_control_plane/models/inputsqs.py,sha256=0dY2TKi96KZKWp070ftpKZ8eRYLuCWCcMre2Xq_Vmv4,14947
|
|
154
|
-
cribl_control_plane/models/inputsyslog.py,sha256=
|
|
165
|
+
cribl_control_plane/models/inputsyslog.py,sha256=PWE2cQF4iqYbohjOh3eChb3g_u5huG5Pszhr5_J9aTg,36064
|
|
155
166
|
cribl_control_plane/models/inputsystemmetrics.py,sha256=Y8yGRPatJquHGSChX7aGcf9nhNY7i8IDLZ7i3EkQCts,19637
|
|
156
167
|
cribl_control_plane/models/inputsystemstate.py,sha256=N3_7zVfAg6a69UCcG4gbTHZSkxGlMv5VGTPnZnPgmQk,15377
|
|
157
168
|
cribl_control_plane/models/inputtcp.py,sha256=JtWM3aP-qN08z6xPDllAxZuXV-K3tgVjWIj61L3-21I,16145
|
|
@@ -160,9 +171,12 @@ cribl_control_plane/models/inputwef.py,sha256=tqoo8N7erQd-xbJGun5qoYi40Wn7_d-9H7
|
|
|
160
171
|
cribl_control_plane/models/inputwindowsmetrics.py,sha256=c7Izs2mRg6QKR7m2_NoXM3iecCcV_anX5dIRhW27YUU,17026
|
|
161
172
|
cribl_control_plane/models/inputwineventlogs.py,sha256=RzYw6fuROAoT8Gkw8NdXKamUhjVuCk5E8E25LCZh5LI,9947
|
|
162
173
|
cribl_control_plane/models/inputwiz.py,sha256=QidRJ_uRDP0TkYPM-Gi681GEMvHsiNK4k3N_Q9Bag_E,14508
|
|
174
|
+
cribl_control_plane/models/inputwizwebhook.py,sha256=nqq62GRGlNH3nY4DmQjq1sNJ0XSMydBCuh1_Xu2drXA,18569
|
|
163
175
|
cribl_control_plane/models/inputzscalerhec.py,sha256=fWXEs_RTlz8fxDlWuo0hxmZH-DjslyKbkLaxXksrcvc,20140
|
|
176
|
+
cribl_control_plane/models/jobsettings.py,sha256=kYB8Nm2IWEHE26oqSmrovrmGPQA84F3mL7MDtOdx-Os,2679
|
|
164
177
|
cribl_control_plane/models/lakedatasetsearchconfig.py,sha256=R0zz0K1FQ3gxPx44ezINy9y2bEFBGIWyvniF25D7Ydw,591
|
|
165
178
|
cribl_control_plane/models/lakehouseconnectiontype.py,sha256=W8X07YtfXxwYYkwugN9u65vXfL701NHj3cUWIYys7T0,223
|
|
179
|
+
cribl_control_plane/models/limits.py,sha256=_vmEwhaUAnYoUQrV2aGCb8uUNybDhMtnHarw-Rsp4LI,4082
|
|
166
180
|
cribl_control_plane/models/listconfiggroupbyproductop.py,sha256=1BAN-jhYzTA_EWTCOFmHtuqUJ1BC1d5LKdm7lBjTdzk,1900
|
|
167
181
|
cribl_control_plane/models/listinputop.py,sha256=oj7CRRp7DTtHI3WKPKLoEL30a_JrMp48V33pRPgUMmE,697
|
|
168
182
|
cribl_control_plane/models/listmasterworkerentryop.py,sha256=c9cvTyboRQPHAue1LDsw9uTeJgu6_UxLd0uAUCA0OVg,3554
|
|
@@ -178,7 +192,7 @@ cribl_control_plane/models/nodeprovidedinfo.py,sha256=lw5JFVcnoetmbF0XSxX4Cyw0_Q
|
|
|
178
192
|
cribl_control_plane/models/nodeskippedupgradestatus.py,sha256=wJYUEDcCTx6Mrivh_0uEGspLenHKueWE9mVcjTycaL8,226
|
|
179
193
|
cribl_control_plane/models/nodeupgradestate.py,sha256=8zbj0lofMbq89B3lv5gEIS7d1DKHINxQtdqptVE3sSQ,218
|
|
180
194
|
cribl_control_plane/models/nodeupgradestatus.py,sha256=HlNRUmka5xuPdL-2UupJIe5q1_imCKHUWQQBTIpDCHM,966
|
|
181
|
-
cribl_control_plane/models/output.py,sha256=
|
|
195
|
+
cribl_control_plane/models/output.py,sha256=9-O9fqEIT8BlvzDatQGcZzk6VGwpT3IJ4T1VSYm56s8,8695
|
|
182
196
|
cribl_control_plane/models/outputazureblob.py,sha256=3mOrHtABPHbwPdx36qjAIyyxbplfgSHSkjTdXXiqi9g,21928
|
|
183
197
|
cribl_control_plane/models/outputazuredataexplorer.py,sha256=BXSQBt04zbut9kK0OSrCMHDGONbnBZ9iLrlpBBACskM,30054
|
|
184
198
|
cribl_control_plane/models/outputazureeventhub.py,sha256=2-4l-5D5Q5UgKcAd_ZrlCyUipYboPPWRFMOV3dL9Vg8,14767
|
|
@@ -206,7 +220,7 @@ cribl_control_plane/models/outputgooglechronicle.py,sha256=V9WA5XukdQbqjSYEJXEcd
|
|
|
206
220
|
cribl_control_plane/models/outputgooglecloudlogging.py,sha256=8BVEEk4NsXPAIrzK087_DCJWREO6C36KpJs4SimVPWY,33585
|
|
207
221
|
cribl_control_plane/models/outputgooglecloudstorage.py,sha256=yJI9xSgu9XTsDtRBS_dMZdfLpKv2t4cyi4Px8hYuSM4,22385
|
|
208
222
|
cribl_control_plane/models/outputgooglepubsub.py,sha256=TPTU3z6xXKd2MFIkViytHJU12WvnQnY-7rI-d4GbFPI,12231
|
|
209
|
-
cribl_control_plane/models/outputgrafanacloud.py,sha256=
|
|
223
|
+
cribl_control_plane/models/outputgrafanacloud.py,sha256=vnSpJFbY__rDU45urBD-3eVCrZ_yAfoql0pULwkFx4U,52937
|
|
210
224
|
cribl_control_plane/models/outputgraphite.py,sha256=96YvOtlivN9IxPvVerjj_30RNfnn9tKcvEWsH2nzMc4,9770
|
|
211
225
|
cribl_control_plane/models/outputhoneycomb.py,sha256=-XgAb04SQ5Bg9W2ZeUH0RdMXptYS0fRFtCzhb7bRpvA,17091
|
|
212
226
|
cribl_control_plane/models/outputhumiohec.py,sha256=7A4gV6-6cyfW-PxFI6AmfG7Fu3LWPfpByaBcKLW8Iw0,18300
|
|
@@ -253,13 +267,20 @@ cribl_control_plane/models/pipeline.py,sha256=AaoC5euxac-fwul-LM1mNf03hCzrXmHQGZ
|
|
|
253
267
|
cribl_control_plane/models/pipelinefunctionconf.py,sha256=X61RPaoYpa_UZWavnQiNSaXlXqS2EdUK51MQ02IvCeo,1646
|
|
254
268
|
cribl_control_plane/models/productscore.py,sha256=SF_xmbDLnEr0yTjwErGLwuDdn2wFy7mw3fSMyIs_Jwc,203
|
|
255
269
|
cribl_control_plane/models/rbacresource.py,sha256=Mj5b8UC2KjGIdEc0tmuWsPdXwDgkz4lQcv_vPvM2LpE,361
|
|
270
|
+
cribl_control_plane/models/rediscachelimits.py,sha256=N3VHM0krc777kgIiPi0Npj361QpwVpp1PWoE7lJEdvI,1244
|
|
271
|
+
cribl_control_plane/models/redisconnectionlimits.py,sha256=sMShxqkRlft4XAQF9jL0oZ0DzzQI_v6Ht3ivyNJjbiY,575
|
|
272
|
+
cribl_control_plane/models/redislimits.py,sha256=idSXKoyNKRVYKDtKcNABtUVxze34nPh7kA5GMO41vWk,445
|
|
256
273
|
cribl_control_plane/models/resourcepolicy.py,sha256=GxsEqA88OvvaCg016cBcauLeQ_5TjuygZxRLwQKj6R8,516
|
|
257
274
|
cribl_control_plane/models/routecloneconf.py,sha256=ESvEj0vl58BGOwJB5kYu3vMAm88JizYHXU7qorGdw9M,293
|
|
258
275
|
cribl_control_plane/models/routeconf.py,sha256=whFyvzWwmEqAo_0HoTFKJTZqQ2p8kdPKaZJIlh9nS58,1451
|
|
259
276
|
cribl_control_plane/models/routes.py,sha256=2MRVmc4zvUjQw6moQmRYss_XaoGcaauj2Jpdb3VX8pA,2022
|
|
260
277
|
cribl_control_plane/models/routesroute.py,sha256=7hFUWpgVDBj0N117IFxZRGkFqJntbe4NyBakVyMKsTY,2339
|
|
261
278
|
cribl_control_plane/models/schemeclientoauth.py,sha256=cjePTTFIlKoYg8JZOOuvacOb1Zb5RqmgiqyQA9P3kvU,839
|
|
279
|
+
cribl_control_plane/models/searchsettings.py,sha256=Y_opilq7kSdg9m-p08Hcg_o21jZM9DHNKcFj8lK_OEg,2034
|
|
262
280
|
cribl_control_plane/models/security.py,sha256=l8rMit25V2MUVLptnexODsL6wP-3l50g8D4kwRsAQvY,1097
|
|
281
|
+
cribl_control_plane/models/serviceslimits.py,sha256=o3pPNv3c9dFa30w17MOW3CINiu-ZqVKBZEtxkMbc5Ow,672
|
|
282
|
+
cribl_control_plane/models/systemsettings.py,sha256=Layqfsqt83YxSMdeQm2EagJnDoQndx3oV3HB97sSllo,9495
|
|
283
|
+
cribl_control_plane/models/systemsettingsconf.py,sha256=SV0r6q3NRoYzXVp27MtRgRlacqTBikeGstg-n8Qnb2Q,8228
|
|
263
284
|
cribl_control_plane/models/teamaccesscontrollist.py,sha256=HLMck-wyuJYiKD-adSS5ti4yLbHE2snZaOAI0GwgfOI,483
|
|
264
285
|
cribl_control_plane/models/updateconfiggroupbyproductandidop.py,sha256=rgH14WW1YjVVfpKA4h99L6-oolsrj2CrDIhN_syPRXw,1946
|
|
265
286
|
cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py,sha256=Mq2l37fFPVstlf2uOOikxhhozT3F-L1VLLJMJd8aRjI,2012
|
|
@@ -271,19 +292,28 @@ cribl_control_plane/models/updateoutputbyidop.py,sha256=44KI9zpS8trSu1FohNHD2egD
|
|
|
271
292
|
cribl_control_plane/models/updatepacksbyidop.py,sha256=3_gienANMXUc5VigEAUzoM8Y-h2t5lKe27M7pr5QWpY,2033
|
|
272
293
|
cribl_control_plane/models/updatepipelinebyidop.py,sha256=B13h6gadw4NV7waH6yoDKCR2YCzVS8XZrzB_5PG9CmE,1410
|
|
273
294
|
cribl_control_plane/models/updateroutesbyidop.py,sha256=CoEURdSBZ4-pp1WSncdT_oZCbx3o7MlmMSDY0D44D_o,1358
|
|
295
|
+
cribl_control_plane/models/updatesystemsettingsauthop.py,sha256=Tv7mRQxctqbeSP57Hj7dx4EalvyciTNs8IXqeiqe1Zo,760
|
|
296
|
+
cribl_control_plane/models/updatesystemsettingsconfop.py,sha256=tiHF1-FddOjo2C2BDYn38hzR2JxlEBqivJ738_9GwXc,788
|
|
297
|
+
cribl_control_plane/models/updatesystemsettingsgitsettingsop.py,sha256=0pd_RGRMD--CtRWRpDq6_s8iDTu0zYgILyDHvwwjAiM,781
|
|
298
|
+
cribl_control_plane/models/upgradegroupsettings.py,sha256=kkFqTSh0reukEQadJhur2ZEYqNEjKlpWAYqChiVs1GA,792
|
|
299
|
+
cribl_control_plane/models/upgradepackageurls.py,sha256=crnkScsFJC4vgPXafbR2PY2wDnWs2e_xEX_MFe9i0Fo,588
|
|
300
|
+
cribl_control_plane/models/upgradesettings.py,sha256=NlTfhEx7bMKKHGdfee3bNLpFO1TAcCQmp2kPlSTW1dM,1202
|
|
274
301
|
cribl_control_plane/models/useraccesscontrollist.py,sha256=UNM3mdqFByd9GAovAi26z9y-5H15hrKDzw0M-f-Pn2o,483
|
|
275
302
|
cribl_control_plane/models/workertypes.py,sha256=qphL2wkL55CU8V7xBts2lsMMi6IaA7LhUvKL_9xMod4,218
|
|
276
303
|
cribl_control_plane/nodes.py,sha256=015pTP--RfK2YFrMRgBe8ha32Mp_38JGDYdxkGdjtzY,17429
|
|
277
|
-
cribl_control_plane/packs.py,sha256=
|
|
304
|
+
cribl_control_plane/packs.py,sha256=EaBtQCqZ8TB3A_yoStevrpDL8nxEN_zBOpp4aQHuQMI,40244
|
|
278
305
|
cribl_control_plane/pipelines.py,sha256=gHyI9nwt_3cxBQ7gt6EPUPs9NuRC0iA_PoFRAE4Z-V8,35892
|
|
279
306
|
cribl_control_plane/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
|
|
280
307
|
cribl_control_plane/routes_sdk.py,sha256=Snb8Dmim7Fm9EsMqbyjuPnXKmqhJ10L_t1bujJUWTyM,31025
|
|
281
|
-
cribl_control_plane/
|
|
282
|
-
cribl_control_plane/sdk.py,sha256=UcM5PrBF5eQKCivl1WEPbIIZ5I6IPQLdi3K4GUxijbY,7463
|
|
308
|
+
cribl_control_plane/sdk.py,sha256=Zxm-rRzSEuSRK7f345lywIPO76XwvkfeXFFXAl6VMzQ,7611
|
|
283
309
|
cribl_control_plane/sdkconfiguration.py,sha256=bit6SSOyHqvibdtgNad5_ZcgMotk8NJfgHpKsBK8HFg,1259
|
|
310
|
+
cribl_control_plane/settings.py,sha256=KZxhVKQNts8k-sUVmQdfglSuVMeIoux-ZHOrat06n2M,763
|
|
311
|
+
cribl_control_plane/settings_auth.py,sha256=AX9IpxpdrNPnURHtTwA6jiM5B0nzifOBNDwdR7TP2y8,13961
|
|
312
|
+
cribl_control_plane/settings_git.py,sha256=EKJRXWyyG1Qf_Ji_uKGXqUN43K6kGFgqBbFyn8BLHDQ,13988
|
|
284
313
|
cribl_control_plane/sources.py,sha256=rexCbl4lSCw3OBjklfw_xTvUPSczUzsFHVYsYoboSf4,37018
|
|
285
314
|
cribl_control_plane/statuses.py,sha256=1VkWWzGBuCRTBDhRUGjKiuQm8H2iLiGHGXgT4LwWv4c,7989
|
|
286
315
|
cribl_control_plane/summaries.py,sha256=CtkNAxkMTArdUQhWHy7XqGPkO6DA-PvdwgVK-RHSkt0,8058
|
|
316
|
+
cribl_control_plane/system_sdk.py,sha256=rc0zt9rBWxdK9lTstbgSn43biPUGsk7Ymgsc5QmN8Ys,510
|
|
287
317
|
cribl_control_plane/teams.py,sha256=kSjUiS7cKiROcRDmTxhnnOeGIsqLZcP7MFCuv5Kgm1U,8844
|
|
288
318
|
cribl_control_plane/tokens.py,sha256=iP_0_Pl8LFgs_ektBTU-bvRjJq6JQ3q7qMWIeIIuXmc,7220
|
|
289
319
|
cribl_control_plane/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
|
|
@@ -307,6 +337,6 @@ cribl_control_plane/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8N
|
|
|
307
337
|
cribl_control_plane/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
|
|
308
338
|
cribl_control_plane/versions.py,sha256=Wdaxc2wZeEeD12wAh7SQ0RGG9KgwKaWQ7bc8qOQ8oAo,920
|
|
309
339
|
cribl_control_plane/versions_configs.py,sha256=5CKcfN4SzuyFgggrx6O8H_h3GhNyKSbfdVhSkVGZKi4,7284
|
|
310
|
-
cribl_control_plane-0.0.
|
|
311
|
-
cribl_control_plane-0.0.
|
|
312
|
-
cribl_control_plane-0.0.
|
|
340
|
+
cribl_control_plane-0.0.38a1.dist-info/METADATA,sha256=a4-gDiHwhZcJaZSedC7uV_ZcL3_wQBfzdKTwh1HPY1c,40135
|
|
341
|
+
cribl_control_plane-0.0.38a1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
342
|
+
cribl_control_plane-0.0.38a1.dist-info/RECORD,,
|
|
File without changes
|