cribl-control-plane 0.0.31__tar.gz → 0.0.33__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.

Files changed (339) hide show
  1. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/PKG-INFO +41 -25
  2. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/README-PYPI.md +40 -24
  3. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/pyproject.toml +1 -1
  4. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/_version.py +4 -4
  5. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/branches.py +6 -6
  6. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/commits.py +36 -36
  7. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/commits_files.py +16 -16
  8. cribl_control_plane-0.0.33/src/cribl_control_plane/cribl.py +513 -0
  9. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/destinations.py +21 -21
  10. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/destinations_pq.py +10 -10
  11. cribl_control_plane-0.0.31/src/cribl_control_plane/samples.py → cribl_control_plane-0.0.33/src/cribl_control_plane/destinations_samples.py +11 -11
  12. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/hectokens.py +10 -10
  13. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/lakedatasets.py +36 -36
  14. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/__init__.py +342 -0
  15. cribl_control_plane-0.0.33/src/cribl_control_plane/models/authconfig.py +43 -0
  16. cribl_control_plane-0.0.33/src/cribl_control_plane/models/commonservicelimitconfigs.py +14 -0
  17. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +2 -2
  18. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/createinputhectokenbyidop.py +2 -2
  19. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/createoutputtestbyidop.py +2 -2
  20. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/createversionundoop.py +2 -2
  21. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +4 -4
  22. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/deleteinputbyidop.py +2 -2
  23. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/deleteoutputbyidop.py +2 -2
  24. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +2 -2
  25. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/deletepacksbyidop.py +2 -2
  26. cribl_control_plane-0.0.33/src/cribl_control_plane/models/edgeheartbeatmetricsmode.py +11 -0
  27. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +3 -3
  28. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +4 -4
  29. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +2 -2
  30. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getinputbyidop.py +2 -2
  31. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getmasterworkerentryop.py +2 -2
  32. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getoutputbyidop.py +2 -2
  33. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getoutputpqbyidop.py +2 -2
  34. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +2 -2
  35. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getpacksop.py +2 -2
  36. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getsummaryop.py +3 -3
  37. cribl_control_plane-0.0.33/src/cribl_control_plane/models/getsystemsettingsauthop.py +24 -0
  38. cribl_control_plane-0.0.33/src/cribl_control_plane/models/getsystemsettingsconfop.py +24 -0
  39. cribl_control_plane-0.0.33/src/cribl_control_plane/models/getsystemsettingsgitsettingsop.py +24 -0
  40. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getversioncountop.py +4 -4
  41. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getversiondiffop.py +8 -8
  42. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getversionfilesop.py +4 -4
  43. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getversionshowop.py +8 -8
  44. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getversionstatusop.py +2 -2
  45. cribl_control_plane-0.0.33/src/cribl_control_plane/models/gitopstype.py +10 -0
  46. cribl_control_plane-0.0.33/src/cribl_control_plane/models/gitsettings.py +70 -0
  47. cribl_control_plane-0.0.33/src/cribl_control_plane/models/jobsettings.py +83 -0
  48. cribl_control_plane-0.0.33/src/cribl_control_plane/models/limits.py +127 -0
  49. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/listmasterworkerentryop.py +23 -23
  50. cribl_control_plane-0.0.33/src/cribl_control_plane/models/rediscachelimits.py +38 -0
  51. cribl_control_plane-0.0.33/src/cribl_control_plane/models/redisconnectionlimits.py +20 -0
  52. cribl_control_plane-0.0.33/src/cribl_control_plane/models/redislimits.py +14 -0
  53. cribl_control_plane-0.0.33/src/cribl_control_plane/models/searchsettings.py +71 -0
  54. cribl_control_plane-0.0.33/src/cribl_control_plane/models/serviceslimits.py +23 -0
  55. cribl_control_plane-0.0.33/src/cribl_control_plane/models/systemsettings.py +358 -0
  56. cribl_control_plane-0.0.33/src/cribl_control_plane/models/systemsettingsconf.py +311 -0
  57. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +4 -4
  58. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/updateinputbyidop.py +2 -2
  59. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +4 -4
  60. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/updateoutputbyidop.py +2 -2
  61. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/updatepacksbyidop.py +2 -2
  62. cribl_control_plane-0.0.33/src/cribl_control_plane/models/updatesystemsettingsauthop.py +24 -0
  63. cribl_control_plane-0.0.33/src/cribl_control_plane/models/updatesystemsettingsconfop.py +24 -0
  64. cribl_control_plane-0.0.33/src/cribl_control_plane/models/updatesystemsettingsgitsettingsop.py +24 -0
  65. cribl_control_plane-0.0.33/src/cribl_control_plane/models/upgradegroupsettings.py +24 -0
  66. cribl_control_plane-0.0.33/src/cribl_control_plane/models/upgradepackageurls.py +20 -0
  67. cribl_control_plane-0.0.33/src/cribl_control_plane/models/upgradesettings.py +36 -0
  68. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/nodes.py +30 -30
  69. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/packs.py +16 -16
  70. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/sdk.py +3 -0
  71. cribl_control_plane-0.0.33/src/cribl_control_plane/settings.py +23 -0
  72. cribl_control_plane-0.0.33/src/cribl_control_plane/settings_auth.py +339 -0
  73. cribl_control_plane-0.0.33/src/cribl_control_plane/settings_git.py +339 -0
  74. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/sources.py +18 -18
  75. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/statuses.py +6 -6
  76. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/summaries.py +6 -6
  77. cribl_control_plane-0.0.33/src/cribl_control_plane/system_sdk.py +17 -0
  78. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/teams.py +2 -2
  79. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/versions_configs.py +4 -4
  80. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/py.typed +0 -0
  81. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/__init__.py +0 -0
  82. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  83. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
  84. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/_hooks/registration.py +0 -0
  85. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  86. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/_hooks/types.py +0 -0
  87. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/acl.py +0 -0
  88. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/auth_sdk.py +0 -0
  89. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/basesdk.py +0 -0
  90. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/configs_versions.py +0 -0
  91. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/errors/__init__.py +0 -0
  92. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/errors/apierror.py +0 -0
  93. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  94. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/errors/error.py +0 -0
  95. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
  96. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  97. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  98. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/groups_configs.py +0 -0
  99. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/groups_sdk.py +0 -0
  100. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/health.py +0 -0
  101. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/httpclient.py +0 -0
  102. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
  103. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/appmode.py +0 -0
  104. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/authtoken.py +0 -0
  105. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/cacheconnection.py +0 -0
  106. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
  107. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/cloudprovider.py +0 -0
  108. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/commit.py +0 -0
  109. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/configgroup.py +0 -0
  110. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
  111. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
  112. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
  113. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/createinputop.py +0 -0
  114. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/createoutputop.py +0 -0
  115. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/createpacksop.py +0 -0
  116. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/createpipelineop.py +0 -0
  117. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
  118. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
  119. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/createversionpushop.py +0 -0
  120. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
  121. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/criblevent.py +0 -0
  122. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
  123. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
  124. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
  125. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
  126. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
  127. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
  128. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/deployrequest.py +0 -0
  129. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
  130. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/distributedsummary.py +0 -0
  131. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
  132. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
  133. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
  134. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
  135. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
  136. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
  137. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
  138. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/getversionop.py +0 -0
  139. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
  140. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
  141. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/gitfile.py +0 -0
  142. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
  143. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/gitinfo.py +0 -0
  144. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/gitlogresult.py +0 -0
  145. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
  146. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
  147. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
  148. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
  149. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
  150. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/healthstatus.py +0 -0
  151. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
  152. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/input.py +0 -0
  153. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputappscope.py +0 -0
  154. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputazureblob.py +0 -0
  155. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputcollection.py +0 -0
  156. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
  157. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputcribl.py +0 -0
  158. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
  159. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
  160. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
  161. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
  162. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
  163. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
  164. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputdatagen.py +0 -0
  165. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
  166. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputelastic.py +0 -0
  167. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputeventhub.py +0 -0
  168. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputexec.py +0 -0
  169. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputfile.py +0 -0
  170. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputfirehose.py +0 -0
  171. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
  172. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputgrafana.py +0 -0
  173. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputhttp.py +0 -0
  174. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
  175. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
  176. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputkafka.py +0 -0
  177. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputkinesis.py +0 -0
  178. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
  179. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
  180. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
  181. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputloki.py +0 -0
  182. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputmetrics.py +0 -0
  183. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
  184. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputmsk.py +0 -0
  185. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputnetflow.py +0 -0
  186. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
  187. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
  188. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
  189. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
  190. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputprometheus.py +0 -0
  191. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
  192. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputrawudp.py +0 -0
  193. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputs3.py +0 -0
  194. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
  195. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
  196. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputsnmp.py +0 -0
  197. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputsplunk.py +0 -0
  198. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
  199. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
  200. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputsqs.py +0 -0
  201. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputsyslog.py +0 -0
  202. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
  203. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
  204. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputtcp.py +0 -0
  205. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
  206. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputwef.py +0 -0
  207. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
  208. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
  209. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputwiz.py +0 -0
  210. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
  211. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
  212. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
  213. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
  214. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/listinputop.py +0 -0
  215. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/listoutputop.py +0 -0
  216. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/listpipelineop.py +0 -0
  217. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/listroutesop.py +0 -0
  218. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/logininfo.py +0 -0
  219. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/lookupversions.py +0 -0
  220. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
  221. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
  222. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
  223. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
  224. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
  225. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
  226. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
  227. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/output.py +0 -0
  228. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputazureblob.py +0 -0
  229. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
  230. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
  231. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
  232. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
  233. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
  234. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
  235. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
  236. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputcribllake.py +0 -0
  237. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
  238. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
  239. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputdatadog.py +0 -0
  240. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputdataset.py +0 -0
  241. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputdefault.py +0 -0
  242. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  243. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
  244. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputdls3.py +0 -0
  245. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
  246. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
  247. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputelastic.py +0 -0
  248. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
  249. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputexabeam.py +0 -0
  250. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
  251. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
  252. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
  253. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
  254. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
  255. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
  256. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputgraphite.py +0 -0
  257. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
  258. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
  259. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
  260. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputkafka.py +0 -0
  261. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputkinesis.py +0 -0
  262. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputloki.py +0 -0
  263. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputminio.py +0 -0
  264. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputmsk.py +0 -0
  265. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputnetflow.py +0 -0
  266. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
  267. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
  268. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
  269. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputprometheus.py +0 -0
  270. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputring.py +0 -0
  271. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputrouter.py +0 -0
  272. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputs3.py +0 -0
  273. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  274. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
  275. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputsentinel.py +0 -0
  276. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
  277. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputservicenow.py +0 -0
  278. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
  279. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  280. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputsns.py +0 -0
  281. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputsplunk.py +0 -0
  282. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
  283. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
  284. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputsqs.py +0 -0
  285. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputstatsd.py +0 -0
  286. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
  287. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputsumologic.py +0 -0
  288. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputsyslog.py +0 -0
  289. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
  290. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  291. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  292. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputwavefront.py +0 -0
  293. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputwebhook.py +0 -0
  294. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/outputxsiam.py +0 -0
  295. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/packinfo.py +0 -0
  296. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
  297. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/packrequestbody.py +0 -0
  298. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/pipeline.py +0 -0
  299. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
  300. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/rbacresource.py +0 -0
  301. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
  302. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/routecloneconf.py +0 -0
  303. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/routeconf.py +0 -0
  304. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/routes.py +0 -0
  305. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/routesroute.py +0 -0
  306. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
  307. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/security.py +0 -0
  308. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
  309. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
  310. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
  311. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
  312. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
  313. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
  314. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
  315. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/pipelines.py +0 -0
  316. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/py.typed +0 -0
  317. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/routes_sdk.py +0 -0
  318. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  319. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/tokens.py +0 -0
  320. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/types/__init__.py +0 -0
  321. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/types/basemodel.py +0 -0
  322. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/utils/__init__.py +0 -0
  323. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/utils/annotations.py +0 -0
  324. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/utils/datetimes.py +0 -0
  325. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/utils/enums.py +0 -0
  326. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
  327. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/utils/forms.py +0 -0
  328. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/utils/headers.py +0 -0
  329. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/utils/logger.py +0 -0
  330. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/utils/metadata.py +0 -0
  331. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/utils/queryparams.py +0 -0
  332. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  333. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/utils/retries.py +0 -0
  334. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/utils/security.py +0 -0
  335. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/utils/serializers.py +0 -0
  336. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
  337. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/utils/url.py +0 -0
  338. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/utils/values.py +0 -0
  339. {cribl_control_plane-0.0.31 → cribl_control_plane-0.0.33}/src/cribl_control_plane/versions.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: cribl-control-plane
