cribl-control-plane 0.0.23__tar.gz → 0.0.25__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.23 → cribl_control_plane-0.0.25}/PKG-INFO +76 -76
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/README-PYPI.md +75 -75
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/pyproject.toml +1 -1
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/_version.py +3 -3
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/auth_sdk.py +4 -4
- cribl_control_plane-0.0.23/src/cribl_control_plane/distributed.py → cribl_control_plane-0.0.25/src/cribl_control_plane/deployments.py +3 -5
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/destinations.py +36 -36
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/groups_sdk.py +222 -32
- cribl_control_plane-0.0.23/src/cribl_control_plane/health.py → cribl_control_plane-0.0.25/src/cribl_control_plane/healthinfo.py +5 -7
- cribl_control_plane-0.0.23/src/cribl_control_plane/lake.py → cribl_control_plane-0.0.25/src/cribl_control_plane/lakedatasets.py +21 -23
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/__init__.py +18 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/createpipelineop.py +2 -2
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputconfluentcloud.py +14 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputgooglepubsub.py +14 -7
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputgrafana.py +14 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputkafka.py +14 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputloki.py +7 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputmsk.py +14 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputconfluentcloud.py +14 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputdls3.py +2 -2
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputgooglecloudstorage.py +2 -2
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputgrafanacloud.py +14 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputkafka.py +14 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputloki.py +14 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputmsk.py +14 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputs3.py +2 -2
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/updatepipelinebyidop.py +2 -2
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/updateroutesbyidop.py +2 -2
- cribl_control_plane-0.0.23/src/cribl_control_plane/workers_sdk.py → cribl_control_plane-0.0.25/src/cribl_control_plane/nodes.py +9 -185
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/packs.py +16 -16
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/pipelines.py +30 -30
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/routes_sdk.py +10 -10
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/sdk.py +15 -19
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/sources.py +28 -28
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/versioning.py +54 -54
- cribl_control_plane-0.0.23/src/cribl_control_plane/teams.py → cribl_control_plane-0.0.25/src/cribl_control_plane/workers_sdk.py +26 -42
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/py.typed +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/errors/__init__.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/appmode.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/configgroup.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/createproductsgroupsbyproductop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/createversionsyncop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/createversionundoop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/deletegroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getgroupsaclbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getgroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getgroupsconfigversionbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getproductsgroupsaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getproductsgroupsbyproductop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getsummaryworkersop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getversioncountop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getversioncurrentbranchop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getversionshowop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/getworkersop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/healthstatus.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/input.py +4 -4
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputappscope.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputcollection.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputcribl.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputelastic.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputeventhub.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputfile.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputfirehose.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputhttp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputkinesis.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputmetrics.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputnetflow.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputprometheus.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputrawudp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputs3.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputsnmp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputsplunk.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputsqs.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputsyslog.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputtcp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputwef.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputwiz.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/output.py +14 -14
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputazureblob.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputcribllake.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputdatadog.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputdataset.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputelastic.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputexabeam.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputgraphite.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputkinesis.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputminio.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputprometheus.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputring.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputsentinel.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputservicenow.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputsns.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputsplunk.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputsqs.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputstatsd.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputsumologic.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputsyslog.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputwavefront.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputwebhook.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/outputxsiam.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/packinfo.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/packrequestbody.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/restartresponse.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/routecloneconf.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/updategroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/updategroupsdeploybyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/updateworkersrestartop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/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.25
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -125,7 +125,7 @@ with CriblControlPlane(
|
|
|
125
125
|
),
|
|
126
126
|
) as ccp_client:
|
|
127
127
|
|
|
128
|
-
res = ccp_client.
|
|
128
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
129
129
|
"<value 1>",
|
|
130
130
|
"<value 2>",
|
|
131
131
|
], bucket_name="<value>", cache_connection={
|
|
@@ -182,7 +182,7 @@ async def main():
|
|
|
182
182
|
),
|
|
183
183
|
) as ccp_client:
|
|
184
184
|
|
|
185
|
-
res = await ccp_client.
|
|
185
|
+
res = await ccp_client.lake_datasets.create_async(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
186
186
|
"<value 1>",
|
|
187
187
|
"<value 2>",
|
|
188
188
|
], bucket_name="<value>", cache_connection={
|
|
@@ -249,7 +249,7 @@ with CriblControlPlane(
|
|
|
249
249
|
),
|
|
250
250
|
) as ccp_client:
|
|
251
251
|
|
|
252
|
-
res = ccp_client.
|
|
252
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
253
253
|
"<value 1>",
|
|
254
254
|
"<value 2>",
|
|
255
255
|
], bucket_name="<value>", cache_connection={
|
|
@@ -298,105 +298,105 @@ with CriblControlPlane(
|
|
|
298
298
|
|
|
299
299
|
### [auth](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md)
|
|
300
300
|
|
|
301
|
-
* [
|
|
301
|
+
* [fetch_token](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md#fetch_token) - Log in and fetch an authentication token
|
|
302
302
|
|
|
303
303
|
|
|
304
|
-
### [
|
|
304
|
+
### [deployments](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/deployments/README.md)
|
|
305
305
|
|
|
306
|
-
* [
|
|
307
|
-
* [create_destination](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_destination) - Create Destination
|
|
308
|
-
* [get_destination_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_destination_by_id) - Get Destination by ID
|
|
309
|
-
* [update_destination_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update_destination_by_id) - Update Destination
|
|
310
|
-
* [delete_destination_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete_destination_by_id) - Delete Destination
|
|
311
|
-
* [delete_destination_pq_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete_destination_pq_by_id) - Clears destination persistent queue
|
|
312
|
-
* [get_destination_pq_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_destination_pq_by_id) - Retrieves status of latest clear PQ job for a destination
|
|
313
|
-
* [get_destination_samples_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_destination_samples_by_id) - Retrieve samples data for the specified destination. Used to get sample data for the test action.
|
|
314
|
-
* [create_destination_test_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_destination_test_by_id) - Send sample data to a destination to validate configuration or test connectivity
|
|
306
|
+
* [get_summary](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/deployments/README.md#get_summary) - Retrieve a summary of the Distributed deployment
|
|
315
307
|
|
|
316
|
-
### [
|
|
308
|
+
### [destinations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md)
|
|
317
309
|
|
|
318
|
-
* [
|
|
310
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list) - List all Destinations
|
|
311
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create) - Create a Destination
|
|
312
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) - Retrieve a Destination
|
|
313
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update) - Update a Destination
|
|
314
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete) - Delete a Destination
|
|
315
|
+
* [clear_persistent_queue](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#clear_persistent_queue) - Clear the persistent queue for a Destination
|
|
316
|
+
* [get_persistent_queue_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_persistent_queue_status) - Retrieve information about the latest job to clear the persistent queue for a Destination
|
|
317
|
+
* [get_sample_data](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_sample_data) - Retrieve sample event data for a Destination
|
|
318
|
+
* [create_sample_data](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_sample_data) - Send sample event data to a Destination
|
|
319
319
|
|
|
320
320
|
### [groups](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md)
|
|
321
321
|
|
|
322
|
-
* [
|
|
323
|
-
* [
|
|
324
|
-
* [
|
|
325
|
-
* [
|
|
326
|
-
* [
|
|
327
|
-
* [
|
|
328
|
-
* [
|
|
329
|
-
* [
|
|
322
|
+
* [get_config_version](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_config_version) - Retrieve the configuration version for a Worker Group or Edge Fleet
|
|
323
|
+
* [create_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#create_by_product) - Create a Worker Group or Edge Fleet for the specified Cribl product
|
|
324
|
+
* [get_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_by_product) - List all Worker Groups or Edge Fleets for the specified Cribl product
|
|
325
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#delete) - Delete a Worker Group or Edge Fleet
|
|
326
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get) - Retrieve a Worker Group or Edge Fleet
|
|
327
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#update) - Update a Worker Group or Edge Fleet
|
|
328
|
+
* [deploy_commits](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#deploy_commits) - Deploy commits to a Worker Group or Edge Fleet
|
|
329
|
+
* [get_team_access_control_list_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_team_access_control_list_by_product) - Retrieve the Access Control List (ACL) for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
|
|
330
|
+
* [get_access_control_list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_access_control_list) - Retrieve the Access Control List (ACL) for a Worker Group or Edge Fleet
|
|
331
|
+
|
|
332
|
+
### [health_info](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/healthinfo/README.md)
|
|
330
333
|
|
|
331
|
-
|
|
334
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/healthinfo/README.md#get) - Retrieve health status of the server
|
|
332
335
|
|
|
333
|
-
|
|
336
|
+
### [lake_datasets](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md)
|
|
334
337
|
|
|
335
|
-
|
|
338
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#create) - Create a Lake Dataset in the specified Lake
|
|
339
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#list) - List all Lake Datasets in the specified Lake
|
|
340
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#delete) - Delete a Lake Dataset in the specified Lake
|
|
341
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#get) - Retrieve a Lake Dataset in the specified Lake
|
|
342
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#update) - Update a Lake Dataset in the specified Lake
|
|
336
343
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
* [
|
|
340
|
-
* [
|
|
341
|
-
* [update_cribl_lake_dataset_by_lake_id_and_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lake/README.md#update_cribl_lake_dataset_by_lake_id_and_id) - Update a Dataset in the specified Lake
|
|
344
|
+
### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
|
|
345
|
+
|
|
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
|
|
347
|
+
* [restart](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#restart) - Restart Worker and Edge Nodes
|
|
342
348
|
|
|
343
349
|
### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
|
|
344
350
|
|
|
345
|
-
* [
|
|
346
|
-
* [
|
|
347
|
-
* [
|
|
348
|
-
* [
|
|
351
|
+
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Install a Pack
|
|
352
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
|
|
353
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete) - Uninstall a Pack
|
|
354
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Update a Pack
|
|
349
355
|
|
|
350
356
|
### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
|
|
351
357
|
|
|
352
|
-
* [
|
|
353
|
-
* [
|
|
354
|
-
* [
|
|
355
|
-
* [
|
|
356
|
-
* [
|
|
358
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#list) - List all Pipelines
|
|
359
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#create) - Create a Pipeline
|
|
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
|
|
357
363
|
|
|
358
364
|
### [routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md)
|
|
359
365
|
|
|
360
|
-
* [
|
|
361
|
-
* [
|
|
362
|
-
* [
|
|
363
|
-
* [
|
|
366
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list) - Get a list of Routes objects
|
|
367
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#get) - Get Routes by ID
|
|
368
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#update) - Update Routes
|
|
369
|
+
* [append](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#append) - Append Routes to the end of the Routing table
|
|
364
370
|
|
|
365
371
|
### [sources](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md)
|
|
366
372
|
|
|
367
|
-
* [
|
|
368
|
-
* [
|
|
369
|
-
* [
|
|
370
|
-
* [
|
|
371
|
-
* [
|
|
372
|
-
* [
|
|
373
|
-
* [
|
|
374
|
-
|
|
375
|
-
### [teams](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md)
|
|
376
|
-
|
|
377
|
-
* [get_products_groups_acl_teams_by_product_and_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md#get_products_groups_acl_teams_by_product_and_id) - ACL of team with permissions for resources in this Group
|
|
373
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#list) - List all Sources
|
|
374
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create) - Create a Source
|
|
375
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get) - Retrieve a Source
|
|
376
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update) - Update a Source
|
|
377
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#delete) - Delete a Source
|
|
378
|
+
* [create_hec_token](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create_hec_token) - Add an HEC token and optional metadata to a Splunk HEC Source
|
|
379
|
+
* [update_hec_token_metadata](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update_hec_token_metadata) - Update metadata for an HEC token for a Splunk HEC Source
|
|
378
380
|
|
|
379
381
|
### [versioning](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md)
|
|
380
382
|
|
|
381
|
-
* [
|
|
382
|
-
* [
|
|
383
|
-
* [
|
|
384
|
-
* [
|
|
385
|
-
* [
|
|
386
|
-
* [
|
|
387
|
-
* [
|
|
388
|
-
* [
|
|
389
|
-
* [
|
|
390
|
-
* [
|
|
391
|
-
* [
|
|
392
|
-
* [
|
|
393
|
-
* [
|
|
383
|
+
* [get_branch](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_branch) - List all branches in the Git repository used for Cribl configuration
|
|
384
|
+
* [create_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#create_commit) - Create a new commit for pending changes to the Cribl configuration
|
|
385
|
+
* [get_file_count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_file_count) - Retrieve a count of files that changed since a commit
|
|
386
|
+
* [get_branch_name](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_branch_name) - Retrieve the name of the Git branch that the Cribl configuration is checked out to
|
|
387
|
+
* [get_diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_diff) - Retrieve the diff for a commit
|
|
388
|
+
* [get_file_info](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_file_info) - Retrieve the names and statuses of files that changed since a commit
|
|
389
|
+
* [get_config_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_config_status) - Retrieve the configuration and status for the Git integration
|
|
390
|
+
* [push_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#push_commit) - Push a commit from the local repository to the remote repository
|
|
391
|
+
* [revert_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#revert_commit) - Revert a commit in the local repository
|
|
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
|
|
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
|
|
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
|
|
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
|
|
394
396
|
|
|
395
397
|
### [workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md)
|
|
396
398
|
|
|
397
|
-
* [get_summary_workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md#get_summary_workers) -
|
|
398
|
-
* [get_workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md#get_workers) - get worker and edge nodes
|
|
399
|
-
* [update_workers_restart](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md#update_workers_restart) - restarts worker nodes
|
|
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
|
|
400
400
|
|
|
401
401
|
</details>
|
|
402
402
|
<!-- End Available Resources and Operations [operations] -->
|
|
@@ -420,7 +420,7 @@ with CriblControlPlane(
|
|
|
420
420
|
),
|
|
421
421
|
) as ccp_client:
|
|
422
422
|
|
|
423
|
-
res = ccp_client.
|
|
423
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
424
424
|
"<value 1>",
|
|
425
425
|
"<value 2>",
|
|
426
426
|
], bucket_name="<value>", cache_connection={
|
|
@@ -476,7 +476,7 @@ with CriblControlPlane(
|
|
|
476
476
|
),
|
|
477
477
|
) as ccp_client:
|
|
478
478
|
|
|
479
|
-
res = ccp_client.
|
|
479
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
480
480
|
"<value 1>",
|
|
481
481
|
"<value 2>",
|
|
482
482
|
], bucket_name="<value>", cache_connection={
|
|
@@ -546,7 +546,7 @@ with CriblControlPlane(
|
|
|
546
546
|
res = None
|
|
547
547
|
try:
|
|
548
548
|
|
|
549
|
-
res = ccp_client.
|
|
549
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
550
550
|
"<value 1>",
|
|
551
551
|
"<value 2>",
|
|
552
552
|
], bucket_name="<value>", cache_connection={
|
|
@@ -108,7 +108,7 @@ with CriblControlPlane(
|
|
|
108
108
|
),
|
|
109
109
|
) as ccp_client:
|
|
110
110
|
|
|
111
|
-
res = ccp_client.
|
|
111
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
112
112
|
"<value 1>",
|
|
113
113
|
"<value 2>",
|
|
114
114
|
], bucket_name="<value>", cache_connection={
|
|
@@ -165,7 +165,7 @@ async def main():
|
|
|
165
165
|
),
|
|
166
166
|
) as ccp_client:
|
|
167
167
|
|
|
168
|
-
res = await ccp_client.
|
|
168
|
+
res = await ccp_client.lake_datasets.create_async(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
169
169
|
"<value 1>",
|
|
170
170
|
"<value 2>",
|
|
171
171
|
], bucket_name="<value>", cache_connection={
|
|
@@ -232,7 +232,7 @@ with CriblControlPlane(
|
|
|
232
232
|
),
|
|
233
233
|
) as ccp_client:
|
|
234
234
|
|
|
235
|
-
res = ccp_client.
|
|
235
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
236
236
|
"<value 1>",
|
|
237
237
|
"<value 2>",
|
|
238
238
|
], bucket_name="<value>", cache_connection={
|
|
@@ -281,105 +281,105 @@ with CriblControlPlane(
|
|
|
281
281
|
|
|
282
282
|
### [auth](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md)
|
|
283
283
|
|
|
284
|
-
* [
|
|
284
|
+
* [fetch_token](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md#fetch_token) - Log in and fetch an authentication token
|
|
285
285
|
|
|
286
286
|
|
|
287
|
-
### [
|
|
287
|
+
### [deployments](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/deployments/README.md)
|
|
288
288
|
|
|
289
|
-
* [
|
|
290
|
-
* [create_destination](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_destination) - Create Destination
|
|
291
|
-
* [get_destination_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_destination_by_id) - Get Destination by ID
|
|
292
|
-
* [update_destination_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update_destination_by_id) - Update Destination
|
|
293
|
-
* [delete_destination_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete_destination_by_id) - Delete Destination
|
|
294
|
-
* [delete_destination_pq_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete_destination_pq_by_id) - Clears destination persistent queue
|
|
295
|
-
* [get_destination_pq_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_destination_pq_by_id) - Retrieves status of latest clear PQ job for a destination
|
|
296
|
-
* [get_destination_samples_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_destination_samples_by_id) - Retrieve samples data for the specified destination. Used to get sample data for the test action.
|
|
297
|
-
* [create_destination_test_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_destination_test_by_id) - Send sample data to a destination to validate configuration or test connectivity
|
|
289
|
+
* [get_summary](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/deployments/README.md#get_summary) - Retrieve a summary of the Distributed deployment
|
|
298
290
|
|
|
299
|
-
### [
|
|
291
|
+
### [destinations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md)
|
|
300
292
|
|
|
301
|
-
* [
|
|
293
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list) - List all Destinations
|
|
294
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create) - Create a Destination
|
|
295
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) - Retrieve a Destination
|
|
296
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update) - Update a Destination
|
|
297
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete) - Delete a Destination
|
|
298
|
+
* [clear_persistent_queue](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#clear_persistent_queue) - Clear the persistent queue for a Destination
|
|
299
|
+
* [get_persistent_queue_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_persistent_queue_status) - Retrieve information about the latest job to clear the persistent queue for a Destination
|
|
300
|
+
* [get_sample_data](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_sample_data) - Retrieve sample event data for a Destination
|
|
301
|
+
* [create_sample_data](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_sample_data) - Send sample event data to a Destination
|
|
302
302
|
|
|
303
303
|
### [groups](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md)
|
|
304
304
|
|
|
305
|
-
* [
|
|
306
|
-
* [
|
|
307
|
-
* [
|
|
308
|
-
* [
|
|
309
|
-
* [
|
|
310
|
-
* [
|
|
311
|
-
* [
|
|
312
|
-
* [
|
|
305
|
+
* [get_config_version](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_config_version) - Retrieve the configuration version for a Worker Group or Edge Fleet
|
|
306
|
+
* [create_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#create_by_product) - Create a Worker Group or Edge Fleet for the specified Cribl product
|
|
307
|
+
* [get_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_by_product) - List all Worker Groups or Edge Fleets for the specified Cribl product
|
|
308
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#delete) - Delete a Worker Group or Edge Fleet
|
|
309
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get) - Retrieve a Worker Group or Edge Fleet
|
|
310
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#update) - Update a Worker Group or Edge Fleet
|
|
311
|
+
* [deploy_commits](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#deploy_commits) - Deploy commits to a Worker Group or Edge Fleet
|
|
312
|
+
* [get_team_access_control_list_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_team_access_control_list_by_product) - Retrieve the Access Control List (ACL) for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
|
|
313
|
+
* [get_access_control_list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_access_control_list) - Retrieve the Access Control List (ACL) for a Worker Group or Edge Fleet
|
|
314
|
+
|
|
315
|
+
### [health_info](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/healthinfo/README.md)
|
|
313
316
|
|
|
314
|
-
|
|
317
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/healthinfo/README.md#get) - Retrieve health status of the server
|
|
315
318
|
|
|
316
|
-
|
|
319
|
+
### [lake_datasets](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md)
|
|
317
320
|
|
|
318
|
-
|
|
321
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#create) - Create a Lake Dataset in the specified Lake
|
|
322
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#list) - List all Lake Datasets in the specified Lake
|
|
323
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#delete) - Delete a Lake Dataset in the specified Lake
|
|
324
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#get) - Retrieve a Lake Dataset in the specified Lake
|
|
325
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#update) - Update a Lake Dataset in the specified Lake
|
|
319
326
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
* [
|
|
323
|
-
* [
|
|
324
|
-
* [update_cribl_lake_dataset_by_lake_id_and_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lake/README.md#update_cribl_lake_dataset_by_lake_id_and_id) - Update a Dataset in the specified Lake
|
|
327
|
+
### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
|
|
328
|
+
|
|
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
|
|
330
|
+
* [restart](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#restart) - Restart Worker and Edge Nodes
|
|
325
331
|
|
|
326
332
|
### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
|
|
327
333
|
|
|
328
|
-
* [
|
|
329
|
-
* [
|
|
330
|
-
* [
|
|
331
|
-
* [
|
|
334
|
+
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Install a Pack
|
|
335
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
|
|
336
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete) - Uninstall a Pack
|
|
337
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Update a Pack
|
|
332
338
|
|
|
333
339
|
### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
|
|
334
340
|
|
|
335
|
-
* [
|
|
336
|
-
* [
|
|
337
|
-
* [
|
|
338
|
-
* [
|
|
339
|
-
* [
|
|
341
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#list) - List all Pipelines
|
|
342
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#create) - Create a Pipeline
|
|
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
|
|
340
346
|
|
|
341
347
|
### [routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md)
|
|
342
348
|
|
|
343
|
-
* [
|
|
344
|
-
* [
|
|
345
|
-
* [
|
|
346
|
-
* [
|
|
349
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list) - Get a list of Routes objects
|
|
350
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#get) - Get Routes by ID
|
|
351
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#update) - Update Routes
|
|
352
|
+
* [append](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#append) - Append Routes to the end of the Routing table
|
|
347
353
|
|
|
348
354
|
### [sources](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md)
|
|
349
355
|
|
|
350
|
-
* [
|
|
351
|
-
* [
|
|
352
|
-
* [
|
|
353
|
-
* [
|
|
354
|
-
* [
|
|
355
|
-
* [
|
|
356
|
-
* [
|
|
357
|
-
|
|
358
|
-
### [teams](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md)
|
|
359
|
-
|
|
360
|
-
* [get_products_groups_acl_teams_by_product_and_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md#get_products_groups_acl_teams_by_product_and_id) - ACL of team with permissions for resources in this Group
|
|
356
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#list) - List all Sources
|
|
357
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create) - Create a Source
|
|
358
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get) - Retrieve a Source
|
|
359
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update) - Update a Source
|
|
360
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#delete) - Delete a Source
|
|
361
|
+
* [create_hec_token](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create_hec_token) - Add an HEC token and optional metadata to a Splunk HEC Source
|
|
362
|
+
* [update_hec_token_metadata](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update_hec_token_metadata) - Update metadata for an HEC token for a Splunk HEC Source
|
|
361
363
|
|
|
362
364
|
### [versioning](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md)
|
|
363
365
|
|
|
364
|
-
* [
|
|
365
|
-
* [
|
|
366
|
-
* [
|
|
367
|
-
* [
|
|
368
|
-
* [
|
|
369
|
-
* [
|
|
370
|
-
* [
|
|
371
|
-
* [
|
|
372
|
-
* [
|
|
373
|
-
* [
|
|
374
|
-
* [
|
|
375
|
-
* [
|
|
376
|
-
* [
|
|
366
|
+
* [get_branch](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_branch) - List all branches in the Git repository used for Cribl configuration
|
|
367
|
+
* [create_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#create_commit) - Create a new commit for pending changes to the Cribl configuration
|
|
368
|
+
* [get_file_count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_file_count) - Retrieve a count of files that changed since a commit
|
|
369
|
+
* [get_branch_name](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_branch_name) - Retrieve the name of the Git branch that the Cribl configuration is checked out to
|
|
370
|
+
* [get_diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_diff) - Retrieve the diff for a commit
|
|
371
|
+
* [get_file_info](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_file_info) - Retrieve the names and statuses of files that changed since a commit
|
|
372
|
+
* [get_config_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_config_status) - Retrieve the configuration and status for the Git integration
|
|
373
|
+
* [push_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#push_commit) - Push a commit from the local repository to the remote repository
|
|
374
|
+
* [revert_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#revert_commit) - Revert a commit in the local repository
|
|
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
|
|
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
|
|
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
|
|
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
|
|
377
379
|
|
|
378
380
|
### [workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md)
|
|
379
381
|
|
|
380
|
-
* [get_summary_workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md#get_summary_workers) -
|
|
381
|
-
* [get_workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md#get_workers) - get worker and edge nodes
|
|
382
|
-
* [update_workers_restart](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md#update_workers_restart) - restarts worker nodes
|
|
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
|
|
383
383
|
|
|
384
384
|
</details>
|
|
385
385
|
<!-- End Available Resources and Operations [operations] -->
|
|
@@ -403,7 +403,7 @@ with CriblControlPlane(
|
|
|
403
403
|
),
|
|
404
404
|
) as ccp_client:
|
|
405
405
|
|
|
406
|
-
res = ccp_client.
|
|
406
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
407
407
|
"<value 1>",
|
|
408
408
|
"<value 2>",
|
|
409
409
|
], bucket_name="<value>", cache_connection={
|
|
@@ -459,7 +459,7 @@ with CriblControlPlane(
|
|
|
459
459
|
),
|
|
460
460
|
) as ccp_client:
|
|
461
461
|
|
|
462
|
-
res = ccp_client.
|
|
462
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
463
463
|
"<value 1>",
|
|
464
464
|
"<value 2>",
|
|
465
465
|
], bucket_name="<value>", cache_connection={
|
|
@@ -529,7 +529,7 @@ with CriblControlPlane(
|
|
|
529
529
|
res = None
|
|
530
530
|
try:
|
|
531
531
|
|
|
532
|
-
res = ccp_client.
|
|
532
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
533
533
|
"<value 1>",
|
|
534
534
|
"<value 2>",
|
|
535
535
|
], bucket_name="<value>", cache_connection={
|
{cribl_control_plane-0.0.23 → cribl_control_plane-0.0.25}/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.25"
|
|
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.25 2.660.0 4.14.0-alpha.1754945439857-0a86c294 cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|