cribl-control-plane 0.4.0b18__tar.gz → 0.4.0rc16__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 (373) hide show
  1. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/PKG-INFO +28 -57
  2. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/README-PYPI.md +27 -56
  3. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/pyproject.toml +1 -1
  4. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/_version.py +5 -3
  5. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/commits_files.py +12 -12
  6. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/cribl.py +6 -14
  7. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/groups_sdk.py +4 -4
  8. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/hectokens.py +0 -12
  9. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/lakedatasets.py +0 -36
  10. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/addhectokenrequest.py +1 -7
  11. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +2 -2
  12. cribl_control_plane-0.4.0rc16/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +21 -0
  13. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getversioncountop.py +3 -2
  14. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getversionfilesop.py +3 -2
  15. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputcriblhttp.py +1 -1
  16. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputnetflow.py +0 -7
  17. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/runnablejobcollection.py +8 -28
  18. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/runnablejobexecutor.py +8 -28
  19. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +8 -29
  20. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/systemsettingsconf.py +3 -5
  21. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/updatehectokenrequest.py +1 -7
  22. cribl_control_plane-0.4.0b18/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -80
  23. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/LICENSE +0 -0
  24. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/py.typed +0 -0
  25. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/__init__.py +0 -0
  26. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  27. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
  28. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/_hooks/registration.py +0 -0
  29. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  30. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/_hooks/types.py +0 -0
  31. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/acl.py +0 -0
  32. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/auth_sdk.py +0 -0
  33. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/basesdk.py +0 -0
  34. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/branches.py +0 -0
  35. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/commits.py +0 -0
  36. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/configs_versions.py +0 -0
  37. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/destinations.py +0 -0
  38. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/destinations_pq.py +0 -0
  39. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/errors/__init__.py +0 -0
  40. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/errors/apierror.py +0 -0
  41. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  42. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/errors/error.py +0 -0
  43. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/errors/healthserverstatus_error.py +0 -0
  44. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  45. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  46. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/groups_configs.py +0 -0
  47. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/health.py +0 -0
  48. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/httpclient.py +0 -0
  49. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/__init__.py +0 -0
  50. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/authtoken.py +0 -0
  51. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/backupssettings_union.py +0 -0
  52. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/branchinfo.py +0 -0
  53. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/cacheconnection.py +0 -0
  54. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
  55. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/cloudprovider.py +0 -0
  56. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/commit.py +0 -0
  57. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/configgroup.py +0 -0
  58. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
  59. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
  60. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedbranchinfo.py +0 -0
  61. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedconfiggroup.py +0 -0
  62. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedcribllakedataset.py +0 -0
  63. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/counteddistributedsummary.py +0 -0
  64. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedgitcommitsummary.py +0 -0
  65. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedgitcountresult.py +0 -0
  66. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedgitdiffresult.py +0 -0
  67. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedgitfilesresponse.py +0 -0
  68. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedgitinfo.py +0 -0
  69. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedgitlogresult.py +0 -0
  70. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedgitrevertresult.py +0 -0
  71. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedgitshowresult.py +0 -0
  72. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedgitstatusresult.py +0 -0
  73. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedinput.py +0 -0
  74. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedinputsplunkhec.py +0 -0
  75. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedjobinfo.py +0 -0
  76. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedmasterworkerentry.py +0 -0
  77. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countednumber.py +0 -0
  78. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedobject.py +0 -0
  79. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedoutput.py +0 -0
  80. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedoutputsamplesresponse.py +0 -0
  81. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedoutputtestresponse.py +0 -0
  82. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedpackinfo.py +0 -0
  83. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedpackinstallinfo.py +0 -0
  84. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedpipeline.py +0 -0
  85. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedroutes.py +0 -0
  86. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedstring.py +0 -0
  87. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedsystemsettingsconf.py +0 -0
  88. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/countedteamaccesscontrollist.py +0 -0
  89. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/counteduseraccesscontrollist.py +0 -0
  90. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/createauthloginop.py +0 -0
  91. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
  92. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
  93. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
  94. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
  95. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
  96. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
  97. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/createversionundoop.py +0 -0
  98. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/criblevent.py +0 -0
  99. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/cribllakedataset.py +1 -1
  100. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/cribllakedatasetupdate.py +1 -1
  101. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
  102. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
  103. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
  104. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
  105. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
  106. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
  107. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
  108. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
  109. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
  110. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
  111. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/deployrequest.py +0 -0
  112. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
  113. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/difffiles.py +0 -0
  114. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/diffline.py +0 -0
  115. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/difflinecontext.py +0 -0
  116. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/difflinedelete.py +0 -0
  117. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/difflineinsert.py +0 -0
  118. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/distributedsummary.py +0 -0
  119. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
  120. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
  121. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
  122. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
  123. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
  124. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
  125. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
  126. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
  127. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
  128. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
  129. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
  130. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getpacksop.py +0 -0
  131. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
  132. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
  133. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getsummaryop.py +0 -0
  134. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
  135. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getversionop.py +0 -0
  136. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getversionshowop.py +0 -0
  137. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
  138. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
  139. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
  140. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/gitcountresult.py +0 -0
  141. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
  142. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/gitfile.py +0 -0
  143. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
  144. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/gitinfo.py +0 -0
  145. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/gitlogresult.py +0 -0
  146. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
  147. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
  148. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/gitshowresult.py +0 -0
  149. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
  150. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/groupcreaterequest.py +0 -0
  151. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/hbcriblinfo.py +2 -2
  152. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
  153. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/healthserverstatus.py +0 -0
  154. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
  155. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/input.py +0 -0
  156. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputappscope.py +0 -0
  157. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputazureblob.py +0 -0
  158. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputcloudflarehec.py +0 -0
  159. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputcollection.py +0 -0
  160. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
  161. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputcribl.py +0 -0
  162. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
  163. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
  164. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
  165. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
  166. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
  167. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
  168. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputdatagen.py +0 -0
  169. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
  170. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputelastic.py +0 -0
  171. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputeventhub.py +0 -0
  172. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputexec.py +0 -0
  173. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputfile.py +0 -0
  174. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputfirehose.py +0 -0
  175. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
  176. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputgrafana.py +0 -0
  177. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputhttp.py +0 -0
  178. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
  179. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
  180. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputkafka.py +0 -0
  181. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputkinesis.py +0 -0
  182. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
  183. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
  184. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
  185. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputloki.py +0 -0
  186. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputmetrics.py +0 -0
  187. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
  188. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputmsk.py +0 -0
  189. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputnetflow.py +0 -0
  190. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
  191. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
  192. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
  193. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
  194. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputprometheus.py +0 -0
  195. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
  196. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputrawudp.py +0 -0
  197. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputs3.py +0 -0
  198. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
  199. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
  200. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputsnmp.py +0 -0
  201. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputsplunk.py +0 -0
  202. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
  203. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
  204. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputsqs.py +0 -0
  205. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputsyslog.py +0 -0
  206. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
  207. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
  208. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputtcp.py +0 -0
  209. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
  210. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputwef.py +0 -0
  211. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
  212. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
  213. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputwiz.py +0 -0
  214. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputwizwebhook.py +0 -0
  215. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
  216. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/jobinfo.py +0 -0
  217. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/jobstatus.py +0 -0
  218. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/lakedatasetmetrics.py +0 -0
  219. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
  220. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
  221. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
  222. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
  223. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/logininfo.py +0 -0
  224. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
  225. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
  226. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
  227. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
  228. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
  229. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
  230. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
  231. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outpostnodeinfo.py +0 -0
  232. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/output.py +0 -0
  233. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputazureblob.py +0 -0
  234. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
  235. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
  236. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
  237. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputchronicle.py +0 -0
  238. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
  239. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputcloudflarer2.py +0 -0
  240. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
  241. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
  242. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputcribllake.py +0 -0
  243. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
  244. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
  245. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputdatabricks.py +0 -0
  246. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputdatadog.py +0 -0
  247. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputdataset.py +0 -0
  248. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputdefault.py +0 -0
  249. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  250. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
  251. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputdls3.py +0 -0
  252. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
  253. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
  254. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputelastic.py +0 -0
  255. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
  256. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputexabeam.py +0 -0
  257. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
  258. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
  259. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
  260. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
  261. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
  262. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
  263. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputgraphite.py +0 -0
  264. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
  265. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
  266. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
  267. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputkafka.py +0 -0
  268. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputkinesis.py +0 -0
  269. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputloki.py +0 -0
  270. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputmicrosoftfabric.py +0 -0
  271. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputminio.py +0 -0
  272. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputmsk.py +0 -0
  273. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
  274. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
  275. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
  276. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputprometheus.py +0 -0
  277. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputring.py +0 -0
  278. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputrouter.py +0 -0
  279. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputs3.py +0 -0
  280. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  281. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
  282. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputsentinel.py +0 -0
  283. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
  284. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputservicenow.py +0 -0
  285. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
  286. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  287. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputsns.py +0 -0
  288. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputsplunk.py +0 -0
  289. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
  290. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
  291. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputsqs.py +0 -0
  292. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputstatsd.py +0 -0
  293. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
  294. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputsumologic.py +0 -0
  295. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputsyslog.py +0 -0
  296. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
  297. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  298. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  299. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputwavefront.py +0 -0
  300. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputwebhook.py +0 -0
  301. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/outputxsiam.py +0 -0
  302. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/packinfo.py +0 -0
  303. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
  304. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
  305. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
  306. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/piisettings_union.py +0 -0
  307. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/pipeline.py +0 -0
  308. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
  309. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/productscore.py +0 -0
  310. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/rbacresource.py +0 -0
  311. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
  312. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/rollbacksettings_union.py +0 -0
  313. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/routeconf.py +0 -0
  314. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/routes.py +0 -0
  315. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/routesroute.py +0 -0
  316. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/runnablejob.py +0 -0
  317. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
  318. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/security.py +0 -0
  319. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/snisettings_union.py +0 -0
  320. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
  321. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/tlssettings_union.py +0 -0
  322. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
  323. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
  324. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
  325. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
  326. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
  327. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
  328. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
  329. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/updatepacksop.py +0 -0
  330. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
  331. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
  332. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/upgradegroupsettings_union.py +0 -0
  333. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/upgradepackageurls.py +0 -0
  334. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/upgradesettings.py +0 -0
  335. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/uploadpackresponse.py +0 -0
  336. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
  337. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/models/workertypes.py +0 -0
  338. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/nodes.py +0 -0
  339. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/packs.py +0 -0
  340. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/pipelines.py +0 -0
  341. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/py.typed +0 -0
  342. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/routes_sdk.py +0 -0
  343. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/samples.py +0 -0
  344. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/sdk.py +0 -0
  345. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  346. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/settings.py +0 -0
  347. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/sources.py +0 -0
  348. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/statuses.py +0 -0
  349. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/summaries.py +0 -0
  350. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/system_sdk.py +0 -0
  351. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/teams.py +0 -0
  352. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/tokens.py +0 -0
  353. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/types/__init__.py +0 -0
  354. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/types/basemodel.py +0 -0
  355. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/utils/__init__.py +0 -0
  356. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/utils/annotations.py +0 -0
  357. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/utils/datetimes.py +0 -0
  358. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/utils/enums.py +0 -0
  359. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
  360. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/utils/forms.py +0 -0
  361. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/utils/headers.py +0 -0
  362. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/utils/logger.py +0 -0
  363. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/utils/metadata.py +0 -0
  364. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/utils/queryparams.py +0 -0
  365. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  366. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/utils/retries.py +0 -0
  367. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/utils/security.py +0 -0
  368. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/utils/serializers.py +0 -0
  369. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
  370. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/utils/url.py +0 -0
  371. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/utils/values.py +0 -0
  372. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/versions.py +0 -0
  373. {cribl_control_plane-0.4.0b18 → cribl_control_plane-0.4.0rc16}/src/cribl_control_plane/versions_configs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cribl-control-plane
