cribl-control-plane 0.0.30__tar.gz → 0.0.32__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.30 → cribl_control_plane-0.0.32}/PKG-INFO +24 -23
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/README-PYPI.md +23 -22
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/pyproject.toml +1 -1
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/_version.py +3 -3
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/branches.py +6 -6
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/commits.py +216 -36
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/commits_files.py +16 -16
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/destinations.py +18 -18
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/destinations_pq.py +10 -10
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/hectokens.py +10 -10
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/lakedatasets.py +36 -36
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/__init__.py +19 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/createinputhectokenbyidop.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/createoutputtestbyidop.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/createroutesappendbyidop.py +6 -5
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/createversionundoop.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +4 -4
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/deleteinputbyidop.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/deleteoutputbyidop.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/deletepacksbyidop.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +3 -3
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +4 -4
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getinputbyidop.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getmasterworkerentryop.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getoutputbyidop.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getoutputpqbyidop.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getpacksop.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getsummaryop.py +3 -3
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getversioncountop.py +4 -4
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getversiondiffop.py +8 -8
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getversionfilesop.py +4 -4
- cribl_control_plane-0.0.32/src/cribl_control_plane/models/getversionop.py +46 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getversionshowop.py +8 -8
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getversionstatusop.py +2 -2
- cribl_control_plane-0.0.32/src/cribl_control_plane/models/gitlogresult.py +33 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/listmasterworkerentryop.py +23 -23
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +4 -4
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/updateinputbyidop.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +4 -4
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/updateoutputbyidop.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/updatepacksbyidop.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/nodes.py +30 -30
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/packs.py +16 -16
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/samples.py +10 -10
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/sources.py +18 -18
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/statuses.py +6 -6
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/summaries.py +6 -6
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/teams.py +2 -2
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/versions_configs.py +4 -4
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/py.typed +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/acl.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/auth_sdk.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/configs_versions.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/errors/__init__.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/groups_configs.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/groups_sdk.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/health.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/appmode.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/configgroup.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/createpipelineop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/healthstatus.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/input.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputappscope.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputcollection.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputcribl.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputelastic.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputeventhub.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputfile.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputfirehose.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputgrafana.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputhttp.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputkafka.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputkinesis.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputloki.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputmetrics.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputmsk.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputnetflow.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputprometheus.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputrawudp.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputs3.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputsnmp.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputsplunk.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputsqs.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputsyslog.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputtcp.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputwef.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputwiz.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/output.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputazureblob.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputcribllake.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputdatadog.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputdataset.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputdls3.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputelastic.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputexabeam.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputgraphite.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputkafka.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputkinesis.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputloki.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputminio.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputmsk.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputprometheus.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputring.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputs3.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputsentinel.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputservicenow.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputsns.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputsplunk.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputsqs.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputstatsd.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputsumologic.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputsyslog.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputwavefront.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputwebhook.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/outputxsiam.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/packinfo.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/packrequestbody.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/routecloneconf.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/pipelines.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/routes_sdk.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/sdk.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/tokens.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/utils/values.py +0 -0
- {cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/versions.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.32
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -316,18 +316,18 @@ with CriblControlPlane(
|
|
|
316
316
|
|
|
317
317
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list) - List all Destinations
|
|
318
318
|
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create) - Create a Destination
|
|
319
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) -
|
|
319
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) - Get a Destination
|
|
320
320
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update) - Update a Destination
|
|
321
321
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete) - Delete a Destination
|
|
322
322
|
|
|
323
323
|
#### [destinations.pq](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md)
|
|
324
324
|
|
|
325
325
|
* [clear](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md#clear) - Clear the persistent queue for a Destination
|
|
326
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md#get) -
|
|
326
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md#get) - Get information about the latest job to clear the persistent queue for a Destination
|
|
327
327
|
|
|
328
328
|
#### [destinations.samples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md)
|
|
329
329
|
|
|
330
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md#get) -
|
|
330
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md#get) - Get sample event data for a Destination
|
|
331
331
|
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md#create) - Send sample event data to a Destination
|
|
332
332
|
|
|
333
333
|
### [groups](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md)
|
|
@@ -357,27 +357,27 @@ with CriblControlPlane(
|
|
|
357
357
|
|
|
358
358
|
### [lake_datasets](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md)
|
|
359
359
|
|
|
360
|
-
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#create) - Create a Lake Dataset
|
|
361
|
-
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#list) - List all Lake Datasets
|
|
362
|
-
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#delete) - Delete a Lake Dataset
|
|
363
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#get) -
|
|
364
|
-
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#update) - Update a Lake Dataset
|
|
360
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#create) - Create a Lake Dataset
|
|
361
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#list) - List all Lake Datasets
|
|
362
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#delete) - Delete a Lake Dataset
|
|
363
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#get) - Get a Lake Dataset
|
|
364
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#update) - Update a Lake Dataset
|
|
365
365
|
|
|
366
366
|
### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
|
|
367
367
|
|
|
368
|
-
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) -
|
|
369
|
-
* [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#count) -
|
|
368
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) - Get detailed metadata for Worker and Edge Nodes
|
|
369
|
+
* [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#count) - Get a count of Worker and Edge Nodes
|
|
370
370
|
|
|
371
371
|
#### [nodes.summaries](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md)
|
|
372
372
|
|
|
373
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md#get) -
|
|
373
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md#get) - Get a summary of the Distributed deployment
|
|
374
374
|
|
|
375
375
|
### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
|
|
376
376
|
|
|
377
377
|
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Install a Pack
|
|
378
378
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
|
|
379
379
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete) - Uninstall a Pack
|
|
380
|
-
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) -
|
|
380
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Upgrade a Pack
|
|
381
381
|
|
|
382
382
|
### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
|
|
383
383
|
|
|
@@ -398,7 +398,7 @@ with CriblControlPlane(
|
|
|
398
398
|
|
|
399
399
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#list) - List all Sources
|
|
400
400
|
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create) - Create a Source
|
|
401
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get) -
|
|
401
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get) - Get a Source
|
|
402
402
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update) - Update a Source
|
|
403
403
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#delete) - Delete a Source
|
|
404
404
|
|
|
@@ -413,29 +413,30 @@ with CriblControlPlane(
|
|
|
413
413
|
#### [versions.branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md)
|
|
414
414
|
|
|
415
415
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md#list) - List all branches in the Git repository used for Cribl configuration
|
|
416
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md#get) -
|
|
416
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md#get) - Get the name of the Git branch that the Cribl configuration is checked out to
|
|
417
417
|
|
|
418
418
|
#### [versions.commits](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md)
|
|
419
419
|
|
|
420
420
|
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#create) - Create a new commit for pending changes to the Cribl configuration
|
|
421
|
-
* [diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#diff) -
|
|
422
|
-
* [
|
|
421
|
+
* [diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#diff) - Get the diff for a commit
|
|
422
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#list) - Get the commit history
|
|
423
|
+
* [push](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#push) - Push local commits to the remote repository
|
|
423
424
|
* [revert](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#revert) - Revert a commit in the local repository
|
|
424
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#get) -
|
|
425
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#get) - Get the diff and log message for a commit
|
|
425
426
|
* [undo](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#undo) - Discard uncommitted (staged) changes
|
|
426
427
|
|
|
427
428
|
#### [versions.commits.files](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md)
|
|
428
429
|
|
|
429
|
-
* [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#count) -
|
|
430
|
-
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#list) -
|
|
430
|
+
* [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#count) - Get a count of files that changed since a commit
|
|
431
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#list) - Get the names and statuses of files that changed since a commit
|
|
431
432
|
|
|
432
433
|
#### [versions.configs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md)
|
|
433
434
|
|
|
434
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md#get) -
|
|
435
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md#get) - Get the configuration and status for the Git integration
|
|
435
436
|
|
|
436
437
|
#### [versions.statuses](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md)
|
|
437
438
|
|
|
438
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md#get) -
|
|
439
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md#get) - Get the status of the current working tree
|
|
439
440
|
|
|
440
441
|
</details>
|
|
441
442
|
<!-- End Available Resources and Operations [operations] -->
|
|
@@ -653,7 +654,7 @@ with CriblControlPlane(
|
|
|
653
654
|
|
|
654
655
|
|
|
655
656
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
656
|
-
* [`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
|
|
657
|
+
* [`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 61 methods.*
|
|
657
658
|
* [`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.
|
|
658
659
|
|
|
659
660
|
</details>
|
|
@@ -299,18 +299,18 @@ with CriblControlPlane(
|
|
|
299
299
|
|
|
300
300
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list) - List all Destinations
|
|
301
301
|
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create) - Create a Destination
|
|
302
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) -
|
|
302
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) - Get a Destination
|
|
303
303
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update) - Update a Destination
|
|
304
304
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete) - Delete a Destination
|
|
305
305
|
|
|
306
306
|
#### [destinations.pq](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md)
|
|
307
307
|
|
|
308
308
|
* [clear](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md#clear) - Clear the persistent queue for a Destination
|
|
309
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md#get) -
|
|
309
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md#get) - Get information about the latest job to clear the persistent queue for a Destination
|
|
310
310
|
|
|
311
311
|
#### [destinations.samples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md)
|
|
312
312
|
|
|
313
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md#get) -
|
|
313
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md#get) - Get sample event data for a Destination
|
|
314
314
|
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md#create) - Send sample event data to a Destination
|
|
315
315
|
|
|
316
316
|
### [groups](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md)
|
|
@@ -340,27 +340,27 @@ with CriblControlPlane(
|
|
|
340
340
|
|
|
341
341
|
### [lake_datasets](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md)
|
|
342
342
|
|
|
343
|
-
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#create) - Create a Lake Dataset
|
|
344
|
-
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#list) - List all Lake Datasets
|
|
345
|
-
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#delete) - Delete a Lake Dataset
|
|
346
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#get) -
|
|
347
|
-
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#update) - Update a Lake Dataset
|
|
343
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#create) - Create a Lake Dataset
|
|
344
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#list) - List all Lake Datasets
|
|
345
|
+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#delete) - Delete a Lake Dataset
|
|
346
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#get) - Get a Lake Dataset
|
|
347
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#update) - Update a Lake Dataset
|
|
348
348
|
|
|
349
349
|
### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
|
|
350
350
|
|
|
351
|
-
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) -
|
|
352
|
-
* [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#count) -
|
|
351
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) - Get detailed metadata for Worker and Edge Nodes
|
|
352
|
+
* [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#count) - Get a count of Worker and Edge Nodes
|
|
353
353
|
|
|
354
354
|
#### [nodes.summaries](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md)
|
|
355
355
|
|
|
356
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md#get) -
|
|
356
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md#get) - Get a summary of the Distributed deployment
|
|
357
357
|
|
|
358
358
|
### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
|
|
359
359
|
|
|
360
360
|
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Install a Pack
|
|
361
361
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
|
|
362
362
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete) - Uninstall a Pack
|
|
363
|
-
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) -
|
|
363
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Upgrade a Pack
|
|
364
364
|
|
|
365
365
|
### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
|
|
366
366
|
|
|
@@ -381,7 +381,7 @@ with CriblControlPlane(
|
|
|
381
381
|
|
|
382
382
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#list) - List all Sources
|
|
383
383
|
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create) - Create a Source
|
|
384
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get) -
|
|
384
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get) - Get a Source
|
|
385
385
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update) - Update a Source
|
|
386
386
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#delete) - Delete a Source
|
|
387
387
|
|
|
@@ -396,29 +396,30 @@ with CriblControlPlane(
|
|
|
396
396
|
#### [versions.branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md)
|
|
397
397
|
|
|
398
398
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md#list) - List all branches in the Git repository used for Cribl configuration
|
|
399
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md#get) -
|
|
399
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md#get) - Get the name of the Git branch that the Cribl configuration is checked out to
|
|
400
400
|
|
|
401
401
|
#### [versions.commits](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md)
|
|
402
402
|
|
|
403
403
|
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#create) - Create a new commit for pending changes to the Cribl configuration
|
|
404
|
-
* [diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#diff) -
|
|
405
|
-
* [
|
|
404
|
+
* [diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#diff) - Get the diff for a commit
|
|
405
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#list) - Get the commit history
|
|
406
|
+
* [push](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#push) - Push local commits to the remote repository
|
|
406
407
|
* [revert](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#revert) - Revert a commit in the local repository
|
|
407
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#get) -
|
|
408
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#get) - Get the diff and log message for a commit
|
|
408
409
|
* [undo](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#undo) - Discard uncommitted (staged) changes
|
|
409
410
|
|
|
410
411
|
#### [versions.commits.files](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md)
|
|
411
412
|
|
|
412
|
-
* [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#count) -
|
|
413
|
-
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#list) -
|
|
413
|
+
* [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#count) - Get a count of files that changed since a commit
|
|
414
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#list) - Get the names and statuses of files that changed since a commit
|
|
414
415
|
|
|
415
416
|
#### [versions.configs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md)
|
|
416
417
|
|
|
417
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md#get) -
|
|
418
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md#get) - Get the configuration and status for the Git integration
|
|
418
419
|
|
|
419
420
|
#### [versions.statuses](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md)
|
|
420
421
|
|
|
421
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md#get) -
|
|
422
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md#get) - Get the status of the current working tree
|
|
422
423
|
|
|
423
424
|
</details>
|
|
424
425
|
<!-- End Available Resources and Operations [operations] -->
|
|
@@ -636,7 +637,7 @@ with CriblControlPlane(
|
|
|
636
637
|
|
|
637
638
|
|
|
638
639
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
639
|
-
* [`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
|
|
640
|
+
* [`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 61 methods.*
|
|
640
641
|
* [`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.
|
|
641
642
|
|
|
642
643
|
</details>
|
{cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/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.32"
|
|
7
|
+
__openapi_doc_version__: str = "4.14.0-alpha.1755686704078-105970a4"
|
|
8
8
|
__gen_version__: str = "2.684.0"
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.0.
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.0.32 2.684.0 4.14.0-alpha.1755686704078-105970a4 cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
{cribl_control_plane-0.0.30 → cribl_control_plane-0.0.32}/src/cribl_control_plane/branches.py
RENAMED
|
@@ -20,7 +20,7 @@ class Branches(BaseSDK):
|
|
|
20
20
|
) -> models.GetVersionBranchResponse:
|
|
21
21
|
r"""List all branches in the Git repository used for Cribl configuration
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
Get a list of all branches in the Git repository used for Cribl configuration.
|
|
24
24
|
|
|
25
25
|
:param retries: Override the default retry configuration for this method
|
|
26
26
|
:param server_url: Override the default server URL for this method
|
|
@@ -100,7 +100,7 @@ class Branches(BaseSDK):
|
|
|
100
100
|
) -> models.GetVersionBranchResponse:
|
|
101
101
|
r"""List all branches in the Git repository used for Cribl configuration
|
|
102
102
|
|
|
103
|
-
|
|
103
|
+
Get a list of all branches in the Git repository used for Cribl configuration.
|
|
104
104
|
|
|
105
105
|
:param retries: Override the default retry configuration for this method
|
|
106
106
|
:param server_url: Override the default server URL for this method
|
|
@@ -178,9 +178,9 @@ class Branches(BaseSDK):
|
|
|
178
178
|
timeout_ms: Optional[int] = None,
|
|
179
179
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
180
180
|
) -> models.CurrentBranchResult:
|
|
181
|
-
r"""
|
|
181
|
+
r"""Get the name of the Git branch that the Cribl configuration is checked out to
|
|
182
182
|
|
|
183
|
-
|
|
183
|
+
Get the name of the Git branch that the Cribl configuration is checked out to. Useful for verifying the active configuration branch.
|
|
184
184
|
|
|
185
185
|
:param retries: Override the default retry configuration for this method
|
|
186
186
|
:param server_url: Override the default server URL for this method
|
|
@@ -258,9 +258,9 @@ class Branches(BaseSDK):
|
|
|
258
258
|
timeout_ms: Optional[int] = None,
|
|
259
259
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
260
260
|
) -> models.CurrentBranchResult:
|
|
261
|
-
r"""
|
|
261
|
+
r"""Get the name of the Git branch that the Cribl configuration is checked out to
|
|
262
262
|
|
|
263
|
-
|
|
263
|
+
Get the name of the Git branch that the Cribl configuration is checked out to. Useful for verifying the active configuration branch.
|
|
264
264
|
|
|
265
265
|
:param retries: Override the default retry configuration for this method
|
|
266
266
|
:param server_url: Override the default server URL for this method
|