cribl-control-plane 0.0.20__tar.gz → 0.0.21a1__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.20 → cribl_control_plane-0.0.21a1}/PKG-INFO +32 -1
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/README-PYPI.md +31 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/pyproject.toml +1 -1
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/_version.py +2 -2
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/updatepacksop.py +16 -1
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/packs.py +30 -3
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/py.typed +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/auth_sdk.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/destinations.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/distributed.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/errors/__init__.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/groups_sdk.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/health.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/lake.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/__init__.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/appmode.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/configgroup.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/createpipelineop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/createproductsgroupsbyproductop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/createversionsyncop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/createversionundoop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getgroupsaclbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getgroupsbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getgroupsconfigversionbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getproductsgroupsaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getproductsgroupsbyproductop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getsummaryworkersop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getversioncountop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getversioncurrentbranchop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getversionshowop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/getworkersop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/healthstatus.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/input.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputappscope.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputcollection.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputcribl.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputelastic.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputeventhub.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputfile.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputfirehose.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputgrafana_union.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputhttp.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputkafka.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputkinesis.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputloki.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputmetrics.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputmsk.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputnetflow.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputprometheus.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputrawudp.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputs3.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputsnmp.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputsplunk.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputsqs.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputsyslog_union.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputtcp.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputwef.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputwiz.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/output.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputazureblob.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputcribllake.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputdatadog.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputdataset.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputdls3.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputelastic.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputexabeam.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputgraphite.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputkafka.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputkinesis.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputloki.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputminio.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputmsk.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputprometheus.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputring.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputs3.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputsentinel.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputservicenow.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputsns.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputsplunk.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputsqs.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputstatsd.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputsumologic.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputsyslog.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputwavefront.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputwebhook.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/outputxsiam.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/packinfo.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/packrequestbody.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/restartresponse.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/routecloneconf.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/routesroute_input.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/updategroupsdeploybyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/updateworkersrestartop.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/pipelines.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/routes_sdk.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/sdk.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/sources.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/teams.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/utils/values.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/versioning.py +0 -0
- {cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/workers_sdk.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.21a1
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -31,6 +31,7 @@ Cribl API Reference: This API Reference lists available REST endpoints, along wi
|
|
|
31
31
|
* [SDK Example Usage](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#sdk-example-usage)
|
|
32
32
|
* [Authentication](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#authentication)
|
|
33
33
|
* [Available Resources and Operations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#available-resources-and-operations)
|
|
34
|
+
* [File uploads](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#file-uploads)
|
|
34
35
|
* [Retries](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#retries)
|
|
35
36
|
* [Error Handling](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#error-handling)
|
|
36
37
|
* [Custom HTTP Client](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#custom-http-client)
|
|
@@ -301,6 +302,36 @@ with CriblControlPlane(
|
|
|
301
302
|
</details>
|
|
302
303
|
<!-- End Available Resources and Operations [operations] -->
|
|
303
304
|
|
|
305
|
+
<!-- Start File uploads [file-upload] -->
|
|
306
|
+
## File uploads
|
|
307
|
+
|
|
308
|
+
Certain SDK methods accept file objects as part of a request body or multi-part request. It is possible and typically recommended to upload files as a stream rather than reading the entire contents into memory. This avoids excessive memory consumption and potentially crashing with out-of-memory errors when working with very large files. The following example demonstrates how to attach a file stream to a request.
|
|
309
|
+
|
|
310
|
+
> [!TIP]
|
|
311
|
+
>
|
|
312
|
+
> For endpoints that handle file uploads bytes arrays can also be used. However, using streams is recommended for large files.
|
|
313
|
+
>
|
|
314
|
+
|
|
315
|
+
```python
|
|
316
|
+
from cribl_control_plane import CriblControlPlane, models
|
|
317
|
+
import os
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
with CriblControlPlane(
|
|
321
|
+
server_url="https://api.example.com",
|
|
322
|
+
security=models.Security(
|
|
323
|
+
bearer_auth=os.getenv("CRIBLCONTROLPLANE_BEARER_AUTH", ""),
|
|
324
|
+
),
|
|
325
|
+
) as ccp_client:
|
|
326
|
+
|
|
327
|
+
res = ccp_client.packs.update_packs(size=779474, request_body=open("example.file", "rb"))
|
|
328
|
+
|
|
329
|
+
# Handle response
|
|
330
|
+
print(res)
|
|
331
|
+
|
|
332
|
+
```
|
|
333
|
+
<!-- End File uploads [file-upload] -->
|
|
334
|
+
|
|
304
335
|
<!-- Start Retries [retries] -->
|
|
305
336
|
## Retries
|
|
306
337
|
|
|
@@ -14,6 +14,7 @@ Cribl API Reference: This API Reference lists available REST endpoints, along wi
|
|
|
14
14
|
* [SDK Example Usage](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#sdk-example-usage)
|
|
15
15
|
* [Authentication](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#authentication)
|
|
16
16
|
* [Available Resources and Operations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#available-resources-and-operations)
|
|
17
|
+
* [File uploads](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#file-uploads)
|
|
17
18
|
* [Retries](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#retries)
|
|
18
19
|
* [Error Handling](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#error-handling)
|
|
19
20
|
* [Custom HTTP Client](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#custom-http-client)
|
|
@@ -284,6 +285,36 @@ with CriblControlPlane(
|
|
|
284
285
|
</details>
|
|
285
286
|
<!-- End Available Resources and Operations [operations] -->
|
|
286
287
|
|
|
288
|
+
<!-- Start File uploads [file-upload] -->
|
|
289
|
+
## File uploads
|
|
290
|
+
|
|
291
|
+
Certain SDK methods accept file objects as part of a request body or multi-part request. It is possible and typically recommended to upload files as a stream rather than reading the entire contents into memory. This avoids excessive memory consumption and potentially crashing with out-of-memory errors when working with very large files. The following example demonstrates how to attach a file stream to a request.
|
|
292
|
+
|
|
293
|
+
> [!TIP]
|
|
294
|
+
>
|
|
295
|
+
> For endpoints that handle file uploads bytes arrays can also be used. However, using streams is recommended for large files.
|
|
296
|
+
>
|
|
297
|
+
|
|
298
|
+
```python
|
|
299
|
+
from cribl_control_plane import CriblControlPlane, models
|
|
300
|
+
import os
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
with CriblControlPlane(
|
|
304
|
+
server_url="https://api.example.com",
|
|
305
|
+
security=models.Security(
|
|
306
|
+
bearer_auth=os.getenv("CRIBLCONTROLPLANE_BEARER_AUTH", ""),
|
|
307
|
+
),
|
|
308
|
+
) as ccp_client:
|
|
309
|
+
|
|
310
|
+
res = ccp_client.packs.update_packs(size=779474, request_body=open("example.file", "rb"))
|
|
311
|
+
|
|
312
|
+
# Handle response
|
|
313
|
+
print(res)
|
|
314
|
+
|
|
315
|
+
```
|
|
316
|
+
<!-- End File uploads [file-upload] -->
|
|
317
|
+
|
|
287
318
|
<!-- Start Retries [retries] -->
|
|
288
319
|
## Retries
|
|
289
320
|
|
{cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/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.
|
|
6
|
+
__version__: str = "0.0.21a1"
|
|
7
7
|
__openapi_doc_version__: str = "4.14.0-alpha.1753968519625-08e89eb4"
|
|
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.21a1 2.660.0 4.14.0-alpha.1753968519625-08e89eb4 cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -3,16 +3,31 @@
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from cribl_control_plane.types import BaseModel
|
|
5
5
|
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
|
|
6
|
-
|
|
6
|
+
import io
|
|
7
|
+
from typing import Any, Dict, IO, List, Optional, Union
|
|
7
8
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
8
9
|
|
|
9
10
|
|
|
10
11
|
class UpdatePacksRequestTypedDict(TypedDict):
|
|
12
|
+
size: int
|
|
13
|
+
r"""Size of the pack file in bytes"""
|
|
14
|
+
request_body: Union[bytes, IO[bytes], io.BufferedReader]
|
|
15
|
+
r"""file data"""
|
|
11
16
|
filename: NotRequired[str]
|
|
12
17
|
r"""the file to upload"""
|
|
13
18
|
|
|
14
19
|
|
|
15
20
|
class UpdatePacksRequest(BaseModel):
|
|
21
|
+
size: Annotated[
|
|
22
|
+
int, FieldMetadata(query=QueryParamMetadata(style="form", explode=True))
|
|
23
|
+
]
|
|
24
|
+
r"""Size of the pack file in bytes"""
|
|
25
|
+
|
|
26
|
+
request_body: Annotated[
|
|
27
|
+
Union[bytes, IO[bytes], io.BufferedReader], FieldMetadata(request=True)
|
|
28
|
+
]
|
|
29
|
+
r"""file data"""
|
|
30
|
+
|
|
16
31
|
filename: Annotated[
|
|
17
32
|
Optional[str],
|
|
18
33
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
{cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/packs.py
RENAMED
|
@@ -6,7 +6,8 @@ from cribl_control_plane._hooks import HookContext
|
|
|
6
6
|
from cribl_control_plane.types import OptionalNullable, UNSET
|
|
7
7
|
from cribl_control_plane.utils import get_security_from_env
|
|
8
8
|
from cribl_control_plane.utils.unmarshal_json_response import unmarshal_json_response
|
|
9
|
-
|
|
9
|
+
import io
|
|
10
|
+
from typing import Any, IO, List, Mapping, Optional, Union
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
class Packs(BaseSDK):
|
|
@@ -451,6 +452,8 @@ class Packs(BaseSDK):
|
|
|
451
452
|
def update_packs(
|
|
452
453
|
self,
|
|
453
454
|
*,
|
|
455
|
+
size: int,
|
|
456
|
+
request_body: Union[bytes, IO[bytes], io.BufferedReader],
|
|
454
457
|
filename: Optional[str] = None,
|
|
455
458
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
456
459
|
server_url: Optional[str] = None,
|
|
@@ -461,6 +464,8 @@ class Packs(BaseSDK):
|
|
|
461
464
|
|
|
462
465
|
Upload Pack
|
|
463
466
|
|
|
467
|
+
:param size: Size of the pack file in bytes
|
|
468
|
+
:param request_body: file data
|
|
464
469
|
:param filename: the file to upload
|
|
465
470
|
:param retries: Override the default retry configuration for this method
|
|
466
471
|
:param server_url: Override the default server URL for this method
|
|
@@ -479,6 +484,8 @@ class Packs(BaseSDK):
|
|
|
479
484
|
|
|
480
485
|
request = models.UpdatePacksRequest(
|
|
481
486
|
filename=filename,
|
|
487
|
+
size=size,
|
|
488
|
+
request_body=request_body,
|
|
482
489
|
)
|
|
483
490
|
|
|
484
491
|
req = self._build_request(
|
|
@@ -487,13 +494,20 @@ class Packs(BaseSDK):
|
|
|
487
494
|
base_url=base_url,
|
|
488
495
|
url_variables=url_variables,
|
|
489
496
|
request=request,
|
|
490
|
-
request_body_required=
|
|
497
|
+
request_body_required=True,
|
|
491
498
|
request_has_path_params=False,
|
|
492
499
|
request_has_query_params=True,
|
|
493
500
|
user_agent_header="user-agent",
|
|
494
501
|
accept_header_value="application/json",
|
|
495
502
|
http_headers=http_headers,
|
|
496
503
|
security=self.sdk_configuration.security,
|
|
504
|
+
get_serialized_body=lambda: utils.serialize_request_body(
|
|
505
|
+
request.request_body,
|
|
506
|
+
False,
|
|
507
|
+
False,
|
|
508
|
+
"raw",
|
|
509
|
+
Union[bytes, IO[bytes], io.BufferedReader],
|
|
510
|
+
),
|
|
497
511
|
timeout_ms=timeout_ms,
|
|
498
512
|
)
|
|
499
513
|
|
|
@@ -538,6 +552,8 @@ class Packs(BaseSDK):
|
|
|
538
552
|
async def update_packs_async(
|
|
539
553
|
self,
|
|
540
554
|
*,
|
|
555
|
+
size: int,
|
|
556
|
+
request_body: Union[bytes, IO[bytes], io.BufferedReader],
|
|
541
557
|
filename: Optional[str] = None,
|
|
542
558
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
543
559
|
server_url: Optional[str] = None,
|
|
@@ -548,6 +564,8 @@ class Packs(BaseSDK):
|
|
|
548
564
|
|
|
549
565
|
Upload Pack
|
|
550
566
|
|
|
567
|
+
:param size: Size of the pack file in bytes
|
|
568
|
+
:param request_body: file data
|
|
551
569
|
:param filename: the file to upload
|
|
552
570
|
:param retries: Override the default retry configuration for this method
|
|
553
571
|
:param server_url: Override the default server URL for this method
|
|
@@ -566,6 +584,8 @@ class Packs(BaseSDK):
|
|
|
566
584
|
|
|
567
585
|
request = models.UpdatePacksRequest(
|
|
568
586
|
filename=filename,
|
|
587
|
+
size=size,
|
|
588
|
+
request_body=request_body,
|
|
569
589
|
)
|
|
570
590
|
|
|
571
591
|
req = self._build_request_async(
|
|
@@ -574,13 +594,20 @@ class Packs(BaseSDK):
|
|
|
574
594
|
base_url=base_url,
|
|
575
595
|
url_variables=url_variables,
|
|
576
596
|
request=request,
|
|
577
|
-
request_body_required=
|
|
597
|
+
request_body_required=True,
|
|
578
598
|
request_has_path_params=False,
|
|
579
599
|
request_has_query_params=True,
|
|
580
600
|
user_agent_header="user-agent",
|
|
581
601
|
accept_header_value="application/json",
|
|
582
602
|
http_headers=http_headers,
|
|
583
603
|
security=self.sdk_configuration.security,
|
|
604
|
+
get_serialized_body=lambda: utils.serialize_request_body(
|
|
605
|
+
request.request_body,
|
|
606
|
+
False,
|
|
607
|
+
False,
|
|
608
|
+
"raw",
|
|
609
|
+
Union[bytes, IO[bytes], io.BufferedReader],
|
|
610
|
+
),
|
|
584
611
|
timeout_ms=timeout_ms,
|
|
585
612
|
)
|
|
586
613
|
|
|
File without changes
|
{cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/_hooks/types.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/auth_sdk.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/basesdk.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/destinations.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/distributed.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/errors/error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/groups_sdk.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/health.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/httpclient.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/commit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.20 → cribl_control_plane-0.0.21a1}/src/cribl_control_plane/models/input.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|