cribl-control-plane 0.4.0b18__tar.gz → 0.4.0rc2__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.
Files changed (374) hide show
  1. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/PKG-INFO +29 -64
  2. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/README-PYPI.md +28 -62
  3. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/pyproject.toml +1 -2
  4. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_version.py +4 -4
  5. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/acl.py +2 -12
  6. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/basesdk.py +0 -6
  7. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/branches.py +4 -24
  8. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/commits.py +14 -84
  9. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/commits_files.py +16 -36
  10. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/configs_versions.py +2 -12
  11. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/destinations.py +10 -60
  12. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/destinations_pq.py +4 -24
  13. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/groups_sdk.py +16 -76
  14. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/health.py +2 -12
  15. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/hectokens.py +4 -36
  16. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/lakedatasets.py +10 -96
  17. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/__init__.py +0 -235
  18. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/addhectokenrequest.py +1 -7
  19. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/configgroup.py +1 -1
  20. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +2 -2
  21. cribl_control_plane-0.4.0rc2/src/cribl_control_plane/models/criblevent.py +14 -0
  22. cribl_control_plane-0.4.0rc2/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +21 -0
  23. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getversioncountop.py +3 -2
  24. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getversionfilesop.py +3 -2
  25. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/groupcreaterequest.py +1 -1
  26. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcloudflarehec.py +4 -9
  27. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputconfluentcloud.py +2 -4
  28. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -15
  29. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputkafka.py +2 -4
  30. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputmsk.py +2 -4
  31. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsnmp.py +7 -33
  32. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsplunkhec.py +4 -8
  33. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputwef.py +0 -23
  34. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputwiz.py +0 -95
  35. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputzscalerhec.py +4 -8
  36. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/masterworkerentry.py +2 -2
  37. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputcriblhttp.py +1 -1
  38. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputnetflow.py +0 -7
  39. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsplunklb.py +0 -10
  40. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/runnablejobcollection.py +72 -28
  41. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/runnablejobexecutor.py +40 -28
  42. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +40 -29
  43. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updatehectokenrequest.py +1 -7
  44. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/nodes.py +4 -24
  45. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/packs.py +12 -72
  46. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/pipelines.py +10 -60
  47. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/routes_sdk.py +8 -48
  48. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/samples.py +4 -24
  49. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/sdk.py +0 -3
  50. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/sources.py +10 -60
  51. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/statuses.py +2 -12
  52. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/summaries.py +2 -12
  53. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/teams.py +2 -12
  54. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/tokens.py +8 -28
  55. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/forms.py +10 -21
  56. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/queryparams.py +2 -14
  57. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/retries.py +5 -69
  58. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/unmarshal_json_response.py +1 -15
  59. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/versions_configs.py +2 -12
  60. cribl_control_plane-0.4.0b18/LICENSE +0 -201
  61. cribl_control_plane-0.4.0b18/src/cribl_control_plane/cribl.py +0 -495
  62. cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/backupssettings_union.py +0 -37
  63. cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/countedsystemsettingsconf.py +0 -20
  64. cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/createauthloginop.py +0 -18
  65. cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/criblevent.py +0 -29
  66. cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -80
  67. cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/piisettings_union.py +0 -31
  68. cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/rollbacksettings_union.py +0 -44
  69. cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/snisettings_union.py +0 -31
  70. cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/systemsettingsconf.py +0 -291
  71. cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/tlssettings_union.py +0 -43
  72. cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/upgradegroupsettings_union.py +0 -43
  73. cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/upgradepackageurls.py +0 -20
  74. cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/upgradesettings.py +0 -38
  75. cribl_control_plane-0.4.0b18/src/cribl_control_plane/settings.py +0 -20
  76. cribl_control_plane-0.4.0b18/src/cribl_control_plane/system_sdk.py +0 -20
  77. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/py.typed +0 -0
  78. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/__init__.py +0 -0
  79. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  80. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
  81. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_hooks/registration.py +0 -0
  82. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  83. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_hooks/types.py +0 -0
  84. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/auth_sdk.py +0 -0
  85. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/__init__.py +0 -0
  86. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/apierror.py +0 -0
  87. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  88. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/error.py +0 -0
  89. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/healthserverstatus_error.py +0 -0
  90. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  91. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  92. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/groups_configs.py +0 -0
  93. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/httpclient.py +0 -0
  94. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/authtoken.py +0 -0
  95. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/branchinfo.py +0 -0
  96. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/cacheconnection.py +0 -0
  97. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
  98. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/cloudprovider.py +0 -0
  99. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/commit.py +0 -0
  100. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
  101. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
  102. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedbranchinfo.py +0 -0
  103. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedconfiggroup.py +0 -0
  104. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedcribllakedataset.py +0 -0
  105. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/counteddistributedsummary.py +0 -0
  106. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitcommitsummary.py +0 -0
  107. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitcountresult.py +0 -0
  108. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitdiffresult.py +0 -0
  109. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitfilesresponse.py +0 -0
  110. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitinfo.py +0 -0
  111. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitlogresult.py +0 -0
  112. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitrevertresult.py +0 -0
  113. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitshowresult.py +0 -0
  114. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitstatusresult.py +0 -0
  115. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedinput.py +0 -0
  116. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedinputsplunkhec.py +0 -0
  117. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedjobinfo.py +0 -0
  118. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedmasterworkerentry.py +0 -0
  119. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countednumber.py +0 -0
  120. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedobject.py +0 -0
  121. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedoutput.py +0 -0
  122. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedoutputsamplesresponse.py +0 -0
  123. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedoutputtestresponse.py +0 -0
  124. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedpackinfo.py +0 -0
  125. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedpackinstallinfo.py +0 -0
  126. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedpipeline.py +0 -0
  127. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedroutes.py +0 -0
  128. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedstring.py +0 -0
  129. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedteamaccesscontrollist.py +0 -0
  130. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/counteduseraccesscontrollist.py +0 -0
  131. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
  132. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
  133. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
  134. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
  135. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
  136. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
  137. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createversionundoop.py +0 -0
  138. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/cribllakedataset.py +1 -1
  139. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/cribllakedatasetupdate.py +1 -1
  140. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
  141. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
  142. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
  143. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
  144. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
  145. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
  146. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
  147. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
  148. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
  149. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
  150. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deployrequest.py +0 -0
  151. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
  152. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/difffiles.py +0 -0
  153. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/diffline.py +0 -0
  154. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/difflinecontext.py +0 -0
  155. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/difflinedelete.py +0 -0
  156. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/difflineinsert.py +0 -0
  157. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/distributedsummary.py +0 -0
  158. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
  159. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
  160. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
  161. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
  162. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
  163. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
  164. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
  165. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
  166. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
  167. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
  168. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
  169. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getpacksop.py +0 -0
  170. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
  171. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
  172. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getsummaryop.py +0 -0
  173. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
  174. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getversionop.py +0 -0
  175. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getversionshowop.py +0 -0
  176. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
  177. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
  178. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
  179. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitcountresult.py +0 -0
  180. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
  181. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitfile.py +0 -0
  182. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
  183. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitinfo.py +0 -0
  184. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitlogresult.py +0 -0
  185. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
  186. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
  187. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitshowresult.py +0 -0
  188. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
  189. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/hbcriblinfo.py +2 -2
  190. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
  191. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/healthserverstatus.py +0 -0
  192. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
  193. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/input.py +0 -0
  194. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputappscope.py +0 -0
  195. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputazureblob.py +0 -0
  196. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcollection.py +0 -0
  197. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcribl.py +0 -0
  198. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
  199. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
  200. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
  201. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
  202. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
  203. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputdatagen.py +0 -0
  204. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
  205. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputelastic.py +0 -0
  206. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputeventhub.py +0 -0
  207. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputexec.py +0 -0
  208. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputfile.py +0 -0
  209. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputfirehose.py +0 -0
  210. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
  211. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputgrafana.py +0 -0
  212. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputhttp.py +0 -0
  213. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
  214. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
  215. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputkinesis.py +0 -0
  216. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
  217. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
  218. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
  219. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputloki.py +0 -0
  220. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputmetrics.py +0 -0
  221. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
  222. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputnetflow.py +0 -0
  223. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
  224. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
  225. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
  226. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
  227. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputprometheus.py +0 -0
  228. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
  229. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputrawudp.py +0 -0
  230. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputs3.py +0 -0
  231. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
  232. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
  233. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsplunk.py +0 -0
  234. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
  235. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsqs.py +0 -0
  236. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsyslog.py +0 -0
  237. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
  238. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
  239. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputtcp.py +0 -0
  240. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
  241. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
  242. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
  243. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputwizwebhook.py +0 -0
  244. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/jobinfo.py +0 -0
  245. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/jobstatus.py +0 -0
  246. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/lakedatasetmetrics.py +0 -0
  247. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
  248. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
  249. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
  250. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
  251. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/logininfo.py +0 -0
  252. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
  253. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
  254. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
  255. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
  256. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
  257. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
  258. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outpostnodeinfo.py +0 -0
  259. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/output.py +0 -0
  260. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputazureblob.py +0 -0
  261. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
  262. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
  263. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
  264. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputchronicle.py +0 -0
  265. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
  266. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputcloudflarer2.py +0 -0
  267. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
  268. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
  269. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputcribllake.py +0 -0
  270. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
  271. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
  272. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdatabricks.py +0 -0
  273. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdatadog.py +0 -0
  274. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdataset.py +0 -0
  275. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdefault.py +0 -0
  276. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  277. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
  278. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdls3.py +0 -0
  279. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
  280. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
  281. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputelastic.py +0 -0
  282. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
  283. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputexabeam.py +0 -0
  284. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
  285. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
  286. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
  287. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
  288. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
  289. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
  290. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputgraphite.py +0 -0
  291. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
  292. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
  293. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
  294. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputkafka.py +0 -0
  295. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputkinesis.py +0 -0
  296. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputloki.py +0 -0
  297. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputmicrosoftfabric.py +0 -0
  298. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputminio.py +0 -0
  299. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputmsk.py +0 -0
  300. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
  301. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
  302. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
  303. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputprometheus.py +0 -0
  304. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputring.py +0 -0
  305. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputrouter.py +0 -0
  306. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputs3.py +0 -0
  307. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  308. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
  309. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsentinel.py +0 -0
  310. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
  311. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputservicenow.py +0 -0
  312. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
  313. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  314. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsns.py +0 -0
  315. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsplunk.py +0 -0
  316. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
  317. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsqs.py +0 -0
  318. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputstatsd.py +0 -0
  319. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
  320. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsumologic.py +0 -0
  321. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsyslog.py +0 -0
  322. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
  323. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  324. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  325. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputwavefront.py +0 -0
  326. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputwebhook.py +0 -0
  327. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputxsiam.py +0 -0
  328. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/packinfo.py +0 -0
  329. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
  330. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
  331. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
  332. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/pipeline.py +0 -0
  333. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
  334. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/productscore.py +0 -0
  335. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/rbacresource.py +0 -0
  336. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
  337. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/routeconf.py +0 -0
  338. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/routes.py +0 -0
  339. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/routesroute.py +0 -0
  340. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/runnablejob.py +0 -0
  341. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
  342. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/security.py +0 -0
  343. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
  344. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
  345. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
  346. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
  347. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
  348. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
  349. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
  350. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
  351. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updatepacksop.py +0 -0
  352. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
  353. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
  354. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/uploadpackresponse.py +0 -0
  355. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
  356. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/workertypes.py +0 -0
  357. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/py.typed +0 -0
  358. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  359. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/types/__init__.py +0 -0
  360. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/types/basemodel.py +0 -0
  361. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/__init__.py +0 -0
  362. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/annotations.py +0 -0
  363. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/datetimes.py +0 -0
  364. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/enums.py +0 -0
  365. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
  366. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/headers.py +0 -0
  367. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/logger.py +0 -0
  368. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/metadata.py +0 -0
  369. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  370. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/security.py +0 -0
  371. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/serializers.py +0 -0
  372. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/url.py +0 -0
  373. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/values.py +0 -0
  374. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/versions.py +0 -0
@@ -1,8 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cribl-control-plane
3
- Version: 0.4.0b18
3
+ Version: 0.4.0rc2
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
- License-File: LICENSE
6
5
  Author: Speakeasy
7
6
  Requires-Python: >=3.9.2
8
7
  Classifier: Programming Language :: Python :: 3
@@ -18,11 +17,20 @@ Project-URL: Repository, https://github.com/criblio/cribl_control_plane_sdk_pyth
18
17
  Description-Content-Type: text/markdown
19
18
 
20
19
  # cribl_control_plane_sdk_python
21
- <!-- Start Summary [summary] -->
22
- ## Summary
23
20
 
24
- Cribl API Reference: This API Reference lists available REST endpoints, along with their supported operations for accessing, creating, updating, or deleting resources. See our complementary product documentation at [docs.cribl.io](http://docs.cribl.io).
25
- <!-- End Summary [summary] -->
21
+ The Cribl Python SDK for the control plane provides operational control over Cribl resources and helps streamline the process of integrating with Cribl.
22
+
23
+ In addition to the usage examples in this repository, the Cribl documentation includes [code examples for common use cases](https://docs.cribl.io/cribl-as-code/code-examples).
24
+
25
+ Complementary API reference documentation is available at https://docs.cribl.io/cribl-as-code/api-reference. Product documentation is available at https://docs.cribl.io.
26
+
27
+ > [!IMPORTANT]
28
+ > **Preview Feature**
29
+ > The Cribl SDKs are Preview features that are still being developed. We do not recommend using them in a production environment, because the features might not be fully tested or optimized for performance, and related documentation could be incomplete.
30
+ >
31
+ > Please continue to submit feedback through normal Cribl support channels, but assistance might be limited while the features remain in Preview.
32
+
33
+ <!-- No Summary [summary] -->
26
34
 
27
35
  <!-- Start Table of Contents [toc] -->
28
36
  ## Table of Contents
@@ -242,9 +250,14 @@ asyncio.run(main())
242
250
  ```
243
251
  <!-- End SDK Example Usage [usage] -->
244
252
 
245
- <!-- Start Authentication [security] -->
246
253
  ## Authentication
247
254
 
255
+ Except for the `health.get` and `auth.tokens.get` methods, all Cribl SDK requests require you to authenticate with a Bearer token. You must include a valid Bearer token in the configuration when initializing your SDK client. The Bearer token verifies your identity and ensures secure access to the requested resources. The SDK automatically manages the `Authorization` header for subsequent requests once properly authenticated.
256
+
257
+ For information about Bearer token expiration, see [Token Management](https://docs.cribl.io/cribl-as-code/sdks-auth/#sdks-token-mgmt) in the Cribl as Code documentation.
258
+
259
+ **Authentication happens once during SDK initialization**. After you initialize the SDK client with authentication as shown in the [authentication examples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#authentication-examples), the SDK automatically handles authentication for all subsequent API calls. You do not need to include authentication parameters in individual API requests. The [SDK Example Usage](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#sdk-example-usage) section shows how to initialize the SDK and make API calls, but if you've properly initialized your client as shown in the authentication examples, you only need to make the API method calls themselves without re-initializing.
260
+
248
261
  ### Per-Client Security Schemes
249
262
 
250
263
  This SDK supports the following security schemes globally:
@@ -254,62 +267,19 @@ This SDK supports the following security schemes globally:
254
267
  | `bearer_auth` | http | HTTP Bearer | `CRIBLCONTROLPLANE_BEARER_AUTH` |
255
268
  | `client_oauth` | oauth2 | OAuth2 token | `CRIBLCONTROLPLANE_CLIENT_OAUTH` |
256
269
 
257
- You can set the security parameters through the `security` optional parameter when initializing the SDK client instance. The selected scheme will be used by default to authenticate with the API for all operations that support it. For example:
258
- ```python
259
- from cribl_control_plane import CriblControlPlane, models
260
- import os
270
+ To configure authentication on Cribl.Cloud and in hybrid deployments, use the `client_oauth` security scheme. The SDK uses the OAuth credentials that you provide to obtain a Bearer token and refresh the token within its expiration window using the standard OAuth2 flow.
261
271
 
272
+ In on-prem deployments, use the `bearer_auth` security scheme. The SDK uses the username/password credentials that you provide to obtain a Bearer token. Automatically refreshing the Bearer token within its expiration window requires a callback function as shown in the [On-Prem Authentication Example](https://github.com/criblio/cribl_control_plane_sdk_python/blob/main/examples/example_onprem_auth.py).
262
273
 
263
- with CriblControlPlane(
264
- server_url="https://api.example.com",
265
- security=models.Security(
266
- bearer_auth=os.getenv("CRIBLCONTROLPLANE_BEARER_AUTH", ""),
267
- ),
268
- ) as ccp_client:
274
+ Set the security scheme through the `security` optional parameter when initializing the SDK client instance. The SDK uses the selected scheme by default to authenticate with the API for all operations that support it.
269
275
 
270
- res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
271
- "<value 1>",
272
- "<value 2>",
273
- ], bucket_name="<value>", cache_connection={
274
- "accelerated_fields": [
275
- "<value 1>",
276
- "<value 2>",
277
- ],
278
- "backfill_status": models.CacheConnectionBackfillStatus.PENDING,
279
- "cache_ref": "<value>",
280
- "created_at": 7795.06,
281
- "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
282
- "migration_query_id": "<id>",
283
- "retention_in_days": 1466.58,
284
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
285
- "current_size_bytes": 6170.04,
286
- "metrics_date": "<value>",
287
- }, retention_period_in_days=456.37, search_config={
288
- "datatypes": [
289
- "<value 1>",
290
- ],
291
- "metadata": {
292
- "earliest": "<value>",
293
- "enable_acceleration": True,
294
- "field_list": [
295
- "<value 1>",
296
- "<value 2>",
297
- ],
298
- "latest_run_info": {
299
- "earliest_scanned_time": 4334.7,
300
- "finished_at": 6811.22,
301
- "latest_scanned_time": 5303.3,
302
- "object_count": 9489.04,
303
- },
304
- "scan_mode": models.ScanMode.DETAILED,
305
- },
306
- }, storage_location_id="<id>", view_name="<value>")
276
+ ### Authentication Examples
307
277
 
308
- # Handle response
309
- print(res)
278
+ The [Cribl.Cloud and Hybrid Authentication Example](https://github.com/criblio/cribl_control_plane_sdk_python/blob/main/examples/example_cloud_auth.py) demonstrates how to configure authentication on Cribl.Cloud and in hybrid deployments. To obtain the Client ID and Client Secret you'll need to initialize using the `client_oauth` security schema, follow the [instructions for creating an API Credential](https://docs.cribl.io/cribl-as-code/sdks-auth/#sdks-auth-cloud) in the Cribl as Code documentation.
310
279
 
311
- ```
312
- <!-- End Authentication [security] -->
280
+ The [On-Prem Authentication Example](https://github.com/criblio/cribl_control_plane_sdk_python/blob/main/examples/example_onprem_auth.py) demonstrates how to configure authentication in on-prem deployments using your username and password.
281
+
282
+ <!-- No Authentication [security] -->
313
283
 
314
284
  <!-- Start Available Resources and Operations [operations] -->
315
285
  ## Available Resources and Operations
@@ -418,11 +388,6 @@ with CriblControlPlane(
418
388
  * [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
419
389
  * [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
420
390
 
421
- #### [system.settings.cribl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md)
422
-
423
- * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#list) - Get Cribl system settings
424
- * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#update) - Update Cribl system settings
425
-
426
391
  #### [versions.branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md)
427
392
 
428
393
  * [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
@@ -706,7 +671,7 @@ with CriblControlPlane(
706
671
 
707
672
 
708
673
  **Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
709
- * [`HealthServerStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthserverstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 65 methods.*
674
+ * [`HealthServerStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthserverstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 63 methods.*
710
675
  * [`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.
711
676
 
712
677
  </details>
@@ -1,9 +1,18 @@
1
1
  # cribl_control_plane_sdk_python
2
- <!-- Start Summary [summary] -->
3
- ## Summary
4
2
 
5
- Cribl API Reference: This API Reference lists available REST endpoints, along with their supported operations for accessing, creating, updating, or deleting resources. See our complementary product documentation at [docs.cribl.io](http://docs.cribl.io).
6
- <!-- End Summary [summary] -->
3
+ The Cribl Python SDK for the control plane provides operational control over Cribl resources and helps streamline the process of integrating with Cribl.
4
+
5
+ In addition to the usage examples in this repository, the Cribl documentation includes [code examples for common use cases](https://docs.cribl.io/cribl-as-code/code-examples).
6
+
7
+ Complementary API reference documentation is available at https://docs.cribl.io/cribl-as-code/api-reference. Product documentation is available at https://docs.cribl.io.
8
+
9
+ > [!IMPORTANT]
10
+ > **Preview Feature**
11
+ > The Cribl SDKs are Preview features that are still being developed. We do not recommend using them in a production environment, because the features might not be fully tested or optimized for performance, and related documentation could be incomplete.
12
+ >
13
+ > Please continue to submit feedback through normal Cribl support channels, but assistance might be limited while the features remain in Preview.
14
+
15
+ <!-- No Summary [summary] -->
7
16
 
8
17
  <!-- Start Table of Contents [toc] -->
9
18
  ## Table of Contents
@@ -223,9 +232,14 @@ asyncio.run(main())
223
232
  ```
224
233
  <!-- End SDK Example Usage [usage] -->
225
234
 
226
- <!-- Start Authentication [security] -->
227
235
  ## Authentication
228
236
 
237
+ Except for the `health.get` and `auth.tokens.get` methods, all Cribl SDK requests require you to authenticate with a Bearer token. You must include a valid Bearer token in the configuration when initializing your SDK client. The Bearer token verifies your identity and ensures secure access to the requested resources. The SDK automatically manages the `Authorization` header for subsequent requests once properly authenticated.
238
+
239
+ For information about Bearer token expiration, see [Token Management](https://docs.cribl.io/cribl-as-code/sdks-auth/#sdks-token-mgmt) in the Cribl as Code documentation.
240
+
241
+ **Authentication happens once during SDK initialization**. After you initialize the SDK client with authentication as shown in the [authentication examples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#authentication-examples), the SDK automatically handles authentication for all subsequent API calls. You do not need to include authentication parameters in individual API requests. The [SDK Example Usage](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#sdk-example-usage) section shows how to initialize the SDK and make API calls, but if you've properly initialized your client as shown in the authentication examples, you only need to make the API method calls themselves without re-initializing.
242
+
229
243
  ### Per-Client Security Schemes
230
244
 
231
245
  This SDK supports the following security schemes globally:
@@ -235,62 +249,19 @@ This SDK supports the following security schemes globally:
235
249
  | `bearer_auth` | http | HTTP Bearer | `CRIBLCONTROLPLANE_BEARER_AUTH` |
236
250
  | `client_oauth` | oauth2 | OAuth2 token | `CRIBLCONTROLPLANE_CLIENT_OAUTH` |
237
251
 
238
- You can set the security parameters through the `security` optional parameter when initializing the SDK client instance. The selected scheme will be used by default to authenticate with the API for all operations that support it. For example:
239
- ```python
240
- from cribl_control_plane import CriblControlPlane, models
241
- import os
252
+ To configure authentication on Cribl.Cloud and in hybrid deployments, use the `client_oauth` security scheme. The SDK uses the OAuth credentials that you provide to obtain a Bearer token and refresh the token within its expiration window using the standard OAuth2 flow.
242
253
 
254
+ In on-prem deployments, use the `bearer_auth` security scheme. The SDK uses the username/password credentials that you provide to obtain a Bearer token. Automatically refreshing the Bearer token within its expiration window requires a callback function as shown in the [On-Prem Authentication Example](https://github.com/criblio/cribl_control_plane_sdk_python/blob/main/examples/example_onprem_auth.py).
243
255
 
244
- with CriblControlPlane(
245
- server_url="https://api.example.com",
246
- security=models.Security(
247
- bearer_auth=os.getenv("CRIBLCONTROLPLANE_BEARER_AUTH", ""),
248
- ),
249
- ) as ccp_client:
256
+ Set the security scheme through the `security` optional parameter when initializing the SDK client instance. The SDK uses the selected scheme by default to authenticate with the API for all operations that support it.
250
257
 
251
- res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
252
- "<value 1>",
253
- "<value 2>",
254
- ], bucket_name="<value>", cache_connection={
255
- "accelerated_fields": [
256
- "<value 1>",
257
- "<value 2>",
258
- ],
259
- "backfill_status": models.CacheConnectionBackfillStatus.PENDING,
260
- "cache_ref": "<value>",
261
- "created_at": 7795.06,
262
- "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
263
- "migration_query_id": "<id>",
264
- "retention_in_days": 1466.58,
265
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
266
- "current_size_bytes": 6170.04,
267
- "metrics_date": "<value>",
268
- }, retention_period_in_days=456.37, search_config={
269
- "datatypes": [
270
- "<value 1>",
271
- ],
272
- "metadata": {
273
- "earliest": "<value>",
274
- "enable_acceleration": True,
275
- "field_list": [
276
- "<value 1>",
277
- "<value 2>",
278
- ],
279
- "latest_run_info": {
280
- "earliest_scanned_time": 4334.7,
281
- "finished_at": 6811.22,
282
- "latest_scanned_time": 5303.3,
283
- "object_count": 9489.04,
284
- },
285
- "scan_mode": models.ScanMode.DETAILED,
286
- },
287
- }, storage_location_id="<id>", view_name="<value>")
258
+ ### Authentication Examples
288
259
 
289
- # Handle response
290
- print(res)
260
+ The [Cribl.Cloud and Hybrid Authentication Example](https://github.com/criblio/cribl_control_plane_sdk_python/blob/main/examples/example_cloud_auth.py) demonstrates how to configure authentication on Cribl.Cloud and in hybrid deployments. To obtain the Client ID and Client Secret you'll need to initialize using the `client_oauth` security schema, follow the [instructions for creating an API Credential](https://docs.cribl.io/cribl-as-code/sdks-auth/#sdks-auth-cloud) in the Cribl as Code documentation.
291
261
 
292
- ```
293
- <!-- End Authentication [security] -->
262
+ The [On-Prem Authentication Example](https://github.com/criblio/cribl_control_plane_sdk_python/blob/main/examples/example_onprem_auth.py) demonstrates how to configure authentication in on-prem deployments using your username and password.
263
+
264
+ <!-- No Authentication [security] -->
294
265
 
295
266
  <!-- Start Available Resources and Operations [operations] -->
296
267
  ## Available Resources and Operations
@@ -399,11 +370,6 @@ with CriblControlPlane(
399
370
  * [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
400
371
  * [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
401
372
 
402
- #### [system.settings.cribl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md)
403
-
404
- * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#list) - Get Cribl system settings
405
- * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#update) - Update Cribl system settings
406
-
407
373
  #### [versions.branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md)
408
374
 
409
375
  * [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
@@ -687,7 +653,7 @@ with CriblControlPlane(
687
653
 
688
654
 
689
655
  **Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
690
- * [`HealthServerStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthserverstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 65 methods.*
656
+ * [`HealthServerStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthserverstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 63 methods.*
691
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.
692
658
 
693
659
  </details>
@@ -1,7 +1,7 @@
1
1
 
2
2
  [project]
3
3
  name = "cribl-control-plane"
4
- version = "0.4.0b18"
4
+ version = "0.4.0rc2"
5
5
  description = "Python Client SDK Generated by Speakeasy."
6
6
  authors = [{ name = "Speakeasy" },]
7
7
  readme = "README-PYPI.md"
@@ -28,7 +28,6 @@ in-project = true
28
28
  [tool.poetry.group.dev.dependencies]
29
29
  mypy = "==1.15.0"
30
30
  pylint = "==3.2.3"
31
- pyright = "==1.1.398"
32
31
 
33
32
  [build-system]
34
33
  requires = ["poetry-core"]
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "cribl-control-plane"
6
- __version__: str = "0.4.0b18"
7
- __openapi_doc_version__: str = "4.16.0-alpha.1765234963760-e3e85e6f"
8
- __gen_version__: str = "2.767.2"
9
- __user_agent__: str = "speakeasy-sdk/python 0.4.0b18 2.767.2 4.16.0-alpha.1765234963760-e3e85e6f cribl-control-plane"
6
+ __version__: str = "0.4.0rc2"
7
+ __openapi_doc_version__: str = "4.16.0-alpha.1763640448660-89844071"
8
+ __gen_version__: str = "2.743.2"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.4.0rc2 2.743.2 4.16.0-alpha.1763640448660-89844071 cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -76,21 +76,16 @@ class ACL(BaseSDK):
76
76
  accept_header_value="application/json",
77
77
  http_headers=http_headers,
78
78
  security=self.sdk_configuration.security,
79
- allow_empty_value=None,
80
79
  timeout_ms=timeout_ms,
81
80
  )
82
81
 
83
82
  if retries == UNSET:
84
83
  if self.sdk_configuration.retry_config is not UNSET:
85
84
  retries = self.sdk_configuration.retry_config
86
- else:
87
- retries = utils.RetryConfig(
88
- "backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
89
- )
90
85
 
91
86
  retry_config = None
92
87
  if isinstance(retries, utils.RetryConfig):
93
- retry_config = (retries, ["429"])
88
+ retry_config = (retries, ["429", "500", "502", "503", "504"])
94
89
 
95
90
  http_res = self.do_request(
96
91
  hook_ctx=HookContext(
@@ -176,21 +171,16 @@ class ACL(BaseSDK):
176
171
  accept_header_value="application/json",
177
172
  http_headers=http_headers,
178
173
  security=self.sdk_configuration.security,
179
- allow_empty_value=None,
180
174
  timeout_ms=timeout_ms,
181
175
  )
182
176
 
183
177
  if retries == UNSET:
184
178
  if self.sdk_configuration.retry_config is not UNSET:
185
179
  retries = self.sdk_configuration.retry_config
186
- else:
187
- retries = utils.RetryConfig(
188
- "backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
189
- )
190
180
 
191
181
  retry_config = None
192
182
  if isinstance(retries, utils.RetryConfig):
193
- retry_config = (retries, ["429"])
183
+ retry_config = (retries, ["429", "500", "502", "503", "504"])
194
184
 
195
185
  http_res = await self.do_request_async(
196
186
  hook_ctx=HookContext(
@@ -64,7 +64,6 @@ class BaseSDK:
64
64
  ] = None,
65
65
  url_override: Optional[str] = None,
66
66
  http_headers: Optional[Mapping[str, str]] = None,
67
- allow_empty_value: Optional[List[str]] = None,
68
67
  ) -> httpx.Request:
69
68
  client = self.sdk_configuration.async_client
70
69
  return self._build_request_with_client(
@@ -85,7 +84,6 @@ class BaseSDK:
85
84
  get_serialized_body,
86
85
  url_override,
87
86
  http_headers,
88
- allow_empty_value,
89
87
  )
90
88
 
91
89
  def _build_request(
@@ -108,7 +106,6 @@ class BaseSDK:
108
106
  ] = None,
109
107
  url_override: Optional[str] = None,
110
108
  http_headers: Optional[Mapping[str, str]] = None,
111
- allow_empty_value: Optional[List[str]] = None,
112
109
  ) -> httpx.Request:
113
110
  client = self.sdk_configuration.client
114
111
  return self._build_request_with_client(
@@ -129,7 +126,6 @@ class BaseSDK:
129
126
  get_serialized_body,
130
127
  url_override,
131
128
  http_headers,
132
- allow_empty_value,
133
129
  )
134
130
 
135
131
  def _build_request_with_client(
@@ -153,7 +149,6 @@ class BaseSDK:
153
149
  ] = None,
154
150
  url_override: Optional[str] = None,
155
151
  http_headers: Optional[Mapping[str, str]] = None,
156
- allow_empty_value: Optional[List[str]] = None,
157
152
  ) -> httpx.Request:
158
153
  query_params = {}
159
154
 
@@ -169,7 +164,6 @@ class BaseSDK:
169
164
  query_params = utils.get_query_params(
170
165
  request if request_has_query_params else None,
171
166
  _globals if request_has_query_params else None,
172
- allow_empty_value,
173
167
  )
174
168
  else:
175
169
  # Pick up the query parameter from the override so they can be
@@ -49,21 +49,16 @@ class Branches(BaseSDK):
49
49
  accept_header_value="application/json",
50
50
  http_headers=http_headers,
51
51
  security=self.sdk_configuration.security,
52
- allow_empty_value=None,
53
52
  timeout_ms=timeout_ms,
54
53
  )
55
54
 
56
55
  if retries == UNSET:
57
56
  if self.sdk_configuration.retry_config is not UNSET:
58
57
  retries = self.sdk_configuration.retry_config
59
- else:
60
- retries = utils.RetryConfig(
61
- "backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
62
- )
63
58
 
64
59
  retry_config = None
65
60
  if isinstance(retries, utils.RetryConfig):
66
- retry_config = (retries, ["429"])
61
+ retry_config = (retries, ["429", "500", "502", "503", "504"])
67
62
 
68
63
  http_res = self.do_request(
69
64
  hook_ctx=HookContext(
@@ -134,21 +129,16 @@ class Branches(BaseSDK):
134
129
  accept_header_value="application/json",
135
130
  http_headers=http_headers,
136
131
  security=self.sdk_configuration.security,
137
- allow_empty_value=None,
138
132
  timeout_ms=timeout_ms,
139
133
  )
140
134
 
141
135
  if retries == UNSET:
142
136
  if self.sdk_configuration.retry_config is not UNSET:
143
137
  retries = self.sdk_configuration.retry_config
144
- else:
145
- retries = utils.RetryConfig(
146
- "backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
147
- )
148
138
 
149
139
  retry_config = None
150
140
  if isinstance(retries, utils.RetryConfig):
151
- retry_config = (retries, ["429"])
141
+ retry_config = (retries, ["429", "500", "502", "503", "504"])
152
142
 
153
143
  http_res = await self.do_request_async(
154
144
  hook_ctx=HookContext(
@@ -219,21 +209,16 @@ class Branches(BaseSDK):
219
209
  accept_header_value="application/json",
220
210
  http_headers=http_headers,
221
211
  security=self.sdk_configuration.security,
222
- allow_empty_value=None,
223
212
  timeout_ms=timeout_ms,
224
213
  )
225
214
 
226
215
  if retries == UNSET:
227
216
  if self.sdk_configuration.retry_config is not UNSET:
228
217
  retries = self.sdk_configuration.retry_config
229
- else:
230
- retries = utils.RetryConfig(
231
- "backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
232
- )
233
218
 
234
219
  retry_config = None
235
220
  if isinstance(retries, utils.RetryConfig):
236
- retry_config = (retries, ["429"])
221
+ retry_config = (retries, ["429", "500", "502", "503", "504"])
237
222
 
238
223
  http_res = self.do_request(
239
224
  hook_ctx=HookContext(
@@ -304,21 +289,16 @@ class Branches(BaseSDK):
304
289
  accept_header_value="application/json",
305
290
  http_headers=http_headers,
306
291
  security=self.sdk_configuration.security,
307
- allow_empty_value=None,
308
292
  timeout_ms=timeout_ms,
309
293
  )
310
294
 
311
295
  if retries == UNSET:
312
296
  if self.sdk_configuration.retry_config is not UNSET:
313
297
  retries = self.sdk_configuration.retry_config
314
- else:
315
- retries = utils.RetryConfig(
316
- "backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
317
- )
318
298
 
319
299
  retry_config = None
320
300
  if isinstance(retries, utils.RetryConfig):
321
- retry_config = (retries, ["429"])
301
+ retry_config = (retries, ["429", "500", "502", "503", "504"])
322
302
 
323
303
  http_res = await self.do_request_async(
324
304
  hook_ctx=HookContext(