cribl-control-plane 0.0.38a1__tar.gz → 0.0.40a1__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.38a1 → cribl_control_plane-0.0.40a1}/PKG-INFO +6 -22
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/README-PYPI.md +5 -21
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/pyproject.toml +1 -1
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/_version.py +3 -3
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/commits.py +52 -42
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/commits_files.py +12 -12
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/destinations.py +3 -3
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/destinations_pq.py +2 -2
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/groups_sdk.py +8 -8
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/__init__.py +315 -368
- cribl_control_plane-0.0.40a1/src/cribl_control_plane/models/branchinfo.py +13 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/configgroup.py +5 -3
- cribl_control_plane-0.0.40a1/src/cribl_control_plane/models/createversioncommitop.py +49 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/createversionrevertop.py +4 -2
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/createversionundoop.py +4 -2
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +5 -5
- cribl_control_plane-0.0.40a1/src/cribl_control_plane/models/difffiles.py +171 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getoutputpqbyidop.py +6 -5
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getversionbranchop.py +6 -5
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getversioncountop.py +9 -7
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getversiondiffop.py +9 -7
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getversionfilesop.py +3 -2
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getversionop.py +4 -2
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getversionshowop.py +3 -2
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getversionstatusop.py +4 -2
- cribl_control_plane-0.0.40a1/src/cribl_control_plane/models/gitcountresult.py +13 -0
- cribl_control_plane-0.0.40a1/src/cribl_control_plane/models/gitdiffresult.py +16 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputcribllakehttp.py +5 -4
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputcrowdstrike.py +2 -2
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputs3.py +2 -2
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputs3inventory.py +2 -2
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputsecuritylake.py +2 -2
- cribl_control_plane-0.0.40a1/src/cribl_control_plane/models/jobinfo.py +25 -0
- cribl_control_plane-0.0.40a1/src/cribl_control_plane/models/jobstatus.py +17 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +1 -1
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputgooglepubsub.py +7 -28
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputsentineloneaisiem.py +3 -3
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/packinfo.py +5 -5
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/packinstallinfo.py +5 -5
- cribl_control_plane-0.0.40a1/src/cribl_control_plane/models/packrequestbody_union.py +140 -0
- cribl_control_plane-0.0.40a1/src/cribl_control_plane/models/packupgraderequest.py +26 -0
- cribl_control_plane-0.0.40a1/src/cribl_control_plane/models/runnablejob.py +27 -0
- cribl_control_plane-0.0.40a1/src/cribl_control_plane/models/runnablejobcollection.py +589 -0
- cribl_control_plane-0.0.40a1/src/cribl_control_plane/models/runnablejobexecutor.py +336 -0
- cribl_control_plane-0.0.40a1/src/cribl_control_plane/models/runnablejobscheduledsearch.py +267 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/updatepacksbyidop.py +9 -28
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/packs.py +62 -116
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/destinations_samples.py → cribl_control_plane-0.0.40a1/src/cribl_control_plane/samples.py +1 -1
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/sdk.py +0 -3
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/statuses.py +6 -6
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/cribl.py +0 -513
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/authconfig.py +0 -43
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/commonservicelimitconfigs.py +0 -14
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/createversioncommitop.py +0 -24
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/edgeheartbeatmetricsmode.py +0 -11
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/getsystemsettingsauthop.py +0 -24
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/getsystemsettingsconfop.py +0 -24
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/getsystemsettingsgitsettingsop.py +0 -24
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/gitopstype.py +0 -10
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/gitsettings.py +0 -70
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/jobsettings.py +0 -83
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/limits.py +0 -127
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/packrequestbody.py +0 -75
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/rediscachelimits.py +0 -38
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/redisconnectionlimits.py +0 -20
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/redislimits.py +0 -14
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/searchsettings.py +0 -71
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/serviceslimits.py +0 -23
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/systemsettings.py +0 -358
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/systemsettingsconf.py +0 -311
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/updatesystemsettingsauthop.py +0 -24
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/updatesystemsettingsconfop.py +0 -24
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/updatesystemsettingsgitsettingsop.py +0 -24
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/upgradegroupsettings.py +0 -24
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/upgradepackageurls.py +0 -20
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/models/upgradesettings.py +0 -36
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/settings.py +0 -23
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/settings_auth.py +0 -339
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/settings_git.py +0 -339
- cribl_control_plane-0.0.38a1/src/cribl_control_plane/system_sdk.py +0 -17
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/py.typed +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/acl.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/auth_sdk.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/branches.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/configs_versions.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/errors/__init__.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/groups_configs.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/health.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/hectokens.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/lakedatasets.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/appmode.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/createpipelineop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/gitlogresult.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/healthstatus.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/input.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputappscope.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputcollection.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputcribl.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputelastic.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputeventhub.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputfile.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputfirehose.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputgrafana.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputhttp.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputkafka.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputkinesis.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputloki.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputmetrics.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputmsk.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputnetflow.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputprometheus.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputrawudp.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputsnmp.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputsplunk.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputsqs.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputsyslog.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputtcp.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputwef.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputwiz.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputwizwebhook.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/output.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputazureblob.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputcribllake.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputdatadog.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputdataset.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputdls3.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputelastic.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputexabeam.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputgraphite.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputkafka.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputkinesis.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputloki.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputminio.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputmsk.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputprometheus.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputring.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputs3.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputsentinel.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputservicenow.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputsns.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputsplunk.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputsqs.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputstatsd.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputsumologic.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputsyslog.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputwavefront.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputwebhook.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/outputxsiam.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/productscore.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/routecloneconf.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/models/workertypes.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/nodes.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/pipelines.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/routes_sdk.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/sources.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/summaries.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/teams.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/tokens.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/utils/values.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/versions.py +0 -0
- {cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/versions_configs.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: cribl-control-plane
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.40a1
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -325,10 +325,10 @@ with CriblControlPlane(
|
|
|
325
325
|
* [clear](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md#clear) - Clear the persistent queue for a Destination
|
|
326
326
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md#get) - Get information about the latest job to clear the persistent queue for a Destination
|
|
327
327
|
|
|
328
|
-
#### [destinations.samples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/
|
|
328
|
+
#### [destinations.samples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md)
|
|
329
329
|
|
|
330
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/
|
|
331
|
-
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/
|
|
330
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md#get) - Get sample event data for a Destination
|
|
331
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md#create) - Send sample event data to a Destination
|
|
332
332
|
|
|
333
333
|
### [groups](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md)
|
|
334
334
|
|
|
@@ -374,7 +374,7 @@ with CriblControlPlane(
|
|
|
374
374
|
|
|
375
375
|
### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
|
|
376
376
|
|
|
377
|
-
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) -
|
|
377
|
+
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Create or install a Pack
|
|
378
378
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
|
|
379
379
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete) - Uninstall a Pack
|
|
380
380
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#get) - Get a Pack
|
|
@@ -408,22 +408,6 @@ with CriblControlPlane(
|
|
|
408
408
|
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/hectokens/README.md#create) - Add an HEC token and optional metadata to a Splunk HEC Source
|
|
409
409
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/hectokens/README.md#update) - Update metadata for an HEC token for a Splunk HEC Source
|
|
410
410
|
|
|
411
|
-
|
|
412
|
-
#### [system.settings.auth](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsauth/README.md)
|
|
413
|
-
|
|
414
|
-
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsauth/README.md#list) - Get authentication settings
|
|
415
|
-
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsauth/README.md#update) - Update authentication settings
|
|
416
|
-
|
|
417
|
-
#### [system.settings.cribl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md)
|
|
418
|
-
|
|
419
|
-
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#list) - Get Cribl system settings
|
|
420
|
-
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#update) - Update Cribl system settings
|
|
421
|
-
|
|
422
|
-
#### [system.settings.git](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsgit/README.md)
|
|
423
|
-
|
|
424
|
-
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsgit/README.md#list) - Get git settings
|
|
425
|
-
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsgit/README.md#update) - Update git settings
|
|
426
|
-
|
|
427
411
|
### [versions](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versions/README.md)
|
|
428
412
|
|
|
429
413
|
|
|
@@ -671,7 +655,7 @@ with CriblControlPlane(
|
|
|
671
655
|
|
|
672
656
|
|
|
673
657
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
674
|
-
* [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of
|
|
658
|
+
* [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 62 methods.*
|
|
675
659
|
* [`ResponseValidationError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
|
|
676
660
|
|
|
677
661
|
</details>
|
|
@@ -308,10 +308,10 @@ with CriblControlPlane(
|
|
|
308
308
|
* [clear](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md#clear) - Clear the persistent queue for a Destination
|
|
309
309
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md#get) - Get information about the latest job to clear the persistent queue for a Destination
|
|
310
310
|
|
|
311
|
-
#### [destinations.samples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/
|
|
311
|
+
#### [destinations.samples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md)
|
|
312
312
|
|
|
313
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/
|
|
314
|
-
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/
|
|
313
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md#get) - Get sample event data for a Destination
|
|
314
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md#create) - Send sample event data to a Destination
|
|
315
315
|
|
|
316
316
|
### [groups](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md)
|
|
317
317
|
|
|
@@ -357,7 +357,7 @@ with CriblControlPlane(
|
|
|
357
357
|
|
|
358
358
|
### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
|
|
359
359
|
|
|
360
|
-
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) -
|
|
360
|
+
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Create or install a Pack
|
|
361
361
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
|
|
362
362
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete) - Uninstall a Pack
|
|
363
363
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#get) - Get a Pack
|
|
@@ -391,22 +391,6 @@ with CriblControlPlane(
|
|
|
391
391
|
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/hectokens/README.md#create) - Add an HEC token and optional metadata to a Splunk HEC Source
|
|
392
392
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/hectokens/README.md#update) - Update metadata for an HEC token for a Splunk HEC Source
|
|
393
393
|
|
|
394
|
-
|
|
395
|
-
#### [system.settings.auth](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsauth/README.md)
|
|
396
|
-
|
|
397
|
-
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsauth/README.md#list) - Get authentication settings
|
|
398
|
-
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsauth/README.md#update) - Update authentication settings
|
|
399
|
-
|
|
400
|
-
#### [system.settings.cribl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md)
|
|
401
|
-
|
|
402
|
-
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#list) - Get Cribl system settings
|
|
403
|
-
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#update) - Update Cribl system settings
|
|
404
|
-
|
|
405
|
-
#### [system.settings.git](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsgit/README.md)
|
|
406
|
-
|
|
407
|
-
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsgit/README.md#list) - Get git settings
|
|
408
|
-
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsgit/README.md#update) - Update git settings
|
|
409
|
-
|
|
410
394
|
### [versions](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versions/README.md)
|
|
411
395
|
|
|
412
396
|
|
|
@@ -654,7 +638,7 @@ with CriblControlPlane(
|
|
|
654
638
|
|
|
655
639
|
|
|
656
640
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
657
|
-
* [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of
|
|
641
|
+
* [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 62 methods.*
|
|
658
642
|
* [`ResponseValidationError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
|
|
659
643
|
|
|
660
644
|
</details>
|
{cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/_version.py
RENAMED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.0.
|
|
7
|
-
__openapi_doc_version__: str = "4.14.0-alpha.
|
|
6
|
+
__version__: str = "0.0.40a1"
|
|
7
|
+
__openapi_doc_version__: str = "4.14.0-alpha.1756793140693-1fbdb43f"
|
|
8
8
|
__gen_version__: str = "2.686.7"
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.0.
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.0.40a1 2.686.7 4.14.0-alpha.1756793140693-1fbdb43f cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
{cribl_control_plane-0.0.38a1 → cribl_control_plane-0.0.40a1}/src/cribl_control_plane/commits.py
RENAMED
|
@@ -26,6 +26,7 @@ class Commits(BaseSDK):
|
|
|
26
26
|
self,
|
|
27
27
|
*,
|
|
28
28
|
message: str,
|
|
29
|
+
group_id: Optional[str] = None,
|
|
29
30
|
effective: Optional[bool] = None,
|
|
30
31
|
files: Optional[List[str]] = None,
|
|
31
32
|
group: Optional[str] = None,
|
|
@@ -39,6 +40,7 @@ class Commits(BaseSDK):
|
|
|
39
40
|
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.
|
|
40
41
|
|
|
41
42
|
:param message:
|
|
43
|
+
:param group_id: The <code>id</code> of the Worker Group or Edge Fleet to create a new commit for.
|
|
42
44
|
:param effective:
|
|
43
45
|
:param files:
|
|
44
46
|
:param group:
|
|
@@ -57,11 +59,14 @@ class Commits(BaseSDK):
|
|
|
57
59
|
else:
|
|
58
60
|
base_url = self._get_url(base_url, url_variables)
|
|
59
61
|
|
|
60
|
-
request = models.
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
62
|
+
request = models.CreateVersionCommitRequest(
|
|
63
|
+
group_id=group_id,
|
|
64
|
+
git_commit_params=models.GitCommitParams(
|
|
65
|
+
effective=effective,
|
|
66
|
+
files=files,
|
|
67
|
+
group=group,
|
|
68
|
+
message=message,
|
|
69
|
+
),
|
|
65
70
|
)
|
|
66
71
|
|
|
67
72
|
req = self._build_request(
|
|
@@ -78,7 +83,7 @@ class Commits(BaseSDK):
|
|
|
78
83
|
http_headers=http_headers,
|
|
79
84
|
security=self.sdk_configuration.security,
|
|
80
85
|
get_serialized_body=lambda: utils.serialize_request_body(
|
|
81
|
-
request, False, False, "json", models.GitCommitParams
|
|
86
|
+
request.git_commit_params, False, False, "json", models.GitCommitParams
|
|
82
87
|
),
|
|
83
88
|
timeout_ms=timeout_ms,
|
|
84
89
|
)
|
|
@@ -125,6 +130,7 @@ class Commits(BaseSDK):
|
|
|
125
130
|
self,
|
|
126
131
|
*,
|
|
127
132
|
message: str,
|
|
133
|
+
group_id: Optional[str] = None,
|
|
128
134
|
effective: Optional[bool] = None,
|
|
129
135
|
files: Optional[List[str]] = None,
|
|
130
136
|
group: Optional[str] = None,
|
|
@@ -138,6 +144,7 @@ class Commits(BaseSDK):
|
|
|
138
144
|
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.
|
|
139
145
|
|
|
140
146
|
:param message:
|
|
147
|
+
:param group_id: The <code>id</code> of the Worker Group or Edge Fleet to create a new commit for.
|
|
141
148
|
:param effective:
|
|
142
149
|
:param files:
|
|
143
150
|
:param group:
|
|
@@ -156,11 +163,14 @@ class Commits(BaseSDK):
|
|
|
156
163
|
else:
|
|
157
164
|
base_url = self._get_url(base_url, url_variables)
|
|
158
165
|
|
|
159
|
-
request = models.
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
166
|
+
request = models.CreateVersionCommitRequest(
|
|
167
|
+
group_id=group_id,
|
|
168
|
+
git_commit_params=models.GitCommitParams(
|
|
169
|
+
effective=effective,
|
|
170
|
+
files=files,
|
|
171
|
+
group=group,
|
|
172
|
+
message=message,
|
|
173
|
+
),
|
|
164
174
|
)
|
|
165
175
|
|
|
166
176
|
req = self._build_request_async(
|
|
@@ -177,7 +187,7 @@ class Commits(BaseSDK):
|
|
|
177
187
|
http_headers=http_headers,
|
|
178
188
|
security=self.sdk_configuration.security,
|
|
179
189
|
get_serialized_body=lambda: utils.serialize_request_body(
|
|
180
|
-
request, False, False, "json", models.GitCommitParams
|
|
190
|
+
request.git_commit_params, False, False, "json", models.GitCommitParams
|
|
181
191
|
),
|
|
182
192
|
timeout_ms=timeout_ms,
|
|
183
193
|
)
|
|
@@ -224,7 +234,7 @@ class Commits(BaseSDK):
|
|
|
224
234
|
self,
|
|
225
235
|
*,
|
|
226
236
|
commit: Optional[str] = None,
|
|
227
|
-
|
|
237
|
+
group_id: Optional[str] = None,
|
|
228
238
|
filename: Optional[str] = None,
|
|
229
239
|
diff_line_limit: Optional[float] = None,
|
|
230
240
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
@@ -237,7 +247,7 @@ class Commits(BaseSDK):
|
|
|
237
247
|
Get the diff for a commit. Default is the latest commit (HEAD).
|
|
238
248
|
|
|
239
249
|
:param commit: The Git commit hash to get the diff for.
|
|
240
|
-
:param
|
|
250
|
+
:param group_id: The <code>id</code> of the Worker Group or Edge Fleet to get the diff for.
|
|
241
251
|
:param filename: The relative path of the file to get the diff for.
|
|
242
252
|
:param diff_line_limit: Number of lines of the diff to return. Default is 1000. Set to <code>0</code> to return the full diff, regardless of the number of lines.
|
|
243
253
|
:param retries: Override the default retry configuration for this method
|
|
@@ -257,7 +267,7 @@ class Commits(BaseSDK):
|
|
|
257
267
|
|
|
258
268
|
request = models.GetVersionDiffRequest(
|
|
259
269
|
commit=commit,
|
|
260
|
-
|
|
270
|
+
group_id=group_id,
|
|
261
271
|
filename=filename,
|
|
262
272
|
diff_line_limit=diff_line_limit,
|
|
263
273
|
)
|
|
@@ -320,7 +330,7 @@ class Commits(BaseSDK):
|
|
|
320
330
|
self,
|
|
321
331
|
*,
|
|
322
332
|
commit: Optional[str] = None,
|
|
323
|
-
|
|
333
|
+
group_id: Optional[str] = None,
|
|
324
334
|
filename: Optional[str] = None,
|
|
325
335
|
diff_line_limit: Optional[float] = None,
|
|
326
336
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
@@ -333,7 +343,7 @@ class Commits(BaseSDK):
|
|
|
333
343
|
Get the diff for a commit. Default is the latest commit (HEAD).
|
|
334
344
|
|
|
335
345
|
:param commit: The Git commit hash to get the diff for.
|
|
336
|
-
:param
|
|
346
|
+
:param group_id: The <code>id</code> of the Worker Group or Edge Fleet to get the diff for.
|
|
337
347
|
:param filename: The relative path of the file to get the diff for.
|
|
338
348
|
:param diff_line_limit: Number of lines of the diff to return. Default is 1000. Set to <code>0</code> to return the full diff, regardless of the number of lines.
|
|
339
349
|
:param retries: Override the default retry configuration for this method
|
|
@@ -353,7 +363,7 @@ class Commits(BaseSDK):
|
|
|
353
363
|
|
|
354
364
|
request = models.GetVersionDiffRequest(
|
|
355
365
|
commit=commit,
|
|
356
|
-
|
|
366
|
+
group_id=group_id,
|
|
357
367
|
filename=filename,
|
|
358
368
|
diff_line_limit=diff_line_limit,
|
|
359
369
|
)
|
|
@@ -415,7 +425,7 @@ class Commits(BaseSDK):
|
|
|
415
425
|
def list(
|
|
416
426
|
self,
|
|
417
427
|
*,
|
|
418
|
-
|
|
428
|
+
group_id: Optional[str] = None,
|
|
419
429
|
count: Optional[float] = None,
|
|
420
430
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
421
431
|
server_url: Optional[str] = None,
|
|
@@ -426,7 +436,7 @@ class Commits(BaseSDK):
|
|
|
426
436
|
|
|
427
437
|
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.
|
|
428
438
|
|
|
429
|
-
:param
|
|
439
|
+
:param group_id: The <code>id</code> of the Worker Group or Edge Fleet to get the commit history for.
|
|
430
440
|
:param count: Maximum number of commits to return in the response for this request.
|
|
431
441
|
:param retries: Override the default retry configuration for this method
|
|
432
442
|
:param server_url: Override the default server URL for this method
|
|
@@ -444,7 +454,7 @@ class Commits(BaseSDK):
|
|
|
444
454
|
base_url = self._get_url(base_url, url_variables)
|
|
445
455
|
|
|
446
456
|
request = models.GetVersionRequest(
|
|
447
|
-
|
|
457
|
+
group_id=group_id,
|
|
448
458
|
count=count,
|
|
449
459
|
)
|
|
450
460
|
|
|
@@ -505,7 +515,7 @@ class Commits(BaseSDK):
|
|
|
505
515
|
async def list_async(
|
|
506
516
|
self,
|
|
507
517
|
*,
|
|
508
|
-
|
|
518
|
+
group_id: Optional[str] = None,
|
|
509
519
|
count: Optional[float] = None,
|
|
510
520
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
511
521
|
server_url: Optional[str] = None,
|
|
@@ -516,7 +526,7 @@ class Commits(BaseSDK):
|
|
|
516
526
|
|
|
517
527
|
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.
|
|
518
528
|
|
|
519
|
-
:param
|
|
529
|
+
:param group_id: The <code>id</code> of the Worker Group or Edge Fleet to get the commit history for.
|
|
520
530
|
:param count: Maximum number of commits to return in the response for this request.
|
|
521
531
|
:param retries: Override the default retry configuration for this method
|
|
522
532
|
:param server_url: Override the default server URL for this method
|
|
@@ -534,7 +544,7 @@ class Commits(BaseSDK):
|
|
|
534
544
|
base_url = self._get_url(base_url, url_variables)
|
|
535
545
|
|
|
536
546
|
request = models.GetVersionRequest(
|
|
537
|
-
|
|
547
|
+
group_id=group_id,
|
|
538
548
|
count=count,
|
|
539
549
|
)
|
|
540
550
|
|
|
@@ -756,7 +766,7 @@ class Commits(BaseSDK):
|
|
|
756
766
|
self,
|
|
757
767
|
*,
|
|
758
768
|
commit: str,
|
|
759
|
-
|
|
769
|
+
group_id: Optional[str] = None,
|
|
760
770
|
force: Optional[bool] = None,
|
|
761
771
|
message: Optional[str] = None,
|
|
762
772
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
@@ -769,7 +779,7 @@ class Commits(BaseSDK):
|
|
|
769
779
|
Revert a commit in the local repository.
|
|
770
780
|
|
|
771
781
|
:param commit:
|
|
772
|
-
:param
|
|
782
|
+
:param group_id: Group ID
|
|
773
783
|
:param force:
|
|
774
784
|
:param message:
|
|
775
785
|
:param retries: Override the default retry configuration for this method
|
|
@@ -788,7 +798,7 @@ class Commits(BaseSDK):
|
|
|
788
798
|
base_url = self._get_url(base_url, url_variables)
|
|
789
799
|
|
|
790
800
|
request = models.CreateVersionRevertRequest(
|
|
791
|
-
|
|
801
|
+
group_id=group_id,
|
|
792
802
|
git_revert_params=models.GitRevertParams(
|
|
793
803
|
commit=commit,
|
|
794
804
|
force=force,
|
|
@@ -857,7 +867,7 @@ class Commits(BaseSDK):
|
|
|
857
867
|
self,
|
|
858
868
|
*,
|
|
859
869
|
commit: str,
|
|
860
|
-
|
|
870
|
+
group_id: Optional[str] = None,
|
|
861
871
|
force: Optional[bool] = None,
|
|
862
872
|
message: Optional[str] = None,
|
|
863
873
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
@@ -870,7 +880,7 @@ class Commits(BaseSDK):
|
|
|
870
880
|
Revert a commit in the local repository.
|
|
871
881
|
|
|
872
882
|
:param commit:
|
|
873
|
-
:param
|
|
883
|
+
:param group_id: Group ID
|
|
874
884
|
:param force:
|
|
875
885
|
:param message:
|
|
876
886
|
:param retries: Override the default retry configuration for this method
|
|
@@ -889,7 +899,7 @@ class Commits(BaseSDK):
|
|
|
889
899
|
base_url = self._get_url(base_url, url_variables)
|
|
890
900
|
|
|
891
901
|
request = models.CreateVersionRevertRequest(
|
|
892
|
-
|
|
902
|
+
group_id=group_id,
|
|
893
903
|
git_revert_params=models.GitRevertParams(
|
|
894
904
|
commit=commit,
|
|
895
905
|
force=force,
|
|
@@ -958,7 +968,7 @@ class Commits(BaseSDK):
|
|
|
958
968
|
self,
|
|
959
969
|
*,
|
|
960
970
|
commit: Optional[str] = None,
|
|
961
|
-
|
|
971
|
+
group_id: Optional[str] = None,
|
|
962
972
|
filename: Optional[str] = None,
|
|
963
973
|
diff_line_limit: Optional[float] = None,
|
|
964
974
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
@@ -971,7 +981,7 @@ class Commits(BaseSDK):
|
|
|
971
981
|
Get the diff and log message for a commit. Default is the latest commit (HEAD).
|
|
972
982
|
|
|
973
983
|
:param commit: The Git commit hash to retrieve the diff and log message for.
|
|
974
|
-
:param
|
|
984
|
+
:param group_id: The <code>id</code> of the Worker Group or Edge Fleet to get the diff and log message for.
|
|
975
985
|
:param filename: The relative path of the file to get the diff and log message for.
|
|
976
986
|
:param diff_line_limit: Number of lines of the diff to return. Default is 1000. Set to <code>0</code> to return the full diff, regardless of the number of lines.
|
|
977
987
|
:param retries: Override the default retry configuration for this method
|
|
@@ -991,7 +1001,7 @@ class Commits(BaseSDK):
|
|
|
991
1001
|
|
|
992
1002
|
request = models.GetVersionShowRequest(
|
|
993
1003
|
commit=commit,
|
|
994
|
-
|
|
1004
|
+
group_id=group_id,
|
|
995
1005
|
filename=filename,
|
|
996
1006
|
diff_line_limit=diff_line_limit,
|
|
997
1007
|
)
|
|
@@ -1054,7 +1064,7 @@ class Commits(BaseSDK):
|
|
|
1054
1064
|
self,
|
|
1055
1065
|
*,
|
|
1056
1066
|
commit: Optional[str] = None,
|
|
1057
|
-
|
|
1067
|
+
group_id: Optional[str] = None,
|
|
1058
1068
|
filename: Optional[str] = None,
|
|
1059
1069
|
diff_line_limit: Optional[float] = None,
|
|
1060
1070
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
@@ -1067,7 +1077,7 @@ class Commits(BaseSDK):
|
|
|
1067
1077
|
Get the diff and log message for a commit. Default is the latest commit (HEAD).
|
|
1068
1078
|
|
|
1069
1079
|
:param commit: The Git commit hash to retrieve the diff and log message for.
|
|
1070
|
-
:param
|
|
1080
|
+
:param group_id: The <code>id</code> of the Worker Group or Edge Fleet to get the diff and log message for.
|
|
1071
1081
|
:param filename: The relative path of the file to get the diff and log message for.
|
|
1072
1082
|
:param diff_line_limit: Number of lines of the diff to return. Default is 1000. Set to <code>0</code> to return the full diff, regardless of the number of lines.
|
|
1073
1083
|
:param retries: Override the default retry configuration for this method
|
|
@@ -1087,7 +1097,7 @@ class Commits(BaseSDK):
|
|
|
1087
1097
|
|
|
1088
1098
|
request = models.GetVersionShowRequest(
|
|
1089
1099
|
commit=commit,
|
|
1090
|
-
|
|
1100
|
+
group_id=group_id,
|
|
1091
1101
|
filename=filename,
|
|
1092
1102
|
diff_line_limit=diff_line_limit,
|
|
1093
1103
|
)
|
|
@@ -1149,7 +1159,7 @@ class Commits(BaseSDK):
|
|
|
1149
1159
|
def undo(
|
|
1150
1160
|
self,
|
|
1151
1161
|
*,
|
|
1152
|
-
|
|
1162
|
+
group_id: Optional[str] = None,
|
|
1153
1163
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
1154
1164
|
server_url: Optional[str] = None,
|
|
1155
1165
|
timeout_ms: Optional[int] = None,
|
|
@@ -1159,7 +1169,7 @@ class Commits(BaseSDK):
|
|
|
1159
1169
|
|
|
1160
1170
|
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.
|
|
1161
1171
|
|
|
1162
|
-
:param
|
|
1172
|
+
:param group_id: The <code>id</code> of the Worker Group or Edge Fleet to undo the uncommited changes for.
|
|
1163
1173
|
:param retries: Override the default retry configuration for this method
|
|
1164
1174
|
:param server_url: Override the default server URL for this method
|
|
1165
1175
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -1176,7 +1186,7 @@ class Commits(BaseSDK):
|
|
|
1176
1186
|
base_url = self._get_url(base_url, url_variables)
|
|
1177
1187
|
|
|
1178
1188
|
request = models.CreateVersionUndoRequest(
|
|
1179
|
-
|
|
1189
|
+
group_id=group_id,
|
|
1180
1190
|
)
|
|
1181
1191
|
|
|
1182
1192
|
req = self._build_request(
|
|
@@ -1236,7 +1246,7 @@ class Commits(BaseSDK):
|
|
|
1236
1246
|
async def undo_async(
|
|
1237
1247
|
self,
|
|
1238
1248
|
*,
|
|
1239
|
-
|
|
1249
|
+
group_id: Optional[str] = None,
|
|
1240
1250
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
1241
1251
|
server_url: Optional[str] = None,
|
|
1242
1252
|
timeout_ms: Optional[int] = None,
|
|
@@ -1246,7 +1256,7 @@ class Commits(BaseSDK):
|
|
|
1246
1256
|
|
|
1247
1257
|
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.
|
|
1248
1258
|
|
|
1249
|
-
:param
|
|
1259
|
+
:param group_id: The <code>id</code> of the Worker Group or Edge Fleet to undo the uncommited changes for.
|
|
1250
1260
|
:param retries: Override the default retry configuration for this method
|
|
1251
1261
|
:param server_url: Override the default server URL for this method
|
|
1252
1262
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -1263,7 +1273,7 @@ class Commits(BaseSDK):
|
|
|
1263
1273
|
base_url = self._get_url(base_url, url_variables)
|
|
1264
1274
|
|
|
1265
1275
|
request = models.CreateVersionUndoRequest(
|
|
1266
|
-
|
|
1276
|
+
group_id=group_id,
|
|
1267
1277
|
)
|
|
1268
1278
|
|
|
1269
1279
|
req = self._build_request_async(
|
|
@@ -13,7 +13,7 @@ class CommitsFiles(BaseSDK):
|
|
|
13
13
|
def count(
|
|
14
14
|
self,
|
|
15
15
|
*,
|
|
16
|
-
|
|
16
|
+
group_id: Optional[str] = None,
|
|
17
17
|
id: Optional[str] = None,
|
|
18
18
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
19
19
|
server_url: Optional[str] = None,
|
|
@@ -24,7 +24,7 @@ class CommitsFiles(BaseSDK):
|
|
|
24
24
|
|
|
25
25
|
Get a count of the files that changed since a commit. Default is the latest commit (HEAD).
|
|
26
26
|
|
|
27
|
-
:param
|
|
27
|
+
:param group_id: The <code>id</code> of the Worker Group or Edge Fleet to get the count for.
|
|
28
28
|
:param id: The Git commit hash to use as the starting point for the count.
|
|
29
29
|
:param retries: Override the default retry configuration for this method
|
|
30
30
|
:param server_url: Override the default server URL for this method
|
|
@@ -42,7 +42,7 @@ class CommitsFiles(BaseSDK):
|
|
|
42
42
|
base_url = self._get_url(base_url, url_variables)
|
|
43
43
|
|
|
44
44
|
request = models.GetVersionCountRequest(
|
|
45
|
-
|
|
45
|
+
group_id=group_id,
|
|
46
46
|
id=id,
|
|
47
47
|
)
|
|
48
48
|
|
|
@@ -103,7 +103,7 @@ class CommitsFiles(BaseSDK):
|
|
|
103
103
|
async def count_async(
|
|
104
104
|
self,
|
|
105
105
|
*,
|
|
106
|
-
|
|
106
|
+
group_id: Optional[str] = None,
|
|
107
107
|
id: Optional[str] = None,
|
|
108
108
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
109
109
|
server_url: Optional[str] = None,
|
|
@@ -114,7 +114,7 @@ class CommitsFiles(BaseSDK):
|
|
|
114
114
|
|
|
115
115
|
Get a count of the files that changed since a commit. Default is the latest commit (HEAD).
|
|
116
116
|
|
|
117
|
-
:param
|
|
117
|
+
:param group_id: The <code>id</code> of the Worker Group or Edge Fleet to get the count for.
|
|
118
118
|
:param id: The Git commit hash to use as the starting point for the count.
|
|
119
119
|
:param retries: Override the default retry configuration for this method
|
|
120
120
|
:param server_url: Override the default server URL for this method
|
|
@@ -132,7 +132,7 @@ class CommitsFiles(BaseSDK):
|
|
|
132
132
|
base_url = self._get_url(base_url, url_variables)
|
|
133
133
|
|
|
134
134
|
request = models.GetVersionCountRequest(
|
|
135
|
-
|
|
135
|
+
group_id=group_id,
|
|
136
136
|
id=id,
|
|
137
137
|
)
|
|
138
138
|
|
|
@@ -193,7 +193,7 @@ class CommitsFiles(BaseSDK):
|
|
|
193
193
|
def list(
|
|
194
194
|
self,
|
|
195
195
|
*,
|
|
196
|
-
|
|
196
|
+
group_id: Optional[str] = None,
|
|
197
197
|
id: Optional[str] = None,
|
|
198
198
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
199
199
|
server_url: Optional[str] = None,
|
|
@@ -204,7 +204,7 @@ class CommitsFiles(BaseSDK):
|
|
|
204
204
|
|
|
205
205
|
Get the names and statuses of files that changed since a commit. Default is the latest commit (HEAD).
|
|
206
206
|
|
|
207
|
-
:param
|
|
207
|
+
:param group_id: The <code>id</code> of the Worker Group or Edge Fleet to get file names and status for.
|
|
208
208
|
:param id: The Git commit hash to use as the starting point for the request.
|
|
209
209
|
:param retries: Override the default retry configuration for this method
|
|
210
210
|
:param server_url: Override the default server URL for this method
|
|
@@ -222,7 +222,7 @@ class CommitsFiles(BaseSDK):
|
|
|
222
222
|
base_url = self._get_url(base_url, url_variables)
|
|
223
223
|
|
|
224
224
|
request = models.GetVersionFilesRequest(
|
|
225
|
-
|
|
225
|
+
group_id=group_id,
|
|
226
226
|
id=id,
|
|
227
227
|
)
|
|
228
228
|
|
|
@@ -283,7 +283,7 @@ class CommitsFiles(BaseSDK):
|
|
|
283
283
|
async def list_async(
|
|
284
284
|
self,
|
|
285
285
|
*,
|
|
286
|
-
|
|
286
|
+
group_id: Optional[str] = None,
|
|
287
287
|
id: Optional[str] = None,
|
|
288
288
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
289
289
|
server_url: Optional[str] = None,
|
|
@@ -294,7 +294,7 @@ class CommitsFiles(BaseSDK):
|
|
|
294
294
|
|
|
295
295
|
Get the names and statuses of files that changed since a commit. Default is the latest commit (HEAD).
|
|
296
296
|
|
|
297
|
-
:param
|
|
297
|
+
:param group_id: The <code>id</code> of the Worker Group or Edge Fleet to get file names and status for.
|
|
298
298
|
:param id: The Git commit hash to use as the starting point for the request.
|
|
299
299
|
:param retries: Override the default retry configuration for this method
|
|
300
300
|
:param server_url: Override the default server URL for this method
|
|
@@ -312,7 +312,7 @@ class CommitsFiles(BaseSDK):
|
|
|
312
312
|
base_url = self._get_url(base_url, url_variables)
|
|
313
313
|
|
|
314
314
|
request = models.GetVersionFilesRequest(
|
|
315
|
-
|
|
315
|
+
group_id=group_id,
|
|
316
316
|
id=id,
|
|
317
317
|
)
|
|
318
318
|
|
|
@@ -5,7 +5,7 @@ from .sdkconfiguration import SDKConfiguration
|
|
|
5
5
|
from cribl_control_plane import errors, models, utils
|
|
6
6
|
from cribl_control_plane._hooks import HookContext
|
|
7
7
|
from cribl_control_plane.destinations_pq import DestinationsPq
|
|
8
|
-
from cribl_control_plane.
|
|
8
|
+
from cribl_control_plane.samples import Samples
|
|
9
9
|
from cribl_control_plane.types import BaseModel, OptionalNullable, UNSET
|
|
10
10
|
from cribl_control_plane.utils import get_security_from_env
|
|
11
11
|
from cribl_control_plane.utils.unmarshal_json_response import unmarshal_json_response
|
|
@@ -16,7 +16,7 @@ class Destinations(BaseSDK):
|
|
|
16
16
|
r"""Actions related to Destinations"""
|
|
17
17
|
|
|
18
18
|
pq: DestinationsPq
|
|
19
|
-
samples:
|
|
19
|
+
samples: Samples
|
|
20
20
|
|
|
21
21
|
def __init__(self, sdk_config: SDKConfiguration) -> None:
|
|
22
22
|
BaseSDK.__init__(self, sdk_config)
|
|
@@ -25,7 +25,7 @@ class Destinations(BaseSDK):
|
|
|
25
25
|
|
|
26
26
|
def _init_sdks(self):
|
|
27
27
|
self.pq = DestinationsPq(self.sdk_configuration)
|
|
28
|
-
self.samples =
|
|
28
|
+
self.samples = Samples(self.sdk_configuration)
|
|
29
29
|
|
|
30
30
|
def list(
|
|
31
31
|
self,
|
|
@@ -83,7 +83,7 @@ class DestinationsPq(BaseSDK):
|
|
|
83
83
|
)
|
|
84
84
|
|
|
85
85
|
response_data: Any = None
|
|
86
|
-
if utils.match_response(http_res, "
|
|
86
|
+
if utils.match_response(http_res, "201", "application/json"):
|
|
87
87
|
return unmarshal_json_response(models.DeleteOutputPqByIDResponse, http_res)
|
|
88
88
|
if utils.match_response(http_res, "500", "application/json"):
|
|
89
89
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
@@ -170,7 +170,7 @@ class DestinationsPq(BaseSDK):
|
|
|
170
170
|
)
|
|
171
171
|
|
|
172
172
|
response_data: Any = None
|
|
173
|
-
if utils.match_response(http_res, "
|
|
173
|
+
if utils.match_response(http_res, "201", "application/json"):
|
|
174
174
|
return unmarshal_json_response(models.DeleteOutputPqByIDResponse, http_res)
|
|
175
175
|
if utils.match_response(http_res, "500", "application/json"):
|
|
176
176
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|