cribl-control-plane 0.0.48a1__tar.gz → 0.0.50rc1__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.48a1 → cribl_control_plane-0.0.50rc1}/PKG-INFO +2 -1
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/README-PYPI.md +1 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/pyproject.toml +1 -1
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/_version.py +4 -4
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/health.py +6 -2
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/__init__.py +27 -10
- cribl_control_plane-0.0.50rc1/src/cribl_control_plane/models/appmode.py +14 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/createinputhectokenbyidop.py +6 -5
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/createversionpushop.py +5 -5
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/createversionundoop.py +3 -3
- cribl_control_plane-0.0.50rc1/src/cribl_control_plane/models/error.py +16 -0
- cribl_control_plane-0.0.50rc1/src/cribl_control_plane/models/gethealthinfoop.py +17 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getversionshowop.py +6 -5
- cribl_control_plane-0.0.50rc1/src/cribl_control_plane/models/gitinfo.py +34 -0
- cribl_control_plane-0.0.50rc1/src/cribl_control_plane/models/gitshowresult.py +19 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/hbcriblinfo.py +8 -14
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -3
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/jobinfo.py +4 -1
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/nodeprovidedinfo.py +4 -4
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputgooglecloudlogging.py +9 -4
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/packinfo.py +3 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/packinstallinfo.py +3 -0
- cribl_control_plane-0.0.50rc1/src/cribl_control_plane/models/routecloneconf.py +13 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/routeconf.py +4 -3
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +6 -5
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/sdk.py +2 -2
- cribl_control_plane-0.0.50rc1/src/cribl_control_plane/utils/annotations.py +79 -0
- cribl_control_plane-0.0.48a1/src/cribl_control_plane/models/gitinfo.py +0 -23
- cribl_control_plane-0.0.48a1/src/cribl_control_plane/utils/annotations.py +0 -55
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/py.typed +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/acl.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/auth_sdk.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/branches.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/commits.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/commits_files.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/configs_versions.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/destinations.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/destinations_pq.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/errors/__init__.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/groups_configs.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/groups_sdk.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/hectokens.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/lakedatasets.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/branchinfo.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/configgroup.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/createpipelineop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/difffiles.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getversioncountop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getversionop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/gitcountresult.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/gitlogresult.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/healthstatus.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/input.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputappscope.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputcollection.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputcribl.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputelastic.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputeventhub.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputfile.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputfirehose.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputgrafana.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputhttp.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputkafka.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputkinesis.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputloki.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputmetrics.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputmsk.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputnetflow.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputprometheus.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputrawudp.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputs3.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputsnmp.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputsplunk.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputsqs.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputsyslog.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputtcp.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputwef.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputwiz.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputwizwebhook.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/jobstatus.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/output.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputazureblob.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputcribllake.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputdatadog.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputdataset.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputdls3.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputelastic.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputexabeam.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputgraphite.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputkafka.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputkinesis.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputloki.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputminio.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputmsk.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputprometheus.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputring.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputs3.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputsentinel.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputservicenow.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputsns.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputsplunk.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputsqs.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputstatsd.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputsumologic.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputsyslog.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputwavefront.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputwebhook.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/outputxsiam.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/productscore.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/runnablejob.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/runnablejobcollection.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/runnablejobexecutor.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/models/workertypes.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/nodes.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/packs.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/pipelines.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/routes_sdk.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/samples.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/sources.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/statuses.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/summaries.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/teams.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/tokens.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/utils/values.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/versions.py +0 -0
- {cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/versions_configs.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cribl-control-plane
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.50rc1
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -176,6 +176,7 @@ with CriblControlPlane(
|
|
|
176
176
|
</br>
|
|
177
177
|
|
|
178
178
|
The same SDK client can also be used to make asynchronous requests by importing asyncio.
|
|
179
|
+
|
|
179
180
|
```python
|
|
180
181
|
# Asynchronous Example
|
|
181
182
|
import asyncio
|
{cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/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.
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.0.
|
|
6
|
+
__version__: str = "0.0.50rc1"
|
|
7
|
+
__openapi_doc_version__: str = "4.14.1-alpha.1759328534491-00ee21bd"
|
|
8
|
+
__gen_version__: str = "2.716.16"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.0.50rc1 2.716.16 4.14.1-alpha.1759328534491-00ee21bd cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
{cribl_control_plane-0.0.48a1 → cribl_control_plane-0.0.50rc1}/src/cribl_control_plane/health.py
RENAMED
|
@@ -18,7 +18,7 @@ class Health(BaseSDK):
|
|
|
18
18
|
server_url: Optional[str] = None,
|
|
19
19
|
timeout_ms: Optional[int] = None,
|
|
20
20
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
21
|
-
) -> models.
|
|
21
|
+
) -> models.GetHealthInfoResponse:
|
|
22
22
|
r"""Retrieve health status of the server
|
|
23
23
|
|
|
24
24
|
:param retries: Override the default retry configuration for this method
|
|
@@ -85,6 +85,8 @@ class Health(BaseSDK):
|
|
|
85
85
|
if utils.match_response(http_res, "5XX", "*"):
|
|
86
86
|
http_res_text = utils.stream_to_text(http_res)
|
|
87
87
|
raise errors.APIError("API error occurred", http_res, http_res_text)
|
|
88
|
+
if utils.match_response(http_res, "default", "application/json"):
|
|
89
|
+
return unmarshal_json_response(models.Error, http_res)
|
|
88
90
|
|
|
89
91
|
raise errors.APIError("Unexpected response received", http_res)
|
|
90
92
|
|
|
@@ -95,7 +97,7 @@ class Health(BaseSDK):
|
|
|
95
97
|
server_url: Optional[str] = None,
|
|
96
98
|
timeout_ms: Optional[int] = None,
|
|
97
99
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
98
|
-
) -> models.
|
|
100
|
+
) -> models.GetHealthInfoResponse:
|
|
99
101
|
r"""Retrieve health status of the server
|
|
100
102
|
|
|
101
103
|
:param retries: Override the default retry configuration for this method
|
|
@@ -162,5 +164,7 @@ class Health(BaseSDK):
|
|
|
162
164
|
if utils.match_response(http_res, "5XX", "*"):
|
|
163
165
|
http_res_text = await utils.stream_to_text_async(http_res)
|
|
164
166
|
raise errors.APIError("API error occurred", http_res, http_res_text)
|
|
167
|
+
if utils.match_response(http_res, "default", "application/json"):
|
|
168
|
+
return unmarshal_json_response(models.Error, http_res)
|
|
165
169
|
|
|
166
170
|
raise errors.APIError("Unexpected response received", http_res)
|
|
@@ -12,6 +12,7 @@ if TYPE_CHECKING:
|
|
|
12
12
|
AddHecTokenRequestMetadatumTypedDict,
|
|
13
13
|
AddHecTokenRequestTypedDict,
|
|
14
14
|
)
|
|
15
|
+
from .appmode import AppMode
|
|
15
16
|
from .authtoken import AuthToken, AuthTokenTypedDict
|
|
16
17
|
from .branchinfo import BranchInfo, BranchInfoTypedDict
|
|
17
18
|
from .cacheconnection import CacheConnection, CacheConnectionTypedDict
|
|
@@ -178,6 +179,7 @@ if TYPE_CHECKING:
|
|
|
178
179
|
DistributedSummaryWorkers,
|
|
179
180
|
DistributedSummaryWorkersTypedDict,
|
|
180
181
|
)
|
|
182
|
+
from .error import Error, ErrorTypedDict
|
|
181
183
|
from .getconfiggroupaclbyproductandidop import (
|
|
182
184
|
GetConfigGroupACLByProductAndIDRequest,
|
|
183
185
|
GetConfigGroupACLByProductAndIDRequestTypedDict,
|
|
@@ -214,6 +216,7 @@ if TYPE_CHECKING:
|
|
|
214
216
|
GetCriblLakeDatasetByLakeIDResponse,
|
|
215
217
|
GetCriblLakeDatasetByLakeIDResponseTypedDict,
|
|
216
218
|
)
|
|
219
|
+
from .gethealthinfoop import GetHealthInfoResponse, GetHealthInfoResponseTypedDict
|
|
217
220
|
from .getinputbyidop import (
|
|
218
221
|
GetInputByIDRequest,
|
|
219
222
|
GetInputByIDRequestTypedDict,
|
|
@@ -333,7 +336,7 @@ if TYPE_CHECKING:
|
|
|
333
336
|
from .gitdiffresult import GitDiffResult, GitDiffResultTypedDict
|
|
334
337
|
from .gitfile import GitFile, GitFileTypedDict
|
|
335
338
|
from .gitfilesresponse import GitFilesResponse, GitFilesResponseTypedDict
|
|
336
|
-
from .gitinfo import GitInfo, GitInfoTypedDict, Remote, RemoteTypedDict
|
|
339
|
+
from .gitinfo import GitInfo, GitInfoTypedDict, Remote, RemoteEnum, RemoteTypedDict
|
|
337
340
|
from .gitlogresult import GitLogResult, GitLogResultTypedDict
|
|
338
341
|
from .gitrevertparams import GitRevertParams, GitRevertParamsTypedDict
|
|
339
342
|
from .gitrevertresult import (
|
|
@@ -344,6 +347,7 @@ if TYPE_CHECKING:
|
|
|
344
347
|
GitRevertResultFilesTypedDict,
|
|
345
348
|
GitRevertResultTypedDict,
|
|
346
349
|
)
|
|
350
|
+
from .gitshowresult import GitShowResult, GitShowResultTypedDict
|
|
347
351
|
from .gitstatusresult import (
|
|
348
352
|
File,
|
|
349
353
|
FileTypedDict,
|
|
@@ -352,13 +356,7 @@ if TYPE_CHECKING:
|
|
|
352
356
|
Renamed,
|
|
353
357
|
RenamedTypedDict,
|
|
354
358
|
)
|
|
355
|
-
from .hbcriblinfo import
|
|
356
|
-
Config,
|
|
357
|
-
ConfigTypedDict,
|
|
358
|
-
DistMode,
|
|
359
|
-
HBCriblInfo,
|
|
360
|
-
HBCriblInfoTypedDict,
|
|
361
|
-
)
|
|
359
|
+
from .hbcriblinfo import Config, ConfigTypedDict, HBCriblInfo, HBCriblInfoTypedDict
|
|
362
360
|
from .hbleaderinfo import HBLeaderInfo, HBLeaderInfoTypedDict
|
|
363
361
|
from .healthstatus import HealthStatus, HealthStatusTypedDict, Role, Status
|
|
364
362
|
from .heartbeatmetadata import (
|
|
@@ -3130,6 +3128,7 @@ if TYPE_CHECKING:
|
|
|
3130
3128
|
from .productscore import ProductsCore
|
|
3131
3129
|
from .rbacresource import RbacResource
|
|
3132
3130
|
from .resourcepolicy import ResourcePolicy, ResourcePolicyTypedDict
|
|
3131
|
+
from .routecloneconf import RouteCloneConf, RouteCloneConfTypedDict
|
|
3133
3132
|
from .routeconf import RouteConf, RouteConfTypedDict
|
|
3134
3133
|
from .routes import (
|
|
3135
3134
|
Comment,
|
|
@@ -3290,6 +3289,7 @@ __all__ = [
|
|
|
3290
3289
|
"AdditionalPropertyTypedDict",
|
|
3291
3290
|
"Allow",
|
|
3292
3291
|
"AllowTypedDict",
|
|
3292
|
+
"AppMode",
|
|
3293
3293
|
"Audit",
|
|
3294
3294
|
"AuditTypedDict",
|
|
3295
3295
|
"AuthToken",
|
|
@@ -3439,7 +3439,6 @@ __all__ = [
|
|
|
3439
3439
|
"DiffFilesTypedDict",
|
|
3440
3440
|
"DisksAndFileSystems",
|
|
3441
3441
|
"DisksAndFileSystemsTypedDict",
|
|
3442
|
-
"DistMode",
|
|
3443
3442
|
"DistributedSummary",
|
|
3444
3443
|
"DistributedSummaryGroups",
|
|
3445
3444
|
"DistributedSummaryGroupsTypedDict",
|
|
@@ -3456,6 +3455,8 @@ __all__ = [
|
|
|
3456
3455
|
"EndpointParam",
|
|
3457
3456
|
"EndpointParamTypedDict",
|
|
3458
3457
|
"EndpointType",
|
|
3458
|
+
"Error",
|
|
3459
|
+
"ErrorTypedDict",
|
|
3459
3460
|
"EventFormat",
|
|
3460
3461
|
"Executor",
|
|
3461
3462
|
"ExecutorSpecificSettings",
|
|
@@ -3497,6 +3498,8 @@ __all__ = [
|
|
|
3497
3498
|
"GetCriblLakeDatasetByLakeIDRequestTypedDict",
|
|
3498
3499
|
"GetCriblLakeDatasetByLakeIDResponse",
|
|
3499
3500
|
"GetCriblLakeDatasetByLakeIDResponseTypedDict",
|
|
3501
|
+
"GetHealthInfoResponse",
|
|
3502
|
+
"GetHealthInfoResponseTypedDict",
|
|
3500
3503
|
"GetInputByIDRequest",
|
|
3501
3504
|
"GetInputByIDRequestTypedDict",
|
|
3502
3505
|
"GetInputByIDResponse",
|
|
@@ -3590,6 +3593,8 @@ __all__ = [
|
|
|
3590
3593
|
"GitRevertResultFiles",
|
|
3591
3594
|
"GitRevertResultFilesTypedDict",
|
|
3592
3595
|
"GitRevertResultTypedDict",
|
|
3596
|
+
"GitShowResult",
|
|
3597
|
+
"GitShowResultTypedDict",
|
|
3593
3598
|
"GitStatusResult",
|
|
3594
3599
|
"GitStatusResultTypedDict",
|
|
3595
3600
|
"GitTypedDict",
|
|
@@ -6048,6 +6053,7 @@ __all__ = [
|
|
|
6048
6053
|
"RbacResource",
|
|
6049
6054
|
"ReadMode",
|
|
6050
6055
|
"Remote",
|
|
6056
|
+
"RemoteEnum",
|
|
6051
6057
|
"RemoteTypedDict",
|
|
6052
6058
|
"Renamed",
|
|
6053
6059
|
"RenamedTypedDict",
|
|
@@ -6058,6 +6064,8 @@ __all__ = [
|
|
|
6058
6064
|
"ResourceTypeLabel",
|
|
6059
6065
|
"ResourceTypeLabelTypedDict",
|
|
6060
6066
|
"Role",
|
|
6067
|
+
"RouteCloneConf",
|
|
6068
|
+
"RouteCloneConfTypedDict",
|
|
6061
6069
|
"RouteConf",
|
|
6062
6070
|
"RouteConfTypedDict",
|
|
6063
6071
|
"Routes",
|
|
@@ -6208,6 +6216,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6208
6216
|
"AddHecTokenRequestMetadatum": ".addhectokenrequest",
|
|
6209
6217
|
"AddHecTokenRequestMetadatumTypedDict": ".addhectokenrequest",
|
|
6210
6218
|
"AddHecTokenRequestTypedDict": ".addhectokenrequest",
|
|
6219
|
+
"AppMode": ".appmode",
|
|
6211
6220
|
"AuthToken": ".authtoken",
|
|
6212
6221
|
"AuthTokenTypedDict": ".authtoken",
|
|
6213
6222
|
"BranchInfo": ".branchinfo",
|
|
@@ -6339,6 +6348,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6339
6348
|
"DistributedSummaryTypedDict": ".distributedsummary",
|
|
6340
6349
|
"DistributedSummaryWorkers": ".distributedsummary",
|
|
6341
6350
|
"DistributedSummaryWorkersTypedDict": ".distributedsummary",
|
|
6351
|
+
"Error": ".error",
|
|
6352
|
+
"ErrorTypedDict": ".error",
|
|
6342
6353
|
"GetConfigGroupACLByProductAndIDRequest": ".getconfiggroupaclbyproductandidop",
|
|
6343
6354
|
"GetConfigGroupACLByProductAndIDRequestTypedDict": ".getconfiggroupaclbyproductandidop",
|
|
6344
6355
|
"GetConfigGroupACLByProductAndIDResponse": ".getconfiggroupaclbyproductandidop",
|
|
@@ -6363,6 +6374,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6363
6374
|
"GetCriblLakeDatasetByLakeIDRequestTypedDict": ".getcribllakedatasetbylakeidop",
|
|
6364
6375
|
"GetCriblLakeDatasetByLakeIDResponse": ".getcribllakedatasetbylakeidop",
|
|
6365
6376
|
"GetCriblLakeDatasetByLakeIDResponseTypedDict": ".getcribllakedatasetbylakeidop",
|
|
6377
|
+
"GetHealthInfoResponse": ".gethealthinfoop",
|
|
6378
|
+
"GetHealthInfoResponseTypedDict": ".gethealthinfoop",
|
|
6366
6379
|
"GetInputByIDRequest": ".getinputbyidop",
|
|
6367
6380
|
"GetInputByIDRequestTypedDict": ".getinputbyidop",
|
|
6368
6381
|
"GetInputByIDResponse": ".getinputbyidop",
|
|
@@ -6452,6 +6465,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6452
6465
|
"GitInfo": ".gitinfo",
|
|
6453
6466
|
"GitInfoTypedDict": ".gitinfo",
|
|
6454
6467
|
"Remote": ".gitinfo",
|
|
6468
|
+
"RemoteEnum": ".gitinfo",
|
|
6455
6469
|
"RemoteTypedDict": ".gitinfo",
|
|
6456
6470
|
"GitLogResult": ".gitlogresult",
|
|
6457
6471
|
"GitLogResultTypedDict": ".gitlogresult",
|
|
@@ -6463,6 +6477,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6463
6477
|
"GitRevertResultFiles": ".gitrevertresult",
|
|
6464
6478
|
"GitRevertResultFilesTypedDict": ".gitrevertresult",
|
|
6465
6479
|
"GitRevertResultTypedDict": ".gitrevertresult",
|
|
6480
|
+
"GitShowResult": ".gitshowresult",
|
|
6481
|
+
"GitShowResultTypedDict": ".gitshowresult",
|
|
6466
6482
|
"File": ".gitstatusresult",
|
|
6467
6483
|
"FileTypedDict": ".gitstatusresult",
|
|
6468
6484
|
"GitStatusResult": ".gitstatusresult",
|
|
@@ -6471,7 +6487,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6471
6487
|
"RenamedTypedDict": ".gitstatusresult",
|
|
6472
6488
|
"Config": ".hbcriblinfo",
|
|
6473
6489
|
"ConfigTypedDict": ".hbcriblinfo",
|
|
6474
|
-
"DistMode": ".hbcriblinfo",
|
|
6475
6490
|
"HBCriblInfo": ".hbcriblinfo",
|
|
6476
6491
|
"HBCriblInfoTypedDict": ".hbcriblinfo",
|
|
6477
6492
|
"HBLeaderInfo": ".hbleaderinfo",
|
|
@@ -9002,6 +9017,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9002
9017
|
"RbacResource": ".rbacresource",
|
|
9003
9018
|
"ResourcePolicy": ".resourcepolicy",
|
|
9004
9019
|
"ResourcePolicyTypedDict": ".resourcepolicy",
|
|
9020
|
+
"RouteCloneConf": ".routecloneconf",
|
|
9021
|
+
"RouteCloneConfTypedDict": ".routecloneconf",
|
|
9005
9022
|
"RouteConf": ".routeconf",
|
|
9006
9023
|
"RouteConfTypedDict": ".routeconf",
|
|
9007
9024
|
"Comment": ".routes",
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane import utils
|
|
5
|
+
from enum import Enum
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class AppMode(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
9
|
+
SINGLE = "single"
|
|
10
|
+
MASTER = "master"
|
|
11
|
+
WORKER = "worker"
|
|
12
|
+
EDGE = "edge"
|
|
13
|
+
MANAGED_EDGE = "managed-edge"
|
|
14
|
+
OUTPOST = "outpost"
|
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from .addhectokenrequest import AddHecTokenRequest, AddHecTokenRequestTypedDict
|
|
5
|
+
from .inputsplunkhec import InputSplunkHec, InputSplunkHecTypedDict
|
|
5
6
|
from cribl_control_plane.types import BaseModel
|
|
6
7
|
from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
|
|
7
|
-
from typing import
|
|
8
|
+
from typing import List, Optional
|
|
8
9
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
9
10
|
|
|
10
11
|
|
|
@@ -29,17 +30,17 @@ class CreateInputHecTokenByIDRequest(BaseModel):
|
|
|
29
30
|
|
|
30
31
|
|
|
31
32
|
class CreateInputHecTokenByIDResponseTypedDict(TypedDict):
|
|
32
|
-
r"""a list of
|
|
33
|
+
r"""a list of InputSplunkHec objects"""
|
|
33
34
|
|
|
34
35
|
count: NotRequired[int]
|
|
35
36
|
r"""number of items present in the items array"""
|
|
36
|
-
items: NotRequired[List[
|
|
37
|
+
items: NotRequired[List[InputSplunkHecTypedDict]]
|
|
37
38
|
|
|
38
39
|
|
|
39
40
|
class CreateInputHecTokenByIDResponse(BaseModel):
|
|
40
|
-
r"""a list of
|
|
41
|
+
r"""a list of InputSplunkHec objects"""
|
|
41
42
|
|
|
42
43
|
count: Optional[int] = None
|
|
43
44
|
r"""number of items present in the items array"""
|
|
44
45
|
|
|
45
|
-
items: Optional[List[
|
|
46
|
+
items: Optional[List[InputSplunkHec]] = None
|
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from cribl_control_plane.types import BaseModel
|
|
5
|
-
from typing import
|
|
5
|
+
from typing import List, Optional
|
|
6
6
|
from typing_extensions import NotRequired, TypedDict
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
class CreateVersionPushResponseTypedDict(TypedDict):
|
|
10
|
-
r"""a list of
|
|
10
|
+
r"""a list of string objects"""
|
|
11
11
|
|
|
12
12
|
count: NotRequired[int]
|
|
13
13
|
r"""number of items present in the items array"""
|
|
14
|
-
items: NotRequired[List[
|
|
14
|
+
items: NotRequired[List[str]]
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
class CreateVersionPushResponse(BaseModel):
|
|
18
|
-
r"""a list of
|
|
18
|
+
r"""a list of string objects"""
|
|
19
19
|
|
|
20
20
|
count: Optional[int] = None
|
|
21
21
|
r"""number of items present in the items array"""
|
|
22
22
|
|
|
23
|
-
items: Optional[List[
|
|
23
|
+
items: Optional[List[str]] = None
|
|
@@ -4,7 +4,7 @@ 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 pydantic
|
|
7
|
-
from typing import List, Optional
|
|
7
|
+
from typing import Any, Dict, List, Optional
|
|
8
8
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
9
9
|
|
|
10
10
|
|
|
@@ -27,7 +27,7 @@ class CreateVersionUndoResponseTypedDict(TypedDict):
|
|
|
27
27
|
|
|
28
28
|
count: NotRequired[int]
|
|
29
29
|
r"""number of items present in the items array"""
|
|
30
|
-
items: NotRequired[List[str]]
|
|
30
|
+
items: NotRequired[List[Dict[str, Any]]]
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
class CreateVersionUndoResponse(BaseModel):
|
|
@@ -36,4 +36,4 @@ class CreateVersionUndoResponse(BaseModel):
|
|
|
36
36
|
count: Optional[int] = None
|
|
37
37
|
r"""number of items present in the items array"""
|
|
38
38
|
|
|
39
|
-
items: Optional[List[str]] = None
|
|
39
|
+
items: Optional[List[Dict[str, Any]]] = None
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane.types import BaseModel
|
|
5
|
+
from typing import Optional
|
|
6
|
+
from typing_extensions import NotRequired, TypedDict
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class ErrorTypedDict(TypedDict):
|
|
10
|
+
message: NotRequired[str]
|
|
11
|
+
r"""Error message"""
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class Error(BaseModel):
|
|
15
|
+
message: Optional[str] = None
|
|
16
|
+
r"""Error message"""
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .error import Error, ErrorTypedDict
|
|
5
|
+
from .healthstatus import HealthStatus, HealthStatusTypedDict
|
|
6
|
+
from typing import Union
|
|
7
|
+
from typing_extensions import TypeAliasType
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
GetHealthInfoResponseTypedDict = TypeAliasType(
|
|
11
|
+
"GetHealthInfoResponseTypedDict", Union[ErrorTypedDict, HealthStatusTypedDict]
|
|
12
|
+
)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
GetHealthInfoResponse = TypeAliasType(
|
|
16
|
+
"GetHealthInfoResponse", Union[Error, HealthStatus]
|
|
17
|
+
)
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
+
from .gitshowresult import GitShowResult, GitShowResultTypedDict
|
|
4
5
|
from cribl_control_plane.types import BaseModel
|
|
5
6
|
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
|
|
6
7
|
import pydantic
|
|
7
|
-
from typing import
|
|
8
|
+
from typing import List, Optional
|
|
8
9
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
9
10
|
|
|
10
11
|
|
|
@@ -48,17 +49,17 @@ class GetVersionShowRequest(BaseModel):
|
|
|
48
49
|
|
|
49
50
|
|
|
50
51
|
class GetVersionShowResponseTypedDict(TypedDict):
|
|
51
|
-
r"""a list of
|
|
52
|
+
r"""a list of GitShowResult objects"""
|
|
52
53
|
|
|
53
54
|
count: NotRequired[int]
|
|
54
55
|
r"""number of items present in the items array"""
|
|
55
|
-
items: NotRequired[List[
|
|
56
|
+
items: NotRequired[List[GitShowResultTypedDict]]
|
|
56
57
|
|
|
57
58
|
|
|
58
59
|
class GetVersionShowResponse(BaseModel):
|
|
59
|
-
r"""a list of
|
|
60
|
+
r"""a list of GitShowResult objects"""
|
|
60
61
|
|
|
61
62
|
count: Optional[int] = None
|
|
62
63
|
r"""number of items present in the items array"""
|
|
63
64
|
|
|
64
|
-
items: Optional[List[
|
|
65
|
+
items: Optional[List[GitShowResult]] = None
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane import utils
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from cribl_control_plane.utils import validate_open_enum
|
|
7
|
+
from enum import Enum
|
|
8
|
+
from pydantic.functional_validators import PlainValidator
|
|
9
|
+
from typing import Union
|
|
10
|
+
from typing_extensions import Annotated, TypeAliasType, TypedDict
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
class RemoteEnum(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
14
|
+
FALSE = "false"
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
RemoteTypedDict = TypeAliasType("RemoteTypedDict", Union[str, RemoteEnum])
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
Remote = TypeAliasType(
|
|
21
|
+
"Remote",
|
|
22
|
+
Union[str, Annotated[RemoteEnum, PlainValidator(validate_open_enum(False))]],
|
|
23
|
+
)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
class GitInfoTypedDict(TypedDict):
|
|
27
|
+
remote: RemoteTypedDict
|
|
28
|
+
versioning: bool
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
class GitInfo(BaseModel):
|
|
32
|
+
remote: Remote
|
|
33
|
+
|
|
34
|
+
versioning: bool
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .difffiles import DiffFiles, DiffFilesTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
import pydantic
|
|
7
|
+
from typing import List
|
|
8
|
+
from typing_extensions import Annotated, TypedDict
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class GitShowResultTypedDict(TypedDict):
|
|
12
|
+
commit_message: str
|
|
13
|
+
diff_json: List[DiffFilesTypedDict]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class GitShowResult(BaseModel):
|
|
17
|
+
commit_message: Annotated[str, pydantic.Field(alias="commitMessage")]
|
|
18
|
+
|
|
19
|
+
diff_json: Annotated[List[DiffFiles], pydantic.Field(alias="diffJson")]
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
+
from .appmode import AppMode
|
|
4
5
|
from .hbleaderinfo import HBLeaderInfo, HBLeaderInfoTypedDict
|
|
5
6
|
from .lookupversions import LookupVersions, LookupVersionsTypedDict
|
|
6
|
-
from cribl_control_plane import utils
|
|
7
7
|
from cribl_control_plane.types import BaseModel
|
|
8
8
|
from cribl_control_plane.utils import validate_open_enum
|
|
9
|
-
from enum import Enum
|
|
10
9
|
import pydantic
|
|
11
10
|
from pydantic.functional_validators import PlainValidator
|
|
12
11
|
from typing import List, Optional
|
|
@@ -37,19 +36,9 @@ class Config(BaseModel):
|
|
|
37
36
|
version: Optional[str] = None
|
|
38
37
|
|
|
39
38
|
|
|
40
|
-
class DistMode(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
41
|
-
EDGE = "edge"
|
|
42
|
-
WORKER = "worker"
|
|
43
|
-
SINGLE = "single"
|
|
44
|
-
MASTER = "master"
|
|
45
|
-
MANAGED_EDGE = "managed-edge"
|
|
46
|
-
OUTPOST = "outpost"
|
|
47
|
-
SEARCH_SUPERVISOR = "search-supervisor"
|
|
48
|
-
|
|
49
|
-
|
|
50
39
|
class HBCriblInfoTypedDict(TypedDict):
|
|
51
40
|
config: ConfigTypedDict
|
|
52
|
-
dist_mode:
|
|
41
|
+
dist_mode: AppMode
|
|
53
42
|
group: str
|
|
54
43
|
guid: str
|
|
55
44
|
start_time: float
|
|
@@ -61,6 +50,7 @@ class HBCriblInfoTypedDict(TypedDict):
|
|
|
61
50
|
lookup_versions: NotRequired[LookupVersionsTypedDict]
|
|
62
51
|
master: NotRequired[HBLeaderInfoTypedDict]
|
|
63
52
|
pid: NotRequired[float]
|
|
53
|
+
socks_enabled: NotRequired[bool]
|
|
64
54
|
version: NotRequired[str]
|
|
65
55
|
|
|
66
56
|
|
|
@@ -68,7 +58,7 @@ class HBCriblInfo(BaseModel):
|
|
|
68
58
|
config: Config
|
|
69
59
|
|
|
70
60
|
dist_mode: Annotated[
|
|
71
|
-
Annotated[
|
|
61
|
+
Annotated[AppMode, PlainValidator(validate_open_enum(False))],
|
|
72
62
|
pydantic.Field(alias="distMode"),
|
|
73
63
|
]
|
|
74
64
|
|
|
@@ -98,4 +88,8 @@ class HBCriblInfo(BaseModel):
|
|
|
98
88
|
|
|
99
89
|
pid: Optional[float] = None
|
|
100
90
|
|
|
91
|
+
socks_enabled: Annotated[Optional[bool], pydantic.Field(alias="socksEnabled")] = (
|
|
92
|
+
None
|
|
93
|
+
)
|
|
94
|
+
|
|
101
95
|
version: Optional[str] = None
|
|
@@ -17,7 +17,6 @@ class HeartbeatMetadataTags(BaseModel):
|
|
|
17
17
|
|
|
18
18
|
class HeartbeatMetadataAwsTypedDict(TypedDict):
|
|
19
19
|
enabled: bool
|
|
20
|
-
instance_id: str
|
|
21
20
|
region: str
|
|
22
21
|
type: str
|
|
23
22
|
zone: str
|
|
@@ -27,8 +26,6 @@ class HeartbeatMetadataAwsTypedDict(TypedDict):
|
|
|
27
26
|
class HeartbeatMetadataAws(BaseModel):
|
|
28
27
|
enabled: bool
|
|
29
28
|
|
|
30
|
-
instance_id: Annotated[str, pydantic.Field(alias="instanceId")]
|
|
31
|
-
|
|
32
29
|
region: str
|
|
33
30
|
|
|
34
31
|
type: str
|
|
@@ -4,13 +4,14 @@ from __future__ import annotations
|
|
|
4
4
|
from .jobstatus import JobStatus, JobStatusTypedDict
|
|
5
5
|
from .runnablejob import RunnableJob, RunnableJobTypedDict
|
|
6
6
|
from cribl_control_plane.types import BaseModel
|
|
7
|
-
from typing import Optional
|
|
7
|
+
from typing import Dict, Optional
|
|
8
8
|
from typing_extensions import NotRequired, TypedDict
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
class JobInfoTypedDict(TypedDict):
|
|
12
12
|
args: RunnableJobTypedDict
|
|
13
13
|
id: str
|
|
14
|
+
stats: Dict[str, float]
|
|
14
15
|
status: JobStatusTypedDict
|
|
15
16
|
keep: NotRequired[bool]
|
|
16
17
|
|
|
@@ -20,6 +21,8 @@ class JobInfo(BaseModel):
|
|
|
20
21
|
|
|
21
22
|
id: str
|
|
22
23
|
|
|
24
|
+
stats: Dict[str, float]
|
|
25
|
+
|
|
23
26
|
status: JobStatus
|
|
24
27
|
|
|
25
28
|
keep: Optional[bool] = None
|
|
@@ -5,7 +5,7 @@ from .hbcriblinfo import HBCriblInfo, HBCriblInfoTypedDict
|
|
|
5
5
|
from .heartbeatmetadata import HeartbeatMetadata, HeartbeatMetadataTypedDict
|
|
6
6
|
from cribl_control_plane.types import BaseModel
|
|
7
7
|
import pydantic
|
|
8
|
-
from typing import List, Optional, Union
|
|
8
|
+
from typing import Dict, List, Optional, Union
|
|
9
9
|
from typing_extensions import Annotated, NotRequired, TypeAliasType, TypedDict
|
|
10
10
|
|
|
11
11
|
|
|
@@ -19,7 +19,6 @@ class NodeProvidedInfoTags(BaseModel):
|
|
|
19
19
|
|
|
20
20
|
class NodeProvidedInfoAwsTypedDict(TypedDict):
|
|
21
21
|
enabled: bool
|
|
22
|
-
instance_id: str
|
|
23
22
|
region: str
|
|
24
23
|
type: str
|
|
25
24
|
zone: str
|
|
@@ -29,8 +28,6 @@ class NodeProvidedInfoAwsTypedDict(TypedDict):
|
|
|
29
28
|
class NodeProvidedInfoAws(BaseModel):
|
|
30
29
|
enabled: bool
|
|
31
30
|
|
|
32
|
-
instance_id: Annotated[str, pydantic.Field(alias="instanceId")]
|
|
33
|
-
|
|
34
31
|
region: str
|
|
35
32
|
|
|
36
33
|
type: str
|
|
@@ -128,6 +125,7 @@ class NodeProvidedInfoTypedDict(TypedDict):
|
|
|
128
125
|
architecture: str
|
|
129
126
|
cpus: float
|
|
130
127
|
cribl: HBCriblInfoTypedDict
|
|
128
|
+
env: Dict[str, str]
|
|
131
129
|
free_disk_space: float
|
|
132
130
|
hostname: str
|
|
133
131
|
node: str
|
|
@@ -152,6 +150,8 @@ class NodeProvidedInfo(BaseModel):
|
|
|
152
150
|
|
|
153
151
|
cribl: HBCriblInfo
|
|
154
152
|
|
|
153
|
+
env: Dict[str, str]
|
|
154
|
+
|
|
155
155
|
free_disk_space: Annotated[float, pydantic.Field(alias="freeDiskSpace")]
|
|
156
156
|
|
|
157
157
|
hostname: str
|