cribl-control-plane 0.0.26a1__tar.gz → 0.0.28__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.26a1 → cribl_control_plane-0.0.28}/PKG-INFO +77 -38
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/README-PYPI.md +76 -37
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/pyproject.toml +2 -1
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/_hooks/clientcredentials.py +22 -7
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/_version.py +4 -4
- cribl_control_plane-0.0.28/src/cribl_control_plane/acl.py +203 -0
- cribl_control_plane-0.0.28/src/cribl_control_plane/auth_sdk.py +17 -0
- cribl_control_plane-0.0.28/src/cribl_control_plane/branches.py +335 -0
- cribl_control_plane-0.0.26a1/src/cribl_control_plane/sources.py → cribl_control_plane-0.0.28/src/cribl_control_plane/commits.py +248 -460
- cribl_control_plane-0.0.28/src/cribl_control_plane/commits_files.py +371 -0
- cribl_control_plane-0.0.28/src/cribl_control_plane/configs_versions.py +189 -0
- cribl_control_plane-0.0.28/src/cribl_control_plane/destinations.py +902 -0
- cribl_control_plane-0.0.28/src/cribl_control_plane/destinations_pq.py +359 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/errors/__init__.py +3 -2
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/errors/healthstatus_error.py +1 -1
- cribl_control_plane-0.0.28/src/cribl_control_plane/groups_configs.py +17 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/groups_sdk.py +18 -551
- cribl_control_plane-0.0.26a1/src/cribl_control_plane/healthinfo.py → cribl_control_plane-0.0.28/src/cribl_control_plane/health.py +3 -1
- cribl_control_plane-0.0.28/src/cribl_control_plane/hectokens.py +479 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/__init__.py +6 -37
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/healthstatus.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputappscope.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputcollection.py +2 -2
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputconfluentcloud.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputcribl.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputcriblhttp.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputcribllakehttp.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputcriblmetrics.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputcribltcp.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputdatadogagent.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputedgeprometheus.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputelastic.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputeventhub.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputfile.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputfirehose.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputgooglepubsub.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputgrafana.py +6 -6
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputhttp.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputhttpraw.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputjournalfiles.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputkafka.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputkinesis.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputkubeevents.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputkubelogs.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputkubemetrics.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputloki.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputmsk.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputnetflow.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputoffice365mgmt.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputoffice365msgtrace.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputoffice365service.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputopentelemetry.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputprometheus.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputprometheusrw.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputrawudp.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputsnmp.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputsplunk.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputsplunkhec.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputsplunksearch.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputsqs.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputsystemmetrics.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputsystemstate.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputtcp.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputtcpjson.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputwef.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputwindowsmetrics.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputwiz.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputzscalerhec.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputazureblob.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputazuredataexplorer.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputazureeventhub.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputclickhouse.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputcloudwatch.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputconfluentcloud.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputcriblhttp.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputcribllake.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputcribltcp.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputdatadog.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputdataset.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputdevnull.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputdiskspool.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputdls3.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputdynatracehttp.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputdynatraceotlp.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputelasticcloud.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputexabeam.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputgooglecloudlogging.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputgooglecloudstorage.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputgrafanacloud.py +10 -10
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputgraphite.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputhumiohec.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputkafka.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputkinesis.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputminio.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputmsk.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputnewrelic.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputnewrelicevents.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputring.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputs3.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputsecuritylake.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputsentinel.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputsentineloneaisiem.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputservicenow.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputsns.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputsplunk.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputsplunkhec.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputsqs.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputstatsd.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputstatsdext.py +3 -3
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputsyslog.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputtcpjson.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputwebhook.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputxsiam.py +5 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/schemeclientoauth.py +5 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/nodes.py +90 -68
- cribl_control_plane-0.0.28/src/cribl_control_plane/samples.py +391 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/sdk.py +11 -17
- cribl_control_plane-0.0.28/src/cribl_control_plane/sources.py +899 -0
- cribl_control_plane-0.0.26a1/src/cribl_control_plane/workers_sdk.py → cribl_control_plane-0.0.28/src/cribl_control_plane/statuses.py +23 -25
- cribl_control_plane-0.0.26a1/src/cribl_control_plane/deployments.py → cribl_control_plane-0.0.28/src/cribl_control_plane/summaries.py +3 -3
- cribl_control_plane-0.0.28/src/cribl_control_plane/teams.py +201 -0
- cribl_control_plane-0.0.26a1/src/cribl_control_plane/auth_sdk.py → cribl_control_plane-0.0.28/src/cribl_control_plane/tokens.py +3 -5
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/utils/__init__.py +3 -2
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/utils/security.py +5 -0
- cribl_control_plane-0.0.28/src/cribl_control_plane/versions.py +26 -0
- cribl_control_plane-0.0.28/src/cribl_control_plane/versions_configs.py +171 -0
- cribl_control_plane-0.0.26a1/src/cribl_control_plane/destinations.py +0 -1613
- cribl_control_plane-0.0.26a1/src/cribl_control_plane/models/createversionsyncop.py +0 -23
- cribl_control_plane-0.0.26a1/src/cribl_control_plane/models/restartresponse.py +0 -26
- cribl_control_plane-0.0.26a1/src/cribl_control_plane/models/updateworkersrestartop.py +0 -24
- cribl_control_plane-0.0.26a1/src/cribl_control_plane/versioning.py +0 -2309
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/py.typed +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/lakedatasets.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/appmode.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/configgroup.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/createpipelineop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/createproductsgroupsbyproductop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/createversionundoop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/deletegroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getgroupsaclbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getgroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getgroupsconfigversionbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getproductsgroupsaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getproductsgroupsbyproductop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getsummaryworkersop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getversioncountop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getversioncurrentbranchop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getversionshowop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/getworkersop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/input.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputmetrics.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputs3.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputsyslog.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/output.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputelastic.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputloki.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputprometheus.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputsumologic.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/outputwavefront.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/packinfo.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/packrequestbody.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/routecloneconf.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/updategroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/updategroupsdeploybyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/packs.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/pipelines.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/routes_sdk.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/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.28
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -47,7 +47,15 @@ Cribl API Reference: This API Reference lists available REST endpoints, along wi
|
|
|
47
47
|
>
|
|
48
48
|
> Once a Python version reaches its [official end of life date](https://devguide.python.org/versions/), a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.
|
|
49
49
|
|
|
50
|
-
The SDK can be installed with
|
|
50
|
+
The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
|
|
51
|
+
|
|
52
|
+
### uv
|
|
53
|
+
|
|
54
|
+
*uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
uv add cribl-control-plane
|
|
58
|
+
```
|
|
51
59
|
|
|
52
60
|
### PIP
|
|
53
61
|
|
|
@@ -166,7 +174,7 @@ with CriblControlPlane(
|
|
|
166
174
|
|
|
167
175
|
</br>
|
|
168
176
|
|
|
169
|
-
The same SDK client can also be used to make
|
|
177
|
+
The same SDK client can also be used to make asynchronous requests by importing asyncio.
|
|
170
178
|
```python
|
|
171
179
|
# Asynchronous Example
|
|
172
180
|
import asyncio
|
|
@@ -298,12 +306,11 @@ with CriblControlPlane(
|
|
|
298
306
|
|
|
299
307
|
### [auth](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md)
|
|
300
308
|
|
|
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
309
|
|
|
310
|
+
#### [auth.tokens](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/tokens/README.md)
|
|
303
311
|
|
|
304
|
-
|
|
312
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/tokens/README.md#get) - Log in and fetch an authentication token
|
|
305
313
|
|
|
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
|
|
307
314
|
|
|
308
315
|
### [destinations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md)
|
|
309
316
|
|
|
@@ -312,26 +319,41 @@ with CriblControlPlane(
|
|
|
312
319
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) - Retrieve a Destination
|
|
313
320
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update) - Update a Destination
|
|
314
321
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete) - Delete a Destination
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
* [
|
|
322
|
+
|
|
323
|
+
#### [destinations.pq](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md)
|
|
324
|
+
|
|
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) - Retrieve information about the latest job to clear the persistent queue for a Destination
|
|
327
|
+
|
|
328
|
+
#### [destinations.samples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md)
|
|
329
|
+
|
|
330
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md#get) - Retrieve sample event data for a Destination
|
|
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
|
|
319
332
|
|
|
320
333
|
### [groups](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md)
|
|
321
334
|
|
|
322
|
-
* [
|
|
323
|
-
* [
|
|
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
|
|
335
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#create) - Create a Worker Group or Edge Fleet for the specified Cribl product
|
|
336
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#list) - List all Worker Groups or Edge Fleets for the specified Cribl product
|
|
325
337
|
* [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
338
|
* [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
339
|
* [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
|
-
* [
|
|
329
|
-
|
|
330
|
-
|
|
340
|
+
* [deploy](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#deploy) - Deploy commits to a Worker Group or Edge Fleet
|
|
341
|
+
|
|
342
|
+
#### [groups.acl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/acl/README.md)
|
|
343
|
+
|
|
344
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/acl/README.md#get) - Retrieve the Access Control List (ACL) for a Worker Group or Edge Fleet
|
|
345
|
+
|
|
346
|
+
#### [groups.acl.teams](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md)
|
|
347
|
+
|
|
348
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md#get) - Retrieve the Access Control List (ACL) for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
|
|
349
|
+
|
|
350
|
+
#### [groups.configs.versions](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/configsversions/README.md)
|
|
331
351
|
|
|
332
|
-
|
|
352
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/configsversions/README.md#get) - Retrieve the configuration version for a Worker Group or Edge Fleet
|
|
333
353
|
|
|
334
|
-
|
|
354
|
+
### [health](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md)
|
|
355
|
+
|
|
356
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md#get) - Retrieve health status of the server
|
|
335
357
|
|
|
336
358
|
### [lake_datasets](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md)
|
|
337
359
|
|
|
@@ -343,8 +365,12 @@ with CriblControlPlane(
|
|
|
343
365
|
|
|
344
366
|
### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
|
|
345
367
|
|
|
368
|
+
* [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#count) - Retrieve a count of Worker and Edge Nodes
|
|
346
369
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) - Retrieve detailed metadata for Worker and Edge Nodes
|
|
347
|
-
|
|
370
|
+
|
|
371
|
+
#### [nodes.summaries](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md)
|
|
372
|
+
|
|
373
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md#get) - Retrieve a summary of the Distributed deployment
|
|
348
374
|
|
|
349
375
|
### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
|
|
350
376
|
|
|
@@ -375,28 +401,41 @@ with CriblControlPlane(
|
|
|
375
401
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get) - Retrieve a Source
|
|
376
402
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update) - Update a Source
|
|
377
403
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#delete) - Delete a Source
|
|
378
|
-
* [create_hec_token](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create_hec_token) - Add an HEC token and optional metadata to a Splunk HEC Source
|
|
379
|
-
* [update_hec_token_metadata](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update_hec_token_metadata) - Update metadata for an HEC token for a Splunk HEC Source
|
|
380
404
|
|
|
381
|
-
|
|
405
|
+
#### [sources.hec_tokens](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/hectokens/README.md)
|
|
406
|
+
|
|
407
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/hectokens/README.md#create) - Add an HEC token and optional metadata to a Splunk HEC Source
|
|
408
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/hectokens/README.md#update) - Update metadata for an HEC token for a Splunk HEC Source
|
|
409
|
+
|
|
410
|
+
### [versions](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versions/README.md)
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
#### [versions.branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md)
|
|
414
|
+
|
|
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) - Retrieve the name of the Git branch that the Cribl configuration is checked out to
|
|
417
|
+
|
|
418
|
+
#### [versions.commits](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md)
|
|
419
|
+
|
|
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) - Retrieve the diff for a commit
|
|
422
|
+
* [push](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#push) - Push a commit from the local repository to the remote repository
|
|
423
|
+
* [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) - Retrieve the diff and log message for a commit
|
|
425
|
+
* [undo](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#undo) - Discard uncommitted (staged) changes
|
|
426
|
+
|
|
427
|
+
#### [versions.commits.files](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md)
|
|
428
|
+
|
|
429
|
+
* [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#count) - Retrieve a count of files that changed since a commit
|
|
430
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#list) - Retrieve the names and statuses of files that changed since a commit
|
|
431
|
+
|
|
432
|
+
#### [versions.configs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md)
|
|
382
433
|
|
|
383
|
-
* [
|
|
384
|
-
* [create_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#create_commit) - Create a new commit for pending changes to the Cribl configuration
|
|
385
|
-
* [get_file_count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_file_count) - Retrieve a count of files that changed since a commit
|
|
386
|
-
* [get_branch_name](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_branch_name) - Retrieve the name of the Git branch that the Cribl configuration is checked out to
|
|
387
|
-
* [get_diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_diff) - Retrieve the diff for a commit
|
|
388
|
-
* [get_file_info](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_file_info) - Retrieve the names and statuses of files that changed since a commit
|
|
389
|
-
* [get_config_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_config_status) - Retrieve the configuration and status for the Git integration
|
|
390
|
-
* [push_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#push_commit) - Push a commit from the local repository to the remote repository
|
|
391
|
-
* [revert_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#revert_commit) - Revert a commit in the local repository
|
|
392
|
-
* [show_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#show_commit) - Retrieve the diff and log message for a commit
|
|
393
|
-
* [get_current_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_current_status) - Retrieve the status of the current working tree
|
|
394
|
-
* [sync_local_remote](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#sync_local_remote) - Synchronize the local branch with the remote repository
|
|
395
|
-
* [clean_working_dir](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#clean_working_dir) - Discard uncommitted (staged) changes
|
|
434
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md#get) - Retrieve the configuration and status for the Git integration
|
|
396
435
|
|
|
397
|
-
|
|
436
|
+
#### [versions.statuses](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md)
|
|
398
437
|
|
|
399
|
-
* [
|
|
438
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md#get) - Retrieve the status of the current working tree
|
|
400
439
|
|
|
401
440
|
</details>
|
|
402
441
|
<!-- End Available Resources and Operations [operations] -->
|
|
@@ -614,7 +653,7 @@ with CriblControlPlane(
|
|
|
614
653
|
|
|
615
654
|
|
|
616
655
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
617
|
-
* [`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
|
|
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 60 methods.*
|
|
618
657
|
* [`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.
|
|
619
658
|
|
|
620
659
|
</details>
|
|
@@ -30,7 +30,15 @@ Cribl API Reference: This API Reference lists available REST endpoints, along wi
|
|
|
30
30
|
>
|
|
31
31
|
> Once a Python version reaches its [official end of life date](https://devguide.python.org/versions/), a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.
|
|
32
32
|
|
|
33
|
-
The SDK can be installed with
|
|
33
|
+
The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
|
|
34
|
+
|
|
35
|
+
### uv
|
|
36
|
+
|
|
37
|
+
*uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
|
|
38
|
+
|
|
39
|
+
```bash
|
|
40
|
+
uv add cribl-control-plane
|
|
41
|
+
```
|
|
34
42
|
|
|
35
43
|
### PIP
|
|
36
44
|
|
|
@@ -149,7 +157,7 @@ with CriblControlPlane(
|
|
|
149
157
|
|
|
150
158
|
</br>
|
|
151
159
|
|
|
152
|
-
The same SDK client can also be used to make
|
|
160
|
+
The same SDK client can also be used to make asynchronous requests by importing asyncio.
|
|
153
161
|
```python
|
|
154
162
|
# Asynchronous Example
|
|
155
163
|
import asyncio
|
|
@@ -281,12 +289,11 @@ with CriblControlPlane(
|
|
|
281
289
|
|
|
282
290
|
### [auth](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md)
|
|
283
291
|
|
|
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
292
|
|
|
293
|
+
#### [auth.tokens](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/tokens/README.md)
|
|
286
294
|
|
|
287
|
-
|
|
295
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/tokens/README.md#get) - Log in and fetch an authentication token
|
|
288
296
|
|
|
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
|
|
290
297
|
|
|
291
298
|
### [destinations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md)
|
|
292
299
|
|
|
@@ -295,26 +302,41 @@ with CriblControlPlane(
|
|
|
295
302
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) - Retrieve a Destination
|
|
296
303
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update) - Update a Destination
|
|
297
304
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete) - Delete a Destination
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
* [
|
|
305
|
+
|
|
306
|
+
#### [destinations.pq](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md)
|
|
307
|
+
|
|
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) - Retrieve information about the latest job to clear the persistent queue for a Destination
|
|
310
|
+
|
|
311
|
+
#### [destinations.samples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md)
|
|
312
|
+
|
|
313
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md#get) - Retrieve sample event data for a Destination
|
|
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
|
|
302
315
|
|
|
303
316
|
### [groups](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md)
|
|
304
317
|
|
|
305
|
-
* [
|
|
306
|
-
* [
|
|
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
|
|
318
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#create) - Create a Worker Group or Edge Fleet for the specified Cribl product
|
|
319
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#list) - List all Worker Groups or Edge Fleets for the specified Cribl product
|
|
308
320
|
* [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
321
|
* [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
322
|
* [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
|
-
* [
|
|
312
|
-
|
|
313
|
-
|
|
323
|
+
* [deploy](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#deploy) - Deploy commits to a Worker Group or Edge Fleet
|
|
324
|
+
|
|
325
|
+
#### [groups.acl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/acl/README.md)
|
|
326
|
+
|
|
327
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/acl/README.md#get) - Retrieve the Access Control List (ACL) for a Worker Group or Edge Fleet
|
|
328
|
+
|
|
329
|
+
#### [groups.acl.teams](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md)
|
|
330
|
+
|
|
331
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md#get) - Retrieve the Access Control List (ACL) for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
|
|
332
|
+
|
|
333
|
+
#### [groups.configs.versions](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/configsversions/README.md)
|
|
314
334
|
|
|
315
|
-
|
|
335
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/configsversions/README.md#get) - Retrieve the configuration version for a Worker Group or Edge Fleet
|
|
316
336
|
|
|
317
|
-
|
|
337
|
+
### [health](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md)
|
|
338
|
+
|
|
339
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md#get) - Retrieve health status of the server
|
|
318
340
|
|
|
319
341
|
### [lake_datasets](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md)
|
|
320
342
|
|
|
@@ -326,8 +348,12 @@ with CriblControlPlane(
|
|
|
326
348
|
|
|
327
349
|
### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
|
|
328
350
|
|
|
351
|
+
* [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#count) - Retrieve a count of Worker and Edge Nodes
|
|
329
352
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) - Retrieve detailed metadata for Worker and Edge Nodes
|
|
330
|
-
|
|
353
|
+
|
|
354
|
+
#### [nodes.summaries](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md)
|
|
355
|
+
|
|
356
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md#get) - Retrieve a summary of the Distributed deployment
|
|
331
357
|
|
|
332
358
|
### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
|
|
333
359
|
|
|
@@ -358,28 +384,41 @@ with CriblControlPlane(
|
|
|
358
384
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get) - Retrieve a Source
|
|
359
385
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update) - Update a Source
|
|
360
386
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#delete) - Delete a Source
|
|
361
|
-
* [create_hec_token](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create_hec_token) - Add an HEC token and optional metadata to a Splunk HEC Source
|
|
362
|
-
* [update_hec_token_metadata](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update_hec_token_metadata) - Update metadata for an HEC token for a Splunk HEC Source
|
|
363
387
|
|
|
364
|
-
|
|
388
|
+
#### [sources.hec_tokens](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/hectokens/README.md)
|
|
389
|
+
|
|
390
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/hectokens/README.md#create) - Add an HEC token and optional metadata to a Splunk HEC Source
|
|
391
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/hectokens/README.md#update) - Update metadata for an HEC token for a Splunk HEC Source
|
|
392
|
+
|
|
393
|
+
### [versions](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versions/README.md)
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
#### [versions.branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md)
|
|
397
|
+
|
|
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) - Retrieve the name of the Git branch that the Cribl configuration is checked out to
|
|
400
|
+
|
|
401
|
+
#### [versions.commits](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md)
|
|
402
|
+
|
|
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) - Retrieve the diff for a commit
|
|
405
|
+
* [push](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#push) - Push a commit from the local repository to the remote repository
|
|
406
|
+
* [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) - Retrieve the diff and log message for a commit
|
|
408
|
+
* [undo](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#undo) - Discard uncommitted (staged) changes
|
|
409
|
+
|
|
410
|
+
#### [versions.commits.files](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md)
|
|
411
|
+
|
|
412
|
+
* [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#count) - Retrieve a count of files that changed since a commit
|
|
413
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#list) - Retrieve the names and statuses of files that changed since a commit
|
|
414
|
+
|
|
415
|
+
#### [versions.configs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md)
|
|
365
416
|
|
|
366
|
-
* [
|
|
367
|
-
* [create_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#create_commit) - Create a new commit for pending changes to the Cribl configuration
|
|
368
|
-
* [get_file_count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_file_count) - Retrieve a count of files that changed since a commit
|
|
369
|
-
* [get_branch_name](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_branch_name) - Retrieve the name of the Git branch that the Cribl configuration is checked out to
|
|
370
|
-
* [get_diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_diff) - Retrieve the diff for a commit
|
|
371
|
-
* [get_file_info](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_file_info) - Retrieve the names and statuses of files that changed since a commit
|
|
372
|
-
* [get_config_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_config_status) - Retrieve the configuration and status for the Git integration
|
|
373
|
-
* [push_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#push_commit) - Push a commit from the local repository to the remote repository
|
|
374
|
-
* [revert_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#revert_commit) - Revert a commit in the local repository
|
|
375
|
-
* [show_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#show_commit) - Retrieve the diff and log message for a commit
|
|
376
|
-
* [get_current_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_current_status) - Retrieve the status of the current working tree
|
|
377
|
-
* [sync_local_remote](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#sync_local_remote) - Synchronize the local branch with the remote repository
|
|
378
|
-
* [clean_working_dir](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#clean_working_dir) - Discard uncommitted (staged) changes
|
|
417
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md#get) - Retrieve the configuration and status for the Git integration
|
|
379
418
|
|
|
380
|
-
|
|
419
|
+
#### [versions.statuses](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md)
|
|
381
420
|
|
|
382
|
-
* [
|
|
421
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md#get) - Retrieve the status of the current working tree
|
|
383
422
|
|
|
384
423
|
</details>
|
|
385
424
|
<!-- End Available Resources and Operations [operations] -->
|
|
@@ -597,7 +636,7 @@ with CriblControlPlane(
|
|
|
597
636
|
|
|
598
637
|
|
|
599
638
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
600
|
-
* [`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
|
|
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 60 methods.*
|
|
601
640
|
* [`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.
|
|
602
641
|
|
|
603
642
|
</details>
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
1
3
|
import hashlib
|
|
2
|
-
import os
|
|
3
4
|
import httpx
|
|
4
5
|
import time
|
|
5
6
|
from .types import (
|
|
@@ -20,13 +21,19 @@ class Credentials:
|
|
|
20
21
|
client_id: str
|
|
21
22
|
client_secret: str
|
|
22
23
|
token_url: str
|
|
23
|
-
|
|
24
|
+
additional_properties: Dict[str, str]
|
|
24
25
|
|
|
25
|
-
def __init__(
|
|
26
|
+
def __init__(
|
|
27
|
+
self,
|
|
28
|
+
client_id: str,
|
|
29
|
+
client_secret: str,
|
|
30
|
+
token_url: str,
|
|
31
|
+
additional_properties: Optional[Dict[str, str]] = None,
|
|
32
|
+
):
|
|
26
33
|
self.client_id = client_id
|
|
27
34
|
self.client_secret = client_secret
|
|
28
35
|
self.token_url = token_url
|
|
29
|
-
self.
|
|
36
|
+
self.additional_properties = additional_properties or {}
|
|
30
37
|
|
|
31
38
|
|
|
32
39
|
class Session:
|
|
@@ -135,10 +142,17 @@ class ClientCredentialsHook(SDKInitHook, BeforeRequestHook, AfterErrorHook):
|
|
|
135
142
|
if security is None or security.client_oauth is None:
|
|
136
143
|
return None
|
|
137
144
|
|
|
145
|
+
# Extract additional properties from security object
|
|
146
|
+
additional_properties = {}
|
|
147
|
+
for key, value in dict(security.client_oauth).items():
|
|
148
|
+
if key not in ["client_id", "client_secret", "token_url"]:
|
|
149
|
+
additional_properties[key] = value
|
|
150
|
+
|
|
138
151
|
return Credentials(
|
|
139
152
|
client_id=security.client_oauth.client_id,
|
|
140
153
|
client_secret=security.client_oauth.client_secret,
|
|
141
154
|
token_url=security.client_oauth.token_url,
|
|
155
|
+
additional_properties=additional_properties,
|
|
142
156
|
)
|
|
143
157
|
|
|
144
158
|
def do_token_request(
|
|
@@ -153,12 +167,13 @@ class ClientCredentialsHook(SDKInitHook, BeforeRequestHook, AfterErrorHook):
|
|
|
153
167
|
"client_secret": credentials.client_secret,
|
|
154
168
|
}
|
|
155
169
|
|
|
156
|
-
if credentials.audience is not None:
|
|
157
|
-
payload["audience"] = credentials.audience
|
|
158
|
-
|
|
159
170
|
if scopes is not None and len(scopes) > 0:
|
|
160
171
|
payload["scope"] = " ".join(scopes)
|
|
161
172
|
|
|
173
|
+
# Add additional properties to payload
|
|
174
|
+
for key, value in credentials.additional_properties.items():
|
|
175
|
+
payload[key] = value
|
|
176
|
+
|
|
162
177
|
token_url = credentials.token_url
|
|
163
178
|
if not bool(urlparse(credentials.token_url).netloc):
|
|
164
179
|
token_url = urljoin(hook_ctx.base_url, credentials.token_url)
|
{cribl_control_plane-0.0.26a1 → cribl_control_plane-0.0.28}/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.
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.0.
|
|
6
|
+
__version__: str = "0.0.28"
|
|
7
|
+
__openapi_doc_version__: str = "4.14.0-alpha.1755179421376-c4612cd3"
|
|
8
|
+
__gen_version__: str = "2.684.0"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.0.28 2.684.0 4.14.0-alpha.1755179421376-c4612cd3 cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|