3
- Version: 0.0.31
3
+ Version: 0.0.33
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -316,19 +316,19 @@ with CriblControlPlane(
316
316
 
317
317
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list) - List all Destinations
318
318
  * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create) - Create a Destination
319
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) - Retrieve a Destination
319
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) - Get a Destination
320
320
  * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update) - Update a Destination
321
321
  * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete) - Delete a Destination
322
322
 
323
323
  #### [destinations.pq](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md)
324
324
 
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
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md#get) - Retrieve information about the latest job to clear the persistent queue for a Destination
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/samples/README.md)
328
+ #### [destinations.samples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationssamples/README.md)
329
329
 
330
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md#get) - Retrieve 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
330
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationssamples/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/destinationssamples/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
 
@@ -357,27 +357,27 @@ with CriblControlPlane(
357
357
 
358
358
  ### [lake_datasets](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md)
359
359
 
360
- * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#create) - Create a Lake Dataset in the specified Lake
361
- * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#list) - List all Lake Datasets in the specified Lake
362
- * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#delete) - Delete a Lake Dataset in the specified Lake
363
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#get) - Retrieve a Lake Dataset in the specified Lake
364
- * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#update) - Update a Lake Dataset in the specified Lake
360
+ * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#create) - Create a Lake Dataset
361
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#list) - List all Lake Datasets
362
+ * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#delete) - Delete a Lake Dataset
363
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#get) - Get a Lake Dataset
364
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#update) - Update a Lake Dataset
365
365
 
366
366
  ### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
367
367
 
368
- * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) - Retrieve detailed metadata for Worker and Edge Nodes
369
- * [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#count) - Retrieve a count of Worker and Edge Nodes
368
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) - Get detailed metadata for Worker and Edge Nodes
369
+ * [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#count) - Get a count of Worker and Edge Nodes
370
370
 
371
371
  #### [nodes.summaries](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md)
372
372
 
373
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md#get) - Retrieve a summary of the Distributed deployment
373
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md#get) - Get a summary of the Distributed deployment
374
374
 
375
375
  ### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
376
376
 
377
377
  * [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - 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
- * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Update a Pack
380
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Upgrade a Pack
381
381
 
382
382
  ### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
383
383
 
@@ -398,7 +398,7 @@ with CriblControlPlane(
398
398
 
399
399
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#list) - List all Sources
400
400
  * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create) - Create a Source
401
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get) - Retrieve a Source
401
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get) - Get a Source
402
402
  * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update) - Update a Source
