cribl-control-plane 0.2.1rc3__py3-none-any.whl → 0.2.1rc5__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/mappings.py +981 -1
- cribl_control_plane/models/__init__.py +121 -0
- cribl_control_plane/models/createadminproductsmappingsbyproductop.py +53 -0
- cribl_control_plane/models/deleteadminproductsmappingsbyproductandidop.py +51 -0
- cribl_control_plane/models/getadminproductsmappingsbyproductandidop.py +51 -0
- cribl_control_plane/models/getadminproductsmappingsbyproductop.py +44 -0
- cribl_control_plane/models/mappingruleset.py +53 -0
- cribl_control_plane/models/mappingrulesetevalmappingfunction.py +71 -0
- cribl_control_plane/models/mappingrulesetgenericmappingfunction.py +29 -0
- cribl_control_plane/models/updateadminproductsmappingsbyproductandidop.py +63 -0
- {cribl_control_plane-0.2.1rc3.dist-info → cribl_control_plane-0.2.1rc5.dist-info}/METADATA +7 -2
- {cribl_control_plane-0.2.1rc3.dist-info → cribl_control_plane-0.2.1rc5.dist-info}/RECORD +14 -6
- {cribl_control_plane-0.2.1rc3.dist-info → cribl_control_plane-0.2.1rc5.dist-info}/WHEEL +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cribl-control-plane
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1rc5
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -362,6 +362,11 @@ with CriblControlPlane(
|
|
|
362
362
|
#### [groups.mappings](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/mappings/README.md)
|
|
363
363
|
|
|
364
364
|
* [activate](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/mappings/README.md#activate) - Set a Mapping Ruleset as the active configuration for the specified Cribl product
|
|
365
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/mappings/README.md#create) - Create a new Mapping Ruleset for the specified Cribl product
|
|
366
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/mappings/README.md#list) - List all Mapping Rulesets for the specified Cribl product
|
|
367
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/mappings/README.md#delete) - Delete the specified Mapping Ruleset from the Worker Group or Edge Fleet
|
|
368
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/mappings/README.md#get) - Retrieve a Specific Mapping Ruleset
|
|
369
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/mappings/README.md#update) - Update an existing Mapping Ruleset for a Worker Group or Edge Fleet
|
|
365
370
|
|
|
366
371
|
### [health](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md)
|
|
367
372
|
|
|
@@ -695,7 +700,7 @@ with CriblControlPlane(
|
|
|
695
700
|
|
|
696
701
|
|
|
697
702
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
698
|
-
* [`HealthServerStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthserverstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of
|
|
703
|
+
* [`HealthServerStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthserverstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 69 methods.*
|
|
699
704
|
* [`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.
|
|
700
705
|
|
|
701
706
|
</details>
|
|
@@ -4,7 +4,7 @@ cribl_control_plane/_hooks/clientcredentials.py,sha256=CeI19FzRb2V6kiNPgSFGn0CgI
|
|
|
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=9uBjq9GFu7RbiWKwV2-ADdF61xPQBmNL29ZAF6vFxZs,546
|
|
8
8
|
cribl_control_plane/acl.py,sha256=8lvYOKAli4PzsQhOVaCU6YCwblPMh9jQo04L0r4HJuQ,9025
|
|
9
9
|
cribl_control_plane/auth_sdk.py,sha256=3sjf1VoyWwfhSyuMDQLixgWISSf03BOZwmkiT8g5Ruw,626
|
|
10
10
|
cribl_control_plane/basesdk.py,sha256=y4yIXSNVXLMd0sLS2htBFdTCI3gkPQbIWd-C671kg1I,12249
|
|
@@ -27,8 +27,8 @@ cribl_control_plane/health.py,sha256=P7wMhZOtCesOAJd3rn02fuEub2yv3r_PLWjIGShHC3c
|
|
|
27
27
|
cribl_control_plane/hectokens.py,sha256=0EGgGGrM83m1YmTZwkN5S4xFkHQGnw1IZe3y6uMwmLw,19151
|
|
28
28
|
cribl_control_plane/httpclient.py,sha256=dqTPONDBpRn4ktXfcetQiRXnG93f0pJkFhqsYFhLUac,3945
|
|
29
29
|
cribl_control_plane/lakedatasets.py,sha256=VaacfDeQDMJKibABnkZibVMfOYxeh9ITcHKjM9QDqw8,46676
|
|
30
|
-
cribl_control_plane/mappings.py,sha256=
|
|
31
|
-
cribl_control_plane/models/__init__.py,sha256=
|
|
30
|
+
cribl_control_plane/mappings.py,sha256=tay5DVzE_hNHWf8-U45kowX9P0fO-LCZryCrxNNMCEw,49598
|
|
31
|
+
cribl_control_plane/models/__init__.py,sha256=ajcISkIB0vN4IJfB7t8UnyKZOaIe36J-y9OnsIHvJ-o,401300
|
|
32
32
|
cribl_control_plane/models/addhectokenrequest.py,sha256=mzQLKrMWlwxNheqEs5SM_yrT-gyenfCWgHKhmb5oXFQ,800
|
|
33
33
|
cribl_control_plane/models/authtoken.py,sha256=sDw4DmWtZk4rvQow02X38SvB-rUSrZZ08t9NwqQcs8Y,443
|
|
34
34
|
cribl_control_plane/models/branchinfo.py,sha256=jCX31O5TMG9jTjqigPvvUiBwpgPpVxHtSuhYrNykXiI,291
|
|
@@ -40,6 +40,7 @@ cribl_control_plane/models/configgroup.py,sha256=HwKOE-bT2MGlqKpmrmwRl7h8M8QVDHE
|
|
|
40
40
|
cribl_control_plane/models/configgroupcloud.py,sha256=xme7fTZesBGwpma0huL-EXyPNaDYhP2CeYnvxBRxwU8,1589
|
|
41
41
|
cribl_control_plane/models/configgrouplookups.py,sha256=1z1DlvlVehqfD6hZMXG0XedZTfoCIpYd0cHav45tiRw,830
|
|
42
42
|
cribl_control_plane/models/createadminproductsmappingsactivatebyproductop.py,sha256=PyzVP6tgYHTQRyS6QKzbqjT0Tx7BcfzHtVYQf1ldpMI,1857
|
|
43
|
+
cribl_control_plane/models/createadminproductsmappingsbyproductop.py,sha256=4UQsisobP0aSn1MG_YYkoiL9VSmyb7KRy2E9s2bh4JQ,1845
|
|
43
44
|
cribl_control_plane/models/createconfiggroupbyproductop.py,sha256=-7gFVL_PXGggrwXZgcirZmKvnO5kN2UfPp-dlFXbcBk,1852
|
|
44
45
|
cribl_control_plane/models/createcribllakedatasetbylakeidop.py,sha256=IVH9RvCw8IM0LCzJuy7_eDX9GbpTUIk-Xp0nFPjn6BQ,1647
|
|
45
46
|
cribl_control_plane/models/createinputhectokenbyidop.py,sha256=1FJEJYLPoVySpBtbiqV6ZCwR4AfkJ8-6Dsdc1DuG2tk,1590
|
|
@@ -59,6 +60,7 @@ cribl_control_plane/models/cribllakedatasetupdate.py,sha256=kym11ebNed6hcYMbVBRK
|
|
|
59
60
|
cribl_control_plane/models/currentbranchresult.py,sha256=qq1IRI_XeGrAI_-lV_xHCYuO3VwIFUVarvo0-lN-ymU,317
|
|
60
61
|
cribl_control_plane/models/datasetmetadata.py,sha256=-MI4Be38A21D8lsTEHPoAYcEdonhG1iu7TSb7r4kBK0,1350
|
|
61
62
|
cribl_control_plane/models/datasetmetadataruninfo.py,sha256=4UrKPwg1oCs7uk3s24dsVzyNXE8TpDJE9vCioZyK7t0,937
|
|
63
|
+
cribl_control_plane/models/deleteadminproductsmappingsbyproductandidop.py,sha256=5b03NBMURU7h1VQAcijYCuyLWyV8_N2nJlgPittRBqQ,1829
|
|
62
64
|
cribl_control_plane/models/deleteconfiggroupbyproductandidop.py,sha256=uRENtpDAMpC_N8BwK_sDHEMyGhYCS56JHTa0cK75UlY,1770
|
|
63
65
|
cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py,sha256=BUMQ_56VCM_xK08eagJ2bdd4eOPCUUMVVG5duR3qg7s,1649
|
|
64
66
|
cribl_control_plane/models/deleteinputbyidop.py,sha256=wcL73IwZivcylD76m2vn-2YQ6E6nGgeXipwbYOmHVlY,1117
|
|
@@ -70,6 +72,8 @@ cribl_control_plane/models/deployrequest.py,sha256=zSl96WkkLVHACFRYUdPT4w7WhCaOv
|
|
|
70
72
|
cribl_control_plane/models/deployrequestlookups.py,sha256=WJQf_uL_22Lj7_TIBZ0pZxspYnkfZu9ABNGBLG35tpA,613
|
|
71
73
|
cribl_control_plane/models/difffiles.py,sha256=VJyPZY3njsKntwP8h4XrROCmXryp6kCvlk6MVv8Sz6g,4558
|
|
72
74
|
cribl_control_plane/models/distributedsummary.py,sha256=1hXi_DKm78fsX8E-cKLHHTUpr5ZOjdpsrxmCYbRHfDc,1497
|
|
75
|
+
cribl_control_plane/models/getadminproductsmappingsbyproductandidop.py,sha256=EbSqel5J1foOveUI7_gwXQ9FpkDrxaN6BgC2DIVJqhc,1801
|
|
76
|
+
cribl_control_plane/models/getadminproductsmappingsbyproductop.py,sha256=yW4slH9FNR2qaLkxFLGL4p9PhWph3BwXt_-U9FwEGu8,1503
|
|
73
77
|
cribl_control_plane/models/getconfiggroupaclbyproductandidop.py,sha256=MxTD4oztJQJ9Ng6ntnJIXwmrh_BcF3gle3JUJsODGsw,2349
|
|
74
78
|
cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py,sha256=ov0NQr05PpGq4YC5EeCSzw7NULu110vglLNOtXFMejs,2381
|
|
75
79
|
cribl_control_plane/models/getconfiggroupbyproductandidop.py,sha256=GGNtsME7zmOIWw2C7wTXeb_oK0RgueWQXWgrZz8Fu7Q,2318
|
|
@@ -183,6 +187,9 @@ cribl_control_plane/models/listpipelineop.py,sha256=w-tyP0jqc3YKsSceTQJYuhJ7v-Zq
|
|
|
183
187
|
cribl_control_plane/models/listroutesop.py,sha256=xqutne_6fjll4fIDk8uT7W7RVFB3dkIUealZLRUgDEA,704
|
|
184
188
|
cribl_control_plane/models/logininfo.py,sha256=xVJ4r_xSQfsHHagYUjJsvRs77bKR9MBAuze8r3ZD_DM,338
|
|
185
189
|
cribl_control_plane/models/lookupversions.py,sha256=PLk5hD1WPEIoePfJbhllePawNTa1O7y4_sSkb6BCsUA,293
|
|
190
|
+
cribl_control_plane/models/mappingruleset.py,sha256=Yv0Cznf6ddzfBbnSGGRfUpxjsahy7Tc6MwXb57EsHM0,1421
|
|
191
|
+
cribl_control_plane/models/mappingrulesetevalmappingfunction.py,sha256=BgqPGDTbvgN5Q8tR0isWPW_0kfIZMd1tXz-TtnNG1M8,2204
|
|
192
|
+
cribl_control_plane/models/mappingrulesetgenericmappingfunction.py,sha256=U5vBgpkiPoxdqOaJp6SEa7LUZfcRk9lxEqXA0q5N3d8,866
|
|
186
193
|
cribl_control_plane/models/masterworkerentry.py,sha256=KT8bTu5t20ZwhybN8yz4MtG8CQZGpqv3I1JGjVItY7Q,2481
|
|
187
194
|
cribl_control_plane/models/nodeactiveupgradestatus.py,sha256=knwgNh1octWr6oY-TadH0StJmzv0cktlJ4tc5pq_ChM,279
|
|
188
195
|
cribl_control_plane/models/nodefailedupgradestatus.py,sha256=EE4tSjcWyQxASftW9xJCS8K5QjpLkjCl3YDIys4r7FA,267
|
|
@@ -281,6 +288,7 @@ cribl_control_plane/models/runnablejobscheduledsearch.py,sha256=BnUKnUthPVkeqnZH
|
|
|
281
288
|
cribl_control_plane/models/schemeclientoauth.py,sha256=cjePTTFIlKoYg8JZOOuvacOb1Zb5RqmgiqyQA9P3kvU,839
|
|
282
289
|
cribl_control_plane/models/security.py,sha256=l8rMit25V2MUVLptnexODsL6wP-3l50g8D4kwRsAQvY,1097
|
|
283
290
|
cribl_control_plane/models/teamaccesscontrollist.py,sha256=HLMck-wyuJYiKD-adSS5ti4yLbHE2snZaOAI0GwgfOI,483
|
|
291
|
+
cribl_control_plane/models/updateadminproductsmappingsbyproductandidop.py,sha256=r9NvqXEeGBC_tugJsbotZ7IZT-j_50RKo-QiMxJyUt0,2176
|
|
284
292
|
cribl_control_plane/models/updateconfiggroupbyproductandidop.py,sha256=kBzTO_8INoagYfVdMZ56Tm6iLnkgsf56_RFH0B4OV9Q,2099
|
|
285
293
|
cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py,sha256=4vfGnRiWhhQketlN0pXGgSKgSvQiSgNBboL3x_2B6DY,2165
|
|
286
294
|
cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py,sha256=awEhvZ0TuHL48F_b5b-sW85FguNr76LVZpTAg9wXnWo,2133
|
|
@@ -329,6 +337,6 @@ cribl_control_plane/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8N
|
|
|
329
337
|
cribl_control_plane/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
|
|
330
338
|
cribl_control_plane/versions.py,sha256=4xdTYbM84Xyjr5qkixqNpgn2q6V8aXVYXkEPDU2Ele0,1156
|
|
331
339
|
cribl_control_plane/versions_configs.py,sha256=5CKcfN4SzuyFgggrx6O8H_h3GhNyKSbfdVhSkVGZKi4,7284
|
|
332
|
-
cribl_control_plane-0.2.
|
|
333
|
-
cribl_control_plane-0.2.
|
|
334
|
-
cribl_control_plane-0.2.
|
|
340
|
+
cribl_control_plane-0.2.1rc5.dist-info/METADATA,sha256=b5fwJ9orxMeERNWwkG49Y3SZz7Zu81tqPbTby0UdOC0,41823
|
|
341
|
+
cribl_control_plane-0.2.1rc5.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
342
|
+
cribl_control_plane-0.2.1rc5.dist-info/RECORD,,
|
|
File without changes
|