cribl-control-plane 0.0.24__tar.gz → 0.0.26a1__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.24 → cribl_control_plane-0.0.26a1}/PKG-INFO +10 -7
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/README-PYPI.md +9 -6
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/pyproject.toml +1 -1
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/_version.py +3 -3
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/__init__.py +18 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputconfluentcloud.py +14 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputgooglepubsub.py +14 -7
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputgrafana.py +14 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputkafka.py +14 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputloki.py +7 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputmsk.py +14 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputconfluentcloud.py +14 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputdls3.py +2 -2
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputgooglecloudstorage.py +2 -2
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputgrafanacloud.py +14 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputkafka.py +14 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputloki.py +14 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputmsk.py +14 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputs3.py +2 -2
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/nodes.py +0 -174
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/pipelines.py +20 -20
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/sdk.py +6 -2
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/versioning.py +4 -4
- cribl_control_plane-0.0.26a1/src/cribl_control_plane/workers_sdk.py +187 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/py.typed +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/auth_sdk.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/deployments.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/destinations.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/errors/__init__.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/groups_sdk.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/healthinfo.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/lakedatasets.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/appmode.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/configgroup.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/createpipelineop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/createproductsgroupsbyproductop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/createversionsyncop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/createversionundoop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/deletegroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getgroupsaclbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getgroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getgroupsconfigversionbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getproductsgroupsaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getproductsgroupsbyproductop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getsummaryworkersop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getversioncountop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getversioncurrentbranchop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getversionshowop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/getworkersop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/healthstatus.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/input.py +4 -4
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputappscope.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputcollection.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputcribl.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputelastic.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputeventhub.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputfile.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputfirehose.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputhttp.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputkinesis.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputmetrics.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputnetflow.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputprometheus.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputrawudp.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputs3.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputsnmp.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputsplunk.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputsqs.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputsyslog.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputtcp.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputwef.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputwiz.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/output.py +14 -14
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputazureblob.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputcribllake.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputdatadog.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputdataset.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputelastic.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputexabeam.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputgraphite.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputkinesis.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputminio.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputprometheus.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputring.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputsentinel.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputservicenow.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputsns.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputsplunk.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputsqs.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputstatsd.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputsumologic.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputsyslog.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputwavefront.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputwebhook.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/outputxsiam.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/packinfo.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/packrequestbody.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/restartresponse.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/routecloneconf.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/updategroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/updategroupsdeploybyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/updateworkersrestartop.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/packs.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/routes_sdk.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/sources.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/src/cribl_control_plane/utils/values.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: cribl-control-plane
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.26a1
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -343,7 +343,6 @@ with CriblControlPlane(
|
|
|
343
343
|
|
|
344
344
|
### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
|
|
345
345
|
|
|
346
|
-
* [get_count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#get_count) - Retrieve a count of Worker and Edge Nodes
|
|
347
346
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) - Retrieve detailed metadata for Worker and Edge Nodes
|
|
348
347
|
* [restart](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#restart) - Restart Worker and Edge Nodes
|
|
349
348
|
|
|
@@ -356,11 +355,11 @@ with CriblControlPlane(
|
|
|
356
355
|
|
|
357
356
|
### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
|
|
358
357
|
|
|
359
|
-
* [
|
|
358
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#list) - List all Pipelines
|
|
360
359
|
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#create) - Create a Pipeline
|
|
361
|
-
* [
|
|
362
|
-
* [
|
|
363
|
-
* [
|
|
360
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#get) - Retrieve a Pipeline
|
|
361
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#update) - Update a Pipeline
|
|
362
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#delete) - Delete a Pipeline
|
|
364
363
|
|
|
365
364
|
### [routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md)
|
|
366
365
|
|
|
@@ -393,7 +392,11 @@ with CriblControlPlane(
|
|
|
393
392
|
* [show_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#show_commit) - Retrieve the diff and log message for a commit
|
|
394
393
|
* [get_current_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_current_status) - Retrieve the status of the current working tree
|
|
395
394
|
* [sync_local_remote](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#sync_local_remote) - Synchronize the local branch with the remote repository
|
|
396
|
-
* [clean_working_dir](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#clean_working_dir) -
|
|
395
|
+
* [clean_working_dir](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#clean_working_dir) - Discard uncommitted (staged) changes
|
|
396
|
+
|
|
397
|
+
### [workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md)
|
|
398
|
+
|
|
399
|
+
* [get_summary_workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md#get_summary_workers) - Retrieve a count of Worker and Edge Nodes
|
|
397
400
|
|
|
398
401
|
</details>
|
|
399
402
|
<!-- End Available Resources and Operations [operations] -->
|
|
@@ -326,7 +326,6 @@ with CriblControlPlane(
|
|
|
326
326
|
|
|
327
327
|
### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
|
|
328
328
|
|
|
329
|
-
* [get_count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#get_count) - Retrieve a count of Worker and Edge Nodes
|
|
330
329
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) - Retrieve detailed metadata for Worker and Edge Nodes
|
|
331
330
|
* [restart](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#restart) - Restart Worker and Edge Nodes
|
|
332
331
|
|
|
@@ -339,11 +338,11 @@ with CriblControlPlane(
|
|
|
339
338
|
|
|
340
339
|
### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
|
|
341
340
|
|
|
342
|
-
* [
|
|
341
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#list) - List all Pipelines
|
|
343
342
|
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#create) - Create a Pipeline
|
|
344
|
-
* [
|
|
345
|
-
* [
|
|
346
|
-
* [
|
|
343
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#get) - Retrieve a Pipeline
|
|
344
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#update) - Update a Pipeline
|
|
345
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#delete) - Delete a Pipeline
|
|
347
346
|
|
|
348
347
|
### [routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md)
|
|
349
348
|
|
|
@@ -376,7 +375,11 @@ with CriblControlPlane(
|
|
|
376
375
|
* [show_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#show_commit) - Retrieve the diff and log message for a commit
|
|
377
376
|
* [get_current_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_current_status) - Retrieve the status of the current working tree
|
|
378
377
|
* [sync_local_remote](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#sync_local_remote) - Synchronize the local branch with the remote repository
|
|
379
|
-
* [clean_working_dir](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#clean_working_dir) -
|
|
378
|
+
* [clean_working_dir](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#clean_working_dir) - Discard uncommitted (staged) changes
|
|
379
|
+
|
|
380
|
+
### [workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md)
|
|
381
|
+
|
|
382
|
+
* [get_summary_workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md#get_summary_workers) - Retrieve a count of Worker and Edge Nodes
|
|
380
383
|
|
|
381
384
|
</details>
|
|
382
385
|
<!-- End Available Resources and Operations [operations] -->
|
{cribl_control_plane-0.0.24 → cribl_control_plane-0.0.26a1}/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.
|
|
6
|
+
__version__: str = "0.0.26a1"
|
|
7
|
+
__openapi_doc_version__: str = "4.14.0-alpha.1754945439857-0a86c294"
|
|
8
8
|
__gen_version__: str = "2.660.0"
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.0.
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.0.26a1 2.660.0 4.14.0-alpha.1754945439857-0a86c294 cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -444,6 +444,7 @@ if TYPE_CHECKING:
|
|
|
444
444
|
InputConfluentCloudPq,
|
|
445
445
|
InputConfluentCloudPqTypedDict,
|
|
446
446
|
InputConfluentCloudSASLMechanism,
|
|
447
|
+
InputConfluentCloudSchemaType,
|
|
447
448
|
InputConfluentCloudTLSSettingsClientSide,
|
|
448
449
|
InputConfluentCloudTLSSettingsClientSideTypedDict,
|
|
449
450
|
InputConfluentCloudType,
|
|
@@ -852,6 +853,7 @@ if TYPE_CHECKING:
|
|
|
852
853
|
InputKafkaPq,
|
|
853
854
|
InputKafkaPqTypedDict,
|
|
854
855
|
InputKafkaSASLMechanism,
|
|
856
|
+
InputKafkaSchemaType,
|
|
855
857
|
InputKafkaTLSSettingsClientSide,
|
|
856
858
|
InputKafkaTLSSettingsClientSideTypedDict,
|
|
857
859
|
InputKafkaType,
|
|
@@ -1003,6 +1005,7 @@ if TYPE_CHECKING:
|
|
|
1003
1005
|
InputMskMode,
|
|
1004
1006
|
InputMskPq,
|
|
1005
1007
|
InputMskPqTypedDict,
|
|
1008
|
+
InputMskSchemaType,
|
|
1006
1009
|
InputMskSignatureVersion,
|
|
1007
1010
|
InputMskTLSSettingsClientSide,
|
|
1008
1011
|
InputMskTLSSettingsClientSideTypedDict,
|
|
@@ -1806,6 +1809,7 @@ if TYPE_CHECKING:
|
|
|
1806
1809
|
OutputConfluentCloudQueueFullBehavior,
|
|
1807
1810
|
OutputConfluentCloudRecordDataFormat,
|
|
1808
1811
|
OutputConfluentCloudSASLMechanism,
|
|
1812
|
+
OutputConfluentCloudSchemaType,
|
|
1809
1813
|
OutputConfluentCloudTLSSettingsClientSide,
|
|
1810
1814
|
OutputConfluentCloudTLSSettingsClientSideTypedDict,
|
|
1811
1815
|
OutputConfluentCloudType,
|
|
@@ -2309,6 +2313,7 @@ if TYPE_CHECKING:
|
|
|
2309
2313
|
OutputKafkaQueueFullBehavior,
|
|
2310
2314
|
OutputKafkaRecordDataFormat,
|
|
2311
2315
|
OutputKafkaSASLMechanism,
|
|
2316
|
+
OutputKafkaSchemaType,
|
|
2312
2317
|
OutputKafkaTLSSettingsClientSide,
|
|
2313
2318
|
OutputKafkaTLSSettingsClientSideTypedDict,
|
|
2314
2319
|
OutputKafkaType,
|
|
@@ -2391,6 +2396,7 @@ if TYPE_CHECKING:
|
|
|
2391
2396
|
OutputMskPqControlsTypedDict,
|
|
2392
2397
|
OutputMskQueueFullBehavior,
|
|
2393
2398
|
OutputMskRecordDataFormat,
|
|
2399
|
+
OutputMskSchemaType,
|
|
2394
2400
|
OutputMskSignatureVersion,
|
|
2395
2401
|
OutputMskTLSSettingsClientSide,
|
|
2396
2402
|
OutputMskTLSSettingsClientSideTypedDict,
|
|
@@ -3428,6 +3434,7 @@ __all__ = [
|
|
|
3428
3434
|
"InputConfluentCloudPq",
|
|
3429
3435
|
"InputConfluentCloudPqTypedDict",
|
|
3430
3436
|
"InputConfluentCloudSASLMechanism",
|
|
3437
|
+
"InputConfluentCloudSchemaType",
|
|
3431
3438
|
"InputConfluentCloudTLSSettingsClientSide",
|
|
3432
3439
|
"InputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
3433
3440
|
"InputConfluentCloudType",
|
|
@@ -3771,6 +3778,7 @@ __all__ = [
|
|
|
3771
3778
|
"InputKafkaPq",
|
|
3772
3779
|
"InputKafkaPqTypedDict",
|
|
3773
3780
|
"InputKafkaSASLMechanism",
|
|
3781
|
+
"InputKafkaSchemaType",
|
|
3774
3782
|
"InputKafkaTLSSettingsClientSide",
|
|
3775
3783
|
"InputKafkaTLSSettingsClientSideTypedDict",
|
|
3776
3784
|
"InputKafkaType",
|
|
@@ -3904,6 +3912,7 @@ __all__ = [
|
|
|
3904
3912
|
"InputMskMode",
|
|
3905
3913
|
"InputMskPq",
|
|
3906
3914
|
"InputMskPqTypedDict",
|
|
3915
|
+
"InputMskSchemaType",
|
|
3907
3916
|
"InputMskSignatureVersion",
|
|
3908
3917
|
"InputMskTLSSettingsClientSide",
|
|
3909
3918
|
"InputMskTLSSettingsClientSideTypedDict",
|
|
@@ -4603,6 +4612,7 @@ __all__ = [
|
|
|
4603
4612
|
"OutputConfluentCloudQueueFullBehavior",
|
|
4604
4613
|
"OutputConfluentCloudRecordDataFormat",
|
|
4605
4614
|
"OutputConfluentCloudSASLMechanism",
|
|
4615
|
+
"OutputConfluentCloudSchemaType",
|
|
4606
4616
|
"OutputConfluentCloudTLSSettingsClientSide",
|
|
4607
4617
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
4608
4618
|
"OutputConfluentCloudType",
|
|
@@ -5038,6 +5048,7 @@ __all__ = [
|
|
|
5038
5048
|
"OutputKafkaQueueFullBehavior",
|
|
5039
5049
|
"OutputKafkaRecordDataFormat",
|
|
5040
5050
|
"OutputKafkaSASLMechanism",
|
|
5051
|
+
"OutputKafkaSchemaType",
|
|
5041
5052
|
"OutputKafkaTLSSettingsClientSide",
|
|
5042
5053
|
"OutputKafkaTLSSettingsClientSideTypedDict",
|
|
5043
5054
|
"OutputKafkaType",
|
|
@@ -5112,6 +5123,7 @@ __all__ = [
|
|
|
5112
5123
|
"OutputMskPqControlsTypedDict",
|
|
5113
5124
|
"OutputMskQueueFullBehavior",
|
|
5114
5125
|
"OutputMskRecordDataFormat",
|
|
5126
|
+
"OutputMskSchemaType",
|
|
5115
5127
|
"OutputMskSignatureVersion",
|
|
5116
5128
|
"OutputMskTLSSettingsClientSide",
|
|
5117
5129
|
"OutputMskTLSSettingsClientSideTypedDict",
|
|
@@ -6048,6 +6060,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6048
6060
|
"InputConfluentCloudPq": ".inputconfluentcloud",
|
|
6049
6061
|
"InputConfluentCloudPqTypedDict": ".inputconfluentcloud",
|
|
6050
6062
|
"InputConfluentCloudSASLMechanism": ".inputconfluentcloud",
|
|
6063
|
+
"InputConfluentCloudSchemaType": ".inputconfluentcloud",
|
|
6051
6064
|
"InputConfluentCloudTLSSettingsClientSide": ".inputconfluentcloud",
|
|
6052
6065
|
"InputConfluentCloudTLSSettingsClientSideTypedDict": ".inputconfluentcloud",
|
|
6053
6066
|
"InputConfluentCloudType": ".inputconfluentcloud",
|
|
@@ -6416,6 +6429,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6416
6429
|
"InputKafkaPq": ".inputkafka",
|
|
6417
6430
|
"InputKafkaPqTypedDict": ".inputkafka",
|
|
6418
6431
|
"InputKafkaSASLMechanism": ".inputkafka",
|
|
6432
|
+
"InputKafkaSchemaType": ".inputkafka",
|
|
6419
6433
|
"InputKafkaTLSSettingsClientSide": ".inputkafka",
|
|
6420
6434
|
"InputKafkaTLSSettingsClientSideTypedDict": ".inputkafka",
|
|
6421
6435
|
"InputKafkaType": ".inputkafka",
|
|
@@ -6551,6 +6565,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6551
6565
|
"InputMskMode": ".inputmsk",
|
|
6552
6566
|
"InputMskPq": ".inputmsk",
|
|
6553
6567
|
"InputMskPqTypedDict": ".inputmsk",
|
|
6568
|
+
"InputMskSchemaType": ".inputmsk",
|
|
6554
6569
|
"InputMskSignatureVersion": ".inputmsk",
|
|
6555
6570
|
"InputMskTLSSettingsClientSide": ".inputmsk",
|
|
6556
6571
|
"InputMskTLSSettingsClientSideTypedDict": ".inputmsk",
|
|
@@ -7290,6 +7305,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7290
7305
|
"OutputConfluentCloudQueueFullBehavior": ".outputconfluentcloud",
|
|
7291
7306
|
"OutputConfluentCloudRecordDataFormat": ".outputconfluentcloud",
|
|
7292
7307
|
"OutputConfluentCloudSASLMechanism": ".outputconfluentcloud",
|
|
7308
|
+
"OutputConfluentCloudSchemaType": ".outputconfluentcloud",
|
|
7293
7309
|
"OutputConfluentCloudTLSSettingsClientSide": ".outputconfluentcloud",
|
|
7294
7310
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict": ".outputconfluentcloud",
|
|
7295
7311
|
"OutputConfluentCloudType": ".outputconfluentcloud",
|
|
@@ -7749,6 +7765,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7749
7765
|
"OutputKafkaQueueFullBehavior": ".outputkafka",
|
|
7750
7766
|
"OutputKafkaRecordDataFormat": ".outputkafka",
|
|
7751
7767
|
"OutputKafkaSASLMechanism": ".outputkafka",
|
|
7768
|
+
"OutputKafkaSchemaType": ".outputkafka",
|
|
7752
7769
|
"OutputKafkaTLSSettingsClientSide": ".outputkafka",
|
|
7753
7770
|
"OutputKafkaTLSSettingsClientSideTypedDict": ".outputkafka",
|
|
7754
7771
|
"OutputKafkaType": ".outputkafka",
|
|
@@ -7823,6 +7840,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7823
7840
|
"OutputMskPqControlsTypedDict": ".outputmsk",
|
|
7824
7841
|
"OutputMskQueueFullBehavior": ".outputmsk",
|
|
7825
7842
|
"OutputMskRecordDataFormat": ".outputmsk",
|
|
7843
|
+
"OutputMskSchemaType": ".outputmsk",
|
|
7826
7844
|
"OutputMskSignatureVersion": ".outputmsk",
|
|
7827
7845
|
"OutputMskTLSSettingsClientSide": ".outputmsk",
|
|
7828
7846
|
"OutputMskTLSSettingsClientSideTypedDict": ".outputmsk",
|
|
@@ -162,6 +162,13 @@ class InputConfluentCloudTLSSettingsClientSide(BaseModel):
|
|
|
162
162
|
] = None
|
|
163
163
|
|
|
164
164
|
|
|
165
|
+
class InputConfluentCloudSchemaType(str, Enum):
|
|
166
|
+
r"""The schema format used to encode and decode event data"""
|
|
167
|
+
|
|
168
|
+
AVRO = "avro"
|
|
169
|
+
JSON = "json"
|
|
170
|
+
|
|
171
|
+
|
|
165
172
|
class InputConfluentCloudAuthTypedDict(TypedDict):
|
|
166
173
|
r"""Credentials to use when authenticating with the schema registry using basic HTTP authentication"""
|
|
167
174
|
|
|
@@ -262,6 +269,8 @@ class InputConfluentCloudKafkaSchemaRegistryAuthenticationTypedDict(TypedDict):
|
|
|
262
269
|
disabled: NotRequired[bool]
|
|
263
270
|
schema_registry_url: NotRequired[str]
|
|
264
271
|
r"""URL for accessing the Confluent Schema Registry. Example: http://localhost:8081. To connect over TLS, use https instead of http."""
|
|
272
|
+
schema_type: NotRequired[InputConfluentCloudSchemaType]
|
|
273
|
+
r"""The schema format used to encode and decode event data"""
|
|
265
274
|
connection_timeout: NotRequired[float]
|
|
266
275
|
r"""Maximum time to wait for a Schema Registry connection to complete successfully"""
|
|
267
276
|
request_timeout: NotRequired[float]
|
|
@@ -283,6 +292,11 @@ class InputConfluentCloudKafkaSchemaRegistryAuthentication(BaseModel):
|
|
|
283
292
|
] = "http://localhost:8081"
|
|
284
293
|
r"""URL for accessing the Confluent Schema Registry. Example: http://localhost:8081. To connect over TLS, use https instead of http."""
|
|
285
294
|
|
|
295
|
+
schema_type: Annotated[
|
|
296
|
+
Optional[InputConfluentCloudSchemaType], pydantic.Field(alias="schemaType")
|
|
297
|
+
] = InputConfluentCloudSchemaType.AVRO
|
|
298
|
+
r"""The schema format used to encode and decode event data"""
|
|
299
|
+
|
|
286
300
|
connection_timeout: Annotated[
|
|
287
301
|
Optional[float], pydantic.Field(alias="connectionTimeout")
|
|
288
302
|
] = 30000
|
|
@@ -105,10 +105,8 @@ class InputGooglePubsubMetadatum(BaseModel):
|
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
class InputGooglePubsubTypedDict(TypedDict):
|
|
108
|
-
topic_name: str
|
|
109
|
-
r"""ID of the topic to receive events from"""
|
|
110
108
|
subscription_name: str
|
|
111
|
-
r"""ID of the subscription to use when receiving events"""
|
|
109
|
+
r"""ID of the subscription to use when receiving events. When Monitor subscription is enabled, the fully qualified subscription name must be entered. Example: projects/myProject/subscriptions/mySubscription"""
|
|
112
110
|
id: NotRequired[str]
|
|
113
111
|
r"""Unique ID for this input"""
|
|
114
112
|
type: NotRequired[InputGooglePubsubType]
|
|
@@ -126,6 +124,10 @@ class InputGooglePubsubTypedDict(TypedDict):
|
|
|
126
124
|
connections: NotRequired[List[InputGooglePubsubConnectionTypedDict]]
|
|
127
125
|
r"""Direct connections to Destinations, and optionally via a Pipeline or a Pack"""
|
|
128
126
|
pq: NotRequired[InputGooglePubsubPqTypedDict]
|
|
127
|
+
topic_name: NotRequired[str]
|
|
128
|
+
r"""ID of the topic to receive events from. When Monitor subscription is enabled, any value may be entered."""
|
|
129
|
+
monitor_subscription: NotRequired[bool]
|
|
130
|
+
r"""Use when the subscription is not created by this Source and topic is not known"""
|
|
129
131
|
create_topic: NotRequired[bool]
|
|
130
132
|
r"""Create topic if it does not exist"""
|
|
131
133
|
create_subscription: NotRequired[bool]
|
|
@@ -152,11 +154,8 @@ class InputGooglePubsubTypedDict(TypedDict):
|
|
|
152
154
|
|
|
153
155
|
|
|
154
156
|
class InputGooglePubsub(BaseModel):
|
|
155
|
-
topic_name: Annotated[str, pydantic.Field(alias="topicName")]
|
|
156
|
-
r"""ID of the topic to receive events from"""
|
|
157
|
-
|
|
158
157
|
subscription_name: Annotated[str, pydantic.Field(alias="subscriptionName")]
|
|
159
|
-
r"""ID of the subscription to use when receiving events"""
|
|
158
|
+
r"""ID of the subscription to use when receiving events. When Monitor subscription is enabled, the fully qualified subscription name must be entered. Example: projects/myProject/subscriptions/mySubscription"""
|
|
160
159
|
|
|
161
160
|
id: Optional[str] = None
|
|
162
161
|
r"""Unique ID for this input"""
|
|
@@ -187,6 +186,14 @@ class InputGooglePubsub(BaseModel):
|
|
|
187
186
|
|
|
188
187
|
pq: Optional[InputGooglePubsubPq] = None
|
|
189
188
|
|
|
189
|
+
topic_name: Annotated[Optional[str], pydantic.Field(alias="topicName")] = "cribl"
|
|
190
|
+
r"""ID of the topic to receive events from. When Monitor subscription is enabled, any value may be entered."""
|
|
191
|
+
|
|
192
|
+
monitor_subscription: Annotated[
|
|
193
|
+
Optional[bool], pydantic.Field(alias="monitorSubscription")
|
|
194
|
+
] = False
|
|
195
|
+
r"""Use when the subscription is not created by this Source and topic is not known"""
|
|
196
|
+
|
|
190
197
|
create_topic: Annotated[Optional[bool], pydantic.Field(alias="createTopic")] = False
|
|
191
198
|
r"""Create topic if it does not exist"""
|
|
192
199
|
|
|
@@ -477,6 +477,8 @@ class InputGrafanaGrafana2TypedDict(TypedDict):
|
|
|
477
477
|
r"""Absolute path on which to listen for Grafana Agent's Remote Write requests. Defaults to /api/prom/push, which will expand as: 'http://<your‑upstream‑URL>:<your‑port>/api/prom/push'. Either this field or 'Logs API endpoint' must be configured."""
|
|
478
478
|
loki_api: NotRequired[str]
|
|
479
479
|
r"""Absolute path on which to listen for Loki logs requests. Defaults to /loki/api/v1/push, which will (in this example) expand as: 'http://<your‑upstream‑URL>:<your‑port>/loki/api/v1/push'. Either this field or 'Remote Write API endpoint' must be configured."""
|
|
480
|
+
extract_structured_metadata: NotRequired[bool]
|
|
481
|
+
r"""Extract structured metadata from the Loki 3.5.3+ format and place it in the __structuredMetadata field. When disabled, uses legacy Loki parsing for backward compatibility."""
|
|
480
482
|
prometheus_auth: NotRequired[InputGrafanaPrometheusAuth2TypedDict]
|
|
481
483
|
loki_auth: NotRequired[InputGrafanaLokiAuth2TypedDict]
|
|
482
484
|
metadata: NotRequired[List[InputGrafanaMetadatum2TypedDict]]
|
|
@@ -587,6 +589,11 @@ class InputGrafanaGrafana2(BaseModel):
|
|
|
587
589
|
)
|
|
588
590
|
r"""Absolute path on which to listen for Loki logs requests. Defaults to /loki/api/v1/push, which will (in this example) expand as: 'http://<your‑upstream‑URL>:<your‑port>/loki/api/v1/push'. Either this field or 'Remote Write API endpoint' must be configured."""
|
|
589
591
|
|
|
592
|
+
extract_structured_metadata: Annotated[
|
|
593
|
+
Optional[bool], pydantic.Field(alias="extractStructuredMetadata")
|
|
594
|
+
] = False
|
|
595
|
+
r"""Extract structured metadata from the Loki 3.5.3+ format and place it in the __structuredMetadata field. When disabled, uses legacy Loki parsing for backward compatibility."""
|
|
596
|
+
|
|
590
597
|
prometheus_auth: Annotated[
|
|
591
598
|
Optional[InputGrafanaPrometheusAuth2], pydantic.Field(alias="prometheusAuth")
|
|
592
599
|
] = None
|
|
@@ -1070,6 +1077,8 @@ class InputGrafanaGrafana1TypedDict(TypedDict):
|
|
|
1070
1077
|
r"""Absolute path on which to listen for Grafana Agent's Remote Write requests. Defaults to /api/prom/push, which will expand as: 'http://<your‑upstream‑URL>:<your‑port>/api/prom/push'. Either this field or 'Logs API endpoint' must be configured."""
|
|
1071
1078
|
loki_api: NotRequired[str]
|
|
1072
1079
|
r"""Absolute path on which to listen for Loki logs requests. Defaults to /loki/api/v1/push, which will (in this example) expand as: 'http://<your‑upstream‑URL>:<your‑port>/loki/api/v1/push'. Either this field or 'Remote Write API endpoint' must be configured."""
|
|
1080
|
+
extract_structured_metadata: NotRequired[bool]
|
|
1081
|
+
r"""Extract structured metadata from the Loki 3.5.3+ format and place it in the __structuredMetadata field. When disabled, uses legacy Loki parsing for backward compatibility."""
|
|
1073
1082
|
prometheus_auth: NotRequired[InputGrafanaPrometheusAuth1TypedDict]
|
|
1074
1083
|
loki_auth: NotRequired[InputGrafanaLokiAuth1TypedDict]
|
|
1075
1084
|
metadata: NotRequired[List[InputGrafanaMetadatum1TypedDict]]
|
|
@@ -1180,6 +1189,11 @@ class InputGrafanaGrafana1(BaseModel):
|
|
|
1180
1189
|
)
|
|
1181
1190
|
r"""Absolute path on which to listen for Loki logs requests. Defaults to /loki/api/v1/push, which will (in this example) expand as: 'http://<your‑upstream‑URL>:<your‑port>/loki/api/v1/push'. Either this field or 'Remote Write API endpoint' must be configured."""
|
|
1182
1191
|
|
|
1192
|
+
extract_structured_metadata: Annotated[
|
|
1193
|
+
Optional[bool], pydantic.Field(alias="extractStructuredMetadata")
|
|
1194
|
+
] = False
|
|
1195
|
+
r"""Extract structured metadata from the Loki 3.5.3+ format and place it in the __structuredMetadata field. When disabled, uses legacy Loki parsing for backward compatibility."""
|
|
1196
|
+
|
|
1183
1197
|
prometheus_auth: Annotated[
|
|
1184
1198
|
Optional[InputGrafanaPrometheusAuth1], pydantic.Field(alias="prometheusAuth")
|
|
1185
1199
|
] = None
|
|
@@ -83,6 +83,13 @@ class InputKafkaPq(BaseModel):
|
|
|
83
83
|
r"""Codec to use to compress the persisted data"""
|
|
84
84
|
|
|
85
85
|
|
|
86
|
+
class InputKafkaSchemaType(str, Enum):
|
|
87
|
+
r"""The schema format used to encode and decode event data"""
|
|
88
|
+
|
|
89
|
+
AVRO = "avro"
|
|
90
|
+
JSON = "json"
|
|
91
|
+
|
|
92
|
+
|
|
86
93
|
class InputKafkaAuthTypedDict(TypedDict):
|
|
87
94
|
r"""Credentials to use when authenticating with the schema registry using basic HTTP authentication"""
|
|
88
95
|
|
|
@@ -183,6 +190,8 @@ class InputKafkaKafkaSchemaRegistryAuthenticationTypedDict(TypedDict):
|
|
|
183
190
|
disabled: NotRequired[bool]
|
|
184
191
|
schema_registry_url: NotRequired[str]
|
|
185
192
|
r"""URL for accessing the Confluent Schema Registry. Example: http://localhost:8081. To connect over TLS, use https instead of http."""
|
|
193
|
+
schema_type: NotRequired[InputKafkaSchemaType]
|
|
194
|
+
r"""The schema format used to encode and decode event data"""
|
|
186
195
|
connection_timeout: NotRequired[float]
|
|
187
196
|
r"""Maximum time to wait for a Schema Registry connection to complete successfully"""
|
|
188
197
|
request_timeout: NotRequired[float]
|
|
@@ -202,6 +211,11 @@ class InputKafkaKafkaSchemaRegistryAuthentication(BaseModel):
|
|
|
202
211
|
] = "http://localhost:8081"
|
|
203
212
|
r"""URL for accessing the Confluent Schema Registry. Example: http://localhost:8081. To connect over TLS, use https instead of http."""
|
|
204
213
|
|
|
214
|
+
schema_type: Annotated[
|
|
215
|
+
Optional[InputKafkaSchemaType], pydantic.Field(alias="schemaType")
|
|
216
|
+
] = InputKafkaSchemaType.AVRO
|
|
217
|
+
r"""The schema format used to encode and decode event data"""
|
|
218
|
+
|
|
205
219
|
connection_timeout: Annotated[
|
|
206
220
|
Optional[float], pydantic.Field(alias="connectionTimeout")
|
|
207
221
|
] = 30000
|
|
@@ -258,6 +258,8 @@ class InputLokiTypedDict(TypedDict):
|
|
|
258
258
|
r"""Messages from matched IP addresses will be ignored. This takes precedence over the allowlist."""
|
|
259
259
|
loki_api: NotRequired[str]
|
|
260
260
|
r"""Absolute path on which to listen for Loki logs requests. Defaults to /loki/api/v1/push, which will (in this example) expand as: 'http://<your‑upstream‑URL>:<your‑port>/loki/api/v1/push'."""
|
|
261
|
+
extract_structured_metadata: NotRequired[bool]
|
|
262
|
+
r"""Extract structured metadata from the Loki 3.5.3+ format and place it in the __structuredMetadata field. When disabled, uses legacy Loki parsing for backward compatibility."""
|
|
261
263
|
auth_type: NotRequired[InputLokiAuthenticationType]
|
|
262
264
|
r"""Loki logs authentication type"""
|
|
263
265
|
metadata: NotRequired[List[InputLokiMetadatumTypedDict]]
|
|
@@ -387,6 +389,11 @@ class InputLoki(BaseModel):
|
|
|
387
389
|
)
|
|
388
390
|
r"""Absolute path on which to listen for Loki logs requests. Defaults to /loki/api/v1/push, which will (in this example) expand as: 'http://<your‑upstream‑URL>:<your‑port>/loki/api/v1/push'."""
|
|
389
391
|
|
|
392
|
+
extract_structured_metadata: Annotated[
|
|
393
|
+
Optional[bool], pydantic.Field(alias="extractStructuredMetadata")
|
|
394
|
+
] = False
|
|
395
|
+
r"""Extract structured metadata from the Loki 3.5.3+ format and place it in the __structuredMetadata field. When disabled, uses legacy Loki parsing for backward compatibility."""
|
|
396
|
+
|
|
390
397
|
auth_type: Annotated[
|
|
391
398
|
Optional[InputLokiAuthenticationType], pydantic.Field(alias="authType")
|
|
392
399
|
] = InputLokiAuthenticationType.NONE
|
|
@@ -96,6 +96,13 @@ class InputMskMetadatum(BaseModel):
|
|
|
96
96
|
r"""JavaScript expression to compute field's value, enclosed in quotes or backticks. (Can evaluate to a constant.)"""
|
|
97
97
|
|
|
98
98
|
|
|
99
|
+
class InputMskSchemaType(str, Enum):
|
|
100
|
+
r"""The schema format used to encode and decode event data"""
|
|
101
|
+
|
|
102
|
+
AVRO = "avro"
|
|
103
|
+
JSON = "json"
|
|
104
|
+
|
|
105
|
+
|
|
99
106
|
class InputMskAuthTypedDict(TypedDict):
|
|
100
107
|
r"""Credentials to use when authenticating with the schema registry using basic HTTP authentication"""
|
|
101
108
|
|
|
@@ -196,6 +203,8 @@ class InputMskKafkaSchemaRegistryAuthenticationTypedDict(TypedDict):
|
|
|
196
203
|
disabled: NotRequired[bool]
|
|
197
204
|
schema_registry_url: NotRequired[str]
|
|
198
205
|
r"""URL for accessing the Confluent Schema Registry. Example: http://localhost:8081. To connect over TLS, use https instead of http."""
|
|
206
|
+
schema_type: NotRequired[InputMskSchemaType]
|
|
207
|
+
r"""The schema format used to encode and decode event data"""
|
|
199
208
|
connection_timeout: NotRequired[float]
|
|
200
209
|
r"""Maximum time to wait for a Schema Registry connection to complete successfully"""
|
|
201
210
|
request_timeout: NotRequired[float]
|
|
@@ -215,6 +224,11 @@ class InputMskKafkaSchemaRegistryAuthentication(BaseModel):
|
|
|
215
224
|
] = "http://localhost:8081"
|
|
216
225
|
r"""URL for accessing the Confluent Schema Registry. Example: http://localhost:8081. To connect over TLS, use https instead of http."""
|
|
217
226
|
|
|
227
|
+
schema_type: Annotated[
|
|
228
|
+
Optional[InputMskSchemaType], pydantic.Field(alias="schemaType")
|
|
229
|
+
] = InputMskSchemaType.AVRO
|
|
230
|
+
r"""The schema format used to encode and decode event data"""
|
|
231
|
+
|
|
218
232
|
connection_timeout: Annotated[
|
|
219
233
|
Optional[float], pydantic.Field(alias="connectionTimeout")
|
|
220
234
|
] = 30000
|
|
@@ -114,6 +114,13 @@ class OutputConfluentCloudCompression(str, Enum):
|
|
|
114
114
|
LZ4 = "lz4"
|
|
115
115
|
|
|
116
116
|
|
|
117
|
+
class OutputConfluentCloudSchemaType(str, Enum):
|
|
118
|
+
r"""The schema format used to encode and decode event data"""
|
|
119
|
+
|
|
120
|
+
AVRO = "avro"
|
|
121
|
+
JSON = "json"
|
|
122
|
+
|
|
123
|
+
|
|
117
124
|
class OutputConfluentCloudAuthTypedDict(TypedDict):
|
|
118
125
|
r"""Credentials to use when authenticating with the schema registry using basic HTTP authentication"""
|
|
119
126
|
|
|
@@ -214,6 +221,8 @@ class OutputConfluentCloudKafkaSchemaRegistryAuthenticationTypedDict(TypedDict):
|
|
|
214
221
|
disabled: NotRequired[bool]
|
|
215
222
|
schema_registry_url: NotRequired[str]
|
|
216
223
|
r"""URL for accessing the Confluent Schema Registry. Example: http://localhost:8081. To connect over TLS, use https instead of http."""
|
|
224
|
+
schema_type: NotRequired[OutputConfluentCloudSchemaType]
|
|
225
|
+
r"""The schema format used to encode and decode event data"""
|
|
217
226
|
connection_timeout: NotRequired[float]
|
|
218
227
|
r"""Maximum time to wait for a Schema Registry connection to complete successfully"""
|
|
219
228
|
request_timeout: NotRequired[float]
|
|
@@ -239,6 +248,11 @@ class OutputConfluentCloudKafkaSchemaRegistryAuthentication(BaseModel):
|
|
|
239
248
|
] = "http://localhost:8081"
|
|
240
249
|
r"""URL for accessing the Confluent Schema Registry. Example: http://localhost:8081. To connect over TLS, use https instead of http."""
|
|
241
250
|
|
|
251
|
+
schema_type: Annotated[
|
|
252
|
+
Optional[OutputConfluentCloudSchemaType], pydantic.Field(alias="schemaType")
|
|
253
|
+
] = OutputConfluentCloudSchemaType.AVRO
|
|
254
|
+
r"""The schema format used to encode and decode event data"""
|
|
255
|
+
|
|
242
256
|
connection_timeout: Annotated[
|
|
243
257
|
Optional[float], pydantic.Field(alias="connectionTimeout")
|
|
244
258
|
] = 30000
|
|
@@ -161,7 +161,7 @@ class OutputDlS3TypedDict(TypedDict):
|
|
|
161
161
|
add_id_to_stage_path: NotRequired[bool]
|
|
162
162
|
r"""Add the Output ID value to staging location"""
|
|
163
163
|
dest_path: NotRequired[str]
|
|
164
|
-
r"""Prefix to
|
|
164
|
+
r"""Prefix to prepend to files before uploading. Must be a JavaScript expression (which can evaluate to a constant value), enclosed in quotes or backticks. Can be evaluated only at init time. Example referencing a Global Variable: `myKeyPrefix-${C.vars.myVar}`"""
|
|
165
165
|
object_acl: NotRequired[OutputDlS3ObjectACL]
|
|
166
166
|
r"""Object ACL to assign to uploaded objects"""
|
|
167
167
|
storage_class: NotRequired[OutputDlS3StorageClass]
|
|
@@ -328,7 +328,7 @@ class OutputDlS3(BaseModel):
|
|
|
328
328
|
r"""Add the Output ID value to staging location"""
|
|
329
329
|
|
|
330
330
|
dest_path: Annotated[Optional[str], pydantic.Field(alias="destPath")] = ""
|
|
331
|
-
r"""Prefix to
|
|
331
|
+
r"""Prefix to prepend to files before uploading. Must be a JavaScript expression (which can evaluate to a constant value), enclosed in quotes or backticks. Can be evaluated only at init time. Example referencing a Global Variable: `myKeyPrefix-${C.vars.myVar}`"""
|
|
332
332
|
|
|
333
333
|
object_acl: Annotated[
|
|
334
334
|
Optional[OutputDlS3ObjectACL], pydantic.Field(alias="objectACL")
|
|
@@ -132,7 +132,7 @@ class OutputGoogleCloudStorageTypedDict(TypedDict):
|
|
|
132
132
|
stage_path: NotRequired[str]
|
|
133
133
|
r"""Filesystem location in which to buffer files, before compressing and moving to final destination. Use performant and stable storage."""
|
|
134
134
|
dest_path: NotRequired[str]
|
|
135
|
-
r"""Prefix to
|
|
135
|
+
r"""Prefix to prepend to files before uploading. Must be a JavaScript expression (which can evaluate to a constant value), enclosed in quotes or backticks. Can be evaluated only at init time. Example referencing a Global Variable: `myKeyPrefix-${C.vars.myVar}`"""
|
|
136
136
|
verify_permissions: NotRequired[bool]
|
|
137
137
|
r"""Disable if you can access files within the bucket but not the bucket itself"""
|
|
138
138
|
object_acl: NotRequired[OutputGoogleCloudStorageObjectACL]
|
|
@@ -260,7 +260,7 @@ class OutputGoogleCloudStorage(BaseModel):
|
|
|
260
260
|
r"""Filesystem location in which to buffer files, before compressing and moving to final destination. Use performant and stable storage."""
|
|
261
261
|
|
|
262
262
|
dest_path: Annotated[Optional[str], pydantic.Field(alias="destPath")] = ""
|
|
263
|
-
r"""Prefix to
|
|
263
|
+
r"""Prefix to prepend to files before uploading. Must be a JavaScript expression (which can evaluate to a constant value), enclosed in quotes or backticks. Can be evaluated only at init time. Example referencing a Global Variable: `myKeyPrefix-${C.vars.myVar}`"""
|
|
264
264
|
|
|
265
265
|
verify_permissions: Annotated[
|
|
266
266
|
Optional[bool], pydantic.Field(alias="verifyPermissions")
|
|
@@ -284,6 +284,8 @@ class OutputGrafanaCloudGrafanaCloud2TypedDict(TypedDict):
|
|
|
284
284
|
r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
|
|
285
285
|
safe_headers: NotRequired[List[str]]
|
|
286
286
|
r"""List of headers that are safe to log in plain text"""
|
|
287
|
+
send_structured_metadata: NotRequired[bool]
|
|
288
|
+
r"""Add structured metadata fields from __structuredMetadata to each log. Key-value pairs must be strings."""
|
|
287
289
|
response_retry_settings: NotRequired[
|
|
288
290
|
List[OutputGrafanaCloudResponseRetrySetting2TypedDict]
|
|
289
291
|
]
|
|
@@ -416,6 +418,11 @@ class OutputGrafanaCloudGrafanaCloud2(BaseModel):
|
|
|
416
418
|
] = None
|
|
417
419
|
r"""List of headers that are safe to log in plain text"""
|
|
418
420
|
|
|
421
|
+
send_structured_metadata: Annotated[
|
|
422
|
+
Optional[bool], pydantic.Field(alias="sendStructuredMetadata")
|
|
423
|
+
] = False
|
|
424
|
+
r"""Add structured metadata fields from __structuredMetadata to each log. Key-value pairs must be strings."""
|
|
425
|
+
|
|
419
426
|
response_retry_settings: Annotated[
|
|
420
427
|
Optional[List[OutputGrafanaCloudResponseRetrySetting2]],
|
|
421
428
|
pydantic.Field(alias="responseRetrySettings"),
|
|
@@ -753,6 +760,8 @@ class OutputGrafanaCloudGrafanaCloud1TypedDict(TypedDict):
|
|
|
753
760
|
r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
|
|
754
761
|
safe_headers: NotRequired[List[str]]
|
|
755
762
|
r"""List of headers that are safe to log in plain text"""
|
|
763
|
+
send_structured_metadata: NotRequired[bool]
|
|
764
|
+
r"""Add structured metadata fields from __structuredMetadata to each log. Key-value pairs must be strings."""
|
|
756
765
|
response_retry_settings: NotRequired[
|
|
757
766
|
List[OutputGrafanaCloudResponseRetrySetting1TypedDict]
|
|
758
767
|
]
|
|
@@ -887,6 +896,11 @@ class OutputGrafanaCloudGrafanaCloud1(BaseModel):
|
|
|
887
896
|
] = None
|
|
888
897
|
r"""List of headers that are safe to log in plain text"""
|
|
889
898
|
|
|
899
|
+
send_structured_metadata: Annotated[
|
|
900
|
+
Optional[bool], pydantic.Field(alias="sendStructuredMetadata")
|
|
901
|
+
] = False
|
|
902
|
+
r"""Add structured metadata fields from __structuredMetadata to each log. Key-value pairs must be strings."""
|
|
903
|
+
|
|
890
904
|
response_retry_settings: Annotated[
|
|
891
905
|
Optional[List[OutputGrafanaCloudResponseRetrySetting1]],
|
|
892
906
|
pydantic.Field(alias="responseRetrySettings"),
|
|
@@ -37,6 +37,13 @@ class OutputKafkaCompression(str, Enum):
|
|
|
37
37
|
LZ4 = "lz4"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class OutputKafkaSchemaType(str, Enum):
|
|
41
|
+
r"""The schema format used to encode and decode event data"""
|
|
42
|
+
|
|
43
|
+
AVRO = "avro"
|
|
44
|
+
JSON = "json"
|
|
45
|
+
|
|
46
|
+
|
|
40
47
|
class OutputKafkaAuthTypedDict(TypedDict):
|
|
41
48
|
r"""Credentials to use when authenticating with the schema registry using basic HTTP authentication"""
|
|
42
49
|
|
|
@@ -137,6 +144,8 @@ class OutputKafkaKafkaSchemaRegistryAuthenticationTypedDict(TypedDict):
|
|
|
137
144
|
disabled: NotRequired[bool]
|
|
138
145
|
schema_registry_url: NotRequired[str]
|
|
139
146
|
r"""URL for accessing the Confluent Schema Registry. Example: http://localhost:8081. To connect over TLS, use https instead of http."""
|
|
147
|
+
schema_type: NotRequired[OutputKafkaSchemaType]
|
|
148
|
+
r"""The schema format used to encode and decode event data"""
|
|
140
149
|
connection_timeout: NotRequired[float]
|
|
141
150
|
r"""Maximum time to wait for a Schema Registry connection to complete successfully"""
|
|
142
151
|
request_timeout: NotRequired[float]
|
|
@@ -160,6 +169,11 @@ class OutputKafkaKafkaSchemaRegistryAuthentication(BaseModel):
|
|
|
160
169
|
] = "http://localhost:8081"
|
|
161
170
|
r"""URL for accessing the Confluent Schema Registry. Example: http://localhost:8081. To connect over TLS, use https instead of http."""
|
|
162
171
|
|
|
172
|
+
schema_type: Annotated[
|
|
173
|
+
Optional[OutputKafkaSchemaType], pydantic.Field(alias="schemaType")
|
|
174
|
+
] = OutputKafkaSchemaType.AVRO
|
|
175
|
+
r"""The schema format used to encode and decode event data"""
|
|
176
|
+
|
|
163
177
|
connection_timeout: Annotated[
|
|
164
178
|
Optional[float], pydantic.Field(alias="connectionTimeout")
|
|
165
179
|
] = 30000
|