cribl-control-plane 0.0.43__tar.gz → 0.0.44__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.43 → cribl_control_plane-0.0.44}/PKG-INFO +1 -1
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/pyproject.toml +2 -1
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/_hooks/clientcredentials.py +1 -1
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/_version.py +4 -4
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/acl.py +5 -3
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/auth_sdk.py +6 -3
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/basesdk.py +11 -1
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/commits.py +5 -3
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/destinations.py +6 -4
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/errors/__init__.py +15 -3
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/groups_configs.py +8 -3
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/groups_sdk.py +6 -4
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/__init__.py +23 -1
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputconfluentcloud.py +7 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputkafka.py +7 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputazuredataexplorer.py +7 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputconfluentcloud.py +7 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputkafka.py +7 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsyslog.py +68 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/nodes.py +5 -3
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/sdk.py +15 -2
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/sources.py +5 -3
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/__init__.py +15 -3
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/eventstreaming.py +10 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/versions.py +11 -6
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/README-PYPI.md +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/py.typed +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/branches.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/commits_files.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/configs_versions.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/destinations_pq.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/health.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/hectokens.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/lakedatasets.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/appmode.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/branchinfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/configgroup.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createpipelineop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createversionundoop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/difffiles.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getversioncountop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getversionop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getversionshowop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitcountresult.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitlogresult.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/healthstatus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/input.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputappscope.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputcollection.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputcribl.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputelastic.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputeventhub.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputfile.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputfirehose.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputgrafana.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputhttp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputkinesis.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputloki.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputmetrics.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputmsk.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputnetflow.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputprometheus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputrawudp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputs3.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputsnmp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputsplunk.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputsqs.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputsyslog.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputtcp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputwef.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputwiz.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputwizwebhook.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/jobinfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/jobstatus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/output.py +10 -10
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputazureblob.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputcribllake.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputdatadog.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputdataset.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputdls3.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputelastic.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputexabeam.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputgraphite.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputkinesis.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputloki.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputminio.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputmsk.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputprometheus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputring.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputs3.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsentinel.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputservicenow.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsns.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsplunk.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsqs.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputstatsd.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsumologic.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputwavefront.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputwebhook.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputxsiam.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/packinfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/productscore.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/routecloneconf.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/runnablejob.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/runnablejobcollection.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/runnablejobexecutor.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/workertypes.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/packs.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/pipelines.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/routes_sdk.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/samples.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/statuses.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/summaries.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/teams.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/tokens.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/values.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/versions_configs.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
[project]
|
|
3
3
|
name = "cribl-control-plane"
|
|
4
|
-
version = "0.0.
|
|
4
|
+
version = "0.0.44"
|
|
5
5
|
description = "Python Client SDK Generated by Speakeasy."
|
|
6
6
|
authors = [{ name = "Speakeasy" },]
|
|
7
7
|
readme = "README-PYPI.md"
|
|
@@ -35,6 +35,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
35
35
|
|
|
36
36
|
[tool.pytest.ini_options]
|
|
37
37
|
asyncio_default_fixture_loop_scope = "function"
|
|
38
|
+
asyncio_mode = "auto"
|
|
38
39
|
pythonpath = ["src"]
|
|
39
40
|
|
|
40
41
|
[tool.mypy]
|
|
@@ -188,7 +188,7 @@ class ClientCredentialsHook(SDKInitHook, BeforeRequestHook, AfterErrorHook):
|
|
|
188
188
|
|
|
189
189
|
response_data = response.json()
|
|
190
190
|
|
|
191
|
-
if response_data.get("token_type") != "
|
|
191
|
+
if response_data.get("token_type", "").lower() != "bearer":
|
|
192
192
|
raise Exception("Unexpected token type from token endpoint")
|
|
193
193
|
|
|
194
194
|
expires_at = None
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/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.0.
|
|
7
|
-
__openapi_doc_version__: str = "4.14.0-alpha.
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.0.
|
|
6
|
+
__version__: str = "0.0.44"
|
|
7
|
+
__openapi_doc_version__: str = "4.14.0-alpha.1757401089572-3ca67bed"
|
|
8
|
+
__gen_version__: str = "2.696.0"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.0.44 2.696.0 4.14.0-alpha.1757401089572-3ca67bed cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -14,13 +14,15 @@ from typing import Any, Mapping, Optional
|
|
|
14
14
|
class ACL(BaseSDK):
|
|
15
15
|
teams: Teams
|
|
16
16
|
|
|
17
|
-
def __init__(
|
|
18
|
-
|
|
17
|
+
def __init__(
|
|
18
|
+
self, sdk_config: SDKConfiguration, parent_ref: Optional[object] = None
|
|
19
|
+
) -> None:
|
|
20
|
+
BaseSDK.__init__(self, sdk_config, parent_ref=parent_ref)
|
|
19
21
|
self.sdk_configuration = sdk_config
|
|
20
22
|
self._init_sdks()
|
|
21
23
|
|
|
22
24
|
def _init_sdks(self):
|
|
23
|
-
self.teams = Teams(self.sdk_configuration)
|
|
25
|
+
self.teams = Teams(self.sdk_configuration, parent_ref=self.parent_ref)
|
|
24
26
|
|
|
25
27
|
def get(
|
|
26
28
|
self,
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/auth_sdk.py
RENAMED
|
@@ -3,15 +3,18 @@
|
|
|
3
3
|
from .basesdk import BaseSDK
|
|
4
4
|
from .sdkconfiguration import SDKConfiguration
|
|
5
5
|
from cribl_control_plane.tokens import Tokens
|
|
6
|
+
from typing import Optional
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
class AuthSDK(BaseSDK):
|
|
9
10
|
tokens: Tokens
|
|
10
11
|
|
|
11
|
-
def __init__(
|
|
12
|
-
|
|
12
|
+
def __init__(
|
|
13
|
+
self, sdk_config: SDKConfiguration, parent_ref: Optional[object] = None
|
|
14
|
+
) -> None:
|
|
15
|
+
BaseSDK.__init__(self, sdk_config, parent_ref=parent_ref)
|
|
13
16
|
self.sdk_configuration = sdk_config
|
|
14
17
|
self._init_sdks()
|
|
15
18
|
|
|
16
19
|
def _init_sdks(self):
|
|
17
|
-
self.tokens = Tokens(self.sdk_configuration)
|
|
20
|
+
self.tokens = Tokens(self.sdk_configuration, parent_ref=self.parent_ref)
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/basesdk.py
RENAMED
|
@@ -19,9 +19,19 @@ from urllib.parse import parse_qs, urlparse
|
|
|
19
19
|
|
|
20
20
|
class BaseSDK:
|
|
21
21
|
sdk_configuration: SDKConfiguration
|
|
22
|
+
parent_ref: Optional[object] = None
|
|
23
|
+
"""
|
|
24
|
+
Reference to the root SDK instance, if any. This will prevent it from
|
|
25
|
+
being garbage collected while there are active streams.
|
|
26
|
+
"""
|
|
22
27
|
|
|
23
|
-
def __init__(
|
|
28
|
+
def __init__(
|
|
29
|
+
self,
|
|
30
|
+
sdk_config: SDKConfiguration,
|
|
31
|
+
parent_ref: Optional[object] = None,
|
|
32
|
+
) -> None:
|
|
24
33
|
self.sdk_configuration = sdk_config
|
|
34
|
+
self.parent_ref = parent_ref
|
|
25
35
|
|
|
26
36
|
def _get_url(self, base_url, url_variables):
|
|
27
37
|
sdk_url, sdk_variables = self.sdk_configuration.get_server_details()
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/commits.py
RENAMED
|
@@ -14,13 +14,15 @@ from typing import Any, List, Mapping, Optional
|
|
|
14
14
|
class Commits(BaseSDK):
|
|
15
15
|
files: CommitsFiles
|
|
16
16
|
|
|
17
|
-
def __init__(
|
|
18
|
-
|
|
17
|
+
def __init__(
|
|
18
|
+
self, sdk_config: SDKConfiguration, parent_ref: Optional[object] = None
|
|
19
|
+
) -> None:
|
|
20
|
+
BaseSDK.__init__(self, sdk_config, parent_ref=parent_ref)
|
|
19
21
|
self.sdk_configuration = sdk_config
|
|
20
22
|
self._init_sdks()
|
|
21
23
|
|
|
22
24
|
def _init_sdks(self):
|
|
23
|
-
self.files = CommitsFiles(self.sdk_configuration)
|
|
25
|
+
self.files = CommitsFiles(self.sdk_configuration, parent_ref=self.parent_ref)
|
|
24
26
|
|
|
25
27
|
def create(
|
|
26
28
|
self,
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/destinations.py
RENAMED
|
@@ -18,14 +18,16 @@ class Destinations(BaseSDK):
|
|
|
18
18
|
pq: DestinationsPq
|
|
19
19
|
samples: Samples
|
|
20
20
|
|
|
21
|
-
def __init__(
|
|
22
|
-
|
|
21
|
+
def __init__(
|
|
22
|
+
self, sdk_config: SDKConfiguration, parent_ref: Optional[object] = None
|
|
23
|
+
) -> None:
|
|
24
|
+
BaseSDK.__init__(self, sdk_config, parent_ref=parent_ref)
|
|
23
25
|
self.sdk_configuration = sdk_config
|
|
24
26
|
self._init_sdks()
|
|
25
27
|
|
|
26
28
|
def _init_sdks(self):
|
|
27
|
-
self.pq = DestinationsPq(self.sdk_configuration)
|
|
28
|
-
self.samples = Samples(self.sdk_configuration)
|
|
29
|
+
self.pq = DestinationsPq(self.sdk_configuration, parent_ref=self.parent_ref)
|
|
30
|
+
self.samples = Samples(self.sdk_configuration, parent_ref=self.parent_ref)
|
|
29
31
|
|
|
30
32
|
def list(
|
|
31
33
|
self,
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/errors/__init__.py
RENAMED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
|
+
from .criblcontrolplaneerror import CriblControlPlaneError
|
|
3
4
|
from typing import TYPE_CHECKING
|
|
4
5
|
from importlib import import_module
|
|
5
6
|
import builtins
|
|
7
|
+
import sys
|
|
6
8
|
|
|
7
9
|
if TYPE_CHECKING:
|
|
8
10
|
from .apierror import APIError
|
|
9
|
-
from .criblcontrolplaneerror import CriblControlPlaneError
|
|
10
11
|
from .error import Error, ErrorData
|
|
11
12
|
from .healthstatus_error import HealthStatusError, HealthStatusErrorData
|
|
12
13
|
from .no_response_error import NoResponseError
|
|
@@ -25,7 +26,6 @@ __all__ = [
|
|
|
25
26
|
|
|
26
27
|
_dynamic_imports: dict[str, str] = {
|
|
27
28
|
"APIError": ".apierror",
|
|
28
|
-
"CriblControlPlaneError": ".criblcontrolplaneerror",
|
|
29
29
|
"Error": ".error",
|
|
30
30
|
"ErrorData": ".error",
|
|
31
31
|
"HealthStatusError": ".healthstatus_error",
|
|
@@ -35,6 +35,18 @@ _dynamic_imports: dict[str, str] = {
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
|
|
38
|
+
def dynamic_import(modname, retries=3):
|
|
39
|
+
for attempt in range(retries):
|
|
40
|
+
try:
|
|
41
|
+
return import_module(modname, __package__)
|
|
42
|
+
except KeyError:
|
|
43
|
+
# Clear any half-initialized module and retry
|
|
44
|
+
sys.modules.pop(modname, None)
|
|
45
|
+
if attempt == retries - 1:
|
|
46
|
+
break
|
|
47
|
+
raise KeyError(f"Failed to import module '{modname}' after {retries} attempts")
|
|
48
|
+
|
|
49
|
+
|
|
38
50
|
def __getattr__(attr_name: str) -> object:
|
|
39
51
|
module_name = _dynamic_imports.get(attr_name)
|
|
40
52
|
if module_name is None:
|
|
@@ -43,7 +55,7 @@ def __getattr__(attr_name: str) -> object:
|
|
|
43
55
|
)
|
|
44
56
|
|
|
45
57
|
try:
|
|
46
|
-
module =
|
|
58
|
+
module = dynamic_import(module_name)
|
|
47
59
|
result = getattr(module, attr_name)
|
|
48
60
|
return result
|
|
49
61
|
except ImportError as e:
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/groups_configs.py
RENAMED
|
@@ -3,15 +3,20 @@
|
|
|
3
3
|
from .basesdk import BaseSDK
|
|
4
4
|
from .sdkconfiguration import SDKConfiguration
|
|
5
5
|
from cribl_control_plane.configs_versions import ConfigsVersions
|
|
6
|
+
from typing import Optional
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
class GroupsConfigs(BaseSDK):
|
|
9
10
|
versions: ConfigsVersions
|
|
10
11
|
|
|
11
|
-
def __init__(
|
|
12
|
-
|
|
12
|
+
def __init__(
|
|
13
|
+
self, sdk_config: SDKConfiguration, parent_ref: Optional[object] = None
|
|
14
|
+
) -> None:
|
|
15
|
+
BaseSDK.__init__(self, sdk_config, parent_ref=parent_ref)
|
|
13
16
|
self.sdk_configuration = sdk_config
|
|
14
17
|
self._init_sdks()
|
|
15
18
|
|
|
16
19
|
def _init_sdks(self):
|
|
17
|
-
self.versions = ConfigsVersions(
|
|
20
|
+
self.versions = ConfigsVersions(
|
|
21
|
+
self.sdk_configuration, parent_ref=self.parent_ref
|
|
22
|
+
)
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/groups_sdk.py
RENAMED
|
@@ -18,14 +18,16 @@ class GroupsSDK(BaseSDK):
|
|
|
18
18
|
configs: GroupsConfigs
|
|
19
19
|
acl: ACL
|
|
20
20
|
|
|
21
|
-
def __init__(
|
|
22
|
-
|
|
21
|
+
def __init__(
|
|
22
|
+
self, sdk_config: SDKConfiguration, parent_ref: Optional[object] = None
|
|
23
|
+
) -> None:
|
|
24
|
+
BaseSDK.__init__(self, sdk_config, parent_ref=parent_ref)
|
|
23
25
|
self.sdk_configuration = sdk_config
|
|
24
26
|
self._init_sdks()
|
|
25
27
|
|
|
26
28
|
def _init_sdks(self):
|
|
27
|
-
self.configs = GroupsConfigs(self.sdk_configuration)
|
|
28
|
-
self.acl = ACL(self.sdk_configuration)
|
|
29
|
+
self.configs = GroupsConfigs(self.sdk_configuration, parent_ref=self.parent_ref)
|
|
30
|
+
self.acl = ACL(self.sdk_configuration, parent_ref=self.parent_ref)
|
|
29
31
|
|
|
30
32
|
def list(
|
|
31
33
|
self,
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/__init__.py
RENAMED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
from typing import TYPE_CHECKING
|
|
4
4
|
from importlib import import_module
|
|
5
5
|
import builtins
|
|
6
|
+
import sys
|
|
6
7
|
|
|
7
8
|
if TYPE_CHECKING:
|
|
8
9
|
from .addhectokenrequest import (
|
|
@@ -2971,6 +2972,8 @@ if TYPE_CHECKING:
|
|
|
2971
2972
|
OutputSyslog,
|
|
2972
2973
|
OutputSyslogBackpressureBehavior,
|
|
2973
2974
|
OutputSyslogCompression,
|
|
2975
|
+
OutputSyslogHost,
|
|
2976
|
+
OutputSyslogHostTypedDict,
|
|
2974
2977
|
OutputSyslogMaximumTLSVersion,
|
|
2975
2978
|
OutputSyslogMessageFormat,
|
|
2976
2979
|
OutputSyslogMinimumTLSVersion,
|
|
@@ -2980,6 +2983,7 @@ if TYPE_CHECKING:
|
|
|
2980
2983
|
OutputSyslogProtocol,
|
|
2981
2984
|
OutputSyslogQueueFullBehavior,
|
|
2982
2985
|
OutputSyslogSeverity,
|
|
2986
|
+
OutputSyslogTLS,
|
|
2983
2987
|
OutputSyslogTLSSettingsClientSide,
|
|
2984
2988
|
OutputSyslogTLSSettingsClientSideTypedDict,
|
|
2985
2989
|
OutputSyslogType,
|
|
@@ -5892,6 +5896,8 @@ __all__ = [
|
|
|
5892
5896
|
"OutputSyslog",
|
|
5893
5897
|
"OutputSyslogBackpressureBehavior",
|
|
5894
5898
|
"OutputSyslogCompression",
|
|
5899
|
+
"OutputSyslogHost",
|
|
5900
|
+
"OutputSyslogHostTypedDict",
|
|
5895
5901
|
"OutputSyslogMaximumTLSVersion",
|
|
5896
5902
|
"OutputSyslogMessageFormat",
|
|
5897
5903
|
"OutputSyslogMinimumTLSVersion",
|
|
@@ -5901,6 +5907,7 @@ __all__ = [
|
|
|
5901
5907
|
"OutputSyslogProtocol",
|
|
5902
5908
|
"OutputSyslogQueueFullBehavior",
|
|
5903
5909
|
"OutputSyslogSeverity",
|
|
5910
|
+
"OutputSyslogTLS",
|
|
5904
5911
|
"OutputSyslogTLSSettingsClientSide",
|
|
5905
5912
|
"OutputSyslogTLSSettingsClientSideTypedDict",
|
|
5906
5913
|
"OutputSyslogType",
|
|
@@ -8855,6 +8862,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8855
8862
|
"OutputSyslog": ".outputsyslog",
|
|
8856
8863
|
"OutputSyslogBackpressureBehavior": ".outputsyslog",
|
|
8857
8864
|
"OutputSyslogCompression": ".outputsyslog",
|
|
8865
|
+
"OutputSyslogHost": ".outputsyslog",
|
|
8866
|
+
"OutputSyslogHostTypedDict": ".outputsyslog",
|
|
8858
8867
|
"OutputSyslogMaximumTLSVersion": ".outputsyslog",
|
|
8859
8868
|
"OutputSyslogMessageFormat": ".outputsyslog",
|
|
8860
8869
|
"OutputSyslogMinimumTLSVersion": ".outputsyslog",
|
|
@@ -8864,6 +8873,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8864
8873
|
"OutputSyslogProtocol": ".outputsyslog",
|
|
8865
8874
|
"OutputSyslogQueueFullBehavior": ".outputsyslog",
|
|
8866
8875
|
"OutputSyslogSeverity": ".outputsyslog",
|
|
8876
|
+
"OutputSyslogTLS": ".outputsyslog",
|
|
8867
8877
|
"OutputSyslogTLSSettingsClientSide": ".outputsyslog",
|
|
8868
8878
|
"OutputSyslogTLSSettingsClientSideTypedDict": ".outputsyslog",
|
|
8869
8879
|
"OutputSyslogType": ".outputsyslog",
|
|
@@ -9117,6 +9127,18 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9117
9127
|
}
|
|
9118
9128
|
|
|
9119
9129
|
|
|
9130
|
+
def dynamic_import(modname, retries=3):
|
|
9131
|
+
for attempt in range(retries):
|
|
9132
|
+
try:
|
|
9133
|
+
return import_module(modname, __package__)
|
|
9134
|
+
except KeyError:
|
|
9135
|
+
# Clear any half-initialized module and retry
|
|
9136
|
+
sys.modules.pop(modname, None)
|
|
9137
|
+
if attempt == retries - 1:
|
|
9138
|
+
break
|
|
9139
|
+
raise KeyError(f"Failed to import module '{modname}' after {retries} attempts")
|
|
9140
|
+
|
|
9141
|
+
|
|
9120
9142
|
def __getattr__(attr_name: str) -> object:
|
|
9121
9143
|
module_name = _dynamic_imports.get(attr_name)
|
|
9122
9144
|
if module_name is None:
|
|
@@ -9125,7 +9147,7 @@ def __getattr__(attr_name: str) -> object:
|
|
|
9125
9147
|
)
|
|
9126
9148
|
|
|
9127
9149
|
try:
|
|
9128
|
-
module =
|
|
9150
|
+
module = dynamic_import(module_name)
|
|
9129
9151
|
result = getattr(module, attr_name)
|
|
9130
9152
|
return result
|
|
9131
9153
|
except ImportError as e:
|
|
@@ -341,6 +341,8 @@ class InputConfluentCloudAuthenticationTypedDict(TypedDict):
|
|
|
341
341
|
|
|
342
342
|
disabled: NotRequired[bool]
|
|
343
343
|
mechanism: NotRequired[InputConfluentCloudSASLMechanism]
|
|
344
|
+
oauth_enabled: NotRequired[bool]
|
|
345
|
+
r"""Enable OAuth authentication"""
|
|
344
346
|
|
|
345
347
|
|
|
346
348
|
class InputConfluentCloudAuthentication(BaseModel):
|
|
@@ -352,6 +354,11 @@ class InputConfluentCloudAuthentication(BaseModel):
|
|
|
352
354
|
InputConfluentCloudSASLMechanism.PLAIN
|
|
353
355
|
)
|
|
354
356
|
|
|
357
|
+
oauth_enabled: Annotated[Optional[bool], pydantic.Field(alias="oauthEnabled")] = (
|
|
358
|
+
False
|
|
359
|
+
)
|
|
360
|
+
r"""Enable OAuth authentication"""
|
|
361
|
+
|
|
355
362
|
|
|
356
363
|
class InputConfluentCloudMetadatumTypedDict(TypedDict):
|
|
357
364
|
name: str
|
|
@@ -260,6 +260,8 @@ class InputKafkaAuthenticationTypedDict(TypedDict):
|
|
|
260
260
|
|
|
261
261
|
disabled: NotRequired[bool]
|
|
262
262
|
mechanism: NotRequired[InputKafkaSASLMechanism]
|
|
263
|
+
oauth_enabled: NotRequired[bool]
|
|
264
|
+
r"""Enable OAuth authentication"""
|
|
263
265
|
|
|
264
266
|
|
|
265
267
|
class InputKafkaAuthentication(BaseModel):
|
|
@@ -269,6 +271,11 @@ class InputKafkaAuthentication(BaseModel):
|
|
|
269
271
|
|
|
270
272
|
mechanism: Optional[InputKafkaSASLMechanism] = InputKafkaSASLMechanism.PLAIN
|
|
271
273
|
|
|
274
|
+
oauth_enabled: Annotated[Optional[bool], pydantic.Field(alias="oauthEnabled")] = (
|
|
275
|
+
False
|
|
276
|
+
)
|
|
277
|
+
r"""Enable OAuth authentication"""
|
|
278
|
+
|
|
272
279
|
|
|
273
280
|
class InputKafkaMinimumTLSVersion(str, Enum):
|
|
274
281
|
TL_SV1 = "TLSv1"
|
|
@@ -336,6 +336,8 @@ class OutputAzureDataExplorerTypedDict(TypedDict):
|
|
|
336
336
|
pq_mode: NotRequired[OutputAzureDataExplorerMode]
|
|
337
337
|
r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
|
|
338
338
|
pq_controls: NotRequired[OutputAzureDataExplorerPqControlsTypedDict]
|
|
339
|
+
empty_dir_cleanup_sec: NotRequired[float]
|
|
340
|
+
r"""How frequently, in seconds, to clean up empty directories"""
|
|
339
341
|
|
|
340
342
|
|
|
341
343
|
class OutputAzureDataExplorer(BaseModel):
|
|
@@ -611,3 +613,8 @@ class OutputAzureDataExplorer(BaseModel):
|
|
|
611
613
|
pq_controls: Annotated[
|
|
612
614
|
Optional[OutputAzureDataExplorerPqControls], pydantic.Field(alias="pqControls")
|
|
613
615
|
] = None
|
|
616
|
+
|
|
617
|
+
empty_dir_cleanup_sec: Annotated[
|
|
618
|
+
Optional[float], pydantic.Field(alias="emptyDirCleanupSec")
|
|
619
|
+
] = 300
|
|
620
|
+
r"""How frequently, in seconds, to clean up empty directories"""
|
|
@@ -294,6 +294,8 @@ class OutputConfluentCloudAuthenticationTypedDict(TypedDict):
|
|
|
294
294
|
|
|
295
295
|
disabled: NotRequired[bool]
|
|
296
296
|
mechanism: NotRequired[OutputConfluentCloudSASLMechanism]
|
|
297
|
+
oauth_enabled: NotRequired[bool]
|
|
298
|
+
r"""Enable OAuth authentication"""
|
|
297
299
|
|
|
298
300
|
|
|
299
301
|
class OutputConfluentCloudAuthentication(BaseModel):
|
|
@@ -305,6 +307,11 @@ class OutputConfluentCloudAuthentication(BaseModel):
|
|
|
305
307
|
OutputConfluentCloudSASLMechanism.PLAIN
|
|
306
308
|
)
|
|
307
309
|
|
|
310
|
+
oauth_enabled: Annotated[Optional[bool], pydantic.Field(alias="oauthEnabled")] = (
|
|
311
|
+
False
|
|
312
|
+
)
|
|
313
|
+
r"""Enable OAuth authentication"""
|
|
314
|
+
|
|
308
315
|
|
|
309
316
|
class OutputConfluentCloudBackpressureBehavior(str, Enum):
|
|
310
317
|
r"""How to handle events when all receivers are exerting backpressure"""
|
|
@@ -215,6 +215,8 @@ class OutputKafkaAuthenticationTypedDict(TypedDict):
|
|
|
215
215
|
|
|
216
216
|
disabled: NotRequired[bool]
|
|
217
217
|
mechanism: NotRequired[OutputKafkaSASLMechanism]
|
|
218
|
+
oauth_enabled: NotRequired[bool]
|
|
219
|
+
r"""Enable OAuth authentication"""
|
|
218
220
|
|
|
219
221
|
|
|
220
222
|
class OutputKafkaAuthentication(BaseModel):
|
|
@@ -224,6 +226,11 @@ class OutputKafkaAuthentication(BaseModel):
|
|
|
224
226
|
|
|
225
227
|
mechanism: Optional[OutputKafkaSASLMechanism] = OutputKafkaSASLMechanism.PLAIN
|
|
226
228
|
|
|
229
|
+
oauth_enabled: Annotated[Optional[bool], pydantic.Field(alias="oauthEnabled")] = (
|
|
230
|
+
False
|
|
231
|
+
)
|
|
232
|
+
r"""Enable OAuth authentication"""
|
|
233
|
+
|
|
227
234
|
|
|
228
235
|
class OutputKafkaMinimumTLSVersion(str, Enum):
|
|
229
236
|
TL_SV1 = "TLSv1"
|
|
@@ -186,6 +186,43 @@ class OutputSyslogPqControls(BaseModel):
|
|
|
186
186
|
pass
|
|
187
187
|
|
|
188
188
|
|
|
189
|
+
class OutputSyslogTLS(str, Enum):
|
|
190
|
+
r"""Whether to inherit TLS configs from group setting or disable TLS"""
|
|
191
|
+
|
|
192
|
+
INHERIT = "inherit"
|
|
193
|
+
OFF = "off"
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
class OutputSyslogHostTypedDict(TypedDict):
|
|
197
|
+
host: str
|
|
198
|
+
r"""The hostname of the receiver"""
|
|
199
|
+
port: NotRequired[float]
|
|
200
|
+
r"""The port to connect to on the provided host"""
|
|
201
|
+
tls: NotRequired[OutputSyslogTLS]
|
|
202
|
+
r"""Whether to inherit TLS configs from group setting or disable TLS"""
|
|
203
|
+
servername: NotRequired[str]
|
|
204
|
+
r"""Servername to use if establishing a TLS connection. If not specified, defaults to connection host (if not an IP); otherwise, uses the global TLS settings."""
|
|
205
|
+
weight: NotRequired[float]
|
|
206
|
+
r"""Assign a weight (>0) to each endpoint to indicate its traffic-handling capability"""
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
class OutputSyslogHost(BaseModel):
|
|
210
|
+
host: str
|
|
211
|
+
r"""The hostname of the receiver"""
|
|
212
|
+
|
|
213
|
+
port: Optional[float] = 9997
|
|
214
|
+
r"""The port to connect to on the provided host"""
|
|
215
|
+
|
|
216
|
+
tls: Optional[OutputSyslogTLS] = OutputSyslogTLS.INHERIT
|
|
217
|
+
r"""Whether to inherit TLS configs from group setting or disable TLS"""
|
|
218
|
+
|
|
219
|
+
servername: Optional[str] = None
|
|
220
|
+
r"""Servername to use if establishing a TLS connection. If not specified, defaults to connection host (if not an IP); otherwise, uses the global TLS settings."""
|
|
221
|
+
|
|
222
|
+
weight: Optional[float] = 1
|
|
223
|
+
r"""Assign a weight (>0) to each endpoint to indicate its traffic-handling capability"""
|
|
224
|
+
|
|
225
|
+
|
|
189
226
|
class OutputSyslogTypedDict(TypedDict):
|
|
190
227
|
type: OutputSyslogType
|
|
191
228
|
id: NotRequired[str]
|
|
@@ -247,6 +284,16 @@ class OutputSyslogTypedDict(TypedDict):
|
|
|
247
284
|
pq_mode: NotRequired[OutputSyslogMode]
|
|
248
285
|
r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
|
|
249
286
|
pq_controls: NotRequired[OutputSyslogPqControlsTypedDict]
|
|
287
|
+
dns_resolve_period_sec: NotRequired[float]
|
|
288
|
+
r"""The interval in which to re-resolve any hostnames and pick up destinations from A records"""
|
|
289
|
+
load_balance_stats_period_sec: NotRequired[float]
|
|
290
|
+
r"""How far back in time to keep traffic stats for load balancing purposes"""
|
|
291
|
+
max_concurrent_senders: NotRequired[float]
|
|
292
|
+
r"""Maximum number of concurrent connections (per Worker Process). A random set of IPs will be picked on every DNS resolution period. Use 0 for unlimited."""
|
|
293
|
+
exclude_self: NotRequired[bool]
|
|
294
|
+
r"""Exclude all IPs of the current host from the list of any resolved hostnames"""
|
|
295
|
+
hosts: NotRequired[List[OutputSyslogHostTypedDict]]
|
|
296
|
+
r"""Set of hosts to load-balance data to."""
|
|
250
297
|
|
|
251
298
|
|
|
252
299
|
class OutputSyslog(BaseModel):
|
|
@@ -379,3 +426,24 @@ class OutputSyslog(BaseModel):
|
|
|
379
426
|
pq_controls: Annotated[
|
|
380
427
|
Optional[OutputSyslogPqControls], pydantic.Field(alias="pqControls")
|
|
381
428
|
] = None
|
|
429
|
+
|
|
430
|
+
dns_resolve_period_sec: Annotated[
|
|
431
|
+
Optional[float], pydantic.Field(alias="dnsResolvePeriodSec")
|
|
432
|
+
] = 600
|
|
433
|
+
r"""The interval in which to re-resolve any hostnames and pick up destinations from A records"""
|
|
434
|
+
|
|
435
|
+
load_balance_stats_period_sec: Annotated[
|
|
436
|
+
Optional[float], pydantic.Field(alias="loadBalanceStatsPeriodSec")
|
|
437
|
+
] = 300
|
|
438
|
+
r"""How far back in time to keep traffic stats for load balancing purposes"""
|
|
439
|
+
|
|
440
|
+
max_concurrent_senders: Annotated[
|
|
441
|
+
Optional[float], pydantic.Field(alias="maxConcurrentSenders")
|
|
442
|
+
] = 0
|
|
443
|
+
r"""Maximum number of concurrent connections (per Worker Process). A random set of IPs will be picked on every DNS resolution period. Use 0 for unlimited."""
|
|
444
|
+
|
|
445
|
+
exclude_self: Annotated[Optional[bool], pydantic.Field(alias="excludeSelf")] = False
|
|
446
|
+
r"""Exclude all IPs of the current host from the list of any resolved hostnames"""
|
|
447
|
+
|
|
448
|
+
hosts: Optional[List[OutputSyslogHost]] = None
|
|
449
|
+
r"""Set of hosts to load-balance data to."""
|
|
@@ -14,13 +14,15 @@ from typing import Any, Mapping, Optional
|
|
|
14
14
|
class Nodes(BaseSDK):
|
|
15
15
|
summaries: Summaries
|
|
16
16
|
|
|
17
|
-
def __init__(
|
|
18
|
-
|
|
17
|
+
def __init__(
|
|
18
|
+
self, sdk_config: SDKConfiguration, parent_ref: Optional[object] = None
|
|
19
|
+
) -> None:
|
|
20
|
+
BaseSDK.__init__(self, sdk_config, parent_ref=parent_ref)
|
|
19
21
|
self.sdk_configuration = sdk_config
|
|
20
22
|
self._init_sdks()
|
|
21
23
|
|
|
22
24
|
def _init_sdks(self):
|
|
23
|
-
self.summaries = Summaries(self.sdk_configuration)
|
|
25
|
+
self.summaries = Summaries(self.sdk_configuration, parent_ref=self.parent_ref)
|
|
24
26
|
|
|
25
27
|
def list(
|
|
26
28
|
self,
|
|
@@ -10,6 +10,7 @@ from cribl_control_plane._hooks import SDKHooks
|
|
|
10
10
|
from cribl_control_plane.types import OptionalNullable, UNSET
|
|
11
11
|
import httpx
|
|
12
12
|
import importlib
|
|
13
|
+
import sys
|
|
13
14
|
from typing import Callable, Optional, TYPE_CHECKING, Union, cast
|
|
14
15
|
import weakref
|
|
15
16
|
|
|
@@ -119,6 +120,7 @@ class CriblControlPlane(BaseSDK):
|
|
|
119
120
|
timeout_ms=timeout_ms,
|
|
120
121
|
debug_logger=debug_logger,
|
|
121
122
|
),
|
|
123
|
+
parent_ref=self,
|
|
122
124
|
)
|
|
123
125
|
|
|
124
126
|
hooks = SDKHooks()
|
|
@@ -138,13 +140,24 @@ class CriblControlPlane(BaseSDK):
|
|
|
138
140
|
self.sdk_configuration.async_client_supplied,
|
|
139
141
|
)
|
|
140
142
|
|
|
143
|
+
def dynamic_import(self, modname, retries=3):
|
|
144
|
+
for attempt in range(retries):
|
|
145
|
+
try:
|
|
146
|
+
return importlib.import_module(modname)
|
|
147
|
+
except KeyError:
|
|
148
|
+
# Clear any half-initialized module and retry
|
|
149
|
+
sys.modules.pop(modname, None)
|
|
150
|
+
if attempt == retries - 1:
|
|
151
|
+
break
|
|
152
|
+
raise KeyError(f"Failed to import module '{modname}' after {retries} attempts")
|
|
153
|
+
|
|
141
154
|
def __getattr__(self, name: str):
|
|
142
155
|
if name in self._sub_sdk_map:
|
|
143
156
|
module_path, class_name = self._sub_sdk_map[name]
|
|
144
157
|
try:
|
|
145
|
-
module =
|
|
158
|
+
module = self.dynamic_import(module_path)
|
|
146
159
|
klass = getattr(module, class_name)
|
|
147
|
-
instance = klass(self.sdk_configuration)
|
|
160
|
+
instance = klass(self.sdk_configuration, parent_ref=self)
|
|
148
161
|
setattr(self, name, instance)
|
|
149
162
|
return instance
|
|
150
163
|
except ImportError as e:
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/sources.py
RENAMED
|
@@ -16,13 +16,15 @@ class Sources(BaseSDK):
|
|
|
16
16
|
|
|
17
17
|
hec_tokens: HecTokens
|
|
18
18
|
|
|
19
|
-
def __init__(
|
|
20
|
-
|
|
19
|
+
def __init__(
|
|
20
|
+
self, sdk_config: SDKConfiguration, parent_ref: Optional[object] = None
|
|
21
|
+
) -> None:
|
|
22
|
+
BaseSDK.__init__(self, sdk_config, parent_ref=parent_ref)
|
|
21
23
|
self.sdk_configuration = sdk_config
|
|
22
24
|
self._init_sdks()
|
|
23
25
|
|
|
24
26
|
def _init_sdks(self):
|
|
25
|
-
self.hec_tokens = HecTokens(self.sdk_configuration)
|
|
27
|
+
self.hec_tokens = HecTokens(self.sdk_configuration, parent_ref=self.parent_ref)
|
|
26
28
|
|
|
27
29
|
def list(
|
|
28
30
|
self,
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/__init__.py
RENAMED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
from typing import TYPE_CHECKING
|
|
4
4
|
from importlib import import_module
|
|
5
5
|
import builtins
|
|
6
|
+
import sys
|
|
6
7
|
|
|
7
8
|
if TYPE_CHECKING:
|
|
8
9
|
from .annotations import get_discriminator
|
|
@@ -162,6 +163,18 @@ _dynamic_imports: dict[str, str] = {
|
|
|
162
163
|
}
|
|
163
164
|
|
|
164
165
|
|
|
166
|
+
def dynamic_import(modname, retries=3):
|
|
167
|
+
for attempt in range(retries):
|
|
168
|
+
try:
|
|
169
|
+
return import_module(modname, __package__)
|
|
170
|
+
except KeyError:
|
|
171
|
+
# Clear any half-initialized module and retry
|
|
172
|
+
sys.modules.pop(modname, None)
|
|
173
|
+
if attempt == retries - 1:
|
|
174
|
+
break
|
|
175
|
+
raise KeyError(f"Failed to import module '{modname}' after {retries} attempts")
|
|
176
|
+
|
|
177
|
+
|
|
165
178
|
def __getattr__(attr_name: str) -> object:
|
|
166
179
|
module_name = _dynamic_imports.get(attr_name)
|
|
167
180
|
if module_name is None:
|
|
@@ -170,9 +183,8 @@ def __getattr__(attr_name: str) -> object:
|
|
|
170
183
|
)
|
|
171
184
|
|
|
172
185
|
try:
|
|
173
|
-
module =
|
|
174
|
-
|
|
175
|
-
return result
|
|
186
|
+
module = dynamic_import(module_name)
|
|
187
|
+
return getattr(module, attr_name)
|
|
176
188
|
except ImportError as e:
|
|
177
189
|
raise ImportError(
|
|
178
190
|
f"Failed to import {attr_name} from {module_name}: {e}"
|