cribl-control-plane 0.0.22__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.22 → cribl_control_plane-0.0.24}/PKG-INFO +74 -78
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/README-PYPI.md +73 -77
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/pyproject.toml +1 -1
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_version.py +3 -3
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/auth_sdk.py +4 -4
- cribl_control_plane-0.0.22/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.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/destinations.py +46 -46
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/groups_sdk.py +222 -32
- cribl_control_plane-0.0.22/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.22/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.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/__init__.py +125 -5382
- cribl_control_plane-0.0.24/src/cribl_control_plane/models/createinputop.py +24 -0
- cribl_control_plane-0.0.24/src/cribl_control_plane/models/createoutputop.py +24 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createpipelineop.py +2 -2
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/input.py +6 -6
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputedgeprometheus.py +7 -10
- cribl_control_plane-0.0.22/src/cribl_control_plane/models/inputgrafana_union.py → cribl_control_plane-0.0.24/src/cribl_control_plane/models/inputgrafana.py +4 -4
- cribl_control_plane-0.0.22/src/cribl_control_plane/models/inputsyslog_union.py → cribl_control_plane-0.0.24/src/cribl_control_plane/models/inputsyslog.py +4 -4
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputwef.py +4 -4
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgooglepubsub.py +3 -3
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsplunklb.py +8 -8
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/routes.py +0 -24
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateinputbyidop.py +2 -2
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateoutputbyidop.py +2 -2
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updatepipelinebyidop.py +2 -2
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateroutesbyidop.py +5 -6
- cribl_control_plane-0.0.22/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.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/packs.py +16 -190
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/pipelines.py +10 -10
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/routes_sdk.py +18 -22
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/sdk.py +12 -20
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/sources.py +38 -38
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/versioning.py +52 -52
- cribl_control_plane-0.0.22/src/cribl_control_plane/models/createinputop.py +0 -18238
- cribl_control_plane-0.0.22/src/cribl_control_plane/models/createoutputop.py +0 -18437
- cribl_control_plane-0.0.22/src/cribl_control_plane/models/routesroute_input.py +0 -67
- cribl_control_plane-0.0.22/src/cribl_control_plane/models/updatepacksop.py +0 -37
- cribl_control_plane-0.0.22/src/cribl_control_plane/teams.py +0 -203
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/py.typed +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/__init__.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/appmode.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/configgroup.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createproductsgroupsbyproductop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversionsyncop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversionundoop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deletegroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getgroupsaclbyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getgroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getgroupsconfigversionbyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getproductsgroupsaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getproductsgroupsbyproductop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getsummaryworkersop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversioncountop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversioncurrentbranchop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversionshowop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getworkersop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/healthstatus.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputappscope.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcollection.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcribl.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputelastic.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputeventhub.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputfile.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputfirehose.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputhttp.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkafka.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkinesis.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputloki.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputmetrics.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputmsk.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputnetflow.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputprometheus.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputrawudp.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputs3.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsnmp.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsplunk.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsqs.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputtcp.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputwiz.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/output.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputazureblob.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcribllake.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdatadog.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdataset.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdls3.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputelastic.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputexabeam.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgraphite.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputkafka.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputkinesis.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputloki.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputminio.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputmsk.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputprometheus.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputring.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputs3.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsentinel.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputservicenow.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsns.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsplunk.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsqs.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputstatsd.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsumologic.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsyslog.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputwavefront.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputwebhook.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputxsiam.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/packinfo.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/packrequestbody.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/restartresponse.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/routecloneconf.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updategroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updategroupsdeploybyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateworkersrestartop.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.0.22 → 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,106 +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
|
-
* [
|
|
349
|
-
* [update_packs_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update_packs_by_id) - Upgrade Pack
|
|
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
|
|
350
356
|
|
|
351
357
|
### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
|
|
352
358
|
|
|
353
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
|
|
354
|
-
* [
|
|
360
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#create) - Create a Pipeline
|
|
355
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
|
|
356
|
-
* [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
|
|
357
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
|
|
358
364
|
|
|
359
365
|
### [routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md)
|
|
360
366
|
|
|
361
|
-
* [
|
|
362
|
-
* [
|
|
363
|
-
* [
|
|
364
|
-
* [
|
|
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
|
|
365
371
|
|
|
366
372
|
### [sources](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md)
|
|
367
373
|
|
|
368
|
-
* [
|
|
369
|
-
* [
|
|
370
|
-
* [
|
|
371
|
-
* [
|
|
372
|
-
* [
|
|
373
|
-
* [
|
|
374
|
-
* [
|
|
375
|
-
|
|
376
|
-
### [teams](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md)
|
|
377
|
-
|
|
378
|
-
* [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
|
|
379
381
|
|
|
380
382
|
### [versioning](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md)
|
|
381
383
|
|
|
382
|
-
* [
|
|
383
|
-
* [
|
|
384
|
-
* [
|
|
385
|
-
* [
|
|
386
|
-
* [
|
|
387
|
-
* [
|
|
388
|
-
* [
|
|
389
|
-
* [
|
|
390
|
-
* [
|
|
391
|
-
* [
|
|
392
|
-
* [
|
|
393
|
-
* [
|
|
394
|
-
* [
|
|
395
|
-
|
|
396
|
-
### [workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md)
|
|
397
|
-
|
|
398
|
-
* [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
|
|
399
|
-
* [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
|
|
400
|
-
* [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
|
|
401
397
|
|
|
402
398
|
</details>
|
|
403
399
|
<!-- End Available Resources and Operations [operations] -->
|
|
@@ -421,7 +417,7 @@ with CriblControlPlane(
|
|
|
421
417
|
),
|
|
422
418
|
) as ccp_client:
|
|
423
419
|
|
|
424
|
-
res = ccp_client.
|
|
420
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
425
421
|
"<value 1>",
|
|
426
422
|
"<value 2>",
|
|
427
423
|
], bucket_name="<value>", cache_connection={
|
|
@@ -477,7 +473,7 @@ with CriblControlPlane(
|
|
|
477
473
|
),
|
|
478
474
|
) as ccp_client:
|
|
479
475
|
|
|
480
|
-
res = ccp_client.
|
|
476
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
481
477
|
"<value 1>",
|
|
482
478
|
"<value 2>",
|
|
483
479
|
], bucket_name="<value>", cache_connection={
|
|
@@ -547,7 +543,7 @@ with CriblControlPlane(
|
|
|
547
543
|
res = None
|
|
548
544
|
try:
|
|
549
545
|
|
|
550
|
-
res = ccp_client.
|
|
546
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
551
547
|
"<value 1>",
|
|
552
548
|
"<value 2>",
|
|
553
549
|
], bucket_name="<value>", cache_connection={
|
|
@@ -615,7 +611,7 @@ with CriblControlPlane(
|
|
|
615
611
|
|
|
616
612
|
|
|
617
613
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
618
|
-
* [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of
|
|
614
|
+
* [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 62 methods.*
|
|
619
615
|
* [`ResponseValidationError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
|
|
620
616
|
|
|
621
617
|
</details>
|
|
@@ -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,106 +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
|
-
* [
|
|
332
|
-
* [update_packs_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update_packs_by_id) - Upgrade Pack
|
|
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
|
|
333
339
|
|
|
334
340
|
### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
|
|
335
341
|
|
|
336
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
|
|
337
|
-
* [
|
|
343
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#create) - Create a Pipeline
|
|
338
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
|
|
339
|
-
* [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
|
|
340
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
|
|
341
347
|
|
|
342
348
|
### [routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md)
|
|
343
349
|
|
|
344
|
-
* [
|
|
345
|
-
* [
|
|
346
|
-
* [
|
|
347
|
-
* [
|
|
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
|
|
348
354
|
|
|
349
355
|
### [sources](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md)
|
|
350
356
|
|
|
351
|
-
* [
|
|
352
|
-
* [
|
|
353
|
-
* [
|
|
354
|
-
* [
|
|
355
|
-
* [
|
|
356
|
-
* [
|
|
357
|
-
* [
|
|
358
|
-
|
|
359
|
-
### [teams](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md)
|
|
360
|
-
|
|
361
|
-
* [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
|
|
362
364
|
|
|
363
365
|
### [versioning](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md)
|
|
364
366
|
|
|
365
|
-
* [
|
|
366
|
-
* [
|
|
367
|
-
* [
|
|
368
|
-
* [
|
|
369
|
-
* [
|
|
370
|
-
* [
|
|
371
|
-
* [
|
|
372
|
-
* [
|
|
373
|
-
* [
|
|
374
|
-
* [
|
|
375
|
-
* [
|
|
376
|
-
* [
|
|
377
|
-
* [
|
|
378
|
-
|
|
379
|
-
### [workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md)
|
|
380
|
-
|
|
381
|
-
* [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
|
|
382
|
-
* [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
|
|
383
|
-
* [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
|
|
384
380
|
|
|
385
381
|
</details>
|
|
386
382
|
<!-- End Available Resources and Operations [operations] -->
|
|
@@ -404,7 +400,7 @@ with CriblControlPlane(
|
|
|
404
400
|
),
|
|
405
401
|
) as ccp_client:
|
|
406
402
|
|
|
407
|
-
res = ccp_client.
|
|
403
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
408
404
|
"<value 1>",
|
|
409
405
|
"<value 2>",
|
|
410
406
|
], bucket_name="<value>", cache_connection={
|
|
@@ -460,7 +456,7 @@ with CriblControlPlane(
|
|
|
460
456
|
),
|
|
461
457
|
) as ccp_client:
|
|
462
458
|
|
|
463
|
-
res = ccp_client.
|
|
459
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
464
460
|
"<value 1>",
|
|
465
461
|
"<value 2>",
|
|
466
462
|
], bucket_name="<value>", cache_connection={
|
|
@@ -530,7 +526,7 @@ with CriblControlPlane(
|
|
|
530
526
|
res = None
|
|
531
527
|
try:
|
|
532
528
|
|
|
533
|
-
res = ccp_client.
|
|
529
|
+
res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
|
|
534
530
|
"<value 1>",
|
|
535
531
|
"<value 2>",
|
|
536
532
|
], bucket_name="<value>", cache_connection={
|
|
@@ -598,7 +594,7 @@ with CriblControlPlane(
|
|
|
598
594
|
|
|
599
595
|
|
|
600
596
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
601
|
-
* [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of
|
|
597
|
+
* [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 62 methods.*
|
|
602
598
|
* [`ResponseValidationError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
|
|
603
599
|
|
|
604
600
|
</details>
|
{cribl_control_plane-0.0.22 → 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:
|