cribl-control-plane 0.4.0b18__tar.gz → 0.4.0rc2__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.
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/PKG-INFO +29 -64
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/README-PYPI.md +28 -62
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/pyproject.toml +1 -2
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_version.py +4 -4
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/acl.py +2 -12
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/basesdk.py +0 -6
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/branches.py +4 -24
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/commits.py +14 -84
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/commits_files.py +16 -36
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/configs_versions.py +2 -12
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/destinations.py +10 -60
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/destinations_pq.py +4 -24
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/groups_sdk.py +16 -76
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/health.py +2 -12
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/hectokens.py +4 -36
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/lakedatasets.py +10 -96
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/__init__.py +0 -235
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/addhectokenrequest.py +1 -7
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/configgroup.py +1 -1
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +2 -2
- cribl_control_plane-0.4.0rc2/src/cribl_control_plane/models/criblevent.py +14 -0
- cribl_control_plane-0.4.0rc2/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +21 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getversioncountop.py +3 -2
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getversionfilesop.py +3 -2
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/groupcreaterequest.py +1 -1
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcloudflarehec.py +4 -9
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputconfluentcloud.py +2 -4
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -15
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputkafka.py +2 -4
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputmsk.py +2 -4
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsnmp.py +7 -33
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsplunkhec.py +4 -8
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputwef.py +0 -23
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputwiz.py +0 -95
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputzscalerhec.py +4 -8
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/masterworkerentry.py +2 -2
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputcriblhttp.py +1 -1
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputnetflow.py +0 -7
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsplunklb.py +0 -10
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/runnablejobcollection.py +72 -28
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/runnablejobexecutor.py +40 -28
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +40 -29
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updatehectokenrequest.py +1 -7
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/nodes.py +4 -24
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/packs.py +12 -72
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/pipelines.py +10 -60
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/routes_sdk.py +8 -48
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/samples.py +4 -24
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/sdk.py +0 -3
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/sources.py +10 -60
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/statuses.py +2 -12
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/summaries.py +2 -12
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/teams.py +2 -12
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/tokens.py +8 -28
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/forms.py +10 -21
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/queryparams.py +2 -14
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/retries.py +5 -69
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/unmarshal_json_response.py +1 -15
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/versions_configs.py +2 -12
- cribl_control_plane-0.4.0b18/LICENSE +0 -201
- cribl_control_plane-0.4.0b18/src/cribl_control_plane/cribl.py +0 -495
- cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/backupssettings_union.py +0 -37
- cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/countedsystemsettingsconf.py +0 -20
- cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/createauthloginop.py +0 -18
- cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/criblevent.py +0 -29
- cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -80
- cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/piisettings_union.py +0 -31
- cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/rollbacksettings_union.py +0 -44
- cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/snisettings_union.py +0 -31
- cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/systemsettingsconf.py +0 -291
- cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/tlssettings_union.py +0 -43
- cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/upgradegroupsettings_union.py +0 -43
- cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/upgradepackageurls.py +0 -20
- cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/upgradesettings.py +0 -38
- cribl_control_plane-0.4.0b18/src/cribl_control_plane/settings.py +0 -20
- cribl_control_plane-0.4.0b18/src/cribl_control_plane/system_sdk.py +0 -20
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/py.typed +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/auth_sdk.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/__init__.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/healthserverstatus_error.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/groups_configs.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/branchinfo.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedbranchinfo.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedconfiggroup.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedcribllakedataset.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/counteddistributedsummary.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitcommitsummary.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitcountresult.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitdiffresult.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitfilesresponse.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitinfo.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitlogresult.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitrevertresult.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitshowresult.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitstatusresult.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedinput.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedinputsplunkhec.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedjobinfo.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedmasterworkerentry.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countednumber.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedobject.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedoutput.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedoutputsamplesresponse.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedoutputtestresponse.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedpackinfo.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedpackinstallinfo.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedpipeline.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedroutes.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedstring.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedteamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/counteduseraccesscontrollist.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createversionundoop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/cribllakedataset.py +1 -1
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/cribllakedatasetupdate.py +1 -1
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/difffiles.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/diffline.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/difflinecontext.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/difflinedelete.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/difflineinsert.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getversionop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getversionshowop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitcountresult.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitlogresult.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitshowresult.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/hbcriblinfo.py +2 -2
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/healthserverstatus.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/input.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputappscope.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcollection.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcribl.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputelastic.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputeventhub.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputfile.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputfirehose.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputgrafana.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputhttp.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputkinesis.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputloki.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputmetrics.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputnetflow.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputprometheus.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputrawudp.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputs3.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsplunk.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsqs.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsyslog.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputtcp.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputwizwebhook.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/jobinfo.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/jobstatus.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/lakedatasetmetrics.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outpostnodeinfo.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/output.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputazureblob.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputchronicle.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputcloudflarer2.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputcribllake.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdatabricks.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdatadog.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdataset.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdls3.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputelastic.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputexabeam.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputgraphite.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputkafka.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputkinesis.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputloki.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputmicrosoftfabric.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputminio.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputmsk.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputprometheus.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputring.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputs3.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsentinel.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputservicenow.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsns.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsplunk.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsqs.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputstatsd.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsumologic.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsyslog.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputwavefront.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputwebhook.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputxsiam.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/packinfo.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/productscore.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/runnablejob.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updatepacksop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/uploadpackresponse.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/workertypes.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/values.py +0 -0
- {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/versions.py +0 -0
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cribl-control-plane
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.0rc2
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
|
-
License-File: LICENSE
|
|
6
5
|
Author: Speakeasy
|
|
7
6
|
Requires-Python: >=3.9.2
|
|
8
7
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -18,11 +17,20 @@ Project-URL: Repository, https://github.com/criblio/cribl_control_plane_sdk_pyth
|
|
|
18
17
|
Description-Content-Type: text/markdown
|
|
19
18
|
|
|
20
19
|
# cribl_control_plane_sdk_python
|
|
21
|
-
<!-- Start Summary [summary] -->
|
|
22
|
-
## Summary
|
|
23
20
|
|
|
24
|
-
Cribl
|
|
25
|
-
|
|
21
|
+
The Cribl Python SDK for the control plane provides operational control over Cribl resources and helps streamline the process of integrating with Cribl.
|
|
22
|
+
|
|
23
|
+
In addition to the usage examples in this repository, the Cribl documentation includes [code examples for common use cases](https://docs.cribl.io/cribl-as-code/code-examples).
|
|
24
|
+
|
|
25
|
+
Complementary API reference documentation is available at https://docs.cribl.io/cribl-as-code/api-reference. Product documentation is available at https://docs.cribl.io.
|
|
26
|
+
|
|
27
|
+
> [!IMPORTANT]
|
|
28
|
+
> **Preview Feature**
|
|
29
|
+
> The Cribl SDKs are Preview features that are still being developed. We do not recommend using them in a production environment, because the features might not be fully tested or optimized for performance, and related documentation could be incomplete.
|
|
30
|
+
>
|
|
31
|
+
> Please continue to submit feedback through normal Cribl support channels, but assistance might be limited while the features remain in Preview.
|
|
32
|
+
|
|
33
|
+
<!-- No Summary [summary] -->
|
|
26
34
|
|
|
27
35
|
<!-- Start Table of Contents [toc] -->
|
|
28
36
|
## Table of Contents
|
|
@@ -242,9 +250,14 @@ asyncio.run(main())
|
|
|
242
250
|
```
|
|
243
251
|
<!-- End SDK Example Usage [usage] -->
|
|
244
252
|
|
|
245
|
-
<!-- Start Authentication [security] -->
|
|
246
253
|
## Authentication
|
|
247
254
|
|
|
255
|
+
Except for the `health.get` and `auth.tokens.get` methods, all Cribl SDK requests require you to authenticate with a Bearer token. You must include a valid Bearer token in the configuration when initializing your SDK client. The Bearer token verifies your identity and ensures secure access to the requested resources. The SDK automatically manages the `Authorization` header for subsequent requests once properly authenticated.
|
|
256
|
+
|
|
257
|
+
For information about Bearer token expiration, see [Token Management](https://docs.cribl.io/cribl-as-code/sdks-auth/#sdks-token-mgmt) in the Cribl as Code documentation.
|
|
258
|
+
|
|
259
|
+
**Authentication happens once during SDK initialization**. After you initialize the SDK client with authentication as shown in the [authentication examples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#authentication-examples), the SDK automatically handles authentication for all subsequent API calls. You do not need to include authentication parameters in individual API requests. The [SDK Example Usage](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#sdk-example-usage) section shows how to initialize the SDK and make API calls, but if you've properly initialized your client as shown in the authentication examples, you only need to make the API method calls themselves without re-initializing.
|
|
260
|
+
|
|
248
261
|
### Per-Client Security Schemes
|
|
249
262
|
|
|
250
263
|
This SDK supports the following security schemes globally:
|
|
@@ -254,62 +267,19 @@ This SDK supports the following security schemes globally:
|
|
|
254
267
|
| `bearer_auth` | http | HTTP Bearer | `CRIBLCONTROLPLANE_BEARER_AUTH` |
|
|
255
268
|
| `client_oauth` | oauth2 | OAuth2 token | `CRIBLCONTROLPLANE_CLIENT_OAUTH` |
|
|
256
269
|
|
|
257
|
-
|
|
258
|
-
```python
|
|
259
|
-
from cribl_control_plane import CriblControlPlane, models
|
|
260
|
-
import os
|
|
270
|
+
To configure authentication on Cribl.Cloud and in hybrid deployments, use the `client_oauth` security scheme. The SDK uses the OAuth credentials that you provide to obtain a Bearer token and refresh the token within its expiration window using the standard OAuth2 flow.
|
|
261
271
|
|
|
272
|
+
In on-prem deployments, use the `bearer_auth` security scheme. The SDK uses the username/password credentials that you provide to obtain a Bearer token. Automatically refreshing the Bearer token within its expiration window requires a callback function as shown in the [On-Prem Authentication Example](https://github.com/criblio/cribl_control_plane_sdk_python/blob/main/examples/example_onprem_auth.py).
|
|
262
273
|
|
|
263
|
-
with
|
|
264
|
-
server_url="https://api.example.com",
|
|
265
|
-
security=models.Security(
|
|
266
|
-
bearer_auth=os.getenv("CRIBLCONTROLPLANE_BEARER_AUTH", ""),
|
|
267
|
-
),
|
|
268
|
-
) as ccp_client:
|
|
274
|
+
Set the security scheme through the `security` optional parameter when initializing the SDK client instance. The SDK uses the selected scheme by default to authenticate with the API for all operations that support it.
|
|
269
275
|
|
|
270
|
-
|
|
271
|
-
"<value 1>",
|
|
272
|
-
"<value 2>",
|
|
273
|
-
], bucket_name="<value>", cache_connection={
|
|
274
|
-
"accelerated_fields": [
|
|
275
|
-
"<value 1>",
|
|
276
|
-
"<value 2>",
|
|
277
|
-
],
|
|
278
|
-
"backfill_status": models.CacheConnectionBackfillStatus.PENDING,
|
|
279
|
-
"cache_ref": "<value>",
|
|
280
|
-
"created_at": 7795.06,
|
|
281
|
-
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
282
|
-
"migration_query_id": "<id>",
|
|
283
|
-
"retention_in_days": 1466.58,
|
|
284
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
285
|
-
"current_size_bytes": 6170.04,
|
|
286
|
-
"metrics_date": "<value>",
|
|
287
|
-
}, retention_period_in_days=456.37, search_config={
|
|
288
|
-
"datatypes": [
|
|
289
|
-
"<value 1>",
|
|
290
|
-
],
|
|
291
|
-
"metadata": {
|
|
292
|
-
"earliest": "<value>",
|
|
293
|
-
"enable_acceleration": True,
|
|
294
|
-
"field_list": [
|
|
295
|
-
"<value 1>",
|
|
296
|
-
"<value 2>",
|
|
297
|
-
],
|
|
298
|
-
"latest_run_info": {
|
|
299
|
-
"earliest_scanned_time": 4334.7,
|
|
300
|
-
"finished_at": 6811.22,
|
|
301
|
-
"latest_scanned_time": 5303.3,
|
|
302
|
-
"object_count": 9489.04,
|
|
303
|
-
},
|
|
304
|
-
"scan_mode": models.ScanMode.DETAILED,
|
|
305
|
-
},
|
|
306
|
-
}, storage_location_id="<id>", view_name="<value>")
|
|
276
|
+
### Authentication Examples
|
|
307
277
|
|
|
308
|
-
|
|
309
|
-
print(res)
|
|
278
|
+
The [Cribl.Cloud and Hybrid Authentication Example](https://github.com/criblio/cribl_control_plane_sdk_python/blob/main/examples/example_cloud_auth.py) demonstrates how to configure authentication on Cribl.Cloud and in hybrid deployments. To obtain the Client ID and Client Secret you'll need to initialize using the `client_oauth` security schema, follow the [instructions for creating an API Credential](https://docs.cribl.io/cribl-as-code/sdks-auth/#sdks-auth-cloud) in the Cribl as Code documentation.
|
|
310
279
|
|
|
311
|
-
|
|
312
|
-
|
|
280
|
+
The [On-Prem Authentication Example](https://github.com/criblio/cribl_control_plane_sdk_python/blob/main/examples/example_onprem_auth.py) demonstrates how to configure authentication in on-prem deployments using your username and password.
|
|
281
|
+
|
|
282
|
+
<!-- No Authentication [security] -->
|
|
313
283
|
|
|
314
284
|
<!-- Start Available Resources and Operations [operations] -->
|
|
315
285
|
## Available Resources and Operations
|
|
@@ -418,11 +388,6 @@ with CriblControlPlane(
|
|
|
418
388
|
* [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
|
|
419
389
|
* [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
|
|
420
390
|
|
|
421
|
-
#### [system.settings.cribl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md)
|
|
422
|
-
|
|
423
|
-
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#list) - Get Cribl system settings
|
|
424
|
-
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#update) - Update Cribl system settings
|
|
425
|
-
|
|
426
391
|
#### [versions.branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md)
|
|
427
392
|
|
|
428
393
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md#list) - List all branches in the Git repository used for Cribl configuration
|
|
@@ -706,7 +671,7 @@ with CriblControlPlane(
|
|
|
706
671
|
|
|
707
672
|
|
|
708
673
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
709
|
-
* [`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
|
|
674
|
+
* [`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 63 methods.*
|
|
710
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.
|
|
711
676
|
|
|
712
677
|
</details>
|
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
# cribl_control_plane_sdk_python
|
|
2
|
-
<!-- Start Summary [summary] -->
|
|
3
|
-
## Summary
|
|
4
2
|
|
|
5
|
-
Cribl
|
|
6
|
-
|
|
3
|
+
The Cribl Python SDK for the control plane provides operational control over Cribl resources and helps streamline the process of integrating with Cribl.
|
|
4
|
+
|
|
5
|
+
In addition to the usage examples in this repository, the Cribl documentation includes [code examples for common use cases](https://docs.cribl.io/cribl-as-code/code-examples).
|
|
6
|
+
|
|
7
|
+
Complementary API reference documentation is available at https://docs.cribl.io/cribl-as-code/api-reference. Product documentation is available at https://docs.cribl.io.
|
|
8
|
+
|
|
9
|
+
> [!IMPORTANT]
|
|
10
|
+
> **Preview Feature**
|
|
11
|
+
> The Cribl SDKs are Preview features that are still being developed. We do not recommend using them in a production environment, because the features might not be fully tested or optimized for performance, and related documentation could be incomplete.
|
|
12
|
+
>
|
|
13
|
+
> Please continue to submit feedback through normal Cribl support channels, but assistance might be limited while the features remain in Preview.
|
|
14
|
+
|
|
15
|
+
<!-- No Summary [summary] -->
|
|
7
16
|
|
|
8
17
|
<!-- Start Table of Contents [toc] -->
|
|
9
18
|
## Table of Contents
|
|
@@ -223,9 +232,14 @@ asyncio.run(main())
|
|
|
223
232
|
```
|
|
224
233
|
<!-- End SDK Example Usage [usage] -->
|
|
225
234
|
|
|
226
|
-
<!-- Start Authentication [security] -->
|
|
227
235
|
## Authentication
|
|
228
236
|
|
|
237
|
+
Except for the `health.get` and `auth.tokens.get` methods, all Cribl SDK requests require you to authenticate with a Bearer token. You must include a valid Bearer token in the configuration when initializing your SDK client. The Bearer token verifies your identity and ensures secure access to the requested resources. The SDK automatically manages the `Authorization` header for subsequent requests once properly authenticated.
|
|
238
|
+
|
|
239
|
+
For information about Bearer token expiration, see [Token Management](https://docs.cribl.io/cribl-as-code/sdks-auth/#sdks-token-mgmt) in the Cribl as Code documentation.
|
|
240
|
+
|
|
241
|
+
**Authentication happens once during SDK initialization**. After you initialize the SDK client with authentication as shown in the [authentication examples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#authentication-examples), the SDK automatically handles authentication for all subsequent API calls. You do not need to include authentication parameters in individual API requests. The [SDK Example Usage](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#sdk-example-usage) section shows how to initialize the SDK and make API calls, but if you've properly initialized your client as shown in the authentication examples, you only need to make the API method calls themselves without re-initializing.
|
|
242
|
+
|
|
229
243
|
### Per-Client Security Schemes
|
|
230
244
|
|
|
231
245
|
This SDK supports the following security schemes globally:
|
|
@@ -235,62 +249,19 @@ This SDK supports the following security schemes globally:
|
|
|
235
249
|
| `bearer_auth` | http | HTTP Bearer | `CRIBLCONTROLPLANE_BEARER_AUTH` |
|
|
236
250
|
| `client_oauth` | oauth2 | OAuth2 token | `CRIBLCONTROLPLANE_CLIENT_OAUTH` |
|
|
237
251
|
|
|
238
|
-
|
|
239
|
-
```python
|
|
240
|
-
from cribl_control_plane import CriblControlPlane, models
|
|
241
|
-
import os
|
|
252
|
+
To configure authentication on Cribl.Cloud and in hybrid deployments, use the `client_oauth` security scheme. The SDK uses the OAuth credentials that you provide to obtain a Bearer token and refresh the token within its expiration window using the standard OAuth2 flow.
|
|
242
253
|
|
|
254
|
+
In on-prem deployments, use the `bearer_auth` security scheme. The SDK uses the username/password credentials that you provide to obtain a Bearer token. Automatically refreshing the Bearer token within its expiration window requires a callback function as shown in the [On-Prem Authentication Example](https://github.com/criblio/cribl_control_plane_sdk_python/blob/main/examples/example_onprem_auth.py).
|
|
243
255
|
|
|
244
|
-
with
|
|
245
|
-
server_url="https://api.example.com",
|
|
246
|
-
security=models.Security(
|
|
247
|
-
bearer_auth=os.getenv("CRIBLCONTROLPLANE_BEARER_AUTH", ""),
|
|
248
|
-
),
|
|
249
|
-
) as ccp_client:
|
|
256
|
+
Set the security scheme through the `security` optional parameter when initializing the SDK client instance. The SDK uses the selected scheme by default to authenticate with the API for all operations that support it.
|
|
250
257
|
|
|
251
|
-
|
|
252
|
-
"<value 1>",
|
|
253
|
-
"<value 2>",
|
|
254
|
-
], bucket_name="<value>", cache_connection={
|
|
255
|
-
"accelerated_fields": [
|
|
256
|
-
"<value 1>",
|
|
257
|
-
"<value 2>",
|
|
258
|
-
],
|
|
259
|
-
"backfill_status": models.CacheConnectionBackfillStatus.PENDING,
|
|
260
|
-
"cache_ref": "<value>",
|
|
261
|
-
"created_at": 7795.06,
|
|
262
|
-
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
263
|
-
"migration_query_id": "<id>",
|
|
264
|
-
"retention_in_days": 1466.58,
|
|
265
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
266
|
-
"current_size_bytes": 6170.04,
|
|
267
|
-
"metrics_date": "<value>",
|
|
268
|
-
}, retention_period_in_days=456.37, search_config={
|
|
269
|
-
"datatypes": [
|
|
270
|
-
"<value 1>",
|
|
271
|
-
],
|
|
272
|
-
"metadata": {
|
|
273
|
-
"earliest": "<value>",
|
|
274
|
-
"enable_acceleration": True,
|
|
275
|
-
"field_list": [
|
|
276
|
-
"<value 1>",
|
|
277
|
-
"<value 2>",
|
|
278
|
-
],
|
|
279
|
-
"latest_run_info": {
|
|
280
|
-
"earliest_scanned_time": 4334.7,
|
|
281
|
-
"finished_at": 6811.22,
|
|
282
|
-
"latest_scanned_time": 5303.3,
|
|
283
|
-
"object_count": 9489.04,
|
|
284
|
-
},
|
|
285
|
-
"scan_mode": models.ScanMode.DETAILED,
|
|
286
|
-
},
|
|
287
|
-
}, storage_location_id="<id>", view_name="<value>")
|
|
258
|
+
### Authentication Examples
|
|
288
259
|
|
|
289
|
-
|
|
290
|
-
print(res)
|
|
260
|
+
The [Cribl.Cloud and Hybrid Authentication Example](https://github.com/criblio/cribl_control_plane_sdk_python/blob/main/examples/example_cloud_auth.py) demonstrates how to configure authentication on Cribl.Cloud and in hybrid deployments. To obtain the Client ID and Client Secret you'll need to initialize using the `client_oauth` security schema, follow the [instructions for creating an API Credential](https://docs.cribl.io/cribl-as-code/sdks-auth/#sdks-auth-cloud) in the Cribl as Code documentation.
|
|
291
261
|
|
|
292
|
-
|
|
293
|
-
|
|
262
|
+
The [On-Prem Authentication Example](https://github.com/criblio/cribl_control_plane_sdk_python/blob/main/examples/example_onprem_auth.py) demonstrates how to configure authentication in on-prem deployments using your username and password.
|
|
263
|
+
|
|
264
|
+
<!-- No Authentication [security] -->
|
|
294
265
|
|
|
295
266
|
<!-- Start Available Resources and Operations [operations] -->
|
|
296
267
|
## Available Resources and Operations
|
|
@@ -399,11 +370,6 @@ with CriblControlPlane(
|
|
|
399
370
|
* [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
|
|
400
371
|
* [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
|
|
401
372
|
|
|
402
|
-
#### [system.settings.cribl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md)
|
|
403
|
-
|
|
404
|
-
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#list) - Get Cribl system settings
|
|
405
|
-
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#update) - Update Cribl system settings
|
|
406
|
-
|
|
407
373
|
#### [versions.branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md)
|
|
408
374
|
|
|
409
375
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md#list) - List all branches in the Git repository used for Cribl configuration
|
|
@@ -687,7 +653,7 @@ with CriblControlPlane(
|
|
|
687
653
|
|
|
688
654
|
|
|
689
655
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
690
|
-
* [`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
|
|
656
|
+
* [`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 63 methods.*
|
|
691
657
|
* [`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.
|
|
692
658
|
|
|
693
659
|
</details>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
[project]
|
|
3
3
|
name = "cribl-control-plane"
|
|
4
|
-
version = "0.4.
|
|
4
|
+
version = "0.4.0rc2"
|
|
5
5
|
description = "Python Client SDK Generated by Speakeasy."
|
|
6
6
|
authors = [{ name = "Speakeasy" },]
|
|
7
7
|
readme = "README-PYPI.md"
|
|
@@ -28,7 +28,6 @@ in-project = true
|
|
|
28
28
|
[tool.poetry.group.dev.dependencies]
|
|
29
29
|
mypy = "==1.15.0"
|
|
30
30
|
pylint = "==3.2.3"
|
|
31
|
-
pyright = "==1.1.398"
|
|
32
31
|
|
|
33
32
|
[build-system]
|
|
34
33
|
requires = ["poetry-core"]
|
{cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_version.py
RENAMED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.4.
|
|
7
|
-
__openapi_doc_version__: str = "4.16.0-alpha.
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.4.
|
|
6
|
+
__version__: str = "0.4.0rc2"
|
|
7
|
+
__openapi_doc_version__: str = "4.16.0-alpha.1763640448660-89844071"
|
|
8
|
+
__gen_version__: str = "2.743.2"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.4.0rc2 2.743.2 4.16.0-alpha.1763640448660-89844071 cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
{cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/acl.py
RENAMED
|
@@ -76,21 +76,16 @@ class ACL(BaseSDK):
|
|
|
76
76
|
accept_header_value="application/json",
|
|
77
77
|
http_headers=http_headers,
|
|
78
78
|
security=self.sdk_configuration.security,
|
|
79
|
-
allow_empty_value=None,
|
|
80
79
|
timeout_ms=timeout_ms,
|
|
81
80
|
)
|
|
82
81
|
|
|
83
82
|
if retries == UNSET:
|
|
84
83
|
if self.sdk_configuration.retry_config is not UNSET:
|
|
85
84
|
retries = self.sdk_configuration.retry_config
|
|
86
|
-
else:
|
|
87
|
-
retries = utils.RetryConfig(
|
|
88
|
-
"backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
|
|
89
|
-
)
|
|
90
85
|
|
|
91
86
|
retry_config = None
|
|
92
87
|
if isinstance(retries, utils.RetryConfig):
|
|
93
|
-
retry_config = (retries, ["429"])
|
|
88
|
+
retry_config = (retries, ["429", "500", "502", "503", "504"])
|
|
94
89
|
|
|
95
90
|
http_res = self.do_request(
|
|
96
91
|
hook_ctx=HookContext(
|
|
@@ -176,21 +171,16 @@ class ACL(BaseSDK):
|
|
|
176
171
|
accept_header_value="application/json",
|
|
177
172
|
http_headers=http_headers,
|
|
178
173
|
security=self.sdk_configuration.security,
|
|
179
|
-
allow_empty_value=None,
|
|
180
174
|
timeout_ms=timeout_ms,
|
|
181
175
|
)
|
|
182
176
|
|
|
183
177
|
if retries == UNSET:
|
|
184
178
|
if self.sdk_configuration.retry_config is not UNSET:
|
|
185
179
|
retries = self.sdk_configuration.retry_config
|
|
186
|
-
else:
|
|
187
|
-
retries = utils.RetryConfig(
|
|
188
|
-
"backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
|
|
189
|
-
)
|
|
190
180
|
|
|
191
181
|
retry_config = None
|
|
192
182
|
if isinstance(retries, utils.RetryConfig):
|
|
193
|
-
retry_config = (retries, ["429"])
|
|
183
|
+
retry_config = (retries, ["429", "500", "502", "503", "504"])
|
|
194
184
|
|
|
195
185
|
http_res = await self.do_request_async(
|
|
196
186
|
hook_ctx=HookContext(
|
{cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/basesdk.py
RENAMED
|
@@ -64,7 +64,6 @@ class BaseSDK:
|
|
|
64
64
|
] = None,
|
|
65
65
|
url_override: Optional[str] = None,
|
|
66
66
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
67
|
-
allow_empty_value: Optional[List[str]] = None,
|
|
68
67
|
) -> httpx.Request:
|
|
69
68
|
client = self.sdk_configuration.async_client
|
|
70
69
|
return self._build_request_with_client(
|
|
@@ -85,7 +84,6 @@ class BaseSDK:
|
|
|
85
84
|
get_serialized_body,
|
|
86
85
|
url_override,
|
|
87
86
|
http_headers,
|
|
88
|
-
allow_empty_value,
|
|
89
87
|
)
|
|
90
88
|
|
|
91
89
|
def _build_request(
|
|
@@ -108,7 +106,6 @@ class BaseSDK:
|
|
|
108
106
|
] = None,
|
|
109
107
|
url_override: Optional[str] = None,
|
|
110
108
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
111
|
-
allow_empty_value: Optional[List[str]] = None,
|
|
112
109
|
) -> httpx.Request:
|
|
113
110
|
client = self.sdk_configuration.client
|
|
114
111
|
return self._build_request_with_client(
|
|
@@ -129,7 +126,6 @@ class BaseSDK:
|
|
|
129
126
|
get_serialized_body,
|
|
130
127
|
url_override,
|
|
131
128
|
http_headers,
|
|
132
|
-
allow_empty_value,
|
|
133
129
|
)
|
|
134
130
|
|
|
135
131
|
def _build_request_with_client(
|
|
@@ -153,7 +149,6 @@ class BaseSDK:
|
|
|
153
149
|
] = None,
|
|
154
150
|
url_override: Optional[str] = None,
|
|
155
151
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
156
|
-
allow_empty_value: Optional[List[str]] = None,
|
|
157
152
|
) -> httpx.Request:
|
|
158
153
|
query_params = {}
|
|
159
154
|
|
|
@@ -169,7 +164,6 @@ class BaseSDK:
|
|
|
169
164
|
query_params = utils.get_query_params(
|
|
170
165
|
request if request_has_query_params else None,
|
|
171
166
|
_globals if request_has_query_params else None,
|
|
172
|
-
allow_empty_value,
|
|
173
167
|
)
|
|
174
168
|
else:
|
|
175
169
|
# Pick up the query parameter from the override so they can be
|
{cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/branches.py
RENAMED
|
@@ -49,21 +49,16 @@ class Branches(BaseSDK):
|
|
|
49
49
|
accept_header_value="application/json",
|
|
50
50
|
http_headers=http_headers,
|
|
51
51
|
security=self.sdk_configuration.security,
|
|
52
|
-
allow_empty_value=None,
|
|
53
52
|
timeout_ms=timeout_ms,
|
|
54
53
|
)
|
|
55
54
|
|
|
56
55
|
if retries == UNSET:
|
|
57
56
|
if self.sdk_configuration.retry_config is not UNSET:
|
|
58
57
|
retries = self.sdk_configuration.retry_config
|
|
59
|
-
else:
|
|
60
|
-
retries = utils.RetryConfig(
|
|
61
|
-
"backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
|
|
62
|
-
)
|
|
63
58
|
|
|
64
59
|
retry_config = None
|
|
65
60
|
if isinstance(retries, utils.RetryConfig):
|
|
66
|
-
retry_config = (retries, ["429"])
|
|
61
|
+
retry_config = (retries, ["429", "500", "502", "503", "504"])
|
|
67
62
|
|
|
68
63
|
http_res = self.do_request(
|
|
69
64
|
hook_ctx=HookContext(
|
|
@@ -134,21 +129,16 @@ class Branches(BaseSDK):
|
|
|
134
129
|
accept_header_value="application/json",
|
|
135
130
|
http_headers=http_headers,
|
|
136
131
|
security=self.sdk_configuration.security,
|
|
137
|
-
allow_empty_value=None,
|
|
138
132
|
timeout_ms=timeout_ms,
|
|
139
133
|
)
|
|
140
134
|
|
|
141
135
|
if retries == UNSET:
|
|
142
136
|
if self.sdk_configuration.retry_config is not UNSET:
|
|
143
137
|
retries = self.sdk_configuration.retry_config
|
|
144
|
-
else:
|
|
145
|
-
retries = utils.RetryConfig(
|
|
146
|
-
"backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
|
|
147
|
-
)
|
|
148
138
|
|
|
149
139
|
retry_config = None
|
|
150
140
|
if isinstance(retries, utils.RetryConfig):
|
|
151
|
-
retry_config = (retries, ["429"])
|
|
141
|
+
retry_config = (retries, ["429", "500", "502", "503", "504"])
|
|
152
142
|
|
|
153
143
|
http_res = await self.do_request_async(
|
|
154
144
|
hook_ctx=HookContext(
|
|
@@ -219,21 +209,16 @@ class Branches(BaseSDK):
|
|
|
219
209
|
accept_header_value="application/json",
|
|
220
210
|
http_headers=http_headers,
|
|
221
211
|
security=self.sdk_configuration.security,
|
|
222
|
-
allow_empty_value=None,
|
|
223
212
|
timeout_ms=timeout_ms,
|
|
224
213
|
)
|
|
225
214
|
|
|
226
215
|
if retries == UNSET:
|
|
227
216
|
if self.sdk_configuration.retry_config is not UNSET:
|
|
228
217
|
retries = self.sdk_configuration.retry_config
|
|
229
|
-
else:
|
|
230
|
-
retries = utils.RetryConfig(
|
|
231
|
-
"backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
|
|
232
|
-
)
|
|
233
218
|
|
|
234
219
|
retry_config = None
|
|
235
220
|
if isinstance(retries, utils.RetryConfig):
|
|
236
|
-
retry_config = (retries, ["429"])
|
|
221
|
+
retry_config = (retries, ["429", "500", "502", "503", "504"])
|
|
237
222
|
|
|
238
223
|
http_res = self.do_request(
|
|
239
224
|
hook_ctx=HookContext(
|
|
@@ -304,21 +289,16 @@ class Branches(BaseSDK):
|
|
|
304
289
|
accept_header_value="application/json",
|
|
305
290
|
http_headers=http_headers,
|
|
306
291
|
security=self.sdk_configuration.security,
|
|
307
|
-
allow_empty_value=None,
|
|
308
292
|
timeout_ms=timeout_ms,
|
|
309
293
|
)
|
|
310
294
|
|
|
311
295
|
if retries == UNSET:
|
|
312
296
|
if self.sdk_configuration.retry_config is not UNSET:
|
|
313
297
|
retries = self.sdk_configuration.retry_config
|
|
314
|
-
else:
|
|
315
|
-
retries = utils.RetryConfig(
|
|
316
|
-
"backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
|
|
317
|
-
)
|
|
318
298
|
|
|
319
299
|
retry_config = None
|
|
320
300
|
if isinstance(retries, utils.RetryConfig):
|
|
321
|
-
retry_config = (retries, ["429"])
|
|
301
|
+
retry_config = (retries, ["429", "500", "502", "503", "504"])
|
|
322
302
|
|
|
323
303
|
http_res = await self.do_request_async(
|
|
324
304
|
hook_ctx=HookContext(
|