3
- Version: 0.4.0b18
3
+ Version: 0.4.0rc16
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  License-File: LICENSE
6
6
  Author: Speakeasy
@@ -18,11 +18,20 @@ Project-URL: Repository, https://github.com/criblio/cribl_control_plane_sdk_pyth
18
18
  Description-Content-Type: text/markdown
19
19
 
20
20
  # cribl_control_plane_sdk_python
21
- <!-- Start Summary [summary] -->
22
- ## Summary
23
21
 
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] -->
22
+ The Cribl Python SDK for the control plane provides operational control over Cribl resources and helps streamline the process of integrating with Cribl.
23
+
24
+ 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).
25
+
26
+ 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.
27
+
28
+ > [!IMPORTANT]
29
+ > **Preview Feature**
30
+ > 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.
31
+ >
32
+ > Please continue to submit feedback through normal Cribl support channels, but assistance might be limited while the features remain in Preview.
33
+
34
+ <!-- No Summary [summary] -->
26
35
 
27
36
  <!-- Start Table of Contents [toc] -->
28
37
  ## Table of Contents
@@ -242,9 +251,14 @@ asyncio.run(main())
242
251
  ```
243
252
  <!-- End SDK Example Usage [usage] -->
244
253
 
245
- <!-- Start Authentication [security] -->
246
254
  ## Authentication
247
255
 
256
+ 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.
257
+
258
+ 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.
259
+
260
+ **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.
261
+
248
262
  ### Per-Client Security Schemes
249
263
 
250
264
  This SDK supports the following security schemes globally:
@@ -254,62 +268,19 @@ This SDK supports the following security schemes globally:
254
268
  | `bearer_auth` | http | HTTP Bearer | `CRIBLCONTROLPLANE_BEARER_AUTH` |
255
269
  | `client_oauth` | oauth2 | OAuth2 token | `CRIBLCONTROLPLANE_CLIENT_OAUTH` |
256
270
 
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
271
+ 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
272
 
273
+ 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
274
 
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:
275
+ 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
276
 
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>")
277
+ ### Authentication Examples
307
278
 
308
- # Handle response
309
- print(res)
279
+ 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
280
 
311
- ```
312
- <!-- End Authentication [security] -->
281
+ 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.
282
+
283
+ <!-- No Authentication [security] -->
313
284
 
