cribl-control-plane 0.0.23__tar.gz → 0.0.24__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.24}/PKG-INFO +73 -76
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/README-PYPI.md +72 -75
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/pyproject.toml +1 -1
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_version.py +3 -3
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/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.24/src/cribl_control_plane/deployments.py +3 -5
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/destinations.py +36 -36
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/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.24/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.24/src/cribl_control_plane/lakedatasets.py +21 -23
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createpipelineop.py +2 -2
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updatepipelinebyidop.py +2 -2
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/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.24/src/cribl_control_plane/nodes.py +13 -15
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/packs.py +16 -16
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/pipelines.py +10 -10
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/routes_sdk.py +10 -10
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/sdk.py +12 -20
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/sources.py +28 -28
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/versioning.py +52 -52
- cribl_control_plane-0.0.23/src/cribl_control_plane/teams.py +0 -203
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/py.typed +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/__init__.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/__init__.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/appmode.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/configgroup.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createproductsgroupsbyproductop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversionsyncop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversionundoop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deletegroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getgroupsaclbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getgroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getgroupsconfigversionbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getproductsgroupsaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getproductsgroupsbyproductop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getsummaryworkersop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversioncountop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversioncurrentbranchop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversionshowop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getworkersop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/healthstatus.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/input.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputappscope.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcollection.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcribl.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputelastic.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputeventhub.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputfile.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputfirehose.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputgrafana.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputhttp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkafka.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkinesis.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputloki.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputmetrics.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputmsk.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputnetflow.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputprometheus.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputrawudp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputs3.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsnmp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsplunk.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsqs.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsyslog.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputtcp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputwef.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputwiz.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/output.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputazureblob.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcribllake.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdatadog.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdataset.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdls3.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputelastic.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputexabeam.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgraphite.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputkafka.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputkinesis.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputloki.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputminio.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputmsk.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputprometheus.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputring.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputs3.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsentinel.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputservicenow.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsns.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsplunk.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsqs.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputstatsd.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsumologic.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsyslog.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputwavefront.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputwebhook.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputxsiam.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/packinfo.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/packrequestbody.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/restartresponse.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/routecloneconf.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updategroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updategroupsdeploybyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateworkersrestartop.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/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.24
|
|
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,102 @@ 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
|
-
* [
|
|
344
|
+
### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
|
|
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
|
+
* [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
|
+
* [restart](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#restart) - Restart Worker and Edge Nodes
|
|
342
349
|
|
|
343
350
|
### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
|
|
344
351
|
|
|
345
|
-
* [
|
|
346
|
-
* [
|
|
347
|
-
* [
|
|
348
|
-
* [
|
|
352
|
+
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Install a Pack
|
|
353
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
|
|
354
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete) - Uninstall a Pack
|
|
355
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Update a Pack
|
|
349
356
|
|
|
350
357
|
### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
|
|
351
358
|
|
|
352
359
|
* [list_pipeline](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#list_pipeline) - Get a list of Pipeline objects
|
|
353
|
-
* [
|
|
360
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#create) - Create a Pipeline
|
|
354
361
|
* [get_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#get_pipeline_by_id) - Get Pipeline by ID
|
|
355
|
-
* [update_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#update_pipeline_by_id) - Update Pipeline
|
|
362
|
+
* [update_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#update_pipeline_by_id) - Update a Pipeline
|
|
356
363
|
* [delete_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#delete_pipeline_by_id) - Delete Pipeline
|
|
357
364
|
|
|
358
365
|
### [routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md)
|
|
359
366
|
|
|
360
|
-
* [
|
|
361
|
-
* [
|
|
362
|
-
* [
|
|
363
|
-
* [
|
|
367
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list) - Get a list of Routes objects
|
|
368
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#get) - Get Routes by ID
|
|
369
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#update) - Update Routes
|
|
370
|
+
* [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
371
|
|
|
365
372
|
### [sources](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md)
|
|
366
373
|
|
|
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
|
|
374
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#list) - List all Sources
|
|
375
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create) - Create a Source
|
|
376
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get) - Retrieve a Source
|
|
377
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update) - Update a Source
|
|
378
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#delete) - Delete a Source
|
|
379
|
+
* [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
|
|
380
|
+
* [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
381
|
|
|
379
382
|
### [versioning](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md)
|
|
380
383
|
|
|
381
|
-
* [
|
|
382
|
-
* [
|
|
383
|
-
* [
|
|
384
|
-
* [
|
|
385
|
-
* [
|
|
386
|
-
* [
|
|
387
|
-
* [
|
|
388
|
-
* [
|
|
389
|
-
* [
|
|
390
|
-
* [
|
|
391
|
-
* [
|
|
392
|
-
* [
|
|
393
|
-
* [
|
|
394
|
-
|
|
395
|
-
### [workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md)
|
|
396
|
-
|
|
397
|
-
* [get_summary_workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md#get_summary_workers) - get worker and edge nodes count
|
|
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
|
|
384
|
+
* [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
|
|
385
|
+
* [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
|
|
386
|
+
* [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
|
|
387
|
+
* [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
|
|
388
|
+
* [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
|
|
389
|
+
* [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
|
|
390
|
+
* [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
|
|
391
|
+
* [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
|
|
392
|
+
* [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
|
|
393
|
+
* [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
|
+
* [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
|
+
* [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) - Undo the most recent commit and restore the local repository to the previous commit
|
|
400
397
|
|
|
401
398
|
</details>
|
|
402
399
|
<!-- End Available Resources and Operations [operations] -->
|
|
@@ -420,7 +417,7 @@ with CriblControlPlane(
|
|
|
420
417
|
),
|
|
421
418
|
) as ccp_client:
|
|
422
419
|
|
|
423
|
-
res = ccp_client.
|
|
420
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
424
421
|
"<value 1>",
|
|
425
422
|
"<value 2>",
|
|
426
423
|
], bucket_name="<value>", cache_connection={
|
|
@@ -476,7 +473,7 @@ with CriblControlPlane(
|
|
|
476
473
|
),
|
|
477
474
|
) as ccp_client:
|
|
478
475
|
|
|
479
|
-
res = ccp_client.
|
|
476
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
480
477
|
"<value 1>",
|
|
481
478
|
"<value 2>",
|
|
482
479
|
], bucket_name="<value>", cache_connection={
|
|
@@ -546,7 +543,7 @@ with CriblControlPlane(
|
|
|
546
543
|
res = None
|
|
547
544
|
try:
|
|
548
545
|
|
|
549
|
-
res = ccp_client.
|
|
546
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
550
547
|
"<value 1>",
|
|
551
548
|
"<value 2>",
|
|
552
549
|
], 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,102 @@ 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
|
-
* [
|
|
327
|
+
### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
|
|
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
|
+
* [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
|
+
* [restart](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#restart) - Restart Worker and Edge Nodes
|
|
325
332
|
|
|
326
333
|
### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
|
|
327
334
|
|
|
328
|
-
* [
|
|
329
|
-
* [
|
|
330
|
-
* [
|
|
331
|
-
* [
|
|
335
|
+
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Install a Pack
|
|
336
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
|
|
337
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete) - Uninstall a Pack
|
|
338
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Update a Pack
|
|
332
339
|
|
|
333
340
|
### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
|
|
334
341
|
|
|
335
342
|
* [list_pipeline](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#list_pipeline) - Get a list of Pipeline objects
|
|
336
|
-
* [
|
|
343
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#create) - Create a Pipeline
|
|
337
344
|
* [get_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#get_pipeline_by_id) - Get Pipeline by ID
|
|
338
|
-
* [update_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#update_pipeline_by_id) - Update Pipeline
|
|
345
|
+
* [update_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#update_pipeline_by_id) - Update a Pipeline
|
|
339
346
|
* [delete_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#delete_pipeline_by_id) - Delete Pipeline
|
|
340
347
|
|
|
341
348
|
### [routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md)
|
|
342
349
|
|
|
343
|
-
* [
|
|
344
|
-
* [
|
|
345
|
-
* [
|
|
346
|
-
* [
|
|
350
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list) - Get a list of Routes objects
|
|
351
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#get) - Get Routes by ID
|
|
352
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#update) - Update Routes
|
|
353
|
+
* [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
354
|
|
|
348
355
|
### [sources](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md)
|
|
349
356
|
|
|
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
|
|
357
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#list) - List all Sources
|
|
358
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create) - Create a Source
|
|
359
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get) - Retrieve a Source
|
|
360
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update) - Update a Source
|
|
361
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#delete) - Delete a Source
|
|
362
|
+
* [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
|
|
363
|
+
* [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
364
|
|
|
362
365
|
### [versioning](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md)
|
|
363
366
|
|
|
364
|
-
* [
|
|
365
|
-
* [
|
|
366
|
-
* [
|
|
367
|
-
* [
|
|
368
|
-
* [
|
|
369
|
-
* [
|
|
370
|
-
* [
|
|
371
|
-
* [
|
|
372
|
-
* [
|
|
373
|
-
* [
|
|
374
|
-
* [
|
|
375
|
-
* [
|
|
376
|
-
* [
|
|
377
|
-
|
|
378
|
-
### [workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md)
|
|
379
|
-
|
|
380
|
-
* [get_summary_workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md#get_summary_workers) - get worker and edge nodes count
|
|
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
|
|
367
|
+
* [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
|
|
368
|
+
* [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
|
|
369
|
+
* [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
|
|
370
|
+
* [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
|
|
371
|
+
* [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
|
|
372
|
+
* [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
|
|
373
|
+
* [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
|
|
374
|
+
* [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
|
|
375
|
+
* [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
|
|
376
|
+
* [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
|
+
* [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
|
+
* [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) - Undo the most recent commit and restore the local repository to the previous commit
|
|
383
380
|
|
|
384
381
|
</details>
|
|
385
382
|
<!-- End Available Resources and Operations [operations] -->
|
|
@@ -403,7 +400,7 @@ with CriblControlPlane(
|
|
|
403
400
|
),
|
|
404
401
|
) as ccp_client:
|
|
405
402
|
|
|
406
|
-
res = ccp_client.
|
|
403
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
407
404
|
"<value 1>",
|
|
408
405
|
"<value 2>",
|
|
409
406
|
], bucket_name="<value>", cache_connection={
|
|
@@ -459,7 +456,7 @@ with CriblControlPlane(
|
|
|
459
456
|
),
|
|
460
457
|
) as ccp_client:
|
|
461
458
|
|
|
462
|
-
res = ccp_client.
|
|
459
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
463
460
|
"<value 1>",
|
|
464
461
|
"<value 2>",
|
|
465
462
|
], bucket_name="<value>", cache_connection={
|
|
@@ -529,7 +526,7 @@ with CriblControlPlane(
|
|
|
529
526
|
res = None
|
|
530
527
|
try:
|
|
531
528
|
|
|
532
|
-
res = ccp_client.
|
|
529
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
533
530
|
"<value 1>",
|
|
534
531
|
"<value 2>",
|
|
535
532
|
], bucket_name="<value>", cache_connection={
|
{cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/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.24"
|
|
7
|
+
__openapi_doc_version__: str = "4.14.0-alpha.1754581489015-f79f2920"
|
|
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.24 2.660.0 4.14.0-alpha.1754581489015-f79f2920 cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
{cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/auth_sdk.py
RENAMED
|
@@ -11,7 +11,7 @@ from typing import Mapping, Optional
|
|
|
11
11
|
class AuthSDK(BaseSDK):
|
|
12
12
|
r"""Actions related to authentication. Do not use the /auth endpoints in Cribl.Cloud deployments. Instead, follow the instructions at https://docs.cribl.io/stream/api-tutorials/#criblcloud to authenticate for Cribl.Cloud."""
|
|
13
13
|
|
|
14
|
-
def
|
|
14
|
+
def fetch_token(
|
|
15
15
|
self,
|
|
16
16
|
*,
|
|
17
17
|
username: str,
|
|
@@ -21,7 +21,7 @@ class AuthSDK(BaseSDK):
|
|
|
21
21
|
timeout_ms: Optional[int] = None,
|
|
22
22
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
23
23
|
) -> models.AuthToken:
|
|
24
|
-
r"""Log in and
|
|
24
|
+
r"""Log in and fetch an authentication token
|
|
25
25
|
|
|
26
26
|
This endpoint is unavailable on Cribl.Cloud. Instead, follow the instructions at https://docs.cribl.io/stream/api-tutorials/#criblcloud to get an Auth token for Cribl.Cloud.
|
|
27
27
|
|
|
@@ -97,7 +97,7 @@ class AuthSDK(BaseSDK):
|
|
|
97
97
|
|
|
98
98
|
raise errors.APIError("Unexpected response received", http_res)
|
|
99
99
|
|
|
100
|
-
async def
|
|
100
|
+
async def fetch_token_async(
|
|
101
101
|
self,
|
|
102
102
|
*,
|
|
103
103
|
username: str,
|
|
@@ -107,7 +107,7 @@ class AuthSDK(BaseSDK):
|
|
|
107
107
|
timeout_ms: Optional[int] = None,
|
|
108
108
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
109
109
|
) -> models.AuthToken:
|
|
110
|
-
r"""Log in and
|
|
110
|
+
r"""Log in and fetch an authentication token
|
|
111
111
|
|
|
112
112
|
This endpoint is unavailable on Cribl.Cloud. Instead, follow the instructions at https://docs.cribl.io/stream/api-tutorials/#criblcloud to get an Auth token for Cribl.Cloud.
|
|
113
113
|
|