403
403
  * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#delete) - Delete a Source
404
404
 
@@ -407,36 +407,52 @@ with CriblControlPlane(
407
407
  * [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
408
408
  * [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
409
409
 
410
+
411
+ #### [system.settings.auth](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsauth/README.md)
412
+
413
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsauth/README.md#list) - Get authentication settings
414
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsauth/README.md#update) - Update authentication settings
415
+
416
+ #### [system.settings.cribl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md)
417
+
418
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#list) - Get Cribl system settings
419
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#update) - Update Cribl system settings
420
+
421
+ #### [system.settings.git](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsgit/README.md)
422
+
423
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsgit/README.md#list) - Get git settings
424
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsgit/README.md#update) - Update git settings
425
+
410
426
  ### [versions](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versions/README.md)
411
427
 
412
428
 
413
429
  #### [versions.branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md)
414
430
 
415
431
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md#list) - List all branches in the Git repository used for Cribl configuration
416
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md#get) - Retrieve the name of the Git branch that the Cribl configuration is checked out to
432
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md#get) - Get the name of the Git branch that the Cribl configuration is checked out to
417
433
 
418
434
  #### [versions.commits](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md)
419
435
 
420
436
  * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#create) - Create a new commit for pending changes to the Cribl configuration
421
- * [diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#diff) - Retrieve the diff for a commit
437
+ * [diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#diff) - Get the diff for a commit
422
438
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#list) - Get the commit history
423
- * [push](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#push) - Push a commit from the local repository to the remote repository
439
+ * [push](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#push) - Push local commits to the remote repository
424
440
  * [revert](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#revert) - Revert a commit in the local repository
425
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#get) - Retrieve the diff and log message for a commit
441
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#get) - Get the diff and log message for a commit
426
442
  * [undo](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#undo) - Discard uncommitted (staged) changes
427
443
 
428
444
  #### [versions.commits.files](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md)
429
445
 
430
- * [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#count) - Retrieve a count of files that changed since a commit
431
- * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#list) - Retrieve the names and statuses of files that changed since a commit
446
+ * [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#count) - Get a count of files that changed since a commit
447
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#list) - Get the names and statuses of files that changed since a commit
432
448
 
433
449
  #### [versions.configs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md)
434
450
 
435
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md#get) - Retrieve the configuration and status for the Git integration
451
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md#get) - Get the configuration and status for the Git integration
436
452
 
437
453
  #### [versions.statuses](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md)
438
454
 
439
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md#get) - Retrieve the status of the current working tree
455
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md#get) - Get the status of the current working tree
440
456
 
441
457
  </details>
442
458
  <!-- End Available Resources and Operations [operations] -->
@@ -654,7 +670,7 @@ with CriblControlPlane(
654
670
 
655
671
 
656
672
  **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 61 methods.*
673
+ * [`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 67 methods.*
658
674
  * [`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
675
 
660
676
  </details>
@@ -299,19 +299,19 @@ with CriblControlPlane(
299
299
 
300
300
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list) - List all Destinations
301
301
  * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create) - Create a Destination
302
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) - Retrieve a Destination
302
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) - Get a Destination
303
303
  * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update) - Update a Destination
304
304
  * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete) - Delete a Destination
305
305
 
306
306
  #### [destinations.pq](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md)
307
307
 
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
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md#get) - Retrieve information about the latest job to clear the persistent queue for a Destination
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/samples/README.md)
311
+ #### [destinations.samples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationssamples/README.md)
312
312
 
313
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md#get) - Retrieve 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
313
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationssamples/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/destinationssamples/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
 
@@ -340,27 +340,27 @@ with CriblControlPlane(
340
340
 
341
341
  ### [lake_datasets](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md)
342
342
 
343
- * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#create) - Create a Lake Dataset in the specified Lake
344
- * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#list) - List all Lake Datasets in the specified Lake
345
- * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#delete) - Delete a Lake Dataset in the specified Lake
346
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#get) - Retrieve a Lake Dataset in the specified Lake
347
- * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#update) - Update a Lake Dataset in the specified Lake
343
+ * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#create) - Create a Lake Dataset
344
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#list) - List all Lake Datasets
345
+ * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#delete) - Delete a Lake Dataset
346
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#get) - Get a Lake Dataset
347
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#update) - Update a Lake Dataset
348
348
 
349
349
  ### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
350
350
 
351
- * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) - Retrieve detailed metadata for Worker and Edge Nodes
352
- * [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#count) - Retrieve a count of Worker and Edge Nodes
351
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) - Get detailed metadata for Worker and Edge Nodes
352
+ * [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#count) - Get a count of Worker and Edge Nodes
353
353
 
354
354
  #### [nodes.summaries](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md)
355
355
 
356
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md#get) - Retrieve a summary of the Distributed deployment
356
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md#get) - Get a summary of the Distributed deployment
357
357
 
358
358
  ### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
359
359
 
360
360
  * [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - 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
- * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Update a Pack
363
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Upgrade a Pack
364
364
 
365
365
  ### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
366
366
 
@@ -381,7 +381,7 @@ with CriblControlPlane(
381
381
 
382
382
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#list) - List all Sources
383
383
  * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create) - Create a Source
384
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get) - Retrieve a Source
384
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get) - Get a Source
385
385
  * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update) - Update a Source
386
386
  * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#delete) - Delete a Source
387
387
 
@@ -390,36 +390,52 @@ with CriblControlPlane(
390
390
  * [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
391
391
  * [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
392
392
 
393
+
394
+ #### [system.settings.auth](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsauth/README.md)
395
+
396
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsauth/README.md#list) - Get authentication settings
397
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsauth/README.md#update) - Update authentication settings
398
+
399
+ #### [system.settings.cribl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md)
400
+
401
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#list) - Get Cribl system settings
402
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#update) - Update Cribl system settings
403
+
404
+ #### [system.settings.git](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsgit/README.md)
405
+
406
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsgit/README.md#list) - Get git settings
407
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsgit/README.md#update) - Update git settings
408
+
393
409
  ### [versions](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versions/README.md)
394
410
 
395
411
 
396
412
  #### [versions.branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md)
397
413
 
398
414
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md#list) - List all branches in the Git repository used for Cribl configuration
399
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md#get) - Retrieve the name of the Git branch that the Cribl configuration is checked out to
415
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md#get) - Get the name of the Git branch that the Cribl configuration is checked out to
400
416
 
401
417
  #### [versions.commits](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md)
402
418
 
403
419
  * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#create) - Create a new commit for pending changes to the Cribl configuration
404
- * [diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#diff) - Retrieve the diff for a commit
420
+ * [diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#diff) - Get the diff for a commit
405
421
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#list) - Get the commit history
406
- * [push](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#push) - Push a commit from the local repository to the remote repository
422
+ * [push](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#push) - Push local commits to the remote repository
407
423
  * [revert](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#revert) - Revert a commit in the local repository
408
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#get) - Retrieve the diff and log message for a commit
424
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#get) - Get the diff and log message for a commit
409
425
  * [undo](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#undo) - Discard uncommitted (staged) changes
410
426
 
411
427
  #### [versions.commits.files](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md)
412
428
 
413
- * [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#count) - Retrieve a count of files that changed since a commit
414
- * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#list) - Retrieve the names and statuses of files that changed since a commit
429
+ * [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#count) - Get a count of files that changed since a commit
430
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#list) - Get the names and statuses of files that changed since a commit
415
431
 
416
432
  #### [versions.configs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md)
417
433
 
418
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md#get) - Retrieve the configuration and status for the Git integration
434
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md#get) - Get the configuration and status for the Git integration
419
435
 
420
436
  #### [versions.statuses](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md)
421
437
 
422
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md#get) - Retrieve the status of the current working tree
438
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md#get) - Get the status of the current working tree
423
439
 
424
440
  </details>
425
441
  <!-- End Available Resources and Operations [operations] -->
@@ -637,7 +653,7 @@ with CriblControlPlane(
637
653
 
638
654
 
639
655
  **Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
640
- * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 61 methods.*
656
+ * [`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 67 methods.*
641
657
  * [`ResponseValidationError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
642
658
 
643
659
  </details>
@@ -1,7 +1,7 @@
1
1
 
2
2
  [project]
3
3
  name = "cribl-control-plane"
4
- version = "0.0.31"
4
+ version = "0.0.33"
5
5
  description = "Python Client SDK Generated by Speakeasy."
6
6
  authors = [{ name = "Speakeasy" },]
7
7
  readme = "README-PYPI.md"
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "cribl-control-plane"
6
- __version__: str = "0.0.31"
7
- __openapi_doc_version__: str = "4.14.0-alpha.1755671365329-001b451c"
8
- __gen_version__: str = "2.684.0"
9
- __user_agent__: str = "speakeasy-sdk/python 0.0.31 2.684.0 4.14.0-alpha.1755671365329-001b451c cribl-control-plane"
6
+ __version__: str = "0.0.33"
7
+ __openapi_doc_version__: str = "4.14.0-alpha.1755694175565-e2e7bfb9"
8
+ __gen_version__: str = "2.686.7"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.0.33 2.686.7 4.14.0-alpha.1755694175565-e2e7bfb9 cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -20,7 +20,7 @@ class Branches(BaseSDK):
20
20
  ) -> models.GetVersionBranchResponse:
21
21
  r"""List all branches in the Git repository used for Cribl configuration
22
22
 
23
- get the list of branches
23
+ Get a list of all branches in the Git repository used for Cribl configuration.
24
24
 
25
25
  :param retries: Override the default retry configuration for this method
26
26
  :param server_url: Override the default server URL for this method
@@ -100,7 +100,7 @@ class Branches(BaseSDK):
100
100
  ) -> models.GetVersionBranchResponse:
101
101
  r"""List all branches in the Git repository used for Cribl configuration
102
102
 
103
- get the list of branches
103
+ Get a list of all branches in the Git repository used for Cribl configuration.
104
104
 
105
105
  :param retries: Override the default retry configuration for this method
106
106
  :param server_url: Override the default server URL for this method
@@ -178,9 +178,9 @@ class Branches(BaseSDK):
178
178
  timeout_ms: Optional[int] = None,
179
179
  http_headers: Optional[Mapping[str, str]] = None,
180
180
  ) -> models.CurrentBranchResult:
181
- r"""Retrieve the name of the Git branch that the Cribl configuration is checked out to
181
+ r"""Get the name of the Git branch that the Cribl configuration is checked out to
182
182
 
183
- returns git branch that the config is checked out to, if any
183
+ Get the name of the Git branch that the Cribl configuration is checked out to. Useful for verifying the active configuration branch.
184
184
 
185
185
  :param retries: Override the default retry configuration for this method
186
186
  :param server_url: Override the default server URL for this method
@@ -258,9 +258,9 @@ class Branches(BaseSDK):
258
258
  timeout_ms: Optional[int] = None,
259
259
  http_headers: Optional[Mapping[str, str]] = None,
260
260
  ) -> models.CurrentBranchResult:
261
- r"""Retrieve the name of the Git branch that the Cribl configuration is checked out to
261
+ r"""Get the name of the Git branch that the Cribl configuration is checked out to
262
262
 
263
- returns git branch that the config is checked out to, if any
263
+ Get the name of the Git branch that the Cribl configuration is checked out to. Useful for verifying the active configuration branch.
264
264
 
265
265
  :param retries: Override the default retry configuration for this method
266
266
  :param server_url: Override the default server URL for this method
@@ -36,7 +36,7 @@ class Commits(BaseSDK):
36
36
  ) -> models.CreateVersionCommitResponse:
37
37
  r"""Create a new commit for pending changes to the Cribl configuration
38
38
 
39
- create a new commit containing the current configs the given log message describing the changes.
39
+ 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
40
 
41
41
  :param message:
42
42
  :param effective:
@@ -135,7 +135,7 @@ class Commits(BaseSDK):
135
135
  ) -> models.CreateVersionCommitResponse:
136
136
  r"""Create a new commit for pending changes to the Cribl configuration
137
137
 
138
- create a new commit containing the current configs the given log message describing the changes.
138
+ 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
139
 
140
140
  :param message:
141
141
  :param effective:
@@ -232,14 +232,14 @@ class Commits(BaseSDK):
232
232
  timeout_ms: Optional[int] = None,
233
233
  http_headers: Optional[Mapping[str, str]] = None,
234
234
  ) -> models.GetVersionDiffResponse:
235
- r"""Retrieve the diff for a commit
235
+ r"""Get the diff for a commit
236
236
 
237
- get the textual diff for given commit
237
+ Get the diff for a commit. Default is the latest commit (HEAD).
238
238
 
239
- :param commit: Commit hash (default is HEAD)
240
- :param group: Group ID
241
- :param filename: Filename
242
- :param diff_line_limit: Limit maximum lines in the diff
239
+ :param commit: The Git commit hash to get the diff for.
240
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to get the diff for.
241
+ :param filename: The relative path of the file to get the diff for.
242
+ :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
243
  :param retries: Override the default retry configuration for this method
244
244
  :param server_url: Override the default server URL for this method
245
245
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -328,14 +328,14 @@ class Commits(BaseSDK):
328
328
  timeout_ms: Optional[int] = None,
329
329
  http_headers: Optional[Mapping[str, str]] = None,
330
330
  ) -> models.GetVersionDiffResponse:
331
- r"""Retrieve the diff for a commit
331
+ r"""Get the diff for a commit
332
332
 
333
- get the textual diff for given commit
333
+ Get the diff for a commit. Default is the latest commit (HEAD).
334
334
 
335
- :param commit: Commit hash (default is HEAD)
336
- :param group: Group ID
337
- :param filename: Filename
338
- :param diff_line_limit: Limit maximum lines in the diff
335
+ :param commit: The Git commit hash to get the diff for.
336
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to get the diff for.
337
+ :param filename: The relative path of the file to get the diff for.
338
+ :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
339
  :param retries: Override the default retry configuration for this method
340
340
  :param server_url: Override the default server URL for this method
341
341
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -600,9 +600,9 @@ class Commits(BaseSDK):
600
600
  timeout_ms: Optional[int] = None,
601
601
  http_headers: Optional[Mapping[str, str]] = None,
602
602
  ) -> models.CreateVersionPushResponse:
603
- r"""Push a commit from the local repository to the remote repository
603
+ r"""Push local commits to the remote repository
604
604
 
605
- push the current configs to the remote repository.
605
+ Push all local commits from the local repository to the remote repository.
606
606
 
607
607
  :param retries: Override the default retry configuration for this method
608
608
  :param server_url: Override the default server URL for this method
@@ -680,9 +680,9 @@ class Commits(BaseSDK):
680
680
  timeout_ms: Optional[int] = None,
681
681
  http_headers: Optional[Mapping[str, str]] = None,
682
682
  ) -> models.CreateVersionPushResponse:
683
- r"""Push a commit from the local repository to the remote repository
683
+ r"""Push local commits to the remote repository
684
684
 
685
- push the current configs to the remote repository.
685
+ Push all local commits from the local repository to the remote repository.
686
686
 
687
687
  :param retries: Override the default retry configuration for this method
688
688
  :param server_url: Override the default server URL for this method
@@ -766,7 +766,7 @@ class Commits(BaseSDK):
766
766
  ) -> models.CreateVersionRevertResponse:
767
767
  r"""Revert a commit in the local repository
768
768
 
769
- revert a commit
769
+ Revert a commit in the local repository.
770
770
 
771
771
  :param commit:
772
772
  :param message:
@@ -867,7 +867,7 @@ class Commits(BaseSDK):
867
867
  ) -> models.CreateVersionRevertResponse:
868
868
  r"""Revert a commit in the local repository
869
869
 
870
- revert a commit
870
+ Revert a commit in the local repository.
871
871
 
872
872
  :param commit:
873
873
  :param message:
@@ -966,14 +966,14 @@ class Commits(BaseSDK):
966
966
  timeout_ms: Optional[int] = None,
967
967
  http_headers: Optional[Mapping[str, str]] = None,
968
968
  ) -> models.GetVersionShowResponse:
969
- r"""Retrieve the diff and log message for a commit
969
+ r"""Get the diff and log message for a commit
970
970
 
971
- get the log message and textual diff for given commit
971
+ Get the diff and log message for a commit. Default is the latest commit (HEAD).
972
972
 
973
- :param commit: Commit hash (default is HEAD)
974
- :param group: Group ID
975
- :param filename: Filename
976
- :param diff_line_limit: Limit maximum lines in the diff
973
+ :param commit: The Git commit hash to retrieve the diff and log message for.
974
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to get the diff and log message for.
975
+ :param filename: The relative path of the file to get the diff and log message for.
976
+ :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
977
  :param retries: Override the default retry configuration for this method
978
978
  :param server_url: Override the default server URL for this method
979
979
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1062,14 +1062,14 @@ class Commits(BaseSDK):
1062
1062
  timeout_ms: Optional[int] = None,
1063
1063
  http_headers: Optional[Mapping[str, str]] = None,
1064
1064
  ) -> models.GetVersionShowResponse:
1065
- r"""Retrieve the diff and log message for a commit
1065
+ r"""Get the diff and log message for a commit
1066
1066
 
1067
- get the log message and textual diff for given commit
1067
+ Get the diff and log message for a commit. Default is the latest commit (HEAD).
1068
1068
 
1069
- :param commit: Commit hash (default is HEAD)
1070
- :param group: Group ID
1071
- :param filename: Filename
1072
- :param diff_line_limit: Limit maximum lines in the diff
1069
+ :param commit: The Git commit hash to retrieve the diff and log message for.
1070
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to get the diff and log message for.
1071
+ :param filename: The relative path of the file to get the diff and log message for.
1072
+ :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
1073
  :param retries: Override the default retry configuration for this method
1074
1074
  :param server_url: Override the default server URL for this method
1075
1075
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1157,9 +1157,9 @@ class Commits(BaseSDK):
1157
1157
  ) -> models.CreateVersionUndoResponse:
1158
1158
  r"""Discard uncommitted (staged) changes
1159
1159
 
1160
- Discards all uncommitted (staged) configuration changes, resetting the working directory to the last committed state.
1160
+ 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
1161
 
1162
- :param group: Group ID
1162
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to undo the uncommited changes for.
1163
1163
  :param retries: Override the default retry configuration for this method
1164
1164
  :param server_url: Override the default server URL for this method
1165
1165
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1244,9 +1244,9 @@ class Commits(BaseSDK):
1244
1244
  ) -> models.CreateVersionUndoResponse:
1245
1245
  r"""Discard uncommitted (staged) changes
1246
1246
 
1247
- Discards all uncommitted (staged) configuration changes, resetting the working directory to the last committed state.
1247
+ 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
1248
 
1249
- :param group: Group ID
1249
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to undo the uncommited changes for.
1250
1250
  :param retries: Override the default retry configuration for this method
1251
1251
  :param server_url: Override the default server URL for this method
1252
1252
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds