cribl-control-plane 0.0.44a1__tar.gz → 0.0.45__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.44a1 → cribl_control_plane-0.0.45}/PKG-INFO +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/pyproject.toml +2 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/_hooks/clientcredentials.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/_version.py +4 -4
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/acl.py +5 -3
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/auth_sdk.py +6 -3
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/basesdk.py +11 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/commits.py +5 -3
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/destinations.py +6 -4
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/errors/__init__.py +15 -3
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/groups_configs.py +8 -3
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/groups_sdk.py +6 -4
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/__init__.py +14 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/hbcriblinfo.py +5 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputazuredataexplorer.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputazurelogs.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputclickhouse.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputcriblhttp.py +2 -2
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputdynatracehttp.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputdynatraceotlp.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputelastic.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputelasticcloud.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputgrafanacloud.py +2 -2
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputhoneycomb.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputhumiohec.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputinfluxdb.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputnewrelicevents.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputopentelemetry.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputprometheus.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsentineloneaisiem.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputservicenow.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsignalfx.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsplunkhec.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputwavefront.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputxsiam.py +1 -1
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/nodes.py +5 -3
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/sdk.py +15 -2
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/sources.py +5 -3
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/__init__.py +15 -3
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/eventstreaming.py +10 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/versions.py +11 -6
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/README-PYPI.md +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/py.typed +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/branches.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/commits_files.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/configs_versions.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/destinations_pq.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/health.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/hectokens.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/lakedatasets.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/appmode.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/branchinfo.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/configgroup.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createpipelineop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createversionundoop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/difffiles.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getversioncountop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getversionop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getversionshowop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitcountresult.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitlogresult.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/healthstatus.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/input.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputappscope.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputcollection.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputcribl.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputelastic.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputeventhub.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputfile.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputfirehose.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputgrafana.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputhttp.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputkafka.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputkinesis.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputloki.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputmetrics.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputmsk.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputnetflow.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputprometheus.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputrawudp.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputs3.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputsnmp.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputsplunk.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputsqs.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputsyslog.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputtcp.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputwef.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputwiz.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputwizwebhook.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/jobinfo.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/jobstatus.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/output.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputazureblob.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputcribllake.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputdatadog.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputdataset.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputdls3.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputexabeam.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputgraphite.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputkafka.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputkinesis.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputloki.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputminio.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputmsk.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputring.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputs3.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsentinel.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsns.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsplunk.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsqs.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputstatsd.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsumologic.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsyslog.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputwebhook.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/packinfo.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/productscore.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/routecloneconf.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/runnablejob.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/runnablejobcollection.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/runnablejobexecutor.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/workertypes.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/packs.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/pipelines.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/routes_sdk.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/samples.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/statuses.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/summaries.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/teams.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/tokens.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/values.py +0 -0
- {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/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.45"
|
|
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.44a1 → cribl_control_plane-0.0.45}/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.45"
|
|
7
|
+
__openapi_doc_version__: str = "4.14.0-alpha.1757673007102-5d0e07e7"
|
|
8
|
+
__gen_version__: str = "2.696.0"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.0.45 2.696.0 4.14.0-alpha.1757673007102-5d0e07e7 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.44a1 → cribl_control_plane-0.0.45}/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.44a1 → cribl_control_plane-0.0.45}/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.44a1 → cribl_control_plane-0.0.45}/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.44a1 → cribl_control_plane-0.0.45}/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,
|
|
@@ -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:
|
|
@@ -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.44a1 → cribl_control_plane-0.0.45}/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,
|
|
@@ -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 (
|
|
@@ -9126,6 +9127,18 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9126
9127
|
}
|
|
9127
9128
|
|
|
9128
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
|
+
|
|
9129
9142
|
def __getattr__(attr_name: str) -> object:
|
|
9130
9143
|
module_name = _dynamic_imports.get(attr_name)
|
|
9131
9144
|
if module_name is None:
|
|
@@ -9134,7 +9147,7 @@ def __getattr__(attr_name: str) -> object:
|
|
|
9134
9147
|
)
|
|
9135
9148
|
|
|
9136
9149
|
try:
|
|
9137
|
-
module =
|
|
9150
|
+
module = dynamic_import(module_name)
|
|
9138
9151
|
result = getattr(module, attr_name)
|
|
9139
9152
|
return result
|
|
9140
9153
|
except ImportError as e:
|
|
@@ -42,6 +42,7 @@ class HBCriblInfoTypedDict(TypedDict):
|
|
|
42
42
|
start_time: float
|
|
43
43
|
tags: List[str]
|
|
44
44
|
deployment_id: NotRequired[str]
|
|
45
|
+
disable_sni_routing: NotRequired[bool]
|
|
45
46
|
edge_nodes: NotRequired[float]
|
|
46
47
|
install_type: NotRequired[str]
|
|
47
48
|
lookup_versions: NotRequired[LookupVersionsTypedDict]
|
|
@@ -65,6 +66,10 @@ class HBCriblInfo(BaseModel):
|
|
|
65
66
|
|
|
66
67
|
deployment_id: Annotated[Optional[str], pydantic.Field(alias="deploymentId")] = None
|
|
67
68
|
|
|
69
|
+
disable_sni_routing: Annotated[
|
|
70
|
+
Optional[bool], pydantic.Field(alias="disableSNIRouting")
|
|
71
|
+
] = None
|
|
72
|
+
|
|
68
73
|
edge_nodes: Annotated[Optional[float], pydantic.Field(alias="edgeNodes")] = None
|
|
69
74
|
|
|
70
75
|
install_type: Annotated[Optional[str], pydantic.Field(alias="installType")] = None
|
|
@@ -535,7 +535,7 @@ class OutputAzureDataExplorer(BaseModel):
|
|
|
535
535
|
|
|
536
536
|
response_honor_retry_after_header: Annotated[
|
|
537
537
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
538
|
-
] =
|
|
538
|
+
] = True
|
|
539
539
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
540
540
|
|
|
541
541
|
compress: Optional[OutputAzureDataExplorerCompressCompression] = (
|
|
@@ -302,7 +302,7 @@ class OutputAzureLogs(BaseModel):
|
|
|
302
302
|
|
|
303
303
|
response_honor_retry_after_header: Annotated[
|
|
304
304
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
305
|
-
] =
|
|
305
|
+
] = True
|
|
306
306
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
307
307
|
|
|
308
308
|
on_backpressure: Annotated[
|
|
@@ -489,7 +489,7 @@ class OutputClickHouse(BaseModel):
|
|
|
489
489
|
|
|
490
490
|
response_honor_retry_after_header: Annotated[
|
|
491
491
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
492
|
-
] =
|
|
492
|
+
] = True
|
|
493
493
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
494
494
|
|
|
495
495
|
dump_format_errors_to_disk: Annotated[
|
|
@@ -152,7 +152,7 @@ class OutputCriblHTTPTimeoutRetrySettingsTypedDict(TypedDict):
|
|
|
152
152
|
|
|
153
153
|
class OutputCriblHTTPTimeoutRetrySettings(BaseModel):
|
|
154
154
|
timeout_retry: Annotated[Optional[bool], pydantic.Field(alias="timeoutRetry")] = (
|
|
155
|
-
|
|
155
|
+
True
|
|
156
156
|
)
|
|
157
157
|
|
|
158
158
|
initial_backoff: Annotated[
|
|
@@ -397,7 +397,7 @@ class OutputCriblHTTP(BaseModel):
|
|
|
397
397
|
|
|
398
398
|
response_honor_retry_after_header: Annotated[
|
|
399
399
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
400
|
-
] =
|
|
400
|
+
] = True
|
|
401
401
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
402
402
|
|
|
403
403
|
on_backpressure: Annotated[
|
|
@@ -320,7 +320,7 @@ class OutputCrowdstrikeNextGenSiem(BaseModel):
|
|
|
320
320
|
|
|
321
321
|
response_honor_retry_after_header: Annotated[
|
|
322
322
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
323
|
-
] =
|
|
323
|
+
] = True
|
|
324
324
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
325
325
|
|
|
326
326
|
on_backpressure: Annotated[
|
|
@@ -334,7 +334,7 @@ class OutputDynatraceHTTP(BaseModel):
|
|
|
334
334
|
|
|
335
335
|
response_honor_retry_after_header: Annotated[
|
|
336
336
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
337
|
-
] =
|
|
337
|
+
] = True
|
|
338
338
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
339
339
|
|
|
340
340
|
on_backpressure: Annotated[
|
|
@@ -413,7 +413,7 @@ class OutputDynatraceOtlp(BaseModel):
|
|
|
413
413
|
|
|
414
414
|
response_honor_retry_after_header: Annotated[
|
|
415
415
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
416
|
-
] =
|
|
416
|
+
] = True
|
|
417
417
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
418
418
|
|
|
419
419
|
pq_max_file_size: Annotated[
|
|
@@ -370,7 +370,7 @@ class OutputElastic(BaseModel):
|
|
|
370
370
|
|
|
371
371
|
response_honor_retry_after_header: Annotated[
|
|
372
372
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
373
|
-
] =
|
|
373
|
+
] = True
|
|
374
374
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
375
375
|
|
|
376
376
|
extra_params: Annotated[
|
|
@@ -336,7 +336,7 @@ class OutputElasticCloud(BaseModel):
|
|
|
336
336
|
|
|
337
337
|
response_honor_retry_after_header: Annotated[
|
|
338
338
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
339
|
-
] =
|
|
339
|
+
] = True
|
|
340
340
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
341
341
|
|
|
342
342
|
on_backpressure: Annotated[
|
|
@@ -429,7 +429,7 @@ class OutputGrafanaCloudGrafanaCloud2(BaseModel):
|
|
|
429
429
|
|
|
430
430
|
response_honor_retry_after_header: Annotated[
|
|
431
431
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
432
|
-
] =
|
|
432
|
+
] = True
|
|
433
433
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
434
434
|
|
|
435
435
|
on_backpressure: Annotated[
|
|
@@ -900,7 +900,7 @@ class OutputGrafanaCloudGrafanaCloud1(BaseModel):
|
|
|
900
900
|
|
|
901
901
|
response_honor_retry_after_header: Annotated[
|
|
902
902
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
903
|
-
] =
|
|
903
|
+
] = True
|
|
904
904
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
905
905
|
|
|
906
906
|
on_backpressure: Annotated[
|
|
@@ -290,7 +290,7 @@ class OutputHoneycomb(BaseModel):
|
|
|
290
290
|
|
|
291
291
|
response_honor_retry_after_header: Annotated[
|
|
292
292
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
293
|
-
] =
|
|
293
|
+
] = True
|
|
294
294
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
295
295
|
|
|
296
296
|
on_backpressure: Annotated[
|
|
@@ -309,7 +309,7 @@ class OutputHumioHec(BaseModel):
|
|
|
309
309
|
|
|
310
310
|
response_honor_retry_after_header: Annotated[
|
|
311
311
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
312
|
-
] =
|
|
312
|
+
] = True
|
|
313
313
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
314
314
|
|
|
315
315
|
on_backpressure: Annotated[
|
|
@@ -387,7 +387,7 @@ class OutputInfluxdb(BaseModel):
|
|
|
387
387
|
|
|
388
388
|
response_honor_retry_after_header: Annotated[
|
|
389
389
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
390
|
-
] =
|
|
390
|
+
] = True
|
|
391
391
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
392
392
|
|
|
393
393
|
on_backpressure: Annotated[
|
|
@@ -313,7 +313,7 @@ class OutputNewrelicEvents(BaseModel):
|
|
|
313
313
|
|
|
314
314
|
response_honor_retry_after_header: Annotated[
|
|
315
315
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
316
|
-
] =
|
|
316
|
+
] = True
|
|
317
317
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
318
318
|
|
|
319
319
|
on_backpressure: Annotated[
|
|
@@ -588,7 +588,7 @@ class OutputOpenTelemetry(BaseModel):
|
|
|
588
588
|
|
|
589
589
|
response_honor_retry_after_header: Annotated[
|
|
590
590
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
591
|
-
] =
|
|
591
|
+
] = True
|
|
592
592
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
593
593
|
|
|
594
594
|
tls: Optional[OutputOpenTelemetryTLSSettingsClientSide] = None
|
|
@@ -355,7 +355,7 @@ class OutputPrometheus(BaseModel):
|
|
|
355
355
|
|
|
356
356
|
response_honor_retry_after_header: Annotated[
|
|
357
357
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
358
|
-
] =
|
|
358
|
+
] = True
|
|
359
359
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
360
360
|
|
|
361
361
|
on_backpressure: Annotated[
|
|
@@ -351,7 +351,7 @@ class OutputSentinelOneAiSiem(BaseModel):
|
|
|
351
351
|
|
|
352
352
|
response_honor_retry_after_header: Annotated[
|
|
353
353
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
354
|
-
] =
|
|
354
|
+
] = True
|
|
355
355
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
356
356
|
|
|
357
357
|
on_backpressure: Annotated[
|
|
@@ -465,7 +465,7 @@ class OutputServiceNow(BaseModel):
|
|
|
465
465
|
|
|
466
466
|
response_honor_retry_after_header: Annotated[
|
|
467
467
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
468
|
-
] =
|
|
468
|
+
] = True
|
|
469
469
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
470
470
|
|
|
471
471
|
tls: Optional[OutputServiceNowTLSSettingsClientSide] = None
|
|
@@ -295,7 +295,7 @@ class OutputSignalfx(BaseModel):
|
|
|
295
295
|
|
|
296
296
|
response_honor_retry_after_header: Annotated[
|
|
297
297
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
298
|
-
] =
|
|
298
|
+
] = True
|
|
299
299
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
300
300
|
|
|
301
301
|
on_backpressure: Annotated[
|
|
@@ -337,7 +337,7 @@ class OutputSplunkHec(BaseModel):
|
|
|
337
337
|
|
|
338
338
|
response_honor_retry_after_header: Annotated[
|
|
339
339
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
340
|
-
] =
|
|
340
|
+
] = True
|
|
341
341
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
342
342
|
|
|
343
343
|
on_backpressure: Annotated[
|
|
@@ -295,7 +295,7 @@ class OutputWavefront(BaseModel):
|
|
|
295
295
|
|
|
296
296
|
response_honor_retry_after_header: Annotated[
|
|
297
297
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
298
|
-
] =
|
|
298
|
+
] = True
|
|
299
299
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
300
300
|
|
|
301
301
|
on_backpressure: Annotated[
|
|
@@ -311,7 +311,7 @@ class OutputXsiam(BaseModel):
|
|
|
311
311
|
|
|
312
312
|
response_honor_retry_after_header: Annotated[
|
|
313
313
|
Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
|
|
314
|
-
] =
|
|
314
|
+
] = True
|
|
315
315
|
r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
|
|
316
316
|
|
|
317
317
|
throttle_rate_req_per_sec: Annotated[
|
{cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/nodes.py
RENAMED
|
@@ -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:
|