314
285
  <!-- Start Available Resources and Operations [operations] -->
315
286
  ## Available Resources and Operations
@@ -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
@@ -1,7 +1,7 @@
1
1
 
2
2
  [project]
3
3
  name = "cribl-control-plane"
4
- version = "0.4.0b18"
4
+ version = "0.4.0rc16"
5
5
  description = "Python Client SDK Generated by Speakeasy."
6
6
  authors = [{ name = "Speakeasy" },]
7
7
  readme = "README-PYPI.md"
@@ -3,10 +3,12 @@
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"
6
+ __version__: str = "0.4.0rc16"
7
+ __openapi_doc_version__: str = "4.16.0-TC779-d71d692f"
8
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"
9
+ __user_agent__: str = (
10
+ "speakeasy-sdk/python 0.4.0rc16 2.767.2 4.16.0-TC779-d71d692f cribl-control-plane"
11
+ )
10
12
 
11
13
  try:
12
14
  if __package__ is not None:
@@ -14,7 +14,7 @@ class CommitsFiles(BaseSDK):
14
14
  self,
15
15
  *,
16
16
  group_id: Optional[str] = None,
17
- commit: Optional[str] = None,
17
+ id: Optional[str] = None,
18
18
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
19
19
  server_url: Optional[str] = None,
20
20
  timeout_ms: Optional[int] = None,
@@ -25,7 +25,7 @@ class CommitsFiles(BaseSDK):
25
25
  Get a count of the files that changed since a commit. Default is the latest commit (HEAD).
26
26
 
27
27
  :param group_id: The <code>id</code> of the Worker Group or Edge Fleet to get the count for.
28
- :param commit: The Git commit hash to use as the starting point for the count.
28
+ :param id: The Git commit hash to use as the starting point for the count.
29
29
  :param retries: Override the default retry configuration for this method
30
30
  :param server_url: Override the default server URL for this method
31
31
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -43,7 +43,7 @@ class CommitsFiles(BaseSDK):
43
43
 
44
44
  request = models.GetVersionCountRequest(
45
45
  group_id=group_id,
46
- commit=commit,
46
+ id=id,
47
47
  )
48
48
 
49
49
  req = self._build_request(
@@ -109,7 +109,7 @@ class CommitsFiles(BaseSDK):
109
109
  self,
110
110
  *,
111
111
  group_id: Optional[str] = None,
112
- commit: Optional[str] = None,
112
+ id: Optional[str] = None,
113
113
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
114
114
  server_url: Optional[str] = None,
115
115
  timeout_ms: Optional[int] = None,
@@ -120,7 +120,7 @@ class CommitsFiles(BaseSDK):
120
120
  Get a count of the files that changed since a commit. Default is the latest commit (HEAD).
121
121
 
122
122
  :param group_id: The <code>id</code> of the Worker Group or Edge Fleet to get the count for.
123
- :param commit: The Git commit hash to use as the starting point for the count.
123
+ :param id: The Git commit hash to use as the starting point for the count.
124
124
  :param retries: Override the default retry configuration for this method
125
125
  :param server_url: Override the default server URL for this method
126
126
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -138,7 +138,7 @@ class CommitsFiles(BaseSDK):
138
138
 
139
139
  request = models.GetVersionCountRequest(
140
140
  group_id=group_id,
141
- commit=commit,
141
+ id=id,
142
142
  )
143
143
 
144
144
  req = self._build_request_async(
@@ -204,7 +204,7 @@ class CommitsFiles(BaseSDK):
204
204
  self,
205
205
  *,
206
206
  group_id: Optional[str] = None,
207
- commit: Optional[str] = None,
207
+ id: Optional[str] = None,
208
208
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
209
209
  server_url: Optional[str] = None,
210
210
  timeout_ms: Optional[int] = None,
@@ -215,7 +215,7 @@ class CommitsFiles(BaseSDK):
215
215
  Get the names and statuses of files that changed since a commit. Default is the latest commit (HEAD).
216
216
 
217
217
  :param group_id: The <code>id</code> of the Worker Group or Edge Fleet to get file names and status for.
218
- :param commit: The Git commit hash to use as the starting point for the request.
218
+ :param id: The Git commit hash to use as the starting point for the request.
219
219
  :param retries: Override the default retry configuration for this method
220
220
  :param server_url: Override the default server URL for this method
221
221
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -233,7 +233,7 @@ class CommitsFiles(BaseSDK):
233
233
 
234
234
  request = models.GetVersionFilesRequest(
235
235
  group_id=group_id,
236
- commit=commit,
236
+ id=id,
237
237
  )
238
238
 
239
239
  req = self._build_request(
@@ -299,7 +299,7 @@ class CommitsFiles(BaseSDK):
299
299
  self,
300
300
  *,
301
301
  group_id: Optional[str] = None,
302
- commit: Optional[str] = None,
302
+ id: Optional[str] = None,
303
303
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
304
304
  server_url: Optional[str] = None,
305
305
  timeout_ms: Optional[int] = None,
@@ -310,7 +310,7 @@ class CommitsFiles(BaseSDK):
310
310
  Get the names and statuses of files that changed since a commit. Default is the latest commit (HEAD).
311
311
 
312
312
  :param group_id: The <code>id</code> of the Worker Group or Edge Fleet to get file names and status for.
313
- :param commit: The Git commit hash to use as the starting point for the request.
313
+ :param id: The Git commit hash to use as the starting point for the request.
314
314
  :param retries: Override the default retry configuration for this method
315
315
  :param server_url: Override the default server URL for this method
316
316
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -328,7 +328,7 @@ class CommitsFiles(BaseSDK):
328
328
 
329
329
  request = models.GetVersionFilesRequest(
330
330
  group_id=group_id,
331
- commit=commit,
331
+ id=id,
332
332
  )
333
333
 
334
334
  req = self._build_request_async(
@@ -187,6 +187,7 @@ class Cribl(BaseSDK):
187
187
  backups: Union[
188
188
  models.BackupsSettingsUnion, models.BackupsSettingsUnionTypedDict
189
189
  ],
190
+ custom_logo: Union[models.CustomLogo, models.CustomLogoTypedDict],
190
191
  pii: Union[models.PiiSettingsUnion, models.PiiSettingsUnionTypedDict],
191
192
  proxy: Union[models.Proxy, models.ProxyTypedDict],
192
193
  rollback: Union[
@@ -207,9 +208,6 @@ class Cribl(BaseSDK):
207
208
  workers: Union[
208
209
  models.SystemSettingsConfWorkers, models.SystemSettingsConfWorkersTypedDict
209
210
  ],
210
- custom_logo: Optional[
211
- Union[models.CustomLogo, models.CustomLogoTypedDict]
212
- ] = None,
213
211
  sockets: Optional[Union[models.Sockets, models.SocketsTypedDict]] = None,
214
212
  support: Optional[Union[models.Support, models.SupportTypedDict]] = None,
215
213
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
@@ -223,6 +221,7 @@ class Cribl(BaseSDK):
223
221
 
224
222
  :param api:
225
223
  :param backups:
224
+ :param custom_logo:
226
225
  :param pii:
227
226
  :param proxy:
228
227
  :param rollback:
@@ -233,7 +232,6 @@ class Cribl(BaseSDK):
233
232
  :param upgrade_group_settings:
234
233
  :param upgrade_settings:
235
234
  :param workers:
236
- :param custom_logo:
237
235
  :param sockets:
238
236
  :param support:
239
237
  :param retries: Override the default retry configuration for this method
@@ -254,9 +252,7 @@ class Cribl(BaseSDK):
254
252
  request = models.SystemSettingsConf(
255
253
  api=utils.get_pydantic_model(api, models.API),
256
254
  backups=utils.get_pydantic_model(backups, models.BackupsSettingsUnion),
257
- custom_logo=utils.get_pydantic_model(
258
- custom_logo, Optional[models.CustomLogo]
259
- ),
255
+ custom_logo=utils.get_pydantic_model(custom_logo, models.CustomLogo),
260
256
  pii=utils.get_pydantic_model(pii, models.PiiSettingsUnion),
261
257
  proxy=utils.get_pydantic_model(proxy, models.Proxy),
262
258
  rollback=utils.get_pydantic_model(rollback, models.RollbackSettingsUnion),
@@ -344,6 +340,7 @@ class Cribl(BaseSDK):
344
340
  backups: Union[
345
341
  models.BackupsSettingsUnion, models.BackupsSettingsUnionTypedDict
346
342
  ],
343
+ custom_logo: Union[models.CustomLogo, models.CustomLogoTypedDict],
347
344
  pii: Union[models.PiiSettingsUnion, models.PiiSettingsUnionTypedDict],
348
345
  proxy: Union[models.Proxy, models.ProxyTypedDict],
349
346
  rollback: Union[
@@ -364,9 +361,6 @@ class Cribl(BaseSDK):
364
361
  workers: Union[
365
362
  models.SystemSettingsConfWorkers, models.SystemSettingsConfWorkersTypedDict
366
363
  ],
367
- custom_logo: Optional[
368
- Union[models.CustomLogo, models.CustomLogoTypedDict]
369
- ] = None,
370
364
  sockets: Optional[Union[models.Sockets, models.SocketsTypedDict]] = None,
371
365
  support: Optional[Union[models.Support, models.SupportTypedDict]] = None,
372
366
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
@@ -380,6 +374,7 @@ class Cribl(BaseSDK):
380
374
 
381
375
  :param api:
382
376
  :param backups:
377
+ :param custom_logo:
383
378
  :param pii:
384
379
  :param proxy:
385
380
  :param rollback:
@@ -390,7 +385,6 @@ class Cribl(BaseSDK):
390
385
  :param upgrade_group_settings:
391
386
  :param upgrade_settings:
392
387
  :param workers:
393
- :param custom_logo:
394
388
  :param sockets:
395
389
  :param support:
396
390
  :param retries: Override the default retry configuration for this method
@@ -411,9 +405,7 @@ class Cribl(BaseSDK):
411
405
  request = models.SystemSettingsConf(
412
406
  api=utils.get_pydantic_model(api, models.API),
413
407
  backups=utils.get_pydantic_model(backups, models.BackupsSettingsUnion),
414
- custom_logo=utils.get_pydantic_model(
415
- custom_logo, Optional[models.CustomLogo]
416
- ),
408
+ custom_logo=utils.get_pydantic_model(custom_logo, models.CustomLogo),
417
409
  pii=utils.get_pydantic_model(pii, models.PiiSettingsUnion),
418
410
  proxy=utils.get_pydantic_model(proxy, models.Proxy),
419
411
  rollback=utils.get_pydantic_model(rollback, models.RollbackSettingsUnion),
@@ -61,8 +61,8 @@ class GroupsSDK(BaseSDK):
61
61
  base_url = self._get_url(base_url, url_variables)
62
62
 
63
63
  request = models.ListConfigGroupByProductRequest(
64
- product=product,
65
64
  fields=fields,
65
+ product=product,
66
66
  )
67
67
 
68
68
  req = self._build_request(
@@ -156,8 +156,8 @@ class GroupsSDK(BaseSDK):
156
156
  base_url = self._get_url(base_url, url_variables)
157
157
 
158
158
  request = models.ListConfigGroupByProductRequest(
159
- product=product,
160
159
  fields=fields,
160
+ product=product,
161
161
  )
162
162
 
163
163
  req = self._build_request_async(
@@ -265,7 +265,7 @@ class GroupsSDK(BaseSDK):
265
265
 
266
266
  Create a new Worker Group or Edge Fleet for the specified Cribl product.
267
267
 
268
- :param product: Name of the Cribl product to add the Worker Group or Edge Fleet to.
268
+ :param product: required Name of the Cribl product to add the Worker Group or Edge Fleet to.
269
269
  :param id:
270
270
  :param cloud:
271
271
  :param deploying_worker_count:
@@ -449,7 +449,7 @@ class GroupsSDK(BaseSDK):
449
449
 
450
450
  Create a new Worker Group or Edge Fleet for the specified Cribl product.
451
451
 
452
- :param product: Name of the Cribl product to add the Worker Group or Edge Fleet to.
452
+ :param product: required Name of the Cribl product to add the Worker Group or Edge Fleet to.
453
453
  :param id:
454
454
  :param cloud:
455
455
  :param deploying_worker_count:
@@ -15,7 +15,6 @@ class HecTokens(BaseSDK):
15
15
  *,
16
16
  id: str,
17
17
  token: str,
18
- allowed_indexes_at_token: Optional[List[str]] = None,
19
18
  description: Optional[str] = None,
20
19
  enabled: Optional[bool] = None,
21
20
  metadata: Optional[
@@ -35,7 +34,6 @@ class HecTokens(BaseSDK):
35
34
 
36
35
  :param id: The <code>id</code> of the Splunk HEC Source.
37
36
  :param token:
38
- :param allowed_indexes_at_token:
39
37
  :param description:
40
38
  :param enabled:
41
39
  :param metadata:
@@ -57,7 +55,6 @@ class HecTokens(BaseSDK):
57
55
  request = models.CreateInputHecTokenByIDRequest(
58
56
  id=id,
59
57
  add_hec_token_request=models.AddHecTokenRequest(
60
- allowed_indexes_at_token=allowed_indexes_at_token,
61
58
  description=description,
62
59
  enabled=enabled,
63
60
  metadata=utils.get_pydantic_model(
@@ -138,7 +135,6 @@ class HecTokens(BaseSDK):
138
135
  *,
139
136
  id: str,
140
137
  token: str,
141
- allowed_indexes_at_token: Optional[List[str]] = None,
142
138
  description: Optional[str] = None,
143
139
  enabled: Optional[bool] = None,
144
140
  metadata: Optional[
@@ -158,7 +154,6 @@ class HecTokens(BaseSDK):
158
154
 
159
155
  :param id: The <code>id</code> of the Splunk HEC Source.
160
156
  :param token:
161
- :param allowed_indexes_at_token:
162
157
  :param description:
163
158
  :param enabled:
164
159
  :param metadata:
@@ -180,7 +175,6 @@ class HecTokens(BaseSDK):
180
175
  request = models.CreateInputHecTokenByIDRequest(
181
176
  id=id,
182
177
  add_hec_token_request=models.AddHecTokenRequest(
183
- allowed_indexes_at_token=allowed_indexes_at_token,
184
178
  description=description,
185
179
  enabled=enabled,
186
180
  metadata=utils.get_pydantic_model(
@@ -261,7 +255,6 @@ class HecTokens(BaseSDK):
261
255
  *,
262
256
  id: str,
263
257
  token: str,
264
- allowed_indexes_at_token: Optional[List[str]] = None,
265
258
  description: Optional[str] = None,
266
259
  enabled: Optional[bool] = None,
267
260
  metadata: Optional[
@@ -281,7 +274,6 @@ class HecTokens(BaseSDK):
281
274
 
282
275
  :param id: The <code>id</code> of the Splunk HEC Source.
283
276
  :param token: The <code>id</code> of the HEC token to update.
284
- :param allowed_indexes_at_token:
285
277
  :param description:
286
278
  :param enabled:
287
279
  :param metadata:
@@ -304,7 +296,6 @@ class HecTokens(BaseSDK):
304
296
  id=id,
305
297
  token=token,
306
298
  update_hec_token_request=models.UpdateHecTokenRequest(
307
- allowed_indexes_at_token=allowed_indexes_at_token,
308
299
  description=description,
309
300
  enabled=enabled,
310
301
  metadata=utils.get_pydantic_model(
@@ -384,7 +375,6 @@ class HecTokens(BaseSDK):
384
375
  *,
385
376
  id: str,
386
377
  token: str,
387
- allowed_indexes_at_token: Optional[List[str]] = None,
388
378
  description: Optional[str] = None,
389
379
  enabled: Optional[bool] = None,
390
380
  metadata: Optional[
@@ -404,7 +394,6 @@ class HecTokens(BaseSDK):
404
394
 
405
395
  :param id: The <code>id</code> of the Splunk HEC Source.
406
396
  :param token: The <code>id</code> of the HEC token to update.
407
- :param allowed_indexes_at_token:
408
397
  :param description:
409
398
  :param enabled:
410
399
  :param metadata:
@@ -427,7 +416,6 @@ class HecTokens(BaseSDK):
427
416
  id=id,
428
417
  token=token,
429
418
  update_hec_token_request=models.UpdateHecTokenRequest(
430
- allowed_indexes_at_token=allowed_indexes_at_token,
431
419
  description=description,
432
420
  enabled=enabled,
433
421
  metadata=utils.get_pydantic_model(
@@ -322,12 +322,6 @@ class LakeDatasets(BaseSDK):
322
322
  self,
323
323
  *,
324
324
  lake_id: str,
325
- storage_location_id: Optional[str] = None,
326
- format_: Optional[str] = None,
327
- exclude_ddss: Optional[bool] = None,
328
- exclude_deleted: Optional[bool] = None,
329
- exclude_internal: Optional[bool] = None,
330
- exclude_byos: Optional[bool] = None,
331
325
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
332
326
  server_url: Optional[str] = None,
333
327
  timeout_ms: Optional[int] = None,
@@ -338,12 +332,6 @@ class LakeDatasets(BaseSDK):
338
332
  Get a list of all Lake Datasets in the specified Lake.
339
333
 
340
334
  :param lake_id: The <code>id</code> of the Lake that contains the Lake Datasets to list.
341
- :param storage_location_id: Filter datasets by storage location ID. Use <code>default</code> for default storage location.
342
- :param format_: Filter datasets by format. Set to <code>ddss</code> to return only DDSS datasets.
343
- :param exclude_ddss: Exclude DDSS format datasets from the response.
344
- :param exclude_deleted: Exclude deleted datasets from the response.
345
- :param exclude_internal: Exclude internal datasets (those with IDs starting with <code>cribl_</code>) from the response.
346
- :param exclude_byos: Exclude BYOS (Bring Your Own Storage) datasets from the response.
347
335
  :param retries: Override the default retry configuration for this method
348
336
  :param server_url: Override the default server URL for this method
349
337
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -361,12 +349,6 @@ class LakeDatasets(BaseSDK):
361
349
 
362
350
  request = models.GetCriblLakeDatasetByLakeIDRequest(
363
351
  lake_id=lake_id,
364
- storage_location_id=storage_location_id,
365
- format_=format_,
366
- exclude_ddss=exclude_ddss,
367
- exclude_deleted=exclude_deleted,
368
- exclude_internal=exclude_internal,
369
- exclude_byos=exclude_byos,
370
352
  )
371
353
 
372
354
  req = self._build_request(
@@ -432,12 +414,6 @@ class LakeDatasets(BaseSDK):
432
414
  self,
433
415
  *,
434
416
  lake_id: str,
435
- storage_location_id: Optional[str] = None,
436
- format_: Optional[str] = None,
437
- exclude_ddss: Optional[bool] = None,
438
- exclude_deleted: Optional[bool] = None,
439
- exclude_internal: Optional[bool] = None,
440
- exclude_byos: Optional[bool] = None,
441
417
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
442
418
  server_url: Optional[str] = None,
443
419
  timeout_ms: Optional[int] = None,
@@ -448,12 +424,6 @@ class LakeDatasets(BaseSDK):
448
424
  Get a list of all Lake Datasets in the specified Lake.
449
425
 
450
426
  :param lake_id: The <code>id</code> of the Lake that contains the Lake Datasets to list.
451
- :param storage_location_id: Filter datasets by storage location ID. Use <code>default</code> for default storage location.
452
- :param format_: Filter datasets by format. Set to <code>ddss</code> to return only DDSS datasets.
453
- :param exclude_ddss: Exclude DDSS format datasets from the response.
454
- :param exclude_deleted: Exclude deleted datasets from the response.
455
- :param exclude_internal: Exclude internal datasets (those with IDs starting with <code>cribl_</code>) from the response.
456
- :param exclude_byos: Exclude BYOS (Bring Your Own Storage) datasets from the response.
457
427
  :param retries: Override the default retry configuration for this method
458
428
  :param server_url: Override the default server URL for this method
459
429
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -471,12 +441,6 @@ class LakeDatasets(BaseSDK):
471
441
 
472
442
  request = models.GetCriblLakeDatasetByLakeIDRequest(
473
443
  lake_id=lake_id,
474
- storage_location_id=storage_location_id,
475
- format_=format_,
476
- exclude_ddss=exclude_ddss,
477
- exclude_deleted=exclude_deleted,
478
- exclude_internal=exclude_internal,
479
- exclude_byos=exclude_byos,
480
444
  )
481
445
 
482
446
  req = self._build_request_async(