cribl-control-plane 0.0.22__tar.gz → 0.0.24__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cribl-control-plane might be problematic. Click here for more details.

Files changed (304) hide show
  1. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/PKG-INFO +74 -78
  2. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/README-PYPI.md +73 -77
  3. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/pyproject.toml +1 -1
  4. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_version.py +3 -3
  5. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/auth_sdk.py +4 -4
  6. cribl_control_plane-0.0.22/src/cribl_control_plane/distributed.py → cribl_control_plane-0.0.24/src/cribl_control_plane/deployments.py +3 -5
  7. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/destinations.py +46 -46
  8. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/groups_sdk.py +222 -32
  9. cribl_control_plane-0.0.22/src/cribl_control_plane/health.py → cribl_control_plane-0.0.24/src/cribl_control_plane/healthinfo.py +5 -7
  10. cribl_control_plane-0.0.22/src/cribl_control_plane/lake.py → cribl_control_plane-0.0.24/src/cribl_control_plane/lakedatasets.py +21 -23
  11. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/__init__.py +125 -5382
  12. cribl_control_plane-0.0.24/src/cribl_control_plane/models/createinputop.py +24 -0
  13. cribl_control_plane-0.0.24/src/cribl_control_plane/models/createoutputop.py +24 -0
  14. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createpipelineop.py +2 -2
  15. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/input.py +6 -6
  16. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputedgeprometheus.py +7 -10
  17. cribl_control_plane-0.0.22/src/cribl_control_plane/models/inputgrafana_union.py → cribl_control_plane-0.0.24/src/cribl_control_plane/models/inputgrafana.py +4 -4
  18. cribl_control_plane-0.0.22/src/cribl_control_plane/models/inputsyslog_union.py → cribl_control_plane-0.0.24/src/cribl_control_plane/models/inputsyslog.py +4 -4
  19. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputwef.py +4 -4
  20. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgooglepubsub.py +3 -3
  21. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsplunklb.py +8 -8
  22. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/routes.py +0 -24
  23. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateinputbyidop.py +2 -2
  24. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateoutputbyidop.py +2 -2
  25. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updatepipelinebyidop.py +2 -2
  26. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateroutesbyidop.py +5 -6
  27. cribl_control_plane-0.0.22/src/cribl_control_plane/workers_sdk.py → cribl_control_plane-0.0.24/src/cribl_control_plane/nodes.py +13 -15
  28. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/packs.py +16 -190
  29. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/pipelines.py +10 -10
  30. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/routes_sdk.py +18 -22
  31. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/sdk.py +12 -20
  32. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/sources.py +38 -38
  33. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/versioning.py +52 -52
  34. cribl_control_plane-0.0.22/src/cribl_control_plane/models/createinputop.py +0 -18238
  35. cribl_control_plane-0.0.22/src/cribl_control_plane/models/createoutputop.py +0 -18437
  36. cribl_control_plane-0.0.22/src/cribl_control_plane/models/routesroute_input.py +0 -67
  37. cribl_control_plane-0.0.22/src/cribl_control_plane/models/updatepacksop.py +0 -37
  38. cribl_control_plane-0.0.22/src/cribl_control_plane/teams.py +0 -203
  39. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/py.typed +0 -0
  40. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/__init__.py +0 -0
  41. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  42. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
  43. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/registration.py +0 -0
  44. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  45. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/types.py +0 -0
  46. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/basesdk.py +0 -0
  47. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/__init__.py +0 -0
  48. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/apierror.py +0 -0
  49. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  50. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/error.py +0 -0
  51. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
  52. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  53. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  54. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/httpclient.py +0 -0
  55. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
  56. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/appmode.py +0 -0
  57. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/authtoken.py +0 -0
  58. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/cacheconnection.py +0 -0
  59. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
  60. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/cloudprovider.py +0 -0
  61. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/commit.py +0 -0
  62. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/configgroup.py +0 -0
  63. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
  64. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
  65. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
  66. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
  67. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
  68. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createpacksop.py +0 -0
  69. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createproductsgroupsbyproductop.py +0 -0
  70. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
  71. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
  72. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversionpushop.py +0 -0
  73. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
  74. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversionsyncop.py +0 -0
  75. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversionundoop.py +0 -0
  76. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/criblevent.py +0 -0
  77. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
  78. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
  79. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
  80. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
  81. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deletegroupsbyidop.py +0 -0
  82. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
  83. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
  84. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
  85. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
  86. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
  87. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deployrequest.py +0 -0
  88. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
  89. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/distributedsummary.py +0 -0
  90. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
  91. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
  92. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getgroupsaclbyidop.py +0 -0
  93. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getgroupsbyidop.py +0 -0
  94. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getgroupsconfigversionbyidop.py +0 -0
  95. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
  96. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
  97. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
  98. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
  99. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getpacksop.py +0 -0
  100. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
  101. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getproductsgroupsaclteamsbyproductandidop.py +0 -0
  102. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getproductsgroupsbyproductop.py +0 -0
  103. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
  104. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getsummaryop.py +0 -0
  105. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getsummaryworkersop.py +0 -0
  106. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
  107. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversioncountop.py +0 -0
  108. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversioncurrentbranchop.py +0 -0
  109. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
  110. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
  111. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
  112. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversionshowop.py +0 -0
  113. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
  114. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getworkersop.py +0 -0
  115. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
  116. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
  117. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitfile.py +0 -0
  118. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
  119. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitinfo.py +0 -0
  120. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
  121. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
  122. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
  123. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
  124. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
  125. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/healthstatus.py +0 -0
  126. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
  127. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputappscope.py +0 -0
  128. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputazureblob.py +0 -0
  129. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcollection.py +0 -0
  130. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
  131. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcribl.py +0 -0
  132. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
  133. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
  134. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
  135. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
  136. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
  137. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
  138. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputdatagen.py +0 -0
  139. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputelastic.py +0 -0
  140. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputeventhub.py +0 -0
  141. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputexec.py +0 -0
  142. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputfile.py +0 -0
  143. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputfirehose.py +0 -0
  144. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
  145. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputhttp.py +0 -0
  146. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
  147. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
  148. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkafka.py +0 -0
  149. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkinesis.py +0 -0
  150. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
  151. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
  152. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
  153. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputloki.py +0 -0
  154. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputmetrics.py +0 -0
  155. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
  156. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputmsk.py +0 -0
  157. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputnetflow.py +0 -0
  158. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
  159. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
  160. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
  161. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
  162. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputprometheus.py +0 -0
  163. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
  164. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputrawudp.py +0 -0
  165. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputs3.py +0 -0
  166. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
  167. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
  168. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsnmp.py +0 -0
  169. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsplunk.py +0 -0
  170. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
  171. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
  172. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsqs.py +0 -0
  173. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
  174. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
  175. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputtcp.py +0 -0
  176. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
  177. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
  178. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
  179. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputwiz.py +0 -0
  180. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
  181. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
  182. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
  183. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/listinputop.py +0 -0
  184. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/listoutputop.py +0 -0
  185. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/listpipelineop.py +0 -0
  186. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/listroutesop.py +0 -0
  187. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/logininfo.py +0 -0
  188. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/lookupversions.py +0 -0
  189. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
  190. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
  191. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
  192. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
  193. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
  194. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
  195. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
  196. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/output.py +0 -0
  197. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputazureblob.py +0 -0
  198. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
  199. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
  200. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
  201. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
  202. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
  203. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
  204. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
  205. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcribllake.py +0 -0
  206. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
  207. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
  208. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdatadog.py +0 -0
  209. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdataset.py +0 -0
  210. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdefault.py +0 -0
  211. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  212. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
  213. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdls3.py +0 -0
  214. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
  215. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
  216. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputelastic.py +0 -0
  217. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
  218. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputexabeam.py +0 -0
  219. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
  220. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
  221. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
  222. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
  223. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
  224. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgraphite.py +0 -0
  225. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
  226. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
  227. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
  228. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputkafka.py +0 -0
  229. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputkinesis.py +0 -0
  230. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputloki.py +0 -0
  231. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputminio.py +0 -0
  232. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputmsk.py +0 -0
  233. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputnetflow.py +0 -0
  234. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
  235. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
  236. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
  237. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputprometheus.py +0 -0
  238. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputring.py +0 -0
  239. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputrouter.py +0 -0
  240. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputs3.py +0 -0
  241. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  242. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
  243. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsentinel.py +0 -0
  244. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
  245. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputservicenow.py +0 -0
  246. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
  247. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  248. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsns.py +0 -0
  249. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsplunk.py +0 -0
  250. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
  251. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsqs.py +0 -0
  252. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputstatsd.py +0 -0
  253. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
  254. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsumologic.py +0 -0
  255. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsyslog.py +0 -0
  256. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
  257. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  258. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  259. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputwavefront.py +0 -0
  260. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputwebhook.py +0 -0
  261. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputxsiam.py +0 -0
  262. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/packinfo.py +0 -0
  263. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
  264. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/packrequestbody.py +0 -0
  265. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/pipeline.py +0 -0
  266. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
  267. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/rbacresource.py +0 -0
  268. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
  269. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/restartresponse.py +0 -0
  270. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/routecloneconf.py +0 -0
  271. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/routeconf.py +0 -0
  272. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/routesroute.py +0 -0
  273. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
  274. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/security.py +0 -0
  275. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
  276. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
  277. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updategroupsbyidop.py +0 -0
  278. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updategroupsdeploybyidop.py +0 -0
  279. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
  280. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
  281. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
  282. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateworkersrestartop.py +0 -0
  283. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
  284. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/py.typed +0 -0
  285. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  286. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/types/__init__.py +0 -0
  287. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/types/basemodel.py +0 -0
  288. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/__init__.py +0 -0
  289. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/annotations.py +0 -0
  290. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/datetimes.py +0 -0
  291. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/enums.py +0 -0
  292. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
  293. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/forms.py +0 -0
  294. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/headers.py +0 -0
  295. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/logger.py +0 -0
  296. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/metadata.py +0 -0
  297. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/queryparams.py +0 -0
  298. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  299. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/retries.py +0 -0
  300. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/security.py +0 -0
  301. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/serializers.py +0 -0
  302. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
  303. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/url.py +0 -0
  304. {cribl_control_plane-0.0.22 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/values.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: cribl-control-plane
3
- Version: 0.0.22
3
+ Version: 0.0.24
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -125,7 +125,7 @@ with CriblControlPlane(
125
125
  ),
126
126
  ) as ccp_client:
127
127
 
128
- res = ccp_client.lake.create_cribl_lake_dataset_by_lake_id(lake_id="<id>", id="<id>", accelerated_fields=[
128
+ res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
129
129
  "<value 1>",
130
130
  "<value 2>",
131
131
  ], bucket_name="<value>", cache_connection={
@@ -182,7 +182,7 @@ async def main():
182
182
  ),
183
183
  ) as ccp_client:
184
184
 
185
- res = await ccp_client.lake.create_cribl_lake_dataset_by_lake_id_async(lake_id="<id>", id="<id>", accelerated_fields=[
185
+ res = await ccp_client.lake_datasets.create_async(lake_id="<id>", id="<id>", accelerated_fields=[
186
186
  "<value 1>",
187
187
  "<value 2>",
188
188
  ], bucket_name="<value>", cache_connection={
@@ -249,7 +249,7 @@ with CriblControlPlane(
249
249
  ),
250
250
  ) as ccp_client:
251
251
 
252
- res = ccp_client.lake.create_cribl_lake_dataset_by_lake_id(lake_id="<id>", id="<id>", accelerated_fields=[
252
+ res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
253
253
  "<value 1>",
254
254
  "<value 2>",
255
255
  ], bucket_name="<value>", cache_connection={
@@ -298,106 +298,102 @@ with CriblControlPlane(
298
298
 
299
299
  ### [auth](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md)
300
300
 
301
- * [login](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md#login) - Log in and obtain Auth token
301
+ * [fetch_token](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md#fetch_token) - Log in and fetch an authentication token
302
302
 
303
303
 
304
- ### [destinations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md)
304
+ ### [deployments](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/deployments/README.md)
305
305
 
306
- * [list_destination](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list_destination) - Get a list of Destination objects
307
- * [create_destination](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_destination) - Create Destination
308
- * [get_destination_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_destination_by_id) - Get Destination by ID
309
- * [update_destination_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update_destination_by_id) - Update Destination
310
- * [delete_destination_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete_destination_by_id) - Delete Destination
311
- * [delete_destination_pq_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete_destination_pq_by_id) - Clears destination persistent queue
312
- * [get_destination_pq_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_destination_pq_by_id) - Retrieves status of latest clear PQ job for a destination
313
- * [get_destination_samples_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_destination_samples_by_id) - Retrieve samples data for the specified destination. Used to get sample data for the test action.
314
- * [create_destination_test_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_destination_test_by_id) - Send sample data to a destination to validate configuration or test connectivity
306
+ * [get_summary](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/deployments/README.md#get_summary) - Retrieve a summary of the Distributed deployment
315
307
 
316
- ### [distributed](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/distributed/README.md)
308
+ ### [destinations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md)
317
309
 
318
- * [get_summary](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/distributed/README.md#get_summary) - Get summary of Distributed deployment
310
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list) - List all Destinations
311
+ * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create) - Create a Destination
312
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) - Retrieve a Destination
313
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update) - Update a Destination
314
+ * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete) - Delete a Destination
315
+ * [clear_persistent_queue](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#clear_persistent_queue) - Clear the persistent queue for a Destination
316
+ * [get_persistent_queue_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_persistent_queue_status) - Retrieve information about the latest job to clear the persistent queue for a Destination
317
+ * [get_sample_data](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_sample_data) - Retrieve sample event data for a Destination
318
+ * [create_sample_data](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_sample_data) - Send sample event data to a Destination
319
319
 
320
320
  ### [groups](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md)
321
321
 
322
- * [get_groups_config_version_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_groups_config_version_by_id) - Get effective bundle version for given Group
323
- * [create_products_groups_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#create_products_groups_by_product) - Create a Fleet or Worker Group
324
- * [get_products_groups_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_products_groups_by_product) - Get a list of ConfigGroup objects
325
- * [delete_groups_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#delete_groups_by_id) - Delete a Fleet or Worker Group
326
- * [get_groups_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_groups_by_id) - Get a specific ConfigGroup object
327
- * [update_groups_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#update_groups_by_id) - Update a Fleet or Worker Group
328
- * [update_groups_deploy_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#update_groups_deploy_by_id) - Deploy commits for a Fleet or Worker Group
329
- * [get_groups_acl_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_groups_acl_by_id) - ACL of members with permissions for resources in this Group
322
+ * [get_config_version](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_config_version) - Retrieve the configuration version for a Worker Group or Edge Fleet
323
+ * [create_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#create_by_product) - Create a Worker Group or Edge Fleet for the specified Cribl product
324
+ * [get_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_by_product) - List all Worker Groups or Edge Fleets for the specified Cribl product
325
+ * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#delete) - Delete a Worker Group or Edge Fleet
326
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get) - Retrieve a Worker Group or Edge Fleet
327
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#update) - Update a Worker Group or Edge Fleet
328
+ * [deploy_commits](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#deploy_commits) - Deploy commits to a Worker Group or Edge Fleet
329
+ * [get_team_access_control_list_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_team_access_control_list_by_product) - Retrieve the Access Control List (ACL) for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
330
+ * [get_access_control_list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_access_control_list) - Retrieve the Access Control List (ACL) for a Worker Group or Edge Fleet
331
+
332
+ ### [health_info](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/healthinfo/README.md)
330
333
 
331
- ### [health](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md)
334
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/healthinfo/README.md#get) - Retrieve health status of the server
332
335
 
333
- * [get_health_info](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md#get_health_info) - Provides health info for REST server
336
+ ### [lake_datasets](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md)
334
337
 
335
- ### [lake](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lake/README.md)
338
+ * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#create) - Create a Lake Dataset in the specified Lake
339
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#list) - List all Lake Datasets in the specified Lake
340
+ * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#delete) - Delete a Lake Dataset in the specified Lake
341
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#get) - Retrieve a Lake Dataset in the specified Lake
342
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#update) - Update a Lake Dataset in the specified Lake
336
343
 
337
- * [create_cribl_lake_dataset_by_lake_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lake/README.md#create_cribl_lake_dataset_by_lake_id) - Create a Dataset in the specified Lake
338
- * [get_cribl_lake_dataset_by_lake_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lake/README.md#get_cribl_lake_dataset_by_lake_id) - Get the list of Dataset contained in the specified Lake
339
- * [delete_cribl_lake_dataset_by_lake_id_and_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lake/README.md#delete_cribl_lake_dataset_by_lake_id_and_id) - Delete a Dataset in the specified Lake
340
- * [get_cribl_lake_dataset_by_lake_id_and_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lake/README.md#get_cribl_lake_dataset_by_lake_id_and_id) - Get a Dataset in the specified Lake
341
- * [update_cribl_lake_dataset_by_lake_id_and_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lake/README.md#update_cribl_lake_dataset_by_lake_id_and_id) - Update a Dataset in the specified Lake
344
+ ### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
345
+
346
+ * [get_count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#get_count) - Retrieve a count of Worker and Edge Nodes
347
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) - Retrieve detailed metadata for Worker and Edge Nodes
348
+ * [restart](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#restart) - Restart Worker and Edge Nodes
342
349
 
343
350
  ### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
344
351
 
345
- * [create_packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#create_packs) - Install Pack
346
- * [get_packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#get_packs) - Get info on packs
347
- * [update_packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update_packs) - Upload Pack
348
- * [delete_packs_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete_packs_by_id) - Uninstall Pack from the system
349
- * [update_packs_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update_packs_by_id) - Upgrade Pack
352
+ * [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Install a Pack
353
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
354
+ * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete) - Uninstall a Pack
355
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Update a Pack
350
356
 
351
357
  ### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
352
358
 
353
359
  * [list_pipeline](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#list_pipeline) - Get a list of Pipeline objects
354
- * [create_pipeline](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#create_pipeline) - Create Pipeline
360
+ * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#create) - Create a Pipeline
355
361
  * [get_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#get_pipeline_by_id) - Get Pipeline by ID
356
- * [update_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#update_pipeline_by_id) - Update Pipeline
362
+ * [update_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#update_pipeline_by_id) - Update a Pipeline
357
363
  * [delete_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#delete_pipeline_by_id) - Delete Pipeline
358
364
 
359
365
  ### [routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md)
360
366
 
361
- * [list_routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list_routes) - Get a list of Routes objects
362
- * [get_routes_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#get_routes_by_id) - Get Routes by ID
363
- * [update_routes_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#update_routes_by_id) - Update Routes
364
- * [create_routes_append_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#create_routes_append_by_id) - Appends routes to the end of the routing table
367
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list) - Get a list of Routes objects
368
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#get) - Get Routes by ID
369
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#update) - Update Routes
370
+ * [append](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#append) - Append Routes to the end of the Routing table
365
371
 
366
372
  ### [sources](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md)
367
373
 
368
- * [list_source](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#list_source) - Get a list of Source objects
369
- * [create_source](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create_source) - Create Source
370
- * [get_source_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get_source_by_id) - Get Source by ID
371
- * [update_source_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update_source_by_id) - Update Source
372
- * [delete_source_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#delete_source_by_id) - Delete Source
373
- * [create_source_hec_token_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create_source_hec_token_by_id) - Add token and optional metadata to an existing HEC Source
374
- * [update_source_hec_token_by_id_and_token](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update_source_hec_token_by_id_and_token) - Update token metadata on existing HEC Source
375
-
376
- ### [teams](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md)
377
-
378
- * [get_products_groups_acl_teams_by_product_and_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md#get_products_groups_acl_teams_by_product_and_id) - ACL of team with permissions for resources in this Group
374
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#list) - List all Sources
375
+ * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create) - Create a Source
376
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get) - Retrieve a Source
377
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update) - Update a Source
378
+ * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#delete) - Delete a Source
379
+ * [create_hec_token](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create_hec_token) - Add an HEC token and optional metadata to a Splunk HEC Source
380
+ * [update_hec_token_metadata](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update_hec_token_metadata) - Update metadata for an HEC token for a Splunk HEC Source
379
381
 
380
382
  ### [versioning](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md)
381
383
 
382
- * [get_version_branch](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_version_branch) - get the list of branches
383
- * [create_version_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#create_version_commit) - create a new commit containing the current configs the given log message describing the changes.
384
- * [get_version_count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_version_count) - get the count of files of changed
385
- * [get_version_current_branch](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_version_current_branch) - returns git branch that the config is checked out to, if any
386
- * [get_version_diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_version_diff) - get the textual diff for given commit
387
- * [get_version_files](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_version_files) - get the files changed
388
- * [get_version_info](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_version_info) - Get info about versioning availability
389
- * [create_version_push](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#create_version_push) - push the current configs to the remote repository.
390
- * [create_version_revert](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#create_version_revert) - revert a commit
391
- * [get_version_show](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_version_show) - get the log message and textual diff for given commit
392
- * [get_version_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_version_status) - get the the working tree status
393
- * [create_version_sync](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#create_version_sync) - syncs with remote repo via POST requests
394
- * [create_version_undo](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#create_version_undo) - undo the last commit
395
-
396
- ### [workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md)
397
-
398
- * [get_summary_workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md#get_summary_workers) - get worker and edge nodes count
399
- * [get_workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md#get_workers) - get worker and edge nodes
400
- * [update_workers_restart](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md#update_workers_restart) - restarts worker nodes
384
+ * [get_branch](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_branch) - List all branches in the Git repository used for Cribl configuration
385
+ * [create_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#create_commit) - Create a new commit for pending changes to the Cribl configuration
386
+ * [get_file_count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_file_count) - Retrieve a count of files that changed since a commit
387
+ * [get_branch_name](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_branch_name) - Retrieve the name of the Git branch that the Cribl configuration is checked out to
388
+ * [get_diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_diff) - Retrieve the diff for a commit
389
+ * [get_file_info](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_file_info) - Retrieve the names and statuses of files that changed since a commit
390
+ * [get_config_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_config_status) - Retrieve the configuration and status for the Git integration
391
+ * [push_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#push_commit) - Push a commit from the local repository to the remote repository
392
+ * [revert_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#revert_commit) - Revert a commit in the local repository
393
+ * [show_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#show_commit) - Retrieve the diff and log message for a commit
394
+ * [get_current_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_current_status) - Retrieve the status of the current working tree
395
+ * [sync_local_remote](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#sync_local_remote) - Synchronize the local branch with the remote repository
396
+ * [clean_working_dir](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#clean_working_dir) - Undo the most recent commit and restore the local repository to the previous commit
401
397
 
402
398
  </details>
403
399
  <!-- End Available Resources and Operations [operations] -->
@@ -421,7 +417,7 @@ with CriblControlPlane(
421
417
  ),
422
418
  ) as ccp_client:
423
419
 
424
- res = ccp_client.lake.create_cribl_lake_dataset_by_lake_id(lake_id="<id>", id="<id>", accelerated_fields=[
420
+ res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
425
421
  "<value 1>",
426
422
  "<value 2>",
427
423
  ], bucket_name="<value>", cache_connection={
@@ -477,7 +473,7 @@ with CriblControlPlane(
477
473
  ),
478
474
  ) as ccp_client:
479
475
 
480
- res = ccp_client.lake.create_cribl_lake_dataset_by_lake_id(lake_id="<id>", id="<id>", accelerated_fields=[
476
+ res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
481
477
  "<value 1>",
482
478
  "<value 2>",
483
479
  ], bucket_name="<value>", cache_connection={
@@ -547,7 +543,7 @@ with CriblControlPlane(
547
543
  res = None
548
544
  try:
549
545
 
550
- res = ccp_client.lake.create_cribl_lake_dataset_by_lake_id(lake_id="<id>", id="<id>", accelerated_fields=[
546
+ res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
551
547
  "<value 1>",
552
548
  "<value 2>",
553
549
  ], bucket_name="<value>", cache_connection={
@@ -615,7 +611,7 @@ with CriblControlPlane(
615
611
 
616
612
 
617
613
  **Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
618
- * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 63 methods.*
614
+ * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 62 methods.*
619
615
  * [`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.
620
616
 
621
617
  </details>
@@ -108,7 +108,7 @@ with CriblControlPlane(
108
108
  ),
109
109
  ) as ccp_client:
110
110
 
111
- res = ccp_client.lake.create_cribl_lake_dataset_by_lake_id(lake_id="<id>", id="<id>", accelerated_fields=[
111
+ res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
112
112
  "<value 1>",
113
113
  "<value 2>",
114
114
  ], bucket_name="<value>", cache_connection={
@@ -165,7 +165,7 @@ async def main():
165
165
  ),
166
166
  ) as ccp_client:
167
167
 
168
- res = await ccp_client.lake.create_cribl_lake_dataset_by_lake_id_async(lake_id="<id>", id="<id>", accelerated_fields=[
168
+ res = await ccp_client.lake_datasets.create_async(lake_id="<id>", id="<id>", accelerated_fields=[
169
169
  "<value 1>",
170
170
  "<value 2>",
171
171
  ], bucket_name="<value>", cache_connection={
@@ -232,7 +232,7 @@ with CriblControlPlane(
232
232
  ),
233
233
  ) as ccp_client:
234
234
 
235
- res = ccp_client.lake.create_cribl_lake_dataset_by_lake_id(lake_id="<id>", id="<id>", accelerated_fields=[
235
+ res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
236
236
  "<value 1>",
237
237
  "<value 2>",
238
238
  ], bucket_name="<value>", cache_connection={
@@ -281,106 +281,102 @@ with CriblControlPlane(
281
281
 
282
282
  ### [auth](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md)
283
283
 
284
- * [login](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md#login) - Log in and obtain Auth token
284
+ * [fetch_token](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md#fetch_token) - Log in and fetch an authentication token
285
285
 
286
286
 
287
- ### [destinations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md)
287
+ ### [deployments](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/deployments/README.md)
288
288
 
289
- * [list_destination](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list_destination) - Get a list of Destination objects
290
- * [create_destination](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_destination) - Create Destination
291
- * [get_destination_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_destination_by_id) - Get Destination by ID
292
- * [update_destination_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update_destination_by_id) - Update Destination
293
- * [delete_destination_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete_destination_by_id) - Delete Destination
294
- * [delete_destination_pq_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete_destination_pq_by_id) - Clears destination persistent queue
295
- * [get_destination_pq_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_destination_pq_by_id) - Retrieves status of latest clear PQ job for a destination
296
- * [get_destination_samples_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_destination_samples_by_id) - Retrieve samples data for the specified destination. Used to get sample data for the test action.
297
- * [create_destination_test_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_destination_test_by_id) - Send sample data to a destination to validate configuration or test connectivity
289
+ * [get_summary](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/deployments/README.md#get_summary) - Retrieve a summary of the Distributed deployment
298
290
 
299
- ### [distributed](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/distributed/README.md)
291
+ ### [destinations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md)
300
292
 
301
- * [get_summary](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/distributed/README.md#get_summary) - Get summary of Distributed deployment
293
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list) - List all Destinations
294
+ * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create) - Create a Destination
295
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) - Retrieve a Destination
296
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update) - Update a Destination
297
+ * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete) - Delete a Destination
298
+ * [clear_persistent_queue](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#clear_persistent_queue) - Clear the persistent queue for a Destination
299
+ * [get_persistent_queue_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_persistent_queue_status) - Retrieve information about the latest job to clear the persistent queue for a Destination
300
+ * [get_sample_data](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_sample_data) - Retrieve sample event data for a Destination
301
+ * [create_sample_data](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_sample_data) - Send sample event data to a Destination
302
302
 
303
303
  ### [groups](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md)
304
304
 
305
- * [get_groups_config_version_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_groups_config_version_by_id) - Get effective bundle version for given Group
306
- * [create_products_groups_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#create_products_groups_by_product) - Create a Fleet or Worker Group
307
- * [get_products_groups_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_products_groups_by_product) - Get a list of ConfigGroup objects
308
- * [delete_groups_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#delete_groups_by_id) - Delete a Fleet or Worker Group
309
- * [get_groups_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_groups_by_id) - Get a specific ConfigGroup object
310
- * [update_groups_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#update_groups_by_id) - Update a Fleet or Worker Group
311
- * [update_groups_deploy_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#update_groups_deploy_by_id) - Deploy commits for a Fleet or Worker Group
312
- * [get_groups_acl_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_groups_acl_by_id) - ACL of members with permissions for resources in this Group
305
+ * [get_config_version](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_config_version) - Retrieve the configuration version for a Worker Group or Edge Fleet
306
+ * [create_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#create_by_product) - Create a Worker Group or Edge Fleet for the specified Cribl product
307
+ * [get_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_by_product) - List all Worker Groups or Edge Fleets for the specified Cribl product
308
+ * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#delete) - Delete a Worker Group or Edge Fleet
309
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get) - Retrieve a Worker Group or Edge Fleet
310
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#update) - Update a Worker Group or Edge Fleet
311
+ * [deploy_commits](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#deploy_commits) - Deploy commits to a Worker Group or Edge Fleet
312
+ * [get_team_access_control_list_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_team_access_control_list_by_product) - Retrieve the Access Control List (ACL) for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
313
+ * [get_access_control_list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_access_control_list) - Retrieve the Access Control List (ACL) for a Worker Group or Edge Fleet
314
+
315
+ ### [health_info](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/healthinfo/README.md)
313
316
 
314
- ### [health](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md)
317
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/healthinfo/README.md#get) - Retrieve health status of the server
315
318
 
316
- * [get_health_info](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md#get_health_info) - Provides health info for REST server
319
+ ### [lake_datasets](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md)
317
320
 
318
- ### [lake](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lake/README.md)
321
+ * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#create) - Create a Lake Dataset in the specified Lake
322
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#list) - List all Lake Datasets in the specified Lake
323
+ * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#delete) - Delete a Lake Dataset in the specified Lake
324
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#get) - Retrieve a Lake Dataset in the specified Lake
325
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#update) - Update a Lake Dataset in the specified Lake
319
326
 
320
- * [create_cribl_lake_dataset_by_lake_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lake/README.md#create_cribl_lake_dataset_by_lake_id) - Create a Dataset in the specified Lake
321
- * [get_cribl_lake_dataset_by_lake_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lake/README.md#get_cribl_lake_dataset_by_lake_id) - Get the list of Dataset contained in the specified Lake
322
- * [delete_cribl_lake_dataset_by_lake_id_and_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lake/README.md#delete_cribl_lake_dataset_by_lake_id_and_id) - Delete a Dataset in the specified Lake
323
- * [get_cribl_lake_dataset_by_lake_id_and_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lake/README.md#get_cribl_lake_dataset_by_lake_id_and_id) - Get a Dataset in the specified Lake
324
- * [update_cribl_lake_dataset_by_lake_id_and_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lake/README.md#update_cribl_lake_dataset_by_lake_id_and_id) - Update a Dataset in the specified Lake
327
+ ### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
328
+
329
+ * [get_count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#get_count) - Retrieve a count of Worker and Edge Nodes
330
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) - Retrieve detailed metadata for Worker and Edge Nodes
331
+ * [restart](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#restart) - Restart Worker and Edge Nodes
325
332
 
326
333
  ### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
327
334
 
328
- * [create_packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#create_packs) - Install Pack
329
- * [get_packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#get_packs) - Get info on packs
330
- * [update_packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update_packs) - Upload Pack
331
- * [delete_packs_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete_packs_by_id) - Uninstall Pack from the system
332
- * [update_packs_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update_packs_by_id) - Upgrade Pack
335
+ * [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Install a Pack
336
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
337
+ * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete) - Uninstall a Pack
338
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Update a Pack
333
339
 
334
340
  ### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
335
341
 
336
342
  * [list_pipeline](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#list_pipeline) - Get a list of Pipeline objects
337
- * [create_pipeline](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#create_pipeline) - Create Pipeline
343
+ * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#create) - Create a Pipeline
338
344
  * [get_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#get_pipeline_by_id) - Get Pipeline by ID
339
- * [update_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#update_pipeline_by_id) - Update Pipeline
345
+ * [update_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#update_pipeline_by_id) - Update a Pipeline
340
346
  * [delete_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#delete_pipeline_by_id) - Delete Pipeline
341
347
 
342
348
  ### [routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md)
343
349
 
344
- * [list_routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list_routes) - Get a list of Routes objects
345
- * [get_routes_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#get_routes_by_id) - Get Routes by ID
346
- * [update_routes_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#update_routes_by_id) - Update Routes
347
- * [create_routes_append_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#create_routes_append_by_id) - Appends routes to the end of the routing table
350
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list) - Get a list of Routes objects
351
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#get) - Get Routes by ID
352
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#update) - Update Routes
353
+ * [append](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#append) - Append Routes to the end of the Routing table
348
354
 
349
355
  ### [sources](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md)
350
356
 
351
- * [list_source](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#list_source) - Get a list of Source objects
352
- * [create_source](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create_source) - Create Source
353
- * [get_source_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get_source_by_id) - Get Source by ID
354
- * [update_source_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update_source_by_id) - Update Source
355
- * [delete_source_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#delete_source_by_id) - Delete Source
356
- * [create_source_hec_token_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create_source_hec_token_by_id) - Add token and optional metadata to an existing HEC Source
357
- * [update_source_hec_token_by_id_and_token](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update_source_hec_token_by_id_and_token) - Update token metadata on existing HEC Source
358
-
359
- ### [teams](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md)
360
-
361
- * [get_products_groups_acl_teams_by_product_and_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md#get_products_groups_acl_teams_by_product_and_id) - ACL of team with permissions for resources in this Group
357
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#list) - List all Sources
358
+ * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create) - Create a Source
359
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get) - Retrieve a Source
360
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update) - Update a Source
361
+ * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#delete) - Delete a Source
362
+ * [create_hec_token](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create_hec_token) - Add an HEC token and optional metadata to a Splunk HEC Source
363
+ * [update_hec_token_metadata](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update_hec_token_metadata) - Update metadata for an HEC token for a Splunk HEC Source
362
364
 
363
365
  ### [versioning](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md)
364
366
 
365
- * [get_version_branch](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_version_branch) - get the list of branches
366
- * [create_version_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#create_version_commit) - create a new commit containing the current configs the given log message describing the changes.
367
- * [get_version_count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_version_count) - get the count of files of changed
368
- * [get_version_current_branch](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_version_current_branch) - returns git branch that the config is checked out to, if any
369
- * [get_version_diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_version_diff) - get the textual diff for given commit
370
- * [get_version_files](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_version_files) - get the files changed
371
- * [get_version_info](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_version_info) - Get info about versioning availability
372
- * [create_version_push](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#create_version_push) - push the current configs to the remote repository.
373
- * [create_version_revert](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#create_version_revert) - revert a commit
374
- * [get_version_show](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_version_show) - get the log message and textual diff for given commit
375
- * [get_version_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_version_status) - get the the working tree status
376
- * [create_version_sync](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#create_version_sync) - syncs with remote repo via POST requests
377
- * [create_version_undo](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#create_version_undo) - undo the last commit
378
-
379
- ### [workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md)
380
-
381
- * [get_summary_workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md#get_summary_workers) - get worker and edge nodes count
382
- * [get_workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md#get_workers) - get worker and edge nodes
383
- * [update_workers_restart](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md#update_workers_restart) - restarts worker nodes
367
+ * [get_branch](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_branch) - List all branches in the Git repository used for Cribl configuration
368
+ * [create_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#create_commit) - Create a new commit for pending changes to the Cribl configuration
369
+ * [get_file_count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_file_count) - Retrieve a count of files that changed since a commit
370
+ * [get_branch_name](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_branch_name) - Retrieve the name of the Git branch that the Cribl configuration is checked out to
371
+ * [get_diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_diff) - Retrieve the diff for a commit
372
+ * [get_file_info](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_file_info) - Retrieve the names and statuses of files that changed since a commit
373
+ * [get_config_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_config_status) - Retrieve the configuration and status for the Git integration
374
+ * [push_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#push_commit) - Push a commit from the local repository to the remote repository
375
+ * [revert_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#revert_commit) - Revert a commit in the local repository
376
+ * [show_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#show_commit) - Retrieve the diff and log message for a commit
377
+ * [get_current_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_current_status) - Retrieve the status of the current working tree
378
+ * [sync_local_remote](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#sync_local_remote) - Synchronize the local branch with the remote repository
379
+ * [clean_working_dir](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#clean_working_dir) - Undo the most recent commit and restore the local repository to the previous commit
384
380
 
385
381
  </details>
386
382
  <!-- End Available Resources and Operations [operations] -->
@@ -404,7 +400,7 @@ with CriblControlPlane(
404
400
  ),
405
401
  ) as ccp_client:
406
402
 
407
- res = ccp_client.lake.create_cribl_lake_dataset_by_lake_id(lake_id="<id>", id="<id>", accelerated_fields=[
403
+ res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
408
404
  "<value 1>",
409
405
  "<value 2>",
410
406
  ], bucket_name="<value>", cache_connection={
@@ -460,7 +456,7 @@ with CriblControlPlane(
460
456
  ),
461
457
  ) as ccp_client:
462
458
 
463
- res = ccp_client.lake.create_cribl_lake_dataset_by_lake_id(lake_id="<id>", id="<id>", accelerated_fields=[
459
+ res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
464
460
  "<value 1>",
465
461
  "<value 2>",
466
462
  ], bucket_name="<value>", cache_connection={
@@ -530,7 +526,7 @@ with CriblControlPlane(
530
526
  res = None
531
527
  try:
532
528
 
533
- res = ccp_client.lake.create_cribl_lake_dataset_by_lake_id(lake_id="<id>", id="<id>", accelerated_fields=[
529
+ res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
534
530
  "<value 1>",
535
531
  "<value 2>",
536
532
  ], bucket_name="<value>", cache_connection={
@@ -598,7 +594,7 @@ with CriblControlPlane(
598
594
 
599
595
 
600
596
  **Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
601
- * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 63 methods.*
597
+ * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 62 methods.*
602
598
  * [`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.
603
599
 
604
600
  </details>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "cribl-control-plane"
3
- version = "0.0.22"
3
+ version = "0.0.24"
4
4
  description = "Python Client SDK Generated by Speakeasy."
5
5
  authors = [{ name = "Speakeasy" },]
6
6
  readme = "README-PYPI.md"
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "cribl-control-plane"
6
- __version__: str = "0.0.22"
7
- __openapi_doc_version__: str = "4.14.0-alpha.1754075358312-9b381cdf"
6
+ __version__: str = "0.0.24"
7
+ __openapi_doc_version__: str = "4.14.0-alpha.1754581489015-f79f2920"
8
8
  __gen_version__: str = "2.660.0"
9
- __user_agent__: str = "speakeasy-sdk/python 0.0.22 2.660.0 4.14.0-alpha.1754075358312-9b381cdf cribl-control-plane"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.0.24 2.660.0 4.14.0-alpha.1754581489015-f79f2920 cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None: