cribl-control-plane 0.0.51__tar.gz → 0.0.52__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.0.51 → cribl_control_plane-0.0.52}/PKG-INFO +1 -8
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/README-PYPI.md +0 -7
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/pyproject.toml +1 -1
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/_hooks/clientcredentials.py +91 -41
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/_version.py +3 -3
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/errors/apierror.py +1 -1
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +1 -1
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/errors/error.py +1 -1
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/errors/healthstatus_error.py +1 -1
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/errors/no_response_error.py +1 -1
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/errors/responsevalidationerror.py +1 -1
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/py.typed +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/acl.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/auth_sdk.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/branches.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/commits.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/commits_files.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/configs_versions.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/destinations.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/destinations_pq.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/errors/__init__.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/groups_configs.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/groups_sdk.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/health.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/hectokens.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/lakedatasets.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/__init__.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/appmode.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/branchinfo.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/configgroup.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/createpipelineop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/createversionundoop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/difffiles.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getversioncountop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getversionop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getversionshowop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/gitcountresult.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/gitlogresult.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/healthstatus.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/input.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputappscope.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputcollection.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputcribl.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputelastic.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputeventhub.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputfile.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputfirehose.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputgrafana.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputhttp.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputkafka.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputkinesis.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputloki.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputmetrics.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputmsk.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputnetflow.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputprometheus.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputrawudp.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputs3.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputsnmp.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputsplunk.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputsqs.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputsyslog.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputtcp.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputwef.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputwiz.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputwizwebhook.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/jobinfo.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/jobstatus.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/output.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputazureblob.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputcribllake.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputdatadog.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputdataset.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputdls3.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputelastic.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputexabeam.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputgraphite.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputkafka.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputkinesis.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputloki.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputminio.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputmsk.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputprometheus.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputring.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputs3.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputsentinel.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputservicenow.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputsns.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputsplunk.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputsqs.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputstatsd.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputsumologic.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputsyslog.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputwavefront.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputwebhook.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/outputxsiam.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/packinfo.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/productscore.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/routecloneconf.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/runnablejob.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/runnablejobcollection.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/runnablejobexecutor.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/workertypes.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/nodes.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/packs.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/pipelines.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/routes_sdk.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/samples.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/sdk.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/sources.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/statuses.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/summaries.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/teams.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/tokens.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/utils/values.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/versions.py +0 -0
- {cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/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.0.
|
|
3
|
+
Version: 0.0.52
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -315,14 +315,10 @@ with CriblControlPlane(
|
|
|
315
315
|
<details open>
|
|
316
316
|
<summary>Available methods</summary>
|
|
317
317
|
|
|
318
|
-
### [auth](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md)
|
|
319
|
-
|
|
320
|
-
|
|
321
318
|
#### [auth.tokens](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/tokens/README.md)
|
|
322
319
|
|
|
323
320
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/tokens/README.md#get) - Log in and fetch an authentication token
|
|
324
321
|
|
|
325
|
-
|
|
326
322
|
### [destinations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md)
|
|
327
323
|
|
|
328
324
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list) - List all Destinations
|
|
@@ -419,9 +415,6 @@ with CriblControlPlane(
|
|
|
419
415
|
* [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
|
|
420
416
|
* [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
|
|
421
417
|
|
|
422
|
-
### [versions](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versions/README.md)
|
|
423
|
-
|
|
424
|
-
|
|
425
418
|
#### [versions.branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md)
|
|
426
419
|
|
|
427
420
|
* [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
|
|
@@ -297,14 +297,10 @@ with CriblControlPlane(
|
|
|
297
297
|
<details open>
|
|
298
298
|
<summary>Available methods</summary>
|
|
299
299
|
|
|
300
|
-
### [auth](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md)
|
|
301
|
-
|
|
302
|
-
|
|
303
300
|
#### [auth.tokens](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/tokens/README.md)
|
|
304
301
|
|
|
305
302
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/tokens/README.md#get) - Log in and fetch an authentication token
|
|
306
303
|
|
|
307
|
-
|
|
308
304
|
### [destinations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md)
|
|
309
305
|
|
|
310
306
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list) - List all Destinations
|
|
@@ -401,9 +397,6 @@ with CriblControlPlane(
|
|
|
401
397
|
* [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
|
|
402
398
|
* [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
|
|
403
399
|
|
|
404
|
-
### [versions](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versions/README.md)
|
|
405
|
-
|
|
406
|
-
|
|
407
400
|
#### [versions.branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md)
|
|
408
401
|
|
|
409
402
|
* [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
|
|
@@ -21,6 +21,7 @@ class Credentials:
|
|
|
21
21
|
client_id: str
|
|
22
22
|
client_secret: str
|
|
23
23
|
token_url: str
|
|
24
|
+
scopes: Optional[List[str]]
|
|
24
25
|
additional_properties: Dict[str, str]
|
|
25
26
|
|
|
26
27
|
def __init__(
|
|
@@ -28,25 +29,27 @@ class Credentials:
|
|
|
28
29
|
client_id: str,
|
|
29
30
|
client_secret: str,
|
|
30
31
|
token_url: str,
|
|
32
|
+
scopes: Optional[List[str]],
|
|
31
33
|
additional_properties: Optional[Dict[str, str]] = None,
|
|
32
34
|
):
|
|
33
35
|
self.client_id = client_id
|
|
34
36
|
self.client_secret = client_secret
|
|
35
37
|
self.token_url = token_url
|
|
38
|
+
self.scopes = scopes
|
|
36
39
|
self.additional_properties = additional_properties or {}
|
|
37
40
|
|
|
38
41
|
|
|
39
42
|
class Session:
|
|
40
43
|
credentials: Credentials
|
|
41
44
|
token: str
|
|
42
|
-
scopes:
|
|
45
|
+
scopes: List[str]
|
|
43
46
|
expires_at: Optional[int] = None
|
|
44
47
|
|
|
45
48
|
def __init__(
|
|
46
49
|
self,
|
|
47
50
|
credentials: Credentials,
|
|
48
51
|
token: str,
|
|
49
|
-
scopes:
|
|
52
|
+
scopes: List[str],
|
|
50
53
|
expires_at: Optional[int] = None,
|
|
51
54
|
):
|
|
52
55
|
self.credentials = credentials
|
|
@@ -57,7 +60,7 @@ class Session:
|
|
|
57
60
|
|
|
58
61
|
class ClientCredentialsHook(SDKInitHook, BeforeRequestHook, AfterErrorHook):
|
|
59
62
|
client: HttpClient
|
|
60
|
-
sessions: Dict[str, Session] = {}
|
|
63
|
+
sessions: Dict[str, Dict[str, Session]] = {}
|
|
61
64
|
|
|
62
65
|
def sdk_init(self, config: SDKConfiguration) -> SDKConfiguration:
|
|
63
66
|
if config.client is None:
|
|
@@ -69,8 +72,7 @@ class ClientCredentialsHook(SDKInitHook, BeforeRequestHook, AfterErrorHook):
|
|
|
69
72
|
def before_request(
|
|
70
73
|
self, hook_ctx: BeforeRequestContext, request: httpx.Request
|
|
71
74
|
) -> httpx.Request:
|
|
72
|
-
if hook_ctx
|
|
73
|
-
# OAuth2 not in use
|
|
75
|
+
if self.is_hook_disabled(hook_ctx):
|
|
74
76
|
return request
|
|
75
77
|
|
|
76
78
|
credentials = self.get_credentials(hook_ctx)
|
|
@@ -81,22 +83,24 @@ class ClientCredentialsHook(SDKInitHook, BeforeRequestHook, AfterErrorHook):
|
|
|
81
83
|
credentials.client_id, credentials.client_secret
|
|
82
84
|
)
|
|
83
85
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
):
|
|
91
|
-
sess = self.do_token_request(
|
|
86
|
+
scopes = self.get_required_scopes(credentials, hook_ctx)
|
|
87
|
+
session = self.get_existing_session(session_key, scopes)
|
|
88
|
+
|
|
89
|
+
if session is None:
|
|
90
|
+
# Create new session
|
|
91
|
+
session = self.do_token_request(
|
|
92
92
|
hook_ctx,
|
|
93
93
|
credentials,
|
|
94
|
-
|
|
94
|
+
scopes,
|
|
95
95
|
)
|
|
96
96
|
|
|
97
|
-
self.sessions
|
|
97
|
+
if session_key not in self.sessions:
|
|
98
|
+
self.sessions[session_key] = {}
|
|
99
|
+
|
|
100
|
+
scope_key = self.get_scope_key(scopes)
|
|
101
|
+
self.sessions[session_key][scope_key] = session
|
|
98
102
|
|
|
99
|
-
request.headers["Authorization"] = f"Bearer {
|
|
103
|
+
request.headers["Authorization"] = f"Bearer {session.token}"
|
|
100
104
|
|
|
101
105
|
return request
|
|
102
106
|
|
|
@@ -106,8 +110,7 @@ class ClientCredentialsHook(SDKInitHook, BeforeRequestHook, AfterErrorHook):
|
|
|
106
110
|
response: Optional[httpx.Response],
|
|
107
111
|
error: Optional[Exception],
|
|
108
112
|
) -> Union[Tuple[Optional[httpx.Response], Optional[Exception]], Exception]:
|
|
109
|
-
if hook_ctx
|
|
110
|
-
# OAuth2 not in use
|
|
113
|
+
if self.is_hook_disabled(hook_ctx):
|
|
111
114
|
return (response, error)
|
|
112
115
|
|
|
113
116
|
# We don't want to refresh the token if the error is not related to the token
|
|
@@ -122,12 +125,15 @@ class ClientCredentialsHook(SDKInitHook, BeforeRequestHook, AfterErrorHook):
|
|
|
122
125
|
session_key = self.get_session_key(
|
|
123
126
|
credentials.client_id, credentials.client_secret
|
|
124
127
|
)
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
+
scopes = self.get_required_scopes(credentials, hook_ctx)
|
|
129
|
+
scope_key = self.get_scope_key(scopes)
|
|
130
|
+
self.remove_session(session_key, scope_key)
|
|
128
131
|
|
|
129
132
|
return (response, error)
|
|
130
133
|
|
|
134
|
+
def is_hook_disabled(self, hook_ctx: HookContext) -> bool:
|
|
135
|
+
return hook_ctx.oauth2_scopes is None
|
|
136
|
+
|
|
131
137
|
def get_credentials(self, hook_ctx: HookContext) -> Optional[Credentials]:
|
|
132
138
|
source = hook_ctx.security_source
|
|
133
139
|
|
|
@@ -145,21 +151,19 @@ class ClientCredentialsHook(SDKInitHook, BeforeRequestHook, AfterErrorHook):
|
|
|
145
151
|
# Extract additional properties from security object
|
|
146
152
|
additional_properties = {}
|
|
147
153
|
for key, value in dict(security.client_oauth).items():
|
|
148
|
-
if key not in ["client_id", "client_secret", "token_url"]:
|
|
154
|
+
if key not in ["client_id", "client_secret", "token_url", "scopes"]:
|
|
149
155
|
additional_properties[key] = value
|
|
150
156
|
|
|
151
157
|
return Credentials(
|
|
152
158
|
client_id=security.client_oauth.client_id,
|
|
153
159
|
client_secret=security.client_oauth.client_secret,
|
|
154
160
|
token_url=security.client_oauth.token_url,
|
|
161
|
+
scopes=None,
|
|
155
162
|
additional_properties=additional_properties,
|
|
156
163
|
)
|
|
157
164
|
|
|
158
165
|
def do_token_request(
|
|
159
|
-
self,
|
|
160
|
-
hook_ctx: HookContext,
|
|
161
|
-
credentials: Credentials,
|
|
162
|
-
scopes: Optional[List[str]],
|
|
166
|
+
self, hook_ctx: HookContext, credentials: Credentials, scopes: List[str]
|
|
163
167
|
) -> Session:
|
|
164
168
|
payload = {
|
|
165
169
|
"grant_type": "client_credentials",
|
|
@@ -167,7 +171,7 @@ class ClientCredentialsHook(SDKInitHook, BeforeRequestHook, AfterErrorHook):
|
|
|
167
171
|
"client_secret": credentials.client_secret,
|
|
168
172
|
}
|
|
169
173
|
|
|
170
|
-
if
|
|
174
|
+
if len(scopes) > 0:
|
|
171
175
|
payload["scope"] = " ".join(scopes)
|
|
172
176
|
|
|
173
177
|
# Add additional properties to payload
|
|
@@ -203,24 +207,70 @@ class ClientCredentialsHook(SDKInitHook, BeforeRequestHook, AfterErrorHook):
|
|
|
203
207
|
)
|
|
204
208
|
|
|
205
209
|
def get_session_key(self, client_id: str, client_secret: str) -> str:
|
|
210
|
+
"""Generate a consistent session key for the given client ID and secret."""
|
|
206
211
|
return hashlib.md5(f"{client_id}:{client_secret}".encode()).hexdigest()
|
|
207
212
|
|
|
213
|
+
def get_required_scopes(
|
|
214
|
+
self, credentials: Credentials, hook_ctx: HookContext
|
|
215
|
+
) -> List[str]:
|
|
216
|
+
"""Return the list of scopes that need to be requested."""
|
|
217
|
+
if credentials.scopes is not None:
|
|
218
|
+
return credentials.scopes
|
|
219
|
+
return hook_ctx.oauth2_scopes or []
|
|
220
|
+
|
|
221
|
+
def get_scope_key(self, scopes: List[str]) -> str:
|
|
222
|
+
"""Generate a consistent scope key for the given scopes."""
|
|
223
|
+
if not scopes:
|
|
224
|
+
return ""
|
|
225
|
+
|
|
226
|
+
sorted_scopes = sorted(scopes)
|
|
227
|
+
return "&".join(sorted_scopes)
|
|
228
|
+
|
|
229
|
+
def remove_session(self, client_key: str, scope_key: str) -> None:
|
|
230
|
+
"""Remove a session and clean up empty client session maps."""
|
|
231
|
+
if client_key in self.sessions and scope_key in self.sessions[client_key]:
|
|
232
|
+
del self.sessions[client_key][scope_key]
|
|
233
|
+
|
|
234
|
+
# Clean up empty client sessions
|
|
235
|
+
if not self.sessions[client_key]:
|
|
236
|
+
del self.sessions[client_key]
|
|
237
|
+
|
|
238
|
+
def get_existing_session(
|
|
239
|
+
self, client_key: str, required_scopes: List[str]
|
|
240
|
+
) -> Optional[Session]:
|
|
241
|
+
"""Find the best session for the required scopes."""
|
|
242
|
+
if client_key not in self.sessions:
|
|
243
|
+
return None
|
|
244
|
+
|
|
245
|
+
client_sessions = self.sessions[client_key]
|
|
246
|
+
scope_key = self.get_scope_key(required_scopes)
|
|
247
|
+
|
|
248
|
+
if scope_key in client_sessions:
|
|
249
|
+
exact_match = client_sessions[scope_key]
|
|
250
|
+
if self.has_token_expired(exact_match.expires_at):
|
|
251
|
+
self.remove_session(client_key, scope_key)
|
|
252
|
+
else:
|
|
253
|
+
return exact_match
|
|
254
|
+
|
|
255
|
+
# If no exact match was found, look for a superset match
|
|
256
|
+
for key, session in client_sessions.items():
|
|
257
|
+
if self.has_token_expired(session.expires_at):
|
|
258
|
+
self.remove_session(client_key, key)
|
|
259
|
+
elif self.has_required_scopes(session.scopes, required_scopes):
|
|
260
|
+
return session
|
|
261
|
+
|
|
262
|
+
return None
|
|
263
|
+
|
|
208
264
|
def has_required_scopes(
|
|
209
|
-
self, scopes:
|
|
265
|
+
self, scopes: List[str], required_scopes: List[str]
|
|
210
266
|
) -> bool:
|
|
211
|
-
if scopes
|
|
212
|
-
return False
|
|
213
|
-
|
|
267
|
+
"""Check if all required scopes are present in the given scopes."""
|
|
214
268
|
return all(scope in scopes for scope in required_scopes)
|
|
215
269
|
|
|
216
|
-
def get_scopes(
|
|
217
|
-
self, required_scopes: List[str], sess: Optional[Session]
|
|
218
|
-
) -> List[str]:
|
|
219
|
-
scopes = required_scopes.copy()
|
|
220
|
-
if sess is not None and sess.scopes is not None:
|
|
221
|
-
scopes.extend(sess.scopes)
|
|
222
|
-
scopes = list(set(scopes))
|
|
223
|
-
return scopes
|
|
224
|
-
|
|
225
270
|
def has_token_expired(self, expires_at: Optional[int]) -> bool:
|
|
226
|
-
|
|
271
|
+
"""
|
|
272
|
+
Check if the token has expired.
|
|
273
|
+
If no expires_in field was returned by the authorization server, the token is considered to never expire.
|
|
274
|
+
A 60-second buffer is applied to refresh tokens before they actually expire.
|
|
275
|
+
"""
|
|
276
|
+
return expires_at is not None and time.time() + 60 >= expires_at
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/_version.py
RENAMED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.0.
|
|
6
|
+
__version__: str = "0.0.52"
|
|
7
7
|
__openapi_doc_version__: str = "4.14.0-837595d5"
|
|
8
|
-
__gen_version__: str = "2.
|
|
8
|
+
__gen_version__: str = "2.723.11"
|
|
9
9
|
__user_agent__: str = (
|
|
10
|
-
"speakeasy-sdk/python 0.0.
|
|
10
|
+
"speakeasy-sdk/python 0.0.52 2.723.11 4.14.0-837595d5 cribl-control-plane"
|
|
11
11
|
)
|
|
12
12
|
|
|
13
13
|
try:
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/errors/apierror.py
RENAMED
|
@@ -9,7 +9,7 @@ from cribl_control_plane.errors import CriblControlPlaneError
|
|
|
9
9
|
MAX_MESSAGE_LEN = 10_000
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
@dataclass(
|
|
12
|
+
@dataclass(unsafe_hash=True)
|
|
13
13
|
class APIError(CriblControlPlaneError):
|
|
14
14
|
"""The fallback error class if no more specific error class is matched."""
|
|
15
15
|
|
|
@@ -19,7 +19,7 @@ class HealthStatusErrorData(BaseModel):
|
|
|
19
19
|
role: Optional[models_healthstatus.Role] = None
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
@dataclass(
|
|
22
|
+
@dataclass(unsafe_hash=True)
|
|
23
23
|
class HealthStatusError(CriblControlPlaneError):
|
|
24
24
|
data: HealthStatusErrorData = field(hash=False)
|
|
25
25
|
|
|
@@ -7,7 +7,7 @@ from dataclasses import dataclass
|
|
|
7
7
|
from cribl_control_plane.errors import CriblControlPlaneError
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
@dataclass(
|
|
10
|
+
@dataclass(unsafe_hash=True)
|
|
11
11
|
class ResponseValidationError(CriblControlPlaneError):
|
|
12
12
|
"""Error raised when there is a type mismatch between the response data and the expected Pydantic model."""
|
|
13
13
|
|
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/__init__.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/_hooks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/_hooks/sdkhooks.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/_hooks/types.py
RENAMED
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/auth_sdk.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/basesdk.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/branches.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/commits.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/commits_files.py
RENAMED
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/destinations.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/destinations_pq.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/errors/__init__.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/groups_configs.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/groups_sdk.py
RENAMED
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/hectokens.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/httpclient.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/lakedatasets.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/appmode.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.51 → cribl_control_plane-0.0.52}/src/cribl_control_plane/models/commit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|