cribl-control-plane 0.0.25__tar.gz → 0.0.26__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.25 → cribl_control_plane-0.0.26}/PKG-INFO +20 -27
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/README-PYPI.md +19 -26
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/pyproject.toml +1 -1
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/_version.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/destinations.py +10 -8
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/errors/healthstatus_error.py +1 -1
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/groups_sdk.py +10 -10
- cribl_control_plane-0.0.25/src/cribl_control_plane/healthinfo.py → cribl_control_plane-0.0.26/src/cribl_control_plane/health.py +3 -1
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/__init__.py +3 -27
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/healthstatus.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputappscope.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputcollection.py +2 -2
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputconfluentcloud.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputcribl.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputcriblhttp.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputcribllakehttp.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputcriblmetrics.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputcribltcp.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputdatadogagent.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputedgeprometheus.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputelastic.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputeventhub.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputfile.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputfirehose.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputgooglepubsub.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputgrafana.py +6 -6
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputhttp.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputhttpraw.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputjournalfiles.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputkafka.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputkinesis.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputkubeevents.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputkubelogs.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputkubemetrics.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputloki.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputmsk.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputnetflow.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputoffice365mgmt.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputoffice365msgtrace.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputoffice365service.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputopentelemetry.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputprometheus.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputprometheusrw.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputrawudp.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputsnmp.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputsplunk.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputsplunkhec.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputsplunksearch.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputsqs.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputsystemmetrics.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputsystemstate.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputtcp.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputtcpjson.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputwef.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputwindowsmetrics.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputwiz.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputzscalerhec.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputazureblob.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputazuredataexplorer.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputazureeventhub.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputclickhouse.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputcloudwatch.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputconfluentcloud.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputcriblhttp.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputcribllake.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputcribltcp.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputdatadog.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputdataset.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputdevnull.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputdiskspool.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputdls3.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputdynatracehttp.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputdynatraceotlp.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputelasticcloud.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputexabeam.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputgooglecloudlogging.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputgooglecloudstorage.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputgrafanacloud.py +10 -10
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputgraphite.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputhumiohec.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputkafka.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputkinesis.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputminio.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputmsk.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputnewrelic.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputnewrelicevents.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputring.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputs3.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputsecuritylake.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputsentinel.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputsentineloneaisiem.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputservicenow.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputsns.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputsplunk.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputsplunkhec.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputsqs.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputstatsd.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputstatsdext.py +3 -3
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputsyslog.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputtcpjson.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputwebhook.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputxsiam.py +5 -5
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/nodes.py +252 -68
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/sdk.py +8 -12
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/sources.py +2 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/versioning.py +10 -10
- cribl_control_plane-0.0.25/src/cribl_control_plane/deployments.py +0 -185
- cribl_control_plane-0.0.25/src/cribl_control_plane/models/restartresponse.py +0 -26
- cribl_control_plane-0.0.25/src/cribl_control_plane/models/updateworkersrestartop.py +0 -24
- cribl_control_plane-0.0.25/src/cribl_control_plane/workers_sdk.py +0 -187
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/py.typed +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/auth_sdk.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/errors/__init__.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/lakedatasets.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/appmode.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/configgroup.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/createpipelineop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/createproductsgroupsbyproductop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/createversionsyncop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/createversionundoop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/deletegroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getgroupsaclbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getgroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getgroupsconfigversionbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getproductsgroupsaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getproductsgroupsbyproductop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getsummaryworkersop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getversioncountop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getversioncurrentbranchop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getversionshowop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/getworkersop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/input.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputmetrics.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputs3.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputsyslog.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/output.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputelastic.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputloki.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputprometheus.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputsumologic.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/outputwavefront.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/packinfo.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/packrequestbody.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/routecloneconf.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/updategroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/updategroupsdeploybyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/packs.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/pipelines.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/routes_sdk.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/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.26
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -301,10 +301,6 @@ with CriblControlPlane(
|
|
|
301
301
|
* [fetch_token](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md#fetch_token) - Log in and fetch an authentication token
|
|
302
302
|
|
|
303
303
|
|
|
304
|
-
### [deployments](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/deployments/README.md)
|
|
305
|
-
|
|
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
|
-
|
|
308
304
|
### [destinations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md)
|
|
309
305
|
|
|
310
306
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list) - List all Destinations
|
|
@@ -312,26 +308,26 @@ with CriblControlPlane(
|
|
|
312
308
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) - Retrieve a Destination
|
|
313
309
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update) - Update a Destination
|
|
314
310
|
* [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
|
-
* [
|
|
311
|
+
* [clear_pq](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#clear_pq) - Clear the persistent queue for a Destination
|
|
312
|
+
* [get_pq_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_pq_status) - Retrieve information about the latest job to clear the persistent queue for a Destination
|
|
313
|
+
* [get_sample](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_sample) - Retrieve sample event data for a Destination
|
|
314
|
+
* [create_sample](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_sample) - Send sample event data to a Destination
|
|
319
315
|
|
|
320
316
|
### [groups](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md)
|
|
321
317
|
|
|
322
318
|
* [get_config_version](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_config_version) - Retrieve the configuration version for a Worker Group or Edge Fleet
|
|
323
|
-
* [
|
|
324
|
-
* [
|
|
319
|
+
* [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
|
|
320
|
+
* [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
321
|
* [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
322
|
* [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
323
|
* [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
|
-
* [
|
|
324
|
+
* [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
|
|
325
|
+
* [get_team_acl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_team_acl) - Retrieve the Access Control List (ACL) for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
|
|
326
|
+
* [get_acl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_acl) - Retrieve the Access Control List (ACL) for a Worker Group or Edge Fleet
|
|
331
327
|
|
|
332
|
-
### [
|
|
328
|
+
### [health](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md)
|
|
333
329
|
|
|
334
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/
|
|
330
|
+
* [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
331
|
|
|
336
332
|
### [lake_datasets](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md)
|
|
337
333
|
|
|
@@ -343,8 +339,9 @@ with CriblControlPlane(
|
|
|
343
339
|
|
|
344
340
|
### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
|
|
345
341
|
|
|
342
|
+
* [get_summary](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#get_summary) - Retrieve a summary of the Distributed deployment
|
|
343
|
+
* [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
344
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) - Retrieve detailed metadata for Worker and Edge Nodes
|
|
347
|
-
* [restart](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#restart) - Restart Worker and Edge Nodes
|
|
348
345
|
|
|
349
346
|
### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
|
|
350
347
|
|
|
@@ -380,23 +377,19 @@ with CriblControlPlane(
|
|
|
380
377
|
|
|
381
378
|
### [versioning](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md)
|
|
382
379
|
|
|
383
|
-
* [
|
|
380
|
+
* [list_branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#list_branches) - List all branches in the Git repository used for Cribl configuration
|
|
384
381
|
* [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
382
|
* [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
|
-
* [
|
|
383
|
+
* [get_branch](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_branch) - Retrieve the name of the Git branch that the Cribl configuration is checked out to
|
|
387
384
|
* [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
|
-
* [
|
|
385
|
+
* [list_files](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#list_files) - Retrieve the names and statuses of files that changed since a commit
|
|
389
386
|
* [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
387
|
* [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
388
|
* [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
|
-
* [
|
|
389
|
+
* [get_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_commit) - Retrieve the diff and log message for a commit
|
|
393
390
|
* [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
391
|
* [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
|
-
* [
|
|
396
|
-
|
|
397
|
-
### [workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md)
|
|
398
|
-
|
|
399
|
-
* [get_summary_workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md#get_summary_workers) - Retrieve a count of Worker and Edge Nodes
|
|
392
|
+
* [undo](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#undo) - Discard uncommitted (staged) changes
|
|
400
393
|
|
|
401
394
|
</details>
|
|
402
395
|
<!-- End Available Resources and Operations [operations] -->
|
|
@@ -614,7 +607,7 @@ with CriblControlPlane(
|
|
|
614
607
|
|
|
615
608
|
|
|
616
609
|
**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
|
|
610
|
+
* [`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.*
|
|
618
611
|
* [`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
612
|
|
|
620
613
|
</details>
|
|
@@ -284,10 +284,6 @@ with CriblControlPlane(
|
|
|
284
284
|
* [fetch_token](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md#fetch_token) - Log in and fetch an authentication token
|
|
285
285
|
|
|
286
286
|
|
|
287
|
-
### [deployments](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/deployments/README.md)
|
|
288
|
-
|
|
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
|
-
|
|
291
287
|
### [destinations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md)
|
|
292
288
|
|
|
293
289
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list) - List all Destinations
|
|
@@ -295,26 +291,26 @@ with CriblControlPlane(
|
|
|
295
291
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) - Retrieve a Destination
|
|
296
292
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update) - Update a Destination
|
|
297
293
|
* [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
|
-
* [
|
|
294
|
+
* [clear_pq](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#clear_pq) - Clear the persistent queue for a Destination
|
|
295
|
+
* [get_pq_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_pq_status) - Retrieve information about the latest job to clear the persistent queue for a Destination
|
|
296
|
+
* [get_sample](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_sample) - Retrieve sample event data for a Destination
|
|
297
|
+
* [create_sample](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_sample) - Send sample event data to a Destination
|
|
302
298
|
|
|
303
299
|
### [groups](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md)
|
|
304
300
|
|
|
305
301
|
* [get_config_version](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_config_version) - Retrieve the configuration version for a Worker Group or Edge Fleet
|
|
306
|
-
* [
|
|
307
|
-
* [
|
|
302
|
+
* [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
|
|
303
|
+
* [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
304
|
* [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
305
|
* [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
306
|
* [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
|
-
* [
|
|
307
|
+
* [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
|
|
308
|
+
* [get_team_acl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_team_acl) - Retrieve the Access Control List (ACL) for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
|
|
309
|
+
* [get_acl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_acl) - Retrieve the Access Control List (ACL) for a Worker Group or Edge Fleet
|
|
314
310
|
|
|
315
|
-
### [
|
|
311
|
+
### [health](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md)
|
|
316
312
|
|
|
317
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/
|
|
313
|
+
* [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
314
|
|
|
319
315
|
### [lake_datasets](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md)
|
|
320
316
|
|
|
@@ -326,8 +322,9 @@ with CriblControlPlane(
|
|
|
326
322
|
|
|
327
323
|
### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
|
|
328
324
|
|
|
325
|
+
* [get_summary](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#get_summary) - Retrieve a summary of the Distributed deployment
|
|
326
|
+
* [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
327
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) - Retrieve detailed metadata for Worker and Edge Nodes
|
|
330
|
-
* [restart](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#restart) - Restart Worker and Edge Nodes
|
|
331
328
|
|
|
332
329
|
### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
|
|
333
330
|
|
|
@@ -363,23 +360,19 @@ with CriblControlPlane(
|
|
|
363
360
|
|
|
364
361
|
### [versioning](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md)
|
|
365
362
|
|
|
366
|
-
* [
|
|
363
|
+
* [list_branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#list_branches) - List all branches in the Git repository used for Cribl configuration
|
|
367
364
|
* [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
365
|
* [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
|
-
* [
|
|
366
|
+
* [get_branch](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_branch) - Retrieve the name of the Git branch that the Cribl configuration is checked out to
|
|
370
367
|
* [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
|
-
* [
|
|
368
|
+
* [list_files](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#list_files) - Retrieve the names and statuses of files that changed since a commit
|
|
372
369
|
* [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
370
|
* [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
371
|
* [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
|
-
* [
|
|
372
|
+
* [get_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_commit) - Retrieve the diff and log message for a commit
|
|
376
373
|
* [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
374
|
* [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
|
-
* [
|
|
379
|
-
|
|
380
|
-
### [workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md)
|
|
381
|
-
|
|
382
|
-
* [get_summary_workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md#get_summary_workers) - Retrieve a count of Worker and Edge Nodes
|
|
375
|
+
* [undo](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#undo) - Discard uncommitted (staged) changes
|
|
383
376
|
|
|
384
377
|
</details>
|
|
385
378
|
<!-- End Available Resources and Operations [operations] -->
|
|
@@ -597,7 +590,7 @@ with CriblControlPlane(
|
|
|
597
590
|
|
|
598
591
|
|
|
599
592
|
**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
|
|
593
|
+
* [`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.*
|
|
601
594
|
* [`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
595
|
|
|
603
596
|
</details>
|
{cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/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.26"
|
|
7
|
+
__openapi_doc_version__: str = "4.14.0-alpha.1755082027273-8cf9b57a"
|
|
8
8
|
__gen_version__: str = "2.660.0"
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.0.
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.0.26 2.660.0 4.14.0-alpha.1755082027273-8cf9b57a cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
{cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/destinations.py
RENAMED
|
@@ -10,6 +10,8 @@ from typing import Any, List, Mapping, Optional, Union, cast
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
class Destinations(BaseSDK):
|
|
13
|
+
r"""Actions related to Destinations"""
|
|
14
|
+
|
|
13
15
|
def list(
|
|
14
16
|
self,
|
|
15
17
|
*,
|
|
@@ -884,7 +886,7 @@ class Destinations(BaseSDK):
|
|
|
884
886
|
|
|
885
887
|
raise errors.APIError("Unexpected response received", http_res)
|
|
886
888
|
|
|
887
|
-
def
|
|
889
|
+
def clear_pq(
|
|
888
890
|
self,
|
|
889
891
|
*,
|
|
890
892
|
id: str,
|
|
@@ -971,7 +973,7 @@ class Destinations(BaseSDK):
|
|
|
971
973
|
|
|
972
974
|
raise errors.APIError("Unexpected response received", http_res)
|
|
973
975
|
|
|
974
|
-
async def
|
|
976
|
+
async def clear_pq_async(
|
|
975
977
|
self,
|
|
976
978
|
*,
|
|
977
979
|
id: str,
|
|
@@ -1058,7 +1060,7 @@ class Destinations(BaseSDK):
|
|
|
1058
1060
|
|
|
1059
1061
|
raise errors.APIError("Unexpected response received", http_res)
|
|
1060
1062
|
|
|
1061
|
-
def
|
|
1063
|
+
def get_pq_status(
|
|
1062
1064
|
self,
|
|
1063
1065
|
*,
|
|
1064
1066
|
id: str,
|
|
@@ -1145,7 +1147,7 @@ class Destinations(BaseSDK):
|
|
|
1145
1147
|
|
|
1146
1148
|
raise errors.APIError("Unexpected response received", http_res)
|
|
1147
1149
|
|
|
1148
|
-
async def
|
|
1150
|
+
async def get_pq_status_async(
|
|
1149
1151
|
self,
|
|
1150
1152
|
*,
|
|
1151
1153
|
id: str,
|
|
@@ -1232,7 +1234,7 @@ class Destinations(BaseSDK):
|
|
|
1232
1234
|
|
|
1233
1235
|
raise errors.APIError("Unexpected response received", http_res)
|
|
1234
1236
|
|
|
1235
|
-
def
|
|
1237
|
+
def get_sample(
|
|
1236
1238
|
self,
|
|
1237
1239
|
*,
|
|
1238
1240
|
id: str,
|
|
@@ -1321,7 +1323,7 @@ class Destinations(BaseSDK):
|
|
|
1321
1323
|
|
|
1322
1324
|
raise errors.APIError("Unexpected response received", http_res)
|
|
1323
1325
|
|
|
1324
|
-
async def
|
|
1326
|
+
async def get_sample_async(
|
|
1325
1327
|
self,
|
|
1326
1328
|
*,
|
|
1327
1329
|
id: str,
|
|
@@ -1410,7 +1412,7 @@ class Destinations(BaseSDK):
|
|
|
1410
1412
|
|
|
1411
1413
|
raise errors.APIError("Unexpected response received", http_res)
|
|
1412
1414
|
|
|
1413
|
-
def
|
|
1415
|
+
def create_sample(
|
|
1414
1416
|
self,
|
|
1415
1417
|
*,
|
|
1416
1418
|
id: str,
|
|
@@ -1511,7 +1513,7 @@ class Destinations(BaseSDK):
|
|
|
1511
1513
|
|
|
1512
1514
|
raise errors.APIError("Unexpected response received", http_res)
|
|
1513
1515
|
|
|
1514
|
-
async def
|
|
1516
|
+
async def create_sample_async(
|
|
1515
1517
|
self,
|
|
1516
1518
|
*,
|
|
1517
1519
|
id: str,
|
{cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/groups_sdk.py
RENAMED
|
@@ -190,7 +190,7 @@ class GroupsSDK(BaseSDK):
|
|
|
190
190
|
|
|
191
191
|
raise errors.APIError("Unexpected response received", http_res)
|
|
192
192
|
|
|
193
|
-
def
|
|
193
|
+
def create(
|
|
194
194
|
self,
|
|
195
195
|
*,
|
|
196
196
|
product: models.CreateProductsGroupsByProductProduct,
|
|
@@ -361,7 +361,7 @@ class GroupsSDK(BaseSDK):
|
|
|
361
361
|
|
|
362
362
|
raise errors.APIError("Unexpected response received", http_res)
|
|
363
363
|
|
|
364
|
-
async def
|
|
364
|
+
async def create_async(
|
|
365
365
|
self,
|
|
366
366
|
*,
|
|
367
367
|
product: models.CreateProductsGroupsByProductProduct,
|
|
@@ -532,7 +532,7 @@ class GroupsSDK(BaseSDK):
|
|
|
532
532
|
|
|
533
533
|
raise errors.APIError("Unexpected response received", http_res)
|
|
534
534
|
|
|
535
|
-
def
|
|
535
|
+
def list(
|
|
536
536
|
self,
|
|
537
537
|
*,
|
|
538
538
|
product: models.GetProductsGroupsByProductProduct,
|
|
@@ -624,7 +624,7 @@ class GroupsSDK(BaseSDK):
|
|
|
624
624
|
|
|
625
625
|
raise errors.APIError("Unexpected response received", http_res)
|
|
626
626
|
|
|
627
|
-
async def
|
|
627
|
+
async def list_async(
|
|
628
628
|
self,
|
|
629
629
|
*,
|
|
630
630
|
product: models.GetProductsGroupsByProductProduct,
|
|
@@ -1408,7 +1408,7 @@ class GroupsSDK(BaseSDK):
|
|
|
1408
1408
|
|
|
1409
1409
|
raise errors.APIError("Unexpected response received", http_res)
|
|
1410
1410
|
|
|
1411
|
-
def
|
|
1411
|
+
def deploy(
|
|
1412
1412
|
self,
|
|
1413
1413
|
*,
|
|
1414
1414
|
id: str,
|
|
@@ -1515,7 +1515,7 @@ class GroupsSDK(BaseSDK):
|
|
|
1515
1515
|
|
|
1516
1516
|
raise errors.APIError("Unexpected response received", http_res)
|
|
1517
1517
|
|
|
1518
|
-
async def
|
|
1518
|
+
async def deploy_async(
|
|
1519
1519
|
self,
|
|
1520
1520
|
*,
|
|
1521
1521
|
id: str,
|
|
@@ -1622,7 +1622,7 @@ class GroupsSDK(BaseSDK):
|
|
|
1622
1622
|
|
|
1623
1623
|
raise errors.APIError("Unexpected response received", http_res)
|
|
1624
1624
|
|
|
1625
|
-
def
|
|
1625
|
+
def get_team_acl(
|
|
1626
1626
|
self,
|
|
1627
1627
|
*,
|
|
1628
1628
|
product: models.GetProductsGroupsACLTeamsByProductAndIDProduct,
|
|
@@ -1717,7 +1717,7 @@ class GroupsSDK(BaseSDK):
|
|
|
1717
1717
|
|
|
1718
1718
|
raise errors.APIError("Unexpected response received", http_res)
|
|
1719
1719
|
|
|
1720
|
-
async def
|
|
1720
|
+
async def get_team_acl_async(
|
|
1721
1721
|
self,
|
|
1722
1722
|
*,
|
|
1723
1723
|
product: models.GetProductsGroupsACLTeamsByProductAndIDProduct,
|
|
@@ -1812,7 +1812,7 @@ class GroupsSDK(BaseSDK):
|
|
|
1812
1812
|
|
|
1813
1813
|
raise errors.APIError("Unexpected response received", http_res)
|
|
1814
1814
|
|
|
1815
|
-
def
|
|
1815
|
+
def get_acl(
|
|
1816
1816
|
self,
|
|
1817
1817
|
*,
|
|
1818
1818
|
id: str,
|
|
@@ -1902,7 +1902,7 @@ class GroupsSDK(BaseSDK):
|
|
|
1902
1902
|
|
|
1903
1903
|
raise errors.APIError("Unexpected response received", http_res)
|
|
1904
1904
|
|
|
1905
|
-
async def
|
|
1905
|
+
async def get_acl_async(
|
|
1906
1906
|
self,
|
|
1907
1907
|
*,
|
|
1908
1908
|
id: str,
|
|
@@ -8,7 +8,9 @@ from cribl_control_plane.utils.unmarshal_json_response import unmarshal_json_res
|
|
|
8
8
|
from typing import Any, Mapping, Optional
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
class
|
|
11
|
+
class Health(BaseSDK):
|
|
12
|
+
r"""Actions related to REST server health"""
|
|
13
|
+
|
|
12
14
|
def get(
|
|
13
15
|
self,
|
|
14
16
|
*,
|
{cribl_control_plane-0.0.25 → cribl_control_plane-0.0.26}/src/cribl_control_plane/models/__init__.py
RENAMED
|
@@ -342,12 +342,7 @@ if TYPE_CHECKING:
|
|
|
342
342
|
)
|
|
343
343
|
from .hbcriblinfo import Config, ConfigTypedDict, HBCriblInfo, HBCriblInfoTypedDict
|
|
344
344
|
from .hbleaderinfo import HBLeaderInfo, HBLeaderInfoTypedDict
|
|
345
|
-
from .healthstatus import
|
|
346
|
-
HealthStatus,
|
|
347
|
-
HealthStatusStatus,
|
|
348
|
-
HealthStatusTypedDict,
|
|
349
|
-
Role,
|
|
350
|
-
)
|
|
345
|
+
from .healthstatus import HealthStatus, HealthStatusTypedDict, Role, Status
|
|
351
346
|
from .heartbeatmetadata import (
|
|
352
347
|
HeartbeatMetadata,
|
|
353
348
|
HeartbeatMetadataAws,
|
|
@@ -2944,11 +2939,6 @@ if TYPE_CHECKING:
|
|
|
2944
2939
|
)
|
|
2945
2940
|
from .rbacresource import RbacResource
|
|
2946
2941
|
from .resourcepolicy import ResourcePolicy, ResourcePolicyTypedDict
|
|
2947
|
-
from .restartresponse import (
|
|
2948
|
-
RestartResponse,
|
|
2949
|
-
RestartResponseStatus,
|
|
2950
|
-
RestartResponseTypedDict,
|
|
2951
|
-
)
|
|
2952
2942
|
from .routecloneconf import RouteCloneConf, RouteCloneConfTypedDict
|
|
2953
2943
|
from .routeconf import RouteConf, RouteConfTypedDict
|
|
2954
2944
|
from .routes import (
|
|
@@ -3026,10 +3016,6 @@ if TYPE_CHECKING:
|
|
|
3026
3016
|
UpdateRoutesByIDResponse,
|
|
3027
3017
|
UpdateRoutesByIDResponseTypedDict,
|
|
3028
3018
|
)
|
|
3029
|
-
from .updateworkersrestartop import (
|
|
3030
|
-
UpdateWorkersRestartResponse,
|
|
3031
|
-
UpdateWorkersRestartResponseTypedDict,
|
|
3032
|
-
)
|
|
3033
3019
|
from .useraccesscontrollist import (
|
|
3034
3020
|
UserAccessControlList,
|
|
3035
3021
|
UserAccessControlListTypedDict,
|
|
@@ -3336,7 +3322,6 @@ __all__ = [
|
|
|
3336
3322
|
"HBLeaderInfo",
|
|
3337
3323
|
"HBLeaderInfoTypedDict",
|
|
3338
3324
|
"HealthStatus",
|
|
3339
|
-
"HealthStatusStatus",
|
|
3340
3325
|
"HealthStatusTypedDict",
|
|
3341
3326
|
"HeartbeatMetadata",
|
|
3342
3327
|
"HeartbeatMetadataAws",
|
|
@@ -5616,9 +5601,6 @@ __all__ = [
|
|
|
5616
5601
|
"ResourcePolicyTypedDict",
|
|
5617
5602
|
"ResourceTypeLabel",
|
|
5618
5603
|
"ResourceTypeLabelTypedDict",
|
|
5619
|
-
"RestartResponse",
|
|
5620
|
-
"RestartResponseStatus",
|
|
5621
|
-
"RestartResponseTypedDict",
|
|
5622
5604
|
"Role",
|
|
5623
5605
|
"RouteCloneConf",
|
|
5624
5606
|
"RouteCloneConfTypedDict",
|
|
@@ -5648,6 +5630,7 @@ __all__ = [
|
|
|
5648
5630
|
"ServicesTypedDict",
|
|
5649
5631
|
"ShardIteratorStart",
|
|
5650
5632
|
"ShardLoadBalancing",
|
|
5633
|
+
"Status",
|
|
5651
5634
|
"Subscription",
|
|
5652
5635
|
"SubscriptionMetadatum",
|
|
5653
5636
|
"SubscriptionMetadatumTypedDict",
|
|
@@ -5702,8 +5685,6 @@ __all__ = [
|
|
|
5702
5685
|
"UpdateRoutesByIDRequestTypedDict",
|
|
5703
5686
|
"UpdateRoutesByIDResponse",
|
|
5704
5687
|
"UpdateRoutesByIDResponseTypedDict",
|
|
5705
|
-
"UpdateWorkersRestartResponse",
|
|
5706
|
-
"UpdateWorkersRestartResponseTypedDict",
|
|
5707
5688
|
"UserAccessControlList",
|
|
5708
5689
|
"UserAccessControlListTypedDict",
|
|
5709
5690
|
"UsersAndGroups",
|
|
@@ -5969,9 +5950,9 @@ _dynamic_imports: dict[str, str] = {
|
|
|
5969
5950
|
"HBLeaderInfo": ".hbleaderinfo",
|
|
5970
5951
|
"HBLeaderInfoTypedDict": ".hbleaderinfo",
|
|
5971
5952
|
"HealthStatus": ".healthstatus",
|
|
5972
|
-
"HealthStatusStatus": ".healthstatus",
|
|
5973
5953
|
"HealthStatusTypedDict": ".healthstatus",
|
|
5974
5954
|
"Role": ".healthstatus",
|
|
5955
|
+
"Status": ".healthstatus",
|
|
5975
5956
|
"HeartbeatMetadata": ".heartbeatmetadata",
|
|
5976
5957
|
"HeartbeatMetadataAws": ".heartbeatmetadata",
|
|
5977
5958
|
"HeartbeatMetadataAwsTypedDict": ".heartbeatmetadata",
|
|
@@ -8324,9 +8305,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8324
8305
|
"RbacResource": ".rbacresource",
|
|
8325
8306
|
"ResourcePolicy": ".resourcepolicy",
|
|
8326
8307
|
"ResourcePolicyTypedDict": ".resourcepolicy",
|
|
8327
|
-
"RestartResponse": ".restartresponse",
|
|
8328
|
-
"RestartResponseStatus": ".restartresponse",
|
|
8329
|
-
"RestartResponseTypedDict": ".restartresponse",
|
|
8330
8308
|
"RouteCloneConf": ".routecloneconf",
|
|
8331
8309
|
"RouteCloneConfTypedDict": ".routecloneconf",
|
|
8332
8310
|
"RouteConf": ".routeconf",
|
|
@@ -8385,8 +8363,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8385
8363
|
"UpdateRoutesByIDRequestTypedDict": ".updateroutesbyidop",
|
|
8386
8364
|
"UpdateRoutesByIDResponse": ".updateroutesbyidop",
|
|
8387
8365
|
"UpdateRoutesByIDResponseTypedDict": ".updateroutesbyidop",
|
|
8388
|
-
"UpdateWorkersRestartResponse": ".updateworkersrestartop",
|
|
8389
|
-
"UpdateWorkersRestartResponseTypedDict": ".updateworkersrestartop",
|
|
8390
8366
|
"UserAccessControlList": ".useraccesscontrollist",
|
|
8391
8367
|
"UserAccessControlListTypedDict": ".useraccesscontrollist",
|
|
8392
8368
|
}
|
|
@@ -13,20 +13,20 @@ class Role(str, Enum):
|
|
|
13
13
|
STANDBY = "standby"
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
class
|
|
16
|
+
class Status(str, Enum):
|
|
17
17
|
HEALTHY = "healthy"
|
|
18
18
|
SHUTTING_DOWN = "shutting down"
|
|
19
19
|
STANDBY = "standby"
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
class HealthStatusTypedDict(TypedDict):
|
|
23
|
-
status:
|
|
23
|
+
status: Status
|
|
24
24
|
start_time: float
|
|
25
25
|
role: NotRequired[Role]
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
class HealthStatus(BaseModel):
|
|
29
|
-
status:
|
|
29
|
+
status: Status
|
|
30
30
|
|
|
31
31
|
start_time: Annotated[float, pydantic.Field(alias="startTime")]
|
|
32
32
|
|
|
@@ -255,9 +255,9 @@ class InputAppscopeTLSSettingsServerSide(BaseModel):
|
|
|
255
255
|
|
|
256
256
|
|
|
257
257
|
class InputAppscopeTypedDict(TypedDict):
|
|
258
|
-
id: str
|
|
259
|
-
r"""Unique ID for this input"""
|
|
260
258
|
type: InputAppscopeType
|
|
259
|
+
id: NotRequired[str]
|
|
260
|
+
r"""Unique ID for this input"""
|
|
261
261
|
disabled: NotRequired[bool]
|
|
262
262
|
pipeline: NotRequired[str]
|
|
263
263
|
r"""Pipeline to process data from this Source before sending it through the Routes"""
|
|
@@ -313,11 +313,11 @@ class InputAppscopeTypedDict(TypedDict):
|
|
|
313
313
|
|
|
314
314
|
|
|
315
315
|
class InputAppscope(BaseModel):
|
|
316
|
-
id: str
|
|
317
|
-
r"""Unique ID for this input"""
|
|
318
|
-
|
|
319
316
|
type: InputAppscopeType
|
|
320
317
|
|
|
318
|
+
id: Optional[str] = None
|
|
319
|
+
r"""Unique ID for this input"""
|
|
320
|
+
|
|
321
321
|
disabled: Optional[bool] = False
|
|
322
322
|
|
|
323
323
|
pipeline: Optional[str] = None
|
|
@@ -115,7 +115,7 @@ class InputCollectionMetadatum(BaseModel):
|
|
|
115
115
|
|
|
116
116
|
|
|
117
117
|
class InputCollectionTypedDict(TypedDict):
|
|
118
|
-
id: str
|
|
118
|
+
id: NotRequired[str]
|
|
119
119
|
r"""Unique ID for this input"""
|
|
120
120
|
type: NotRequired[InputCollectionType]
|
|
121
121
|
disabled: NotRequired[bool]
|
|
@@ -146,7 +146,7 @@ class InputCollectionTypedDict(TypedDict):
|
|
|
146
146
|
|
|
147
147
|
|
|
148
148
|
class InputCollection(BaseModel):
|
|
149
|
-
id: str
|
|
149
|
+
id: Optional[str] = None
|
|
150
150
|
r"""Unique ID for this input"""
|
|
151
151
|
|
|
152
152
|
type: Optional[InputCollectionType] = InputCollectionType.COLLECTION
|