cribl-control-plane 0.2.0rc1__tar.gz → 0.2.1rc1__tar.gz
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-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/PKG-INFO +44 -3
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/README-PYPI.md +43 -2
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/pyproject.toml +1 -1
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/_version.py +4 -6
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/groups_sdk.py +11 -8
- cribl_control_plane-0.2.1rc1/src/cribl_control_plane/mappings.py +1185 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/__init__.py +195 -33
- cribl_control_plane-0.2.1rc1/src/cribl_control_plane/models/authtoken.py +20 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/configgroup.py +30 -2
- cribl_control_plane-0.2.1rc1/src/cribl_control_plane/models/createadminproductsmappingsactivatebyproductop.py +52 -0
- cribl_control_plane-0.2.1rc1/src/cribl_control_plane/models/createadminproductsmappingsbyproductop.py +53 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/createversionundoop.py +3 -3
- cribl_control_plane-0.2.1rc1/src/cribl_control_plane/models/deleteadminproductsmappingsbyproductandidop.py +51 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/distributedsummary.py +6 -0
- cribl_control_plane-0.2.1rc1/src/cribl_control_plane/models/getadminproductsmappingsbyproductandidop.py +51 -0
- cribl_control_plane-0.2.1rc1/src/cribl_control_plane/models/getadminproductsmappingsbyproductop.py +44 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/hbcriblinfo.py +14 -3
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/heartbeatmetadata.py +3 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/input.py +65 -63
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputappscope.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputazureblob.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputcollection.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputconfluentcloud.py +8 -18
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputcribl.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputcriblhttp.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputcribllakehttp.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputcriblmetrics.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputcribltcp.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputcrowdstrike.py +7 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputdatadogagent.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputdatagen.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputedgeprometheus.py +12 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputelastic.py +11 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputeventhub.py +6 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputexec.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputfile.py +6 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputfirehose.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputgooglepubsub.py +7 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputgrafana.py +8 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputhttp.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputhttpraw.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputjournalfiles.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputkafka.py +8 -17
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputkinesis.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputkubeevents.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputkubelogs.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputkubemetrics.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputloki.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputmetrics.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputmsk.py +7 -17
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputnetflow.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputoffice365mgmt.py +11 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputoffice365msgtrace.py +11 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputoffice365service.py +11 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputopentelemetry.py +8 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputprometheus.py +10 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputprometheusrw.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputrawudp.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputs3.py +7 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputs3inventory.py +7 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputsecuritylake.py +7 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputsnmp.py +11 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputsplunk.py +9 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputsplunkhec.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputsplunksearch.py +7 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputsqs.py +9 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputsyslog.py +8 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputsystemmetrics.py +32 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputsystemstate.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputtcp.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputtcpjson.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputwef.py +6 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputwindowsmetrics.py +28 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputwineventlogs.py +8 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputwiz.py +7 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputwizwebhook.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/inputzscalerhec.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/jobinfo.py +4 -1
- cribl_control_plane-0.2.1rc1/src/cribl_control_plane/models/mappingruleset.py +95 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/nodeprovidedinfo.py +11 -1
- cribl_control_plane-0.2.1rc1/src/cribl_control_plane/models/outpostnodeinfo.py +16 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/output.py +77 -72
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputazureblob.py +20 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputazuredataexplorer.py +28 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputazureeventhub.py +17 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputazurelogs.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputchronicle.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputclickhouse.py +17 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputcloudwatch.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputconfluentcloud.py +24 -18
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputcriblhttp.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputcribllake.py +21 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputcribltcp.py +12 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +15 -0
- cribl_control_plane-0.2.1rc1/src/cribl_control_plane/models/outputdatabricks.py +411 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputdatadog.py +30 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputdataset.py +23 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputdls3.py +35 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputdynatracehttp.py +22 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputdynatraceotlp.py +22 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputelastic.py +18 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputelasticcloud.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputexabeam.py +14 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputfilesystem.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputgooglechronicle.py +21 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputgooglecloudlogging.py +19 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputgooglecloudstorage.py +28 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputgooglepubsub.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputgrafanacloud.py +50 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputgraphite.py +12 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputhoneycomb.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputhumiohec.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputinfluxdb.py +19 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputkafka.py +24 -17
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputkinesis.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputloki.py +20 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputminio.py +28 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputmsk.py +23 -17
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputnewrelic.py +16 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputnewrelicevents.py +16 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputopentelemetry.py +22 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputprometheus.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputring.py +2 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputs3.py +35 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputsecuritylake.py +29 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputsentinel.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputsentineloneaisiem.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputservicenow.py +21 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputsignalfx.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputsns.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputsplunk.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputsplunkhec.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputsplunklb.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputsqs.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputstatsd.py +12 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputstatsdext.py +12 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputsumologic.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputsyslog.py +24 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputtcpjson.py +12 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputwavefront.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputwebhook.py +23 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputxsiam.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/packinfo.py +8 -5
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/packinstallinfo.py +8 -5
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/pipeline.py +4 -4
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/routeconf.py +3 -4
- cribl_control_plane-0.2.0rc1/src/cribl_control_plane/models/routecloneconf.py → cribl_control_plane-0.2.1rc1/src/cribl_control_plane/models/rulesetid.py +4 -4
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/runnablejobcollection.py +4 -0
- cribl_control_plane-0.2.1rc1/src/cribl_control_plane/models/updateadminproductsmappingsbyproductandidop.py +63 -0
- cribl_control_plane-0.2.1rc1/src/cribl_control_plane/models/updatepacksop.py +25 -0
- cribl_control_plane-0.2.0rc1/src/cribl_control_plane/models/authtoken.py → cribl_control_plane-0.2.1rc1/src/cribl_control_plane/models/uploadpackresponse.py +4 -4
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/packs.py +202 -7
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/pipelines.py +8 -8
- cribl_control_plane-0.2.0rc1/src/cribl_control_plane/models/appmode.py +0 -14
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/py.typed +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/acl.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/auth_sdk.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/branches.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/commits.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/commits_files.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/configs_versions.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/destinations.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/destinations_pq.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/errors/__init__.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/groups_configs.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/health.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/hectokens.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/lakedatasets.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/branchinfo.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/createpipelineop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/cribllakedatasetupdate.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/difffiles.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/error.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/gethealthinfoop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getversioncountop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getversionop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getversionshowop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/gitcountresult.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/gitlogresult.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/gitshowresult.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/healthstatus.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/jobstatus.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/productscore.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/runnablejob.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/runnablejobexecutor.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/models/workertypes.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/nodes.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/routes_sdk.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/samples.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/sdk.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/sources.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/statuses.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/summaries.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/teams.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/tokens.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/utils/values.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/versions.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/versions_configs.py +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.1rc1
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -41,6 +41,7 @@ Complementary API reference documentation is available at https://docs.cribl.io/
|
|
|
41
41
|
* [SDK Example Usage](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#sdk-example-usage)
|
|
42
42
|
* [Authentication](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#authentication)
|
|
43
43
|
* [Available Resources and Operations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#available-resources-and-operations)
|
|
44
|
+
* [File uploads](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#file-uploads)
|
|
44
45
|
* [Retries](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#retries)
|
|
45
46
|
* [Error Handling](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#error-handling)
|
|
46
47
|
* [Custom HTTP Client](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#custom-http-client)
|
|
@@ -358,6 +359,15 @@ with CriblControlPlane(
|
|
|
358
359
|
|
|
359
360
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/configsversions/README.md#get) - Get the configuration version for a Worker Group or Edge Fleet
|
|
360
361
|
|
|
362
|
+
#### [groups.mappings](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/mappings/README.md)
|
|
363
|
+
|
|
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
|
|
370
|
+
|
|
361
371
|
### [health](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md)
|
|
362
372
|
|
|
363
373
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md#get) - Retrieve health status of the server
|
|
@@ -381,8 +391,9 @@ with CriblControlPlane(
|
|
|
381
391
|
|
|
382
392
|
### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
|
|
383
393
|
|
|
384
|
-
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) -
|
|
394
|
+
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Install a Pack
|
|
385
395
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
|
|
396
|
+
* [upload](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#upload) - Upload a Pack file
|
|
386
397
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete) - Uninstall a Pack
|
|
387
398
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#get) - Get a Pack
|
|
388
399
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Upgrade a Pack
|
|
@@ -446,6 +457,36 @@ with CriblControlPlane(
|
|
|
446
457
|
</details>
|
|
447
458
|
<!-- End Available Resources and Operations [operations] -->
|
|
448
459
|
|
|
460
|
+
<!-- Start File uploads [file-upload] -->
|
|
461
|
+
## File uploads
|
|
462
|
+
|
|
463
|
+
Certain SDK methods accept file objects as part of a request body or multi-part request. It is possible and typically recommended to upload files as a stream rather than reading the entire contents into memory. This avoids excessive memory consumption and potentially crashing with out-of-memory errors when working with very large files. The following example demonstrates how to attach a file stream to a request.
|
|
464
|
+
|
|
465
|
+
> [!TIP]
|
|
466
|
+
>
|
|
467
|
+
> For endpoints that handle file uploads bytes arrays can also be used. However, using streams is recommended for large files.
|
|
468
|
+
>
|
|
469
|
+
|
|
470
|
+
```python
|
|
471
|
+
from cribl_control_plane import CriblControlPlane, models
|
|
472
|
+
import os
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
with CriblControlPlane(
|
|
476
|
+
server_url="https://api.example.com",
|
|
477
|
+
security=models.Security(
|
|
478
|
+
bearer_auth=os.getenv("CRIBLCONTROLPLANE_BEARER_AUTH", ""),
|
|
479
|
+
),
|
|
480
|
+
) as ccp_client:
|
|
481
|
+
|
|
482
|
+
res = ccp_client.packs.upload(filename="example.file", request_body=open("example.file", "rb"))
|
|
483
|
+
|
|
484
|
+
# Handle response
|
|
485
|
+
print(res)
|
|
486
|
+
|
|
487
|
+
```
|
|
488
|
+
<!-- End File uploads [file-upload] -->
|
|
489
|
+
|
|
449
490
|
<!-- Start Retries [retries] -->
|
|
450
491
|
## Retries
|
|
451
492
|
|
|
@@ -659,7 +700,7 @@ with CriblControlPlane(
|
|
|
659
700
|
|
|
660
701
|
|
|
661
702
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
662
|
-
* [`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
|
|
703
|
+
* [`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 69 methods.*
|
|
663
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.
|
|
664
705
|
|
|
665
706
|
</details>
|
|
@@ -23,6 +23,7 @@ Complementary API reference documentation is available at https://docs.cribl.io/
|
|
|
23
23
|
* [SDK Example Usage](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#sdk-example-usage)
|
|
24
24
|
* [Authentication](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#authentication)
|
|
25
25
|
* [Available Resources and Operations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#available-resources-and-operations)
|
|
26
|
+
* [File uploads](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#file-uploads)
|
|
26
27
|
* [Retries](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#retries)
|
|
27
28
|
* [Error Handling](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#error-handling)
|
|
28
29
|
* [Custom HTTP Client](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#custom-http-client)
|
|
@@ -340,6 +341,15 @@ with CriblControlPlane(
|
|
|
340
341
|
|
|
341
342
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/configsversions/README.md#get) - Get the configuration version for a Worker Group or Edge Fleet
|
|
342
343
|
|
|
344
|
+
#### [groups.mappings](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/mappings/README.md)
|
|
345
|
+
|
|
346
|
+
* [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
|
|
347
|
+
* [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
|
|
348
|
+
* [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
|
|
349
|
+
* [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
|
|
350
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/mappings/README.md#get) - Retrieve a Specific Mapping Ruleset
|
|
351
|
+
* [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
|
|
352
|
+
|
|
343
353
|
### [health](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md)
|
|
344
354
|
|
|
345
355
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md#get) - Retrieve health status of the server
|
|
@@ -363,8 +373,9 @@ with CriblControlPlane(
|
|
|
363
373
|
|
|
364
374
|
### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
|
|
365
375
|
|
|
366
|
-
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) -
|
|
376
|
+
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Install a Pack
|
|
367
377
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
|
|
378
|
+
* [upload](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#upload) - Upload a Pack file
|
|
368
379
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete) - Uninstall a Pack
|
|
369
380
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#get) - Get a Pack
|
|
370
381
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Upgrade a Pack
|
|
@@ -428,6 +439,36 @@ with CriblControlPlane(
|
|
|
428
439
|
</details>
|
|
429
440
|
<!-- End Available Resources and Operations [operations] -->
|
|
430
441
|
|
|
442
|
+
<!-- Start File uploads [file-upload] -->
|
|
443
|
+
## File uploads
|
|
444
|
+
|
|
445
|
+
Certain SDK methods accept file objects as part of a request body or multi-part request. It is possible and typically recommended to upload files as a stream rather than reading the entire contents into memory. This avoids excessive memory consumption and potentially crashing with out-of-memory errors when working with very large files. The following example demonstrates how to attach a file stream to a request.
|
|
446
|
+
|
|
447
|
+
> [!TIP]
|
|
448
|
+
>
|
|
449
|
+
> For endpoints that handle file uploads bytes arrays can also be used. However, using streams is recommended for large files.
|
|
450
|
+
>
|
|
451
|
+
|
|
452
|
+
```python
|
|
453
|
+
from cribl_control_plane import CriblControlPlane, models
|
|
454
|
+
import os
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
with CriblControlPlane(
|
|
458
|
+
server_url="https://api.example.com",
|
|
459
|
+
security=models.Security(
|
|
460
|
+
bearer_auth=os.getenv("CRIBLCONTROLPLANE_BEARER_AUTH", ""),
|
|
461
|
+
),
|
|
462
|
+
) as ccp_client:
|
|
463
|
+
|
|
464
|
+
res = ccp_client.packs.upload(filename="example.file", request_body=open("example.file", "rb"))
|
|
465
|
+
|
|
466
|
+
# Handle response
|
|
467
|
+
print(res)
|
|
468
|
+
|
|
469
|
+
```
|
|
470
|
+
<!-- End File uploads [file-upload] -->
|
|
471
|
+
|
|
431
472
|
<!-- Start Retries [retries] -->
|
|
432
473
|
## Retries
|
|
433
474
|
|
|
@@ -641,7 +682,7 @@ with CriblControlPlane(
|
|
|
641
682
|
|
|
642
683
|
|
|
643
684
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
644
|
-
* [`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
|
|
685
|
+
* [`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 69 methods.*
|
|
645
686
|
* [`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.
|
|
646
687
|
|
|
647
688
|
</details>
|
{cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/_version.py
RENAMED
|
@@ -3,12 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.2.
|
|
7
|
-
__openapi_doc_version__: str = "4.
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str =
|
|
10
|
-
"speakeasy-sdk/python 0.2.0rc1 2.723.11 4.14.1-68918e2c cribl-control-plane"
|
|
11
|
-
)
|
|
6
|
+
__version__: str = "0.2.1rc1"
|
|
7
|
+
__openapi_doc_version__: str = "4.15.0-alpha.1761420802292-a60a4283"
|
|
8
|
+
__gen_version__: str = "2.730.5"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.2.1rc1 2.730.5 4.15.0-alpha.1761420802292-a60a4283 cribl-control-plane"
|
|
12
10
|
|
|
13
11
|
try:
|
|
14
12
|
if __package__ is not None:
|
{cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.2.1rc1}/src/cribl_control_plane/groups_sdk.py
RENAMED
|
@@ -6,6 +6,7 @@ from cribl_control_plane import errors, models, utils
|
|
|
6
6
|
from cribl_control_plane._hooks import HookContext
|
|
7
7
|
from cribl_control_plane.acl import ACL
|
|
8
8
|
from cribl_control_plane.groups_configs import GroupsConfigs
|
|
9
|
+
from cribl_control_plane.mappings import Mappings
|
|
9
10
|
from cribl_control_plane.types import OptionalNullable, UNSET
|
|
10
11
|
from cribl_control_plane.utils import get_security_from_env
|
|
11
12
|
from cribl_control_plane.utils.unmarshal_json_response import unmarshal_json_response
|
|
@@ -15,6 +16,7 @@ from typing import Any, List, Mapping, Optional, Union
|
|
|
15
16
|
class GroupsSDK(BaseSDK):
|
|
16
17
|
r"""Actions related to Groups"""
|
|
17
18
|
|
|
19
|
+
mappings: Mappings
|
|
18
20
|
configs: GroupsConfigs
|
|
19
21
|
acl: ACL
|
|
20
22
|
|
|
@@ -26,6 +28,7 @@ class GroupsSDK(BaseSDK):
|
|
|
26
28
|
self._init_sdks()
|
|
27
29
|
|
|
28
30
|
def _init_sdks(self):
|
|
31
|
+
self.mappings = Mappings(self.sdk_configuration, parent_ref=self.parent_ref)
|
|
29
32
|
self.configs = GroupsConfigs(self.sdk_configuration, parent_ref=self.parent_ref)
|
|
30
33
|
self.acl = ACL(self.sdk_configuration, parent_ref=self.parent_ref)
|
|
31
34
|
|
|
@@ -224,7 +227,7 @@ class GroupsSDK(BaseSDK):
|
|
|
224
227
|
config_version: Optional[str] = None,
|
|
225
228
|
deploying_worker_count: Optional[float] = None,
|
|
226
229
|
description: Optional[str] = None,
|
|
227
|
-
estimated_ingest_rate: Optional[
|
|
230
|
+
estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
|
|
228
231
|
git: Optional[Union[models.Git, models.GitTypedDict]] = None,
|
|
229
232
|
incompatible_worker_count: Optional[float] = None,
|
|
230
233
|
inherits: Optional[str] = None,
|
|
@@ -261,7 +264,7 @@ class GroupsSDK(BaseSDK):
|
|
|
261
264
|
:param config_version:
|
|
262
265
|
:param deploying_worker_count:
|
|
263
266
|
:param description:
|
|
264
|
-
:param estimated_ingest_rate:
|
|
267
|
+
:param estimated_ingest_rate: 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.)
|
|
265
268
|
:param git:
|
|
266
269
|
:param incompatible_worker_count:
|
|
267
270
|
:param inherits:
|
|
@@ -395,7 +398,7 @@ class GroupsSDK(BaseSDK):
|
|
|
395
398
|
config_version: Optional[str] = None,
|
|
396
399
|
deploying_worker_count: Optional[float] = None,
|
|
397
400
|
description: Optional[str] = None,
|
|
398
|
-
estimated_ingest_rate: Optional[
|
|
401
|
+
estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
|
|
399
402
|
git: Optional[Union[models.Git, models.GitTypedDict]] = None,
|
|
400
403
|
incompatible_worker_count: Optional[float] = None,
|
|
401
404
|
inherits: Optional[str] = None,
|
|
@@ -432,7 +435,7 @@ class GroupsSDK(BaseSDK):
|
|
|
432
435
|
:param config_version:
|
|
433
436
|
:param deploying_worker_count:
|
|
434
437
|
:param description:
|
|
435
|
-
:param estimated_ingest_rate:
|
|
438
|
+
:param estimated_ingest_rate: 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.)
|
|
436
439
|
:param git:
|
|
437
440
|
:param incompatible_worker_count:
|
|
438
441
|
:param inherits:
|
|
@@ -757,7 +760,7 @@ class GroupsSDK(BaseSDK):
|
|
|
757
760
|
config_version: Optional[str] = None,
|
|
758
761
|
deploying_worker_count: Optional[float] = None,
|
|
759
762
|
description: Optional[str] = None,
|
|
760
|
-
estimated_ingest_rate: Optional[
|
|
763
|
+
estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
|
|
761
764
|
git: Optional[Union[models.Git, models.GitTypedDict]] = None,
|
|
762
765
|
incompatible_worker_count: Optional[float] = None,
|
|
763
766
|
inherits: Optional[str] = None,
|
|
@@ -795,7 +798,7 @@ class GroupsSDK(BaseSDK):
|
|
|
795
798
|
:param config_version:
|
|
796
799
|
:param deploying_worker_count:
|
|
797
800
|
:param description:
|
|
798
|
-
:param estimated_ingest_rate:
|
|
801
|
+
:param estimated_ingest_rate: 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.)
|
|
799
802
|
:param git:
|
|
800
803
|
:param incompatible_worker_count:
|
|
801
804
|
:param inherits:
|
|
@@ -931,7 +934,7 @@ class GroupsSDK(BaseSDK):
|
|
|
931
934
|
config_version: Optional[str] = None,
|
|
932
935
|
deploying_worker_count: Optional[float] = None,
|
|
933
936
|
description: Optional[str] = None,
|
|
934
|
-
estimated_ingest_rate: Optional[
|
|
937
|
+
estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
|
|
935
938
|
git: Optional[Union[models.Git, models.GitTypedDict]] = None,
|
|
936
939
|
incompatible_worker_count: Optional[float] = None,
|
|
937
940
|
inherits: Optional[str] = None,
|
|
@@ -969,7 +972,7 @@ class GroupsSDK(BaseSDK):
|
|
|
969
972
|
:param config_version:
|
|
970
973
|
:param deploying_worker_count:
|
|
971
974
|
:param description:
|
|
972
|
-
:param estimated_ingest_rate:
|
|
975
|
+
:param estimated_ingest_rate: 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.)
|
|
973
976
|
:param git:
|
|
974
977
|
:param incompatible_worker_count:
|
|
975
978
|
:param inherits:
|