cribl-control-plane 0.2.0b6__tar.gz → 0.3.0b14__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.
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/PKG-INFO +28 -10
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/README-PYPI.md +27 -9
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/pyproject.toml +1 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/_version.py +4 -4
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/acl.py +4 -4
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/branches.py +4 -4
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/commits.py +28 -28
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/commits_files.py +8 -8
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/configs_versions.py +4 -8
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/destinations.py +20 -20
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/destinations_pq.py +8 -8
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/errors/__init__.py +8 -5
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/errors/healthstatus_error.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/errors/healthserverstatus_error.py +10 -9
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/groups_sdk.py +78 -78
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/health.py +22 -16
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/hectokens.py +8 -16
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/lakedatasets.py +48 -40
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/__init__.py +470 -425
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/authtoken.py +4 -7
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/cacheconnection.py +20 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/configgroup.py +53 -19
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/configgroupcloud.py +11 -1
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/getversionbranchop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedbranchinfo.py +2 -6
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedconfiggroup.py +20 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedcribllakedataset.py +20 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/counteddistributedsummary.py +20 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedgitcommitsummary.py +20 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedgitcountresult.py +20 -0
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/createinputop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedgitdiffresult.py +5 -9
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedgitfilesresponse.py +20 -0
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/getversioninfoop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedgitinfo.py +2 -6
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedgitlogresult.py +20 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedgitrevertresult.py +20 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedgitshowresult.py +20 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedgitstatusresult.py +20 -0
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/listinputop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedinput.py +2 -6
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedinputsplunkhec.py +20 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedjobinfo.py +20 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedmasterworkerentry.py +20 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countednumber.py +19 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedobject.py +19 -0
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/listoutputop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedoutput.py +2 -6
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/createoutputop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedoutputsamplesresponse.py +5 -9
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedoutputtestresponse.py +20 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedpackinfo.py +20 -0
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/createpacksop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedpackinstallinfo.py +2 -6
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/listpipelineop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedpipeline.py +2 -6
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/listroutesop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedroutes.py +2 -6
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/createversionpushop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedstring.py +2 -6
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedteamaccesscontrollist.py +20 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/counteduseraccesscontrollist.py +20 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/createconfiggroupbyproductop.py +46 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +1 -19
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/createinputhectokenbyidop.py +1 -20
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/createoutputtestbyidop.py +1 -20
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/createroutesappendbyidop.py +28 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/createversioncommitop.py +1 -19
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/createversionrevertop.py +1 -19
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/createversionundoop.py +1 -18
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/cribllakedataset.py +15 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/cribllakedatasetupdate.py +15 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/datasetmetadata.py +11 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +11 -19
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +1 -20
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/deleteinputbyidop.py +18 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/deleteoutputbyidop.py +18 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +1 -19
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/deletepacksbyidop.py +18 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/deletepipelinebyidop.py +18 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +20 -18
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +20 -18
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +11 -18
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +11 -18
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +1 -20
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +1 -20
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/getinputbyidop.py +18 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getmasterworkerentryop.py +1 -18
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/getoutputbyidop.py +18 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getoutputpqbyidop.py +1 -20
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/getoutputsamplesbyidop.py +18 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/getpacksbyidop.py +18 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getpacksop.py +1 -19
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/getpipelinebyidop.py +18 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getroutesbyidop.py +1 -20
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getsummaryop.py +11 -18
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getversioncountop.py +1 -19
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getversiondiffop.py +1 -19
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getversionfilesop.py +1 -19
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getversionop.py +1 -19
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getversionshowop.py +1 -19
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getversionstatusop.py +1 -19
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/groupcreaterequest.py +172 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/hbcriblinfo.py +11 -1
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/healthstatus.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/healthserverstatus.py +27 -8
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputappscope.py +76 -17
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputazureblob.py +29 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputcollection.py +20 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputconfluentcloud.py +188 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputcribl.py +20 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputcriblhttp.py +82 -23
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputcribllakehttp.py +58 -17
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputcriblmetrics.py +20 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputcribltcp.py +83 -17
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputcrowdstrike.py +47 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputdatadogagent.py +58 -17
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputdatagen.py +20 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputedgeprometheus.py +138 -37
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputelastic.py +108 -27
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputeventhub.py +176 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputexec.py +29 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputfile.py +47 -7
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputfirehose.py +58 -17
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputgooglepubsub.py +29 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputgrafana.py +149 -32
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputhttp.py +58 -17
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputhttpraw.py +58 -17
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputjournalfiles.py +20 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputkafka.py +182 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputkinesis.py +65 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputkubeevents.py +20 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputkubelogs.py +29 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputkubemetrics.py +29 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputloki.py +67 -17
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputmetrics.py +58 -17
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +58 -17
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputmsk.py +74 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputnetflow.py +20 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputoffice365mgmt.py +56 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputoffice365msgtrace.py +56 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputoffice365service.py +56 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputopentelemetry.py +84 -16
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputprometheus.py +131 -37
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputprometheusrw.py +67 -17
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputrawudp.py +20 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputs3.py +38 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputs3inventory.py +47 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputsecuritylake.py +47 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputsnmp.py +29 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputsplunk.py +76 -17
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputsplunkhec.py +66 -16
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputsplunksearch.py +56 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputsqs.py +47 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputsyslog.py +113 -32
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputsystemmetrics.py +110 -9
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputsystemstate.py +29 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputtcp.py +77 -17
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputtcpjson.py +67 -17
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputwef.py +65 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputwindowsmetrics.py +101 -9
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputwineventlogs.py +52 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputwiz.py +38 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputwizwebhook.py +58 -17
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputzscalerhec.py +66 -16
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/jobinfo.py +10 -4
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/jobstatus.py +48 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/lakedatasetmetrics.py +17 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +11 -18
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/listmasterworkerentryop.py +1 -19
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/masterworkerentry.py +11 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/nodeprovidedinfo.py +4 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/nodeupgradestatus.py +38 -0
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/outpostnodeinfo.py +16 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/output.py +24 -21
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputazureblob.py +90 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputazuredataexplorer.py +430 -93
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputazureeventhub.py +267 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputazurelogs.py +105 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputchronicle.py +105 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputclickhouse.py +141 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputcloudwatch.py +96 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputconfluentcloud.py +292 -23
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputcriblhttp.py +146 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputcribllake.py +76 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputcribltcp.py +148 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +117 -23
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/outputdatabricks.py +482 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputdatadog.py +132 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputdataset.py +123 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputdiskspool.py +11 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputdls3.py +117 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputdynatracehttp.py +141 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputdynatraceotlp.py +141 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputelastic.py +148 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputelasticcloud.py +130 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputexabeam.py +47 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputfilesystem.py +72 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputgooglechronicle.py +148 -23
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputgooglecloudlogging.py +115 -23
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputgooglecloudstorage.py +108 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputgooglepubsub.py +96 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputgrafanacloud.py +244 -43
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputgraphite.py +96 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputhoneycomb.py +105 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputhumiohec.py +114 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputinfluxdb.py +114 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputkafka.py +283 -20
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputkinesis.py +121 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputloki.py +112 -20
- cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/outputmicrosoftfabric.py +540 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputminio.py +117 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputmsk.py +175 -20
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputnewrelic.py +123 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputnewrelicevents.py +115 -23
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputopentelemetry.py +159 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputprometheus.py +105 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputring.py +29 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputs3.py +117 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsecuritylake.py +85 -1
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsentinel.py +123 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsentineloneaisiem.py +124 -23
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputservicenow.py +150 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsignalfx.py +105 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsns.py +103 -20
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsplunk.py +141 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsplunkhec.py +198 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsplunklb.py +170 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsqs.py +112 -20
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputstatsd.py +96 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputstatsdext.py +96 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsumologic.py +105 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsyslog.py +238 -99
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputtcpjson.py +132 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputwavefront.py +105 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputwebhook.py +141 -22
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputxsiam.py +103 -20
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/resourcepolicy.py +11 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/runnablejobcollection.py +76 -9
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/runnablejobexecutor.py +36 -9
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +27 -9
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +11 -18
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +11 -19
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +1 -20
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updateinputbyidop.py +1 -19
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +1 -20
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updateoutputbyidop.py +1 -19
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updatepacksbyidop.py +1 -20
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updatepacksop.py +0 -2
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updatepipelinebyidop.py +1 -19
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updateroutesbyidop.py +1 -19
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/nodes.py +8 -16
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/packs.py +24 -24
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/pipelines.py +20 -20
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/routes_sdk.py +22 -26
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/samples.py +8 -12
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/sources.py +20 -20
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/statuses.py +4 -4
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/summaries.py +4 -4
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/teams.py +4 -4
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/tokens.py +23 -15
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/versions_configs.py +4 -4
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -53
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/createpipelineop.py +0 -24
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -46
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/deleteinputbyidop.py +0 -37
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -37
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/deletepacksbyidop.py +0 -37
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -37
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/error.py +0 -16
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/gethealthinfoop.py +0 -17
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/getinputbyidop.py +0 -37
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/getoutputbyidop.py +0 -37
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -37
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/getpacksbyidop.py +0 -37
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/getpipelinebyidop.py +0 -37
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/jobstatus.py +0 -17
- cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/outputdatabricks.py +0 -291
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/py.typed +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/auth_sdk.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/groups_configs.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/branchinfo.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/difffiles.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitcountresult.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitlogresult.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitshowresult.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/input.py +16 -16
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/logininfo.py +3 -3
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/packinfo.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/productscore.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/runnablejob.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/uploadpackresponse.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/workertypes.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/sdk.py +2 -2
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/values.py +0 -0
- {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/versions.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cribl-control-plane
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0b14
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -149,7 +149,10 @@ with CriblControlPlane(
|
|
|
149
149
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
150
150
|
"migration_query_id": "<id>",
|
|
151
151
|
"retention_in_days": 1466.58,
|
|
152
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
152
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
153
|
+
"current_size_bytes": 6170.04,
|
|
154
|
+
"metrics_date": "<value>",
|
|
155
|
+
}, retention_period_in_days=456.37, search_config={
|
|
153
156
|
"datatypes": [
|
|
154
157
|
"<value 1>",
|
|
155
158
|
],
|
|
@@ -207,7 +210,10 @@ async def main():
|
|
|
207
210
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
208
211
|
"migration_query_id": "<id>",
|
|
209
212
|
"retention_in_days": 1466.58,
|
|
210
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
213
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
214
|
+
"current_size_bytes": 6170.04,
|
|
215
|
+
"metrics_date": "<value>",
|
|
216
|
+
}, retention_period_in_days=456.37, search_config={
|
|
211
217
|
"datatypes": [
|
|
212
218
|
"<value 1>",
|
|
213
219
|
],
|
|
@@ -274,7 +280,10 @@ with CriblControlPlane(
|
|
|
274
280
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
275
281
|
"migration_query_id": "<id>",
|
|
276
282
|
"retention_in_days": 1466.58,
|
|
277
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
283
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
284
|
+
"current_size_bytes": 6170.04,
|
|
285
|
+
"metrics_date": "<value>",
|
|
286
|
+
}, retention_period_in_days=456.37, search_config={
|
|
278
287
|
"datatypes": [
|
|
279
288
|
"<value 1>",
|
|
280
289
|
],
|
|
@@ -393,7 +402,7 @@ with CriblControlPlane(
|
|
|
393
402
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list) - List all Routes
|
|
394
403
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#get) - Get a Routing table
|
|
395
404
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#update) - Update a Route
|
|
396
|
-
* [append](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#append) -
|
|
405
|
+
* [append](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#append) - Add a Route to the end of the Routing table
|
|
397
406
|
|
|
398
407
|
### [sources](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md)
|
|
399
408
|
|
|
@@ -502,7 +511,10 @@ with CriblControlPlane(
|
|
|
502
511
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
503
512
|
"migration_query_id": "<id>",
|
|
504
513
|
"retention_in_days": 1466.58,
|
|
505
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
514
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
515
|
+
"current_size_bytes": 6170.04,
|
|
516
|
+
"metrics_date": "<value>",
|
|
517
|
+
}, retention_period_in_days=456.37, search_config={
|
|
506
518
|
"datatypes": [
|
|
507
519
|
"<value 1>",
|
|
508
520
|
],
|
|
@@ -558,7 +570,10 @@ with CriblControlPlane(
|
|
|
558
570
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
559
571
|
"migration_query_id": "<id>",
|
|
560
572
|
"retention_in_days": 1466.58,
|
|
561
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
573
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
574
|
+
"current_size_bytes": 6170.04,
|
|
575
|
+
"metrics_date": "<value>",
|
|
576
|
+
}, retention_period_in_days=456.37, search_config={
|
|
562
577
|
"datatypes": [
|
|
563
578
|
"<value 1>",
|
|
564
579
|
],
|
|
@@ -628,7 +643,10 @@ with CriblControlPlane(
|
|
|
628
643
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
629
644
|
"migration_query_id": "<id>",
|
|
630
645
|
"retention_in_days": 1466.58,
|
|
631
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
646
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
647
|
+
"current_size_bytes": 6170.04,
|
|
648
|
+
"metrics_date": "<value>",
|
|
649
|
+
}, retention_period_in_days=456.37, search_config={
|
|
632
650
|
"datatypes": [
|
|
633
651
|
"<value 1>",
|
|
634
652
|
],
|
|
@@ -669,7 +687,7 @@ with CriblControlPlane(
|
|
|
669
687
|
### Error Classes
|
|
670
688
|
**Primary errors:**
|
|
671
689
|
* [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py): The base class for HTTP error responses.
|
|
672
|
-
* [`Error`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/error.py): Unexpected error. Status code `500`.
|
|
690
|
+
* [`Error`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/error.py): Unexpected error. Status code `500`.
|
|
673
691
|
|
|
674
692
|
<details><summary>Less common errors (6)</summary>
|
|
675
693
|
|
|
@@ -682,7 +700,7 @@ with CriblControlPlane(
|
|
|
682
700
|
|
|
683
701
|
|
|
684
702
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
685
|
-
* [`
|
|
703
|
+
* [`HealthServerStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthserverstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 63 methods.*
|
|
686
704
|
* [`ResponseValidationError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
|
|
687
705
|
|
|
688
706
|
</details>
|
|
@@ -131,7 +131,10 @@ with CriblControlPlane(
|
|
|
131
131
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
132
132
|
"migration_query_id": "<id>",
|
|
133
133
|
"retention_in_days": 1466.58,
|
|
134
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
134
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
135
|
+
"current_size_bytes": 6170.04,
|
|
136
|
+
"metrics_date": "<value>",
|
|
137
|
+
}, retention_period_in_days=456.37, search_config={
|
|
135
138
|
"datatypes": [
|
|
136
139
|
"<value 1>",
|
|
137
140
|
],
|
|
@@ -189,7 +192,10 @@ async def main():
|
|
|
189
192
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
190
193
|
"migration_query_id": "<id>",
|
|
191
194
|
"retention_in_days": 1466.58,
|
|
192
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
195
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
196
|
+
"current_size_bytes": 6170.04,
|
|
197
|
+
"metrics_date": "<value>",
|
|
198
|
+
}, retention_period_in_days=456.37, search_config={
|
|
193
199
|
"datatypes": [
|
|
194
200
|
"<value 1>",
|
|
195
201
|
],
|
|
@@ -256,7 +262,10 @@ with CriblControlPlane(
|
|
|
256
262
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
257
263
|
"migration_query_id": "<id>",
|
|
258
264
|
"retention_in_days": 1466.58,
|
|
259
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
265
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
266
|
+
"current_size_bytes": 6170.04,
|
|
267
|
+
"metrics_date": "<value>",
|
|
268
|
+
}, retention_period_in_days=456.37, search_config={
|
|
260
269
|
"datatypes": [
|
|
261
270
|
"<value 1>",
|
|
262
271
|
],
|
|
@@ -375,7 +384,7 @@ with CriblControlPlane(
|
|
|
375
384
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list) - List all Routes
|
|
376
385
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#get) - Get a Routing table
|
|
377
386
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#update) - Update a Route
|
|
378
|
-
* [append](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#append) -
|
|
387
|
+
* [append](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#append) - Add a Route to the end of the Routing table
|
|
379
388
|
|
|
380
389
|
### [sources](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md)
|
|
381
390
|
|
|
@@ -484,7 +493,10 @@ with CriblControlPlane(
|
|
|
484
493
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
485
494
|
"migration_query_id": "<id>",
|
|
486
495
|
"retention_in_days": 1466.58,
|
|
487
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
496
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
497
|
+
"current_size_bytes": 6170.04,
|
|
498
|
+
"metrics_date": "<value>",
|
|
499
|
+
}, retention_period_in_days=456.37, search_config={
|
|
488
500
|
"datatypes": [
|
|
489
501
|
"<value 1>",
|
|
490
502
|
],
|
|
@@ -540,7 +552,10 @@ with CriblControlPlane(
|
|
|
540
552
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
541
553
|
"migration_query_id": "<id>",
|
|
542
554
|
"retention_in_days": 1466.58,
|
|
543
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
555
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
556
|
+
"current_size_bytes": 6170.04,
|
|
557
|
+
"metrics_date": "<value>",
|
|
558
|
+
}, retention_period_in_days=456.37, search_config={
|
|
544
559
|
"datatypes": [
|
|
545
560
|
"<value 1>",
|
|
546
561
|
],
|
|
@@ -610,7 +625,10 @@ with CriblControlPlane(
|
|
|
610
625
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
611
626
|
"migration_query_id": "<id>",
|
|
612
627
|
"retention_in_days": 1466.58,
|
|
613
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
628
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
629
|
+
"current_size_bytes": 6170.04,
|
|
630
|
+
"metrics_date": "<value>",
|
|
631
|
+
}, retention_period_in_days=456.37, search_config={
|
|
614
632
|
"datatypes": [
|
|
615
633
|
"<value 1>",
|
|
616
634
|
],
|
|
@@ -651,7 +669,7 @@ with CriblControlPlane(
|
|
|
651
669
|
### Error Classes
|
|
652
670
|
**Primary errors:**
|
|
653
671
|
* [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py): The base class for HTTP error responses.
|
|
654
|
-
* [`Error`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/error.py): Unexpected error. Status code `500`.
|
|
672
|
+
* [`Error`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/error.py): Unexpected error. Status code `500`.
|
|
655
673
|
|
|
656
674
|
<details><summary>Less common errors (6)</summary>
|
|
657
675
|
|
|
@@ -664,7 +682,7 @@ with CriblControlPlane(
|
|
|
664
682
|
|
|
665
683
|
|
|
666
684
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
667
|
-
* [`
|
|
685
|
+
* [`HealthServerStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthserverstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 63 methods.*
|
|
668
686
|
* [`ResponseValidationError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
|
|
669
687
|
|
|
670
688
|
</details>
|
{cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/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.
|
|
7
|
-
__openapi_doc_version__: str = "4.
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.
|
|
6
|
+
__version__: str = "0.3.0b14"
|
|
7
|
+
__openapi_doc_version__: str = "4.16.0-alpha.1762556913841-714da0ec"
|
|
8
|
+
__gen_version__: str = "2.743.2"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.3.0b14 2.743.2 4.16.0-alpha.1762556913841-714da0ec cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -34,7 +34,7 @@ class ACL(BaseSDK):
|
|
|
34
34
|
server_url: Optional[str] = None,
|
|
35
35
|
timeout_ms: Optional[int] = None,
|
|
36
36
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
37
|
-
) -> models.
|
|
37
|
+
) -> models.CountedUserAccessControlList:
|
|
38
38
|
r"""Get the Access Control List for a Worker Group or Edge Fleet
|
|
39
39
|
|
|
40
40
|
Get the Access Control List (ACL) for the specified Worker Group or Edge Fleet.
|
|
@@ -105,7 +105,7 @@ class ACL(BaseSDK):
|
|
|
105
105
|
response_data: Any = None
|
|
106
106
|
if utils.match_response(http_res, "200", "application/json"):
|
|
107
107
|
return unmarshal_json_response(
|
|
108
|
-
models.
|
|
108
|
+
models.CountedUserAccessControlList, http_res
|
|
109
109
|
)
|
|
110
110
|
if utils.match_response(http_res, "500", "application/json"):
|
|
111
111
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
@@ -129,7 +129,7 @@ class ACL(BaseSDK):
|
|
|
129
129
|
server_url: Optional[str] = None,
|
|
130
130
|
timeout_ms: Optional[int] = None,
|
|
131
131
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
132
|
-
) -> models.
|
|
132
|
+
) -> models.CountedUserAccessControlList:
|
|
133
133
|
r"""Get the Access Control List for a Worker Group or Edge Fleet
|
|
134
134
|
|
|
135
135
|
Get the Access Control List (ACL) for the specified Worker Group or Edge Fleet.
|
|
@@ -200,7 +200,7 @@ class ACL(BaseSDK):
|
|
|
200
200
|
response_data: Any = None
|
|
201
201
|
if utils.match_response(http_res, "200", "application/json"):
|
|
202
202
|
return unmarshal_json_response(
|
|
203
|
-
models.
|
|
203
|
+
models.CountedUserAccessControlList, http_res
|
|
204
204
|
)
|
|
205
205
|
if utils.match_response(http_res, "500", "application/json"):
|
|
206
206
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
{cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/branches.py
RENAMED
|
@@ -17,7 +17,7 @@ class Branches(BaseSDK):
|
|
|
17
17
|
server_url: Optional[str] = None,
|
|
18
18
|
timeout_ms: Optional[int] = None,
|
|
19
19
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
20
|
-
) -> models.
|
|
20
|
+
) -> models.CountedBranchInfo:
|
|
21
21
|
r"""List all branches in the Git repository used for Cribl configuration
|
|
22
22
|
|
|
23
23
|
Get a list of all branches in the Git repository used for Cribl configuration.
|
|
@@ -77,7 +77,7 @@ class Branches(BaseSDK):
|
|
|
77
77
|
|
|
78
78
|
response_data: Any = None
|
|
79
79
|
if utils.match_response(http_res, "200", "application/json"):
|
|
80
|
-
return unmarshal_json_response(models.
|
|
80
|
+
return unmarshal_json_response(models.CountedBranchInfo, http_res)
|
|
81
81
|
if utils.match_response(http_res, "500", "application/json"):
|
|
82
82
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
83
83
|
raise errors.Error(response_data, http_res)
|
|
@@ -97,7 +97,7 @@ class Branches(BaseSDK):
|
|
|
97
97
|
server_url: Optional[str] = None,
|
|
98
98
|
timeout_ms: Optional[int] = None,
|
|
99
99
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
100
|
-
) -> models.
|
|
100
|
+
) -> models.CountedBranchInfo:
|
|
101
101
|
r"""List all branches in the Git repository used for Cribl configuration
|
|
102
102
|
|
|
103
103
|
Get a list of all branches in the Git repository used for Cribl configuration.
|
|
@@ -157,7 +157,7 @@ class Branches(BaseSDK):
|
|
|
157
157
|
|
|
158
158
|
response_data: Any = None
|
|
159
159
|
if utils.match_response(http_res, "200", "application/json"):
|
|
160
|
-
return unmarshal_json_response(models.
|
|
160
|
+
return unmarshal_json_response(models.CountedBranchInfo, http_res)
|
|
161
161
|
if utils.match_response(http_res, "500", "application/json"):
|
|
162
162
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
163
163
|
raise errors.Error(response_data, http_res)
|
{cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/commits.py
RENAMED
|
@@ -36,7 +36,7 @@ class Commits(BaseSDK):
|
|
|
36
36
|
server_url: Optional[str] = None,
|
|
37
37
|
timeout_ms: Optional[int] = None,
|
|
38
38
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
39
|
-
) -> models.
|
|
39
|
+
) -> models.CountedGitCommitSummary:
|
|
40
40
|
r"""Create a new commit for pending changes to the Cribl configuration
|
|
41
41
|
|
|
42
42
|
Create a new commit for pending changes to the Cribl configuration. Any merge conflicts indicated in the response must be resolved using Git.</br></br>To commit only a subset of configuration changes, specify the files to include in the commit in the <code>files</code> array.
|
|
@@ -115,7 +115,7 @@ class Commits(BaseSDK):
|
|
|
115
115
|
|
|
116
116
|
response_data: Any = None
|
|
117
117
|
if utils.match_response(http_res, "200", "application/json"):
|
|
118
|
-
return unmarshal_json_response(models.
|
|
118
|
+
return unmarshal_json_response(models.CountedGitCommitSummary, http_res)
|
|
119
119
|
if utils.match_response(http_res, "500", "application/json"):
|
|
120
120
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
121
121
|
raise errors.Error(response_data, http_res)
|
|
@@ -140,7 +140,7 @@ class Commits(BaseSDK):
|
|
|
140
140
|
server_url: Optional[str] = None,
|
|
141
141
|
timeout_ms: Optional[int] = None,
|
|
142
142
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
143
|
-
) -> models.
|
|
143
|
+
) -> models.CountedGitCommitSummary:
|
|
144
144
|
r"""Create a new commit for pending changes to the Cribl configuration
|
|
145
145
|
|
|
146
146
|
Create a new commit for pending changes to the Cribl configuration. Any merge conflicts indicated in the response must be resolved using Git.</br></br>To commit only a subset of configuration changes, specify the files to include in the commit in the <code>files</code> array.
|
|
@@ -219,7 +219,7 @@ class Commits(BaseSDK):
|
|
|
219
219
|
|
|
220
220
|
response_data: Any = None
|
|
221
221
|
if utils.match_response(http_res, "200", "application/json"):
|
|
222
|
-
return unmarshal_json_response(models.
|
|
222
|
+
return unmarshal_json_response(models.CountedGitCommitSummary, http_res)
|
|
223
223
|
if utils.match_response(http_res, "500", "application/json"):
|
|
224
224
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
225
225
|
raise errors.Error(response_data, http_res)
|
|
@@ -243,7 +243,7 @@ class Commits(BaseSDK):
|
|
|
243
243
|
server_url: Optional[str] = None,
|
|
244
244
|
timeout_ms: Optional[int] = None,
|
|
245
245
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
246
|
-
) -> models.
|
|
246
|
+
) -> models.CountedGitDiffResult:
|
|
247
247
|
r"""Get the diff for a commit
|
|
248
248
|
|
|
249
249
|
Get the diff for a commit. Default is the latest commit (HEAD).
|
|
@@ -315,7 +315,7 @@ class Commits(BaseSDK):
|
|
|
315
315
|
|
|
316
316
|
response_data: Any = None
|
|
317
317
|
if utils.match_response(http_res, "200", "application/json"):
|
|
318
|
-
return unmarshal_json_response(models.
|
|
318
|
+
return unmarshal_json_response(models.CountedGitDiffResult, http_res)
|
|
319
319
|
if utils.match_response(http_res, "500", "application/json"):
|
|
320
320
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
321
321
|
raise errors.Error(response_data, http_res)
|
|
@@ -339,7 +339,7 @@ class Commits(BaseSDK):
|
|
|
339
339
|
server_url: Optional[str] = None,
|
|
340
340
|
timeout_ms: Optional[int] = None,
|
|
341
341
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
342
|
-
) -> models.
|
|
342
|
+
) -> models.CountedGitDiffResult:
|
|
343
343
|
r"""Get the diff for a commit
|
|
344
344
|
|
|
345
345
|
Get the diff for a commit. Default is the latest commit (HEAD).
|
|
@@ -411,7 +411,7 @@ class Commits(BaseSDK):
|
|
|
411
411
|
|
|
412
412
|
response_data: Any = None
|
|
413
413
|
if utils.match_response(http_res, "200", "application/json"):
|
|
414
|
-
return unmarshal_json_response(models.
|
|
414
|
+
return unmarshal_json_response(models.CountedGitDiffResult, http_res)
|
|
415
415
|
if utils.match_response(http_res, "500", "application/json"):
|
|
416
416
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
417
417
|
raise errors.Error(response_data, http_res)
|
|
@@ -433,7 +433,7 @@ class Commits(BaseSDK):
|
|
|
433
433
|
server_url: Optional[str] = None,
|
|
434
434
|
timeout_ms: Optional[int] = None,
|
|
435
435
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
436
|
-
) -> models.
|
|
436
|
+
) -> models.CountedGitLogResult:
|
|
437
437
|
r"""List the commit history
|
|
438
438
|
|
|
439
439
|
List the commit history.</br></br>Analogous to <code>git log</code> for the Cribl configuration, allowing you to audit and review changes over time.
|
|
@@ -501,7 +501,7 @@ class Commits(BaseSDK):
|
|
|
501
501
|
|
|
502
502
|
response_data: Any = None
|
|
503
503
|
if utils.match_response(http_res, "200", "application/json"):
|
|
504
|
-
return unmarshal_json_response(models.
|
|
504
|
+
return unmarshal_json_response(models.CountedGitLogResult, http_res)
|
|
505
505
|
if utils.match_response(http_res, "500", "application/json"):
|
|
506
506
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
507
507
|
raise errors.Error(response_data, http_res)
|
|
@@ -523,7 +523,7 @@ class Commits(BaseSDK):
|
|
|
523
523
|
server_url: Optional[str] = None,
|
|
524
524
|
timeout_ms: Optional[int] = None,
|
|
525
525
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
526
|
-
) -> models.
|
|
526
|
+
) -> models.CountedGitLogResult:
|
|
527
527
|
r"""List the commit history
|
|
528
528
|
|
|
529
529
|
List the commit history.</br></br>Analogous to <code>git log</code> for the Cribl configuration, allowing you to audit and review changes over time.
|
|
@@ -591,7 +591,7 @@ class Commits(BaseSDK):
|
|
|
591
591
|
|
|
592
592
|
response_data: Any = None
|
|
593
593
|
if utils.match_response(http_res, "200", "application/json"):
|
|
594
|
-
return unmarshal_json_response(models.
|
|
594
|
+
return unmarshal_json_response(models.CountedGitLogResult, http_res)
|
|
595
595
|
if utils.match_response(http_res, "500", "application/json"):
|
|
596
596
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
597
597
|
raise errors.Error(response_data, http_res)
|
|
@@ -611,7 +611,7 @@ class Commits(BaseSDK):
|
|
|
611
611
|
server_url: Optional[str] = None,
|
|
612
612
|
timeout_ms: Optional[int] = None,
|
|
613
613
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
614
|
-
) -> models.
|
|
614
|
+
) -> models.CountedString:
|
|
615
615
|
r"""Push local commits to the remote repository
|
|
616
616
|
|
|
617
617
|
Push all local commits from the local repository to the remote repository.
|
|
@@ -671,7 +671,7 @@ class Commits(BaseSDK):
|
|
|
671
671
|
|
|
672
672
|
response_data: Any = None
|
|
673
673
|
if utils.match_response(http_res, "200", "application/json"):
|
|
674
|
-
return unmarshal_json_response(models.
|
|
674
|
+
return unmarshal_json_response(models.CountedString, http_res)
|
|
675
675
|
if utils.match_response(http_res, "500", "application/json"):
|
|
676
676
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
677
677
|
raise errors.Error(response_data, http_res)
|
|
@@ -691,7 +691,7 @@ class Commits(BaseSDK):
|
|
|
691
691
|
server_url: Optional[str] = None,
|
|
692
692
|
timeout_ms: Optional[int] = None,
|
|
693
693
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
694
|
-
) -> models.
|
|
694
|
+
) -> models.CountedString:
|
|
695
695
|
r"""Push local commits to the remote repository
|
|
696
696
|
|
|
697
697
|
Push all local commits from the local repository to the remote repository.
|
|
@@ -751,7 +751,7 @@ class Commits(BaseSDK):
|
|
|
751
751
|
|
|
752
752
|
response_data: Any = None
|
|
753
753
|
if utils.match_response(http_res, "200", "application/json"):
|
|
754
|
-
return unmarshal_json_response(models.
|
|
754
|
+
return unmarshal_json_response(models.CountedString, http_res)
|
|
755
755
|
if utils.match_response(http_res, "500", "application/json"):
|
|
756
756
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
757
757
|
raise errors.Error(response_data, http_res)
|
|
@@ -775,7 +775,7 @@ class Commits(BaseSDK):
|
|
|
775
775
|
server_url: Optional[str] = None,
|
|
776
776
|
timeout_ms: Optional[int] = None,
|
|
777
777
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
778
|
-
) -> models.
|
|
778
|
+
) -> models.CountedGitRevertResult:
|
|
779
779
|
r"""Revert a commit in the local repository
|
|
780
780
|
|
|
781
781
|
Revert a commit in the local repository.
|
|
@@ -852,7 +852,7 @@ class Commits(BaseSDK):
|
|
|
852
852
|
|
|
853
853
|
response_data: Any = None
|
|
854
854
|
if utils.match_response(http_res, "200", "application/json"):
|
|
855
|
-
return unmarshal_json_response(models.
|
|
855
|
+
return unmarshal_json_response(models.CountedGitRevertResult, http_res)
|
|
856
856
|
if utils.match_response(http_res, "500", "application/json"):
|
|
857
857
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
858
858
|
raise errors.Error(response_data, http_res)
|
|
@@ -876,7 +876,7 @@ class Commits(BaseSDK):
|
|
|
876
876
|
server_url: Optional[str] = None,
|
|
877
877
|
timeout_ms: Optional[int] = None,
|
|
878
878
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
879
|
-
) -> models.
|
|
879
|
+
) -> models.CountedGitRevertResult:
|
|
880
880
|
r"""Revert a commit in the local repository
|
|
881
881
|
|
|
882
882
|
Revert a commit in the local repository.
|
|
@@ -953,7 +953,7 @@ class Commits(BaseSDK):
|
|
|
953
953
|
|
|
954
954
|
response_data: Any = None
|
|
955
955
|
if utils.match_response(http_res, "200", "application/json"):
|
|
956
|
-
return unmarshal_json_response(models.
|
|
956
|
+
return unmarshal_json_response(models.CountedGitRevertResult, http_res)
|
|
957
957
|
if utils.match_response(http_res, "500", "application/json"):
|
|
958
958
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
959
959
|
raise errors.Error(response_data, http_res)
|
|
@@ -977,7 +977,7 @@ class Commits(BaseSDK):
|
|
|
977
977
|
server_url: Optional[str] = None,
|
|
978
978
|
timeout_ms: Optional[int] = None,
|
|
979
979
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
980
|
-
) -> models.
|
|
980
|
+
) -> models.CountedGitShowResult:
|
|
981
981
|
r"""Get the diff and log message for a commit
|
|
982
982
|
|
|
983
983
|
Get the diff and log message for a commit. Default is the latest commit (HEAD).
|
|
@@ -1049,7 +1049,7 @@ class Commits(BaseSDK):
|
|
|
1049
1049
|
|
|
1050
1050
|
response_data: Any = None
|
|
1051
1051
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1052
|
-
return unmarshal_json_response(models.
|
|
1052
|
+
return unmarshal_json_response(models.CountedGitShowResult, http_res)
|
|
1053
1053
|
if utils.match_response(http_res, "500", "application/json"):
|
|
1054
1054
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
1055
1055
|
raise errors.Error(response_data, http_res)
|
|
@@ -1073,7 +1073,7 @@ class Commits(BaseSDK):
|
|
|
1073
1073
|
server_url: Optional[str] = None,
|
|
1074
1074
|
timeout_ms: Optional[int] = None,
|
|
1075
1075
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
1076
|
-
) -> models.
|
|
1076
|
+
) -> models.CountedGitShowResult:
|
|
1077
1077
|
r"""Get the diff and log message for a commit
|
|
1078
1078
|
|
|
1079
1079
|
Get the diff and log message for a commit. Default is the latest commit (HEAD).
|
|
@@ -1145,7 +1145,7 @@ class Commits(BaseSDK):
|
|
|
1145
1145
|
|
|
1146
1146
|
response_data: Any = None
|
|
1147
1147
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1148
|
-
return unmarshal_json_response(models.
|
|
1148
|
+
return unmarshal_json_response(models.CountedGitShowResult, http_res)
|
|
1149
1149
|
if utils.match_response(http_res, "500", "application/json"):
|
|
1150
1150
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
1151
1151
|
raise errors.Error(response_data, http_res)
|
|
@@ -1166,7 +1166,7 @@ class Commits(BaseSDK):
|
|
|
1166
1166
|
server_url: Optional[str] = None,
|
|
1167
1167
|
timeout_ms: Optional[int] = None,
|
|
1168
1168
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
1169
|
-
) -> models.
|
|
1169
|
+
) -> models.CountedObject:
|
|
1170
1170
|
r"""Discard uncommitted (staged) changes
|
|
1171
1171
|
|
|
1172
1172
|
Discard all uncommitted (staged) configuration changes, resetting the working directory to the last committed state. Use only if you are certain that you do not need to preserve your local changes.
|
|
@@ -1232,7 +1232,7 @@ class Commits(BaseSDK):
|
|
|
1232
1232
|
|
|
1233
1233
|
response_data: Any = None
|
|
1234
1234
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1235
|
-
return unmarshal_json_response(models.
|
|
1235
|
+
return unmarshal_json_response(models.CountedObject, http_res)
|
|
1236
1236
|
if utils.match_response(http_res, "500", "application/json"):
|
|
1237
1237
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
1238
1238
|
raise errors.Error(response_data, http_res)
|
|
@@ -1253,7 +1253,7 @@ class Commits(BaseSDK):
|
|
|
1253
1253
|
server_url: Optional[str] = None,
|
|
1254
1254
|
timeout_ms: Optional[int] = None,
|
|
1255
1255
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
1256
|
-
) -> models.
|
|
1256
|
+
) -> models.CountedObject:
|
|
1257
1257
|
r"""Discard uncommitted (staged) changes
|
|
1258
1258
|
|
|
1259
1259
|
Discard all uncommitted (staged) configuration changes, resetting the working directory to the last committed state. Use only if you are certain that you do not need to preserve your local changes.
|
|
@@ -1319,7 +1319,7 @@ class Commits(BaseSDK):
|
|
|
1319
1319
|
|
|
1320
1320
|
response_data: Any = None
|
|
1321
1321
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1322
|
-
return unmarshal_json_response(models.
|
|
1322
|
+
return unmarshal_json_response(models.CountedObject, http_res)
|
|
1323
1323
|
if utils.match_response(http_res, "500", "application/json"):
|
|
1324
1324
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
1325
1325
|
raise errors.Error(response_data, http_res)
|
|
@@ -19,7 +19,7 @@ class CommitsFiles(BaseSDK):
|
|
|
19
19
|
server_url: Optional[str] = None,
|
|
20
20
|
timeout_ms: Optional[int] = None,
|
|
21
21
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
22
|
-
) -> models.
|
|
22
|
+
) -> models.CountedGitCountResult:
|
|
23
23
|
r"""Get a count of files that changed since a commit
|
|
24
24
|
|
|
25
25
|
Get a count of the files that changed since a commit. Default is the latest commit (HEAD).
|
|
@@ -87,7 +87,7 @@ class CommitsFiles(BaseSDK):
|
|
|
87
87
|
|
|
88
88
|
response_data: Any = None
|
|
89
89
|
if utils.match_response(http_res, "200", "application/json"):
|
|
90
|
-
return unmarshal_json_response(models.
|
|
90
|
+
return unmarshal_json_response(models.CountedGitCountResult, http_res)
|
|
91
91
|
if utils.match_response(http_res, "500", "application/json"):
|
|
92
92
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
93
93
|
raise errors.Error(response_data, http_res)
|
|
@@ -109,7 +109,7 @@ class CommitsFiles(BaseSDK):
|
|
|
109
109
|
server_url: Optional[str] = None,
|
|
110
110
|
timeout_ms: Optional[int] = None,
|
|
111
111
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
112
|
-
) -> models.
|
|
112
|
+
) -> models.CountedGitCountResult:
|
|
113
113
|
r"""Get a count of files that changed since a commit
|
|
114
114
|
|
|
115
115
|
Get a count of the files that changed since a commit. Default is the latest commit (HEAD).
|
|
@@ -177,7 +177,7 @@ class CommitsFiles(BaseSDK):
|
|
|
177
177
|
|
|
178
178
|
response_data: Any = None
|
|
179
179
|
if utils.match_response(http_res, "200", "application/json"):
|
|
180
|
-
return unmarshal_json_response(models.
|
|
180
|
+
return unmarshal_json_response(models.CountedGitCountResult, http_res)
|
|
181
181
|
if utils.match_response(http_res, "500", "application/json"):
|
|
182
182
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
183
183
|
raise errors.Error(response_data, http_res)
|
|
@@ -199,7 +199,7 @@ class CommitsFiles(BaseSDK):
|
|
|
199
199
|
server_url: Optional[str] = None,
|
|
200
200
|
timeout_ms: Optional[int] = None,
|
|
201
201
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
202
|
-
) -> models.
|
|
202
|
+
) -> models.CountedGitFilesResponse:
|
|
203
203
|
r"""Get the names and statuses of files that changed since a commit
|
|
204
204
|
|
|
205
205
|
Get the names and statuses of files that changed since a commit. Default is the latest commit (HEAD).
|
|
@@ -267,7 +267,7 @@ class CommitsFiles(BaseSDK):
|
|
|
267
267
|
|
|
268
268
|
response_data: Any = None
|
|
269
269
|
if utils.match_response(http_res, "200", "application/json"):
|
|
270
|
-
return unmarshal_json_response(models.
|
|
270
|
+
return unmarshal_json_response(models.CountedGitFilesResponse, http_res)
|
|
271
271
|
if utils.match_response(http_res, "500", "application/json"):
|
|
272
272
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
273
273
|
raise errors.Error(response_data, http_res)
|
|
@@ -289,7 +289,7 @@ class CommitsFiles(BaseSDK):
|
|
|
289
289
|
server_url: Optional[str] = None,
|
|
290
290
|
timeout_ms: Optional[int] = None,
|
|
291
291
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
292
|
-
) -> models.
|
|
292
|
+
) -> models.CountedGitFilesResponse:
|
|
293
293
|
r"""Get the names and statuses of files that changed since a commit
|
|
294
294
|
|
|
295
295
|
Get the names and statuses of files that changed since a commit. Default is the latest commit (HEAD).
|
|
@@ -357,7 +357,7 @@ class CommitsFiles(BaseSDK):
|
|
|
357
357
|
|
|
358
358
|
response_data: Any = None
|
|
359
359
|
if utils.match_response(http_res, "200", "application/json"):
|
|
360
|
-
return unmarshal_json_response(models.
|
|
360
|
+
return unmarshal_json_response(models.CountedGitFilesResponse, http_res)
|
|
361
361
|
if utils.match_response(http_res, "500", "application/json"):
|
|
362
362
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
363
363
|
raise errors.Error(response_data, http_res)
|