cribl-control-plane 0.0.35__tar.gz → 0.0.37__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.35 → cribl_control_plane-0.0.37}/PKG-INFO +4 -3
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/README-PYPI.md +3 -2
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/pyproject.toml +1 -1
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/_version.py +3 -3
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/commits.py +4 -4
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/__init__.py +104 -13
- cribl_control_plane-0.0.37/src/cribl_control_plane/models/getpacksbyidop.py +37 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/gitrevertparams.py +3 -3
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/input.py +19 -16
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputcrowdstrike.py +2 -2
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputs3.py +2 -2
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputs3inventory.py +2 -2
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputsecuritylake.py +2 -2
- cribl_control_plane-0.0.37/src/cribl_control_plane/models/inputwizwebhook.py +393 -0
- cribl_control_plane-0.0.37/src/cribl_control_plane/models/packrequestbody_union.py +140 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/packs.py +200 -104
- cribl_control_plane-0.0.35/src/cribl_control_plane/models/packrequestbody.py +0 -75
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/py.typed +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/acl.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/auth_sdk.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/branches.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/commits_files.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/configs_versions.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/destinations.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/destinations_pq.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/errors/__init__.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/groups_configs.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/groups_sdk.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/health.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/hectokens.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/lakedatasets.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/appmode.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/configgroup.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/createpipelineop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/createversionundoop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getversioncountop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getversionop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getversionshowop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/gitlogresult.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/healthstatus.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputappscope.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputcollection.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputcribl.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputelastic.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputeventhub.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputfile.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputfirehose.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputgrafana.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputhttp.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputkafka.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputkinesis.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputloki.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputmetrics.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputmsk.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputnetflow.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputprometheus.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputrawudp.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputsnmp.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputsplunk.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputsqs.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputsyslog.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputtcp.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputwef.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputwiz.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/output.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputazureblob.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputcribllake.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputdatadog.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputdataset.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputdls3.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputelastic.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputexabeam.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputgraphite.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputkafka.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputkinesis.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputloki.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputminio.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputmsk.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputprometheus.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputring.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputs3.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputsentinel.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputservicenow.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputsns.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputsplunk.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputsqs.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputstatsd.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputsumologic.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputsyslog.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputwavefront.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputwebhook.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/outputxsiam.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/packinfo.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/productscore.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/routecloneconf.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/workertypes.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/nodes.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/pipelines.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/routes_sdk.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/samples.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/sdk.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/sources.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/statuses.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/summaries.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/teams.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/tokens.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/utils/values.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/versions.py +0 -0
- {cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/versions_configs.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.37
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -374,9 +374,10 @@ with CriblControlPlane(
|
|
|
374
374
|
|
|
375
375
|
### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
|
|
376
376
|
|
|
377
|
-
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) -
|
|
377
|
+
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Create or install a Pack
|
|
378
378
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
|
|
379
379
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete) - Uninstall a Pack
|
|
380
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#get) - Get a Pack
|
|
380
381
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Upgrade a Pack
|
|
381
382
|
|
|
382
383
|
### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
|
|
@@ -654,7 +655,7 @@ with CriblControlPlane(
|
|
|
654
655
|
|
|
655
656
|
|
|
656
657
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
657
|
-
* [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of
|
|
658
|
+
* [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 62 methods.*
|
|
658
659
|
* [`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.
|
|
659
660
|
|
|
660
661
|
</details>
|
|
@@ -357,9 +357,10 @@ with CriblControlPlane(
|
|
|
357
357
|
|
|
358
358
|
### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
|
|
359
359
|
|
|
360
|
-
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) -
|
|
360
|
+
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Create or install a Pack
|
|
361
361
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
|
|
362
362
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete) - Uninstall a Pack
|
|
363
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#get) - Get a Pack
|
|
363
364
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Upgrade a Pack
|
|
364
365
|
|
|
365
366
|
### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
|
|
@@ -637,7 +638,7 @@ with CriblControlPlane(
|
|
|
637
638
|
|
|
638
639
|
|
|
639
640
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
640
|
-
* [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of
|
|
641
|
+
* [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 62 methods.*
|
|
641
642
|
* [`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.
|
|
642
643
|
|
|
643
644
|
</details>
|
{cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/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.37"
|
|
7
|
+
__openapi_doc_version__: str = "4.14.0-alpha.1756133891055-db064179"
|
|
8
8
|
__gen_version__: str = "2.686.7"
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.0.
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.0.37 2.686.7 4.14.0-alpha.1756133891055-db064179 cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
{cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/commits.py
RENAMED
|
@@ -756,9 +756,9 @@ class Commits(BaseSDK):
|
|
|
756
756
|
self,
|
|
757
757
|
*,
|
|
758
758
|
commit: str,
|
|
759
|
-
message: str,
|
|
760
759
|
group: Optional[str] = None,
|
|
761
760
|
force: Optional[bool] = None,
|
|
761
|
+
message: Optional[str] = None,
|
|
762
762
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
763
763
|
server_url: Optional[str] = None,
|
|
764
764
|
timeout_ms: Optional[int] = None,
|
|
@@ -769,9 +769,9 @@ class Commits(BaseSDK):
|
|
|
769
769
|
Revert a commit in the local repository.
|
|
770
770
|
|
|
771
771
|
:param commit:
|
|
772
|
-
:param message:
|
|
773
772
|
:param group: Group ID
|
|
774
773
|
:param force:
|
|
774
|
+
:param message:
|
|
775
775
|
:param retries: Override the default retry configuration for this method
|
|
776
776
|
:param server_url: Override the default server URL for this method
|
|
777
777
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -857,9 +857,9 @@ class Commits(BaseSDK):
|
|
|
857
857
|
self,
|
|
858
858
|
*,
|
|
859
859
|
commit: str,
|
|
860
|
-
message: str,
|
|
861
860
|
group: Optional[str] = None,
|
|
862
861
|
force: Optional[bool] = None,
|
|
862
|
+
message: Optional[str] = None,
|
|
863
863
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
864
864
|
server_url: Optional[str] = None,
|
|
865
865
|
timeout_ms: Optional[int] = None,
|
|
@@ -870,9 +870,9 @@ class Commits(BaseSDK):
|
|
|
870
870
|
Revert a commit in the local repository.
|
|
871
871
|
|
|
872
872
|
:param commit:
|
|
873
|
-
:param message:
|
|
874
873
|
:param group: Group ID
|
|
875
874
|
:param force:
|
|
875
|
+
:param message:
|
|
876
876
|
:param retries: Override the default retry configuration for this method
|
|
877
877
|
:param server_url: Override the default server URL for this method
|
|
878
878
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
{cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/__init__.py
RENAMED
|
@@ -223,6 +223,12 @@ if TYPE_CHECKING:
|
|
|
223
223
|
GetOutputSamplesByIDResponse,
|
|
224
224
|
GetOutputSamplesByIDResponseTypedDict,
|
|
225
225
|
)
|
|
226
|
+
from .getpacksbyidop import (
|
|
227
|
+
GetPacksByIDRequest,
|
|
228
|
+
GetPacksByIDRequestTypedDict,
|
|
229
|
+
GetPacksByIDResponse,
|
|
230
|
+
GetPacksByIDResponseTypedDict,
|
|
231
|
+
)
|
|
226
232
|
from .getpacksop import (
|
|
227
233
|
GetPacksRequest,
|
|
228
234
|
GetPacksRequestTypedDict,
|
|
@@ -1569,6 +1575,27 @@ if TYPE_CHECKING:
|
|
|
1569
1575
|
InputWizType,
|
|
1570
1576
|
InputWizTypedDict,
|
|
1571
1577
|
)
|
|
1578
|
+
from .inputwizwebhook import (
|
|
1579
|
+
InputWizWebhook,
|
|
1580
|
+
InputWizWebhookAuthTokensExt,
|
|
1581
|
+
InputWizWebhookAuthTokensExtMetadatum,
|
|
1582
|
+
InputWizWebhookAuthTokensExtMetadatumTypedDict,
|
|
1583
|
+
InputWizWebhookAuthTokensExtTypedDict,
|
|
1584
|
+
InputWizWebhookCompression,
|
|
1585
|
+
InputWizWebhookConnection,
|
|
1586
|
+
InputWizWebhookConnectionTypedDict,
|
|
1587
|
+
InputWizWebhookMaximumTLSVersion,
|
|
1588
|
+
InputWizWebhookMetadatum,
|
|
1589
|
+
InputWizWebhookMetadatumTypedDict,
|
|
1590
|
+
InputWizWebhookMinimumTLSVersion,
|
|
1591
|
+
InputWizWebhookMode,
|
|
1592
|
+
InputWizWebhookPq,
|
|
1593
|
+
InputWizWebhookPqTypedDict,
|
|
1594
|
+
InputWizWebhookTLSSettingsServerSide,
|
|
1595
|
+
InputWizWebhookTLSSettingsServerSideTypedDict,
|
|
1596
|
+
InputWizWebhookType,
|
|
1597
|
+
InputWizWebhookTypedDict,
|
|
1598
|
+
)
|
|
1572
1599
|
from .inputzscalerhec import (
|
|
1573
1600
|
InputZscalerHec,
|
|
1574
1601
|
InputZscalerHecAuthToken,
|
|
@@ -2916,11 +2943,17 @@ if TYPE_CHECKING:
|
|
|
2916
2943
|
PackInstallInfoTagsTypedDict,
|
|
2917
2944
|
PackInstallInfoTypedDict,
|
|
2918
2945
|
)
|
|
2919
|
-
from .
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2946
|
+
from .packrequestbody_union import (
|
|
2947
|
+
PackRequestBody1,
|
|
2948
|
+
PackRequestBody1TypedDict,
|
|
2949
|
+
PackRequestBody2,
|
|
2950
|
+
PackRequestBody2TypedDict,
|
|
2951
|
+
PackRequestBodyTags1,
|
|
2952
|
+
PackRequestBodyTags1TypedDict,
|
|
2953
|
+
PackRequestBodyTags2,
|
|
2954
|
+
PackRequestBodyTags2TypedDict,
|
|
2955
|
+
PackRequestBodyUnion,
|
|
2956
|
+
PackRequestBodyUnionTypedDict,
|
|
2924
2957
|
)
|
|
2925
2958
|
from .pipeline import (
|
|
2926
2959
|
Conf,
|
|
@@ -3240,6 +3273,10 @@ __all__ = [
|
|
|
3240
3273
|
"GetOutputSamplesByIDRequestTypedDict",
|
|
3241
3274
|
"GetOutputSamplesByIDResponse",
|
|
3242
3275
|
"GetOutputSamplesByIDResponseTypedDict",
|
|
3276
|
+
"GetPacksByIDRequest",
|
|
3277
|
+
"GetPacksByIDRequestTypedDict",
|
|
3278
|
+
"GetPacksByIDResponse",
|
|
3279
|
+
"GetPacksByIDResponseTypedDict",
|
|
3243
3280
|
"GetPacksRequest",
|
|
3244
3281
|
"GetPacksRequestTypedDict",
|
|
3245
3282
|
"GetPacksResponse",
|
|
@@ -4377,6 +4414,25 @@ __all__ = [
|
|
|
4377
4414
|
"InputWizRetryType",
|
|
4378
4415
|
"InputWizType",
|
|
4379
4416
|
"InputWizTypedDict",
|
|
4417
|
+
"InputWizWebhook",
|
|
4418
|
+
"InputWizWebhookAuthTokensExt",
|
|
4419
|
+
"InputWizWebhookAuthTokensExtMetadatum",
|
|
4420
|
+
"InputWizWebhookAuthTokensExtMetadatumTypedDict",
|
|
4421
|
+
"InputWizWebhookAuthTokensExtTypedDict",
|
|
4422
|
+
"InputWizWebhookCompression",
|
|
4423
|
+
"InputWizWebhookConnection",
|
|
4424
|
+
"InputWizWebhookConnectionTypedDict",
|
|
4425
|
+
"InputWizWebhookMaximumTLSVersion",
|
|
4426
|
+
"InputWizWebhookMetadatum",
|
|
4427
|
+
"InputWizWebhookMetadatumTypedDict",
|
|
4428
|
+
"InputWizWebhookMinimumTLSVersion",
|
|
4429
|
+
"InputWizWebhookMode",
|
|
4430
|
+
"InputWizWebhookPq",
|
|
4431
|
+
"InputWizWebhookPqTypedDict",
|
|
4432
|
+
"InputWizWebhookTLSSettingsServerSide",
|
|
4433
|
+
"InputWizWebhookTLSSettingsServerSideTypedDict",
|
|
4434
|
+
"InputWizWebhookType",
|
|
4435
|
+
"InputWizWebhookTypedDict",
|
|
4380
4436
|
"InputZscalerHec",
|
|
4381
4437
|
"InputZscalerHecAuthToken",
|
|
4382
4438
|
"InputZscalerHecAuthTokenMetadatum",
|
|
@@ -5569,10 +5625,16 @@ __all__ = [
|
|
|
5569
5625
|
"PackInstallInfoTags",
|
|
5570
5626
|
"PackInstallInfoTagsTypedDict",
|
|
5571
5627
|
"PackInstallInfoTypedDict",
|
|
5572
|
-
"
|
|
5573
|
-
"
|
|
5574
|
-
"
|
|
5575
|
-
"
|
|
5628
|
+
"PackRequestBody1",
|
|
5629
|
+
"PackRequestBody1TypedDict",
|
|
5630
|
+
"PackRequestBody2",
|
|
5631
|
+
"PackRequestBody2TypedDict",
|
|
5632
|
+
"PackRequestBodyTags1",
|
|
5633
|
+
"PackRequestBodyTags1TypedDict",
|
|
5634
|
+
"PackRequestBodyTags2",
|
|
5635
|
+
"PackRequestBodyTags2TypedDict",
|
|
5636
|
+
"PackRequestBodyUnion",
|
|
5637
|
+
"PackRequestBodyUnionTypedDict",
|
|
5576
5638
|
"PayloadFormat",
|
|
5577
5639
|
"Pipeline",
|
|
5578
5640
|
"PipelineFunctionConf",
|
|
@@ -5860,6 +5922,10 @@ _dynamic_imports: dict[str, str] = {
|
|
|
5860
5922
|
"GetOutputSamplesByIDRequestTypedDict": ".getoutputsamplesbyidop",
|
|
5861
5923
|
"GetOutputSamplesByIDResponse": ".getoutputsamplesbyidop",
|
|
5862
5924
|
"GetOutputSamplesByIDResponseTypedDict": ".getoutputsamplesbyidop",
|
|
5925
|
+
"GetPacksByIDRequest": ".getpacksbyidop",
|
|
5926
|
+
"GetPacksByIDRequestTypedDict": ".getpacksbyidop",
|
|
5927
|
+
"GetPacksByIDResponse": ".getpacksbyidop",
|
|
5928
|
+
"GetPacksByIDResponseTypedDict": ".getpacksbyidop",
|
|
5863
5929
|
"GetPacksRequest": ".getpacksop",
|
|
5864
5930
|
"GetPacksRequestTypedDict": ".getpacksop",
|
|
5865
5931
|
"GetPacksResponse": ".getpacksop",
|
|
@@ -7076,6 +7142,25 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7076
7142
|
"InputWizRetryType": ".inputwiz",
|
|
7077
7143
|
"InputWizType": ".inputwiz",
|
|
7078
7144
|
"InputWizTypedDict": ".inputwiz",
|
|
7145
|
+
"InputWizWebhook": ".inputwizwebhook",
|
|
7146
|
+
"InputWizWebhookAuthTokensExt": ".inputwizwebhook",
|
|
7147
|
+
"InputWizWebhookAuthTokensExtMetadatum": ".inputwizwebhook",
|
|
7148
|
+
"InputWizWebhookAuthTokensExtMetadatumTypedDict": ".inputwizwebhook",
|
|
7149
|
+
"InputWizWebhookAuthTokensExtTypedDict": ".inputwizwebhook",
|
|
7150
|
+
"InputWizWebhookCompression": ".inputwizwebhook",
|
|
7151
|
+
"InputWizWebhookConnection": ".inputwizwebhook",
|
|
7152
|
+
"InputWizWebhookConnectionTypedDict": ".inputwizwebhook",
|
|
7153
|
+
"InputWizWebhookMaximumTLSVersion": ".inputwizwebhook",
|
|
7154
|
+
"InputWizWebhookMetadatum": ".inputwizwebhook",
|
|
7155
|
+
"InputWizWebhookMetadatumTypedDict": ".inputwizwebhook",
|
|
7156
|
+
"InputWizWebhookMinimumTLSVersion": ".inputwizwebhook",
|
|
7157
|
+
"InputWizWebhookMode": ".inputwizwebhook",
|
|
7158
|
+
"InputWizWebhookPq": ".inputwizwebhook",
|
|
7159
|
+
"InputWizWebhookPqTypedDict": ".inputwizwebhook",
|
|
7160
|
+
"InputWizWebhookTLSSettingsServerSide": ".inputwizwebhook",
|
|
7161
|
+
"InputWizWebhookTLSSettingsServerSideTypedDict": ".inputwizwebhook",
|
|
7162
|
+
"InputWizWebhookType": ".inputwizwebhook",
|
|
7163
|
+
"InputWizWebhookTypedDict": ".inputwizwebhook",
|
|
7079
7164
|
"InputZscalerHec": ".inputzscalerhec",
|
|
7080
7165
|
"InputZscalerHecAuthToken": ".inputzscalerhec",
|
|
7081
7166
|
"InputZscalerHecAuthTokenMetadatum": ".inputzscalerhec",
|
|
@@ -8295,10 +8380,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8295
8380
|
"PackInstallInfoTags": ".packinstallinfo",
|
|
8296
8381
|
"PackInstallInfoTagsTypedDict": ".packinstallinfo",
|
|
8297
8382
|
"PackInstallInfoTypedDict": ".packinstallinfo",
|
|
8298
|
-
"
|
|
8299
|
-
"
|
|
8300
|
-
"
|
|
8301
|
-
"
|
|
8383
|
+
"PackRequestBody1": ".packrequestbody_union",
|
|
8384
|
+
"PackRequestBody1TypedDict": ".packrequestbody_union",
|
|
8385
|
+
"PackRequestBody2": ".packrequestbody_union",
|
|
8386
|
+
"PackRequestBody2TypedDict": ".packrequestbody_union",
|
|
8387
|
+
"PackRequestBodyTags1": ".packrequestbody_union",
|
|
8388
|
+
"PackRequestBodyTags1TypedDict": ".packrequestbody_union",
|
|
8389
|
+
"PackRequestBodyTags2": ".packrequestbody_union",
|
|
8390
|
+
"PackRequestBodyTags2TypedDict": ".packrequestbody_union",
|
|
8391
|
+
"PackRequestBodyUnion": ".packrequestbody_union",
|
|
8392
|
+
"PackRequestBodyUnionTypedDict": ".packrequestbody_union",
|
|
8302
8393
|
"Conf": ".pipeline",
|
|
8303
8394
|
"ConfTypedDict": ".pipeline",
|
|
8304
8395
|
"Pipeline": ".pipeline",
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .packinfo import PackInfo, PackInfoTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
|
|
7
|
+
from typing import List, Optional
|
|
8
|
+
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class GetPacksByIDRequestTypedDict(TypedDict):
|
|
12
|
+
id: str
|
|
13
|
+
r"""The <code>id</code> of the Pack to get."""
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class GetPacksByIDRequest(BaseModel):
|
|
17
|
+
id: Annotated[
|
|
18
|
+
str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
|
|
19
|
+
]
|
|
20
|
+
r"""The <code>id</code> of the Pack to get."""
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
class GetPacksByIDResponseTypedDict(TypedDict):
|
|
24
|
+
r"""a list of PackInfo objects"""
|
|
25
|
+
|
|
26
|
+
count: NotRequired[int]
|
|
27
|
+
r"""number of items present in the items array"""
|
|
28
|
+
items: NotRequired[List[PackInfoTypedDict]]
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
class GetPacksByIDResponse(BaseModel):
|
|
32
|
+
r"""a list of PackInfo objects"""
|
|
33
|
+
|
|
34
|
+
count: Optional[int] = None
|
|
35
|
+
r"""number of items present in the items array"""
|
|
36
|
+
|
|
37
|
+
items: Optional[List[PackInfo]] = None
|
|
@@ -8,13 +8,13 @@ from typing_extensions import NotRequired, TypedDict
|
|
|
8
8
|
|
|
9
9
|
class GitRevertParamsTypedDict(TypedDict):
|
|
10
10
|
commit: str
|
|
11
|
-
message: str
|
|
12
11
|
force: NotRequired[bool]
|
|
12
|
+
message: NotRequired[str]
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
class GitRevertParams(BaseModel):
|
|
16
16
|
commit: str
|
|
17
17
|
|
|
18
|
-
message: str
|
|
19
|
-
|
|
20
18
|
force: Optional[bool] = None
|
|
19
|
+
|
|
20
|
+
message: Optional[str] = None
|
{cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/input.py
RENAMED
|
@@ -64,6 +64,7 @@ from .inputwef import InputWef, InputWefTypedDict
|
|
|
64
64
|
from .inputwindowsmetrics import InputWindowsMetrics, InputWindowsMetricsTypedDict
|
|
65
65
|
from .inputwineventlogs import InputWinEventLogs, InputWinEventLogsTypedDict
|
|
66
66
|
from .inputwiz import InputWiz, InputWizTypedDict
|
|
67
|
+
from .inputwizwebhook import InputWizWebhook, InputWizWebhookTypedDict
|
|
67
68
|
from .inputzscalerhec import InputZscalerHec, InputZscalerHecTypedDict
|
|
68
69
|
from typing import Union
|
|
69
70
|
from typing_extensions import TypeAliasType
|
|
@@ -80,11 +81,11 @@ InputTypedDict = TypeAliasType(
|
|
|
80
81
|
InputCollectionTypedDict,
|
|
81
82
|
InputSystemStateTypedDict,
|
|
82
83
|
InputModelDrivenTelemetryTypedDict,
|
|
83
|
-
InputWindowsMetricsTypedDict,
|
|
84
84
|
InputSystemMetricsTypedDict,
|
|
85
|
+
InputWindowsMetricsTypedDict,
|
|
85
86
|
InputJournalFilesTypedDict,
|
|
86
|
-
InputRawUDPTypedDict,
|
|
87
87
|
InputWinEventLogsTypedDict,
|
|
88
|
+
InputRawUDPTypedDict,
|
|
88
89
|
InputExecTypedDict,
|
|
89
90
|
InputKubeLogsTypedDict,
|
|
90
91
|
InputMetricsTypedDict,
|
|
@@ -93,27 +94,28 @@ InputTypedDict = TypeAliasType(
|
|
|
93
94
|
InputNetflowTypedDict,
|
|
94
95
|
InputTcpjsonTypedDict,
|
|
95
96
|
InputGooglePubsubTypedDict,
|
|
96
|
-
InputTCPTypedDict,
|
|
97
|
-
InputWizTypedDict,
|
|
98
97
|
InputOffice365ServiceTypedDict,
|
|
98
|
+
InputWizTypedDict,
|
|
99
|
+
InputTCPTypedDict,
|
|
99
100
|
InputFirehoseTypedDict,
|
|
100
101
|
InputCriblHTTPTypedDict,
|
|
101
|
-
InputOffice365MgmtTypedDict,
|
|
102
102
|
InputDatadogAgentTypedDict,
|
|
103
|
+
InputOffice365MgmtTypedDict,
|
|
103
104
|
InputFileTypedDict,
|
|
104
105
|
InputSplunkTypedDict,
|
|
105
|
-
InputAppscopeTypedDict,
|
|
106
106
|
InputWefTypedDict,
|
|
107
|
+
InputAppscopeTypedDict,
|
|
107
108
|
InputHTTPRawTypedDict,
|
|
109
|
+
InputWizWebhookTypedDict,
|
|
108
110
|
InputHTTPTypedDict,
|
|
109
111
|
InputCriblLakeHTTPTypedDict,
|
|
110
112
|
InputAzureBlobTypedDict,
|
|
111
113
|
InputSqsTypedDict,
|
|
112
114
|
InputZscalerHecTypedDict,
|
|
113
|
-
InputEventhubTypedDict,
|
|
114
115
|
InputKinesisTypedDict,
|
|
115
|
-
InputKafkaTypedDict,
|
|
116
116
|
InputConfluentCloudTypedDict,
|
|
117
|
+
InputEventhubTypedDict,
|
|
118
|
+
InputKafkaTypedDict,
|
|
117
119
|
InputElasticTypedDict,
|
|
118
120
|
InputOffice365MsgTraceTypedDict,
|
|
119
121
|
InputSplunkHecTypedDict,
|
|
@@ -145,11 +147,11 @@ Input = TypeAliasType(
|
|
|
145
147
|
InputCollection,
|
|
146
148
|
InputSystemState,
|
|
147
149
|
InputModelDrivenTelemetry,
|
|
148
|
-
InputWindowsMetrics,
|
|
149
150
|
InputSystemMetrics,
|
|
151
|
+
InputWindowsMetrics,
|
|
150
152
|
InputJournalFiles,
|
|
151
|
-
InputRawUDP,
|
|
152
153
|
InputWinEventLogs,
|
|
154
|
+
InputRawUDP,
|
|
153
155
|
InputExec,
|
|
154
156
|
InputKubeLogs,
|
|
155
157
|
InputMetrics,
|
|
@@ -158,27 +160,28 @@ Input = TypeAliasType(
|
|
|
158
160
|
InputNetflow,
|
|
159
161
|
InputTcpjson,
|
|
160
162
|
InputGooglePubsub,
|
|
161
|
-
InputTCP,
|
|
162
|
-
InputWiz,
|
|
163
163
|
InputOffice365Service,
|
|
164
|
+
InputWiz,
|
|
165
|
+
InputTCP,
|
|
164
166
|
InputFirehose,
|
|
165
167
|
InputCriblHTTP,
|
|
166
|
-
InputOffice365Mgmt,
|
|
167
168
|
InputDatadogAgent,
|
|
169
|
+
InputOffice365Mgmt,
|
|
168
170
|
InputFile,
|
|
169
171
|
InputSplunk,
|
|
170
|
-
InputAppscope,
|
|
171
172
|
InputWef,
|
|
173
|
+
InputAppscope,
|
|
172
174
|
InputHTTPRaw,
|
|
175
|
+
InputWizWebhook,
|
|
173
176
|
InputHTTP,
|
|
174
177
|
InputCriblLakeHTTP,
|
|
175
178
|
InputAzureBlob,
|
|
176
179
|
InputSqs,
|
|
177
180
|
InputZscalerHec,
|
|
178
|
-
InputEventhub,
|
|
179
181
|
InputKinesis,
|
|
180
|
-
InputKafka,
|
|
181
182
|
InputConfluentCloud,
|
|
183
|
+
InputEventhub,
|
|
184
|
+
InputKafka,
|
|
182
185
|
InputElastic,
|
|
183
186
|
InputOffice365MsgTrace,
|
|
184
187
|
InputSplunkHec,
|
|
@@ -201,7 +201,7 @@ class InputCrowdstrikeTypedDict(TypedDict):
|
|
|
201
201
|
skip_on_error: NotRequired[bool]
|
|
202
202
|
r"""Skip files that trigger a processing error. Disabled by default, which allows retries after processing errors."""
|
|
203
203
|
include_sqs_metadata: NotRequired[bool]
|
|
204
|
-
r"""
|
|
204
|
+
r"""Attach SQS notification metadata to a __sqsMetadata field on each event"""
|
|
205
205
|
enable_assume_role: NotRequired[bool]
|
|
206
206
|
r"""Use Assume Role credentials to access Amazon S3"""
|
|
207
207
|
assume_role_arn: NotRequired[str]
|
|
@@ -338,7 +338,7 @@ class InputCrowdstrike(BaseModel):
|
|
|
338
338
|
include_sqs_metadata: Annotated[
|
|
339
339
|
Optional[bool], pydantic.Field(alias="includeSqsMetadata")
|
|
340
340
|
] = False
|
|
341
|
-
r"""
|
|
341
|
+
r"""Attach SQS notification metadata to a __sqsMetadata field on each event"""
|
|
342
342
|
|
|
343
343
|
enable_assume_role: Annotated[
|
|
344
344
|
Optional[bool], pydantic.Field(alias="enableAssumeRole")
|
{cribl_control_plane-0.0.35 → cribl_control_plane-0.0.37}/src/cribl_control_plane/models/inputs3.py
RENAMED
|
@@ -196,7 +196,7 @@ class InputS3TypedDict(TypedDict):
|
|
|
196
196
|
skip_on_error: NotRequired[bool]
|
|
197
197
|
r"""Skip files that trigger a processing error. Disabled by default, which allows retries after processing errors."""
|
|
198
198
|
include_sqs_metadata: NotRequired[bool]
|
|
199
|
-
r"""
|
|
199
|
+
r"""Attach SQS notification metadata to a __sqsMetadata field on each event"""
|
|
200
200
|
enable_assume_role: NotRequired[bool]
|
|
201
201
|
r"""Use Assume Role credentials to access Amazon S3"""
|
|
202
202
|
assume_role_arn: NotRequired[str]
|
|
@@ -337,7 +337,7 @@ class InputS3(BaseModel):
|
|
|
337
337
|
include_sqs_metadata: Annotated[
|
|
338
338
|
Optional[bool], pydantic.Field(alias="includeSqsMetadata")
|
|
339
339
|
] = False
|
|
340
|
-
r"""
|
|
340
|
+
r"""Attach SQS notification metadata to a __sqsMetadata field on each event"""
|
|
341
341
|
|
|
342
342
|
enable_assume_role: Annotated[
|
|
343
343
|
Optional[bool], pydantic.Field(alias="enableAssumeRole")
|
|
@@ -201,7 +201,7 @@ class InputS3InventoryTypedDict(TypedDict):
|
|
|
201
201
|
skip_on_error: NotRequired[bool]
|
|
202
202
|
r"""Skip files that trigger a processing error. Disabled by default, which allows retries after processing errors."""
|
|
203
203
|
include_sqs_metadata: NotRequired[bool]
|
|
204
|
-
r"""
|
|
204
|
+
r"""Attach SQS notification metadata to a __sqsMetadata field on each event"""
|
|
205
205
|
enable_assume_role: NotRequired[bool]
|
|
206
206
|
r"""Use Assume Role credentials to access Amazon S3"""
|
|
207
207
|
assume_role_arn: NotRequired[str]
|
|
@@ -346,7 +346,7 @@ class InputS3Inventory(BaseModel):
|
|
|
346
346
|
include_sqs_metadata: Annotated[
|
|
347
347
|
Optional[bool], pydantic.Field(alias="includeSqsMetadata")
|
|
348
348
|
] = False
|
|
349
|
-
r"""
|
|
349
|
+
r"""Attach SQS notification metadata to a __sqsMetadata field on each event"""
|
|
350
350
|
|
|
351
351
|
enable_assume_role: Annotated[
|
|
352
352
|
Optional[bool], pydantic.Field(alias="enableAssumeRole")
|
|
@@ -201,7 +201,7 @@ class InputSecurityLakeTypedDict(TypedDict):
|
|
|
201
201
|
skip_on_error: NotRequired[bool]
|
|
202
202
|
r"""Skip files that trigger a processing error. Disabled by default, which allows retries after processing errors."""
|
|
203
203
|
include_sqs_metadata: NotRequired[bool]
|
|
204
|
-
r"""
|
|
204
|
+
r"""Attach SQS notification metadata to a __sqsMetadata field on each event"""
|
|
205
205
|
enable_assume_role: NotRequired[bool]
|
|
206
206
|
r"""Use Assume Role credentials to access Amazon S3"""
|
|
207
207
|
assume_role_arn: NotRequired[str]
|
|
@@ -342,7 +342,7 @@ class InputSecurityLake(BaseModel):
|
|
|
342
342
|
include_sqs_metadata: Annotated[
|
|
343
343
|
Optional[bool], pydantic.Field(alias="includeSqsMetadata")
|
|
344
344
|
] = False
|
|
345
|
-
r"""
|
|
345
|
+
r"""Attach SQS notification metadata to a __sqsMetadata field on each event"""
|
|
346
346
|
|
|
347
347
|
enable_assume_role: Annotated[
|
|
348
348
|
Optional[bool], pydantic.Field(alias="enableAssumeRole")
|