cribl-control-plane 0.0.23__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 (300) hide show
  1. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/PKG-INFO +73 -76
  2. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/README-PYPI.md +72 -75
  3. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/pyproject.toml +1 -1
  4. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_version.py +3 -3
  5. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/auth_sdk.py +4 -4
  6. cribl_control_plane-0.0.23/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.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/destinations.py +36 -36
  8. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/groups_sdk.py +222 -32
  9. cribl_control_plane-0.0.23/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.23/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.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createpipelineop.py +2 -2
  12. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updatepipelinebyidop.py +2 -2
  13. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateroutesbyidop.py +2 -2
  14. cribl_control_plane-0.0.23/src/cribl_control_plane/workers_sdk.py → cribl_control_plane-0.0.24/src/cribl_control_plane/nodes.py +13 -15
  15. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/packs.py +16 -16
  16. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/pipelines.py +10 -10
  17. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/routes_sdk.py +10 -10
  18. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/sdk.py +12 -20
  19. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/sources.py +28 -28
  20. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/versioning.py +52 -52
  21. cribl_control_plane-0.0.23/src/cribl_control_plane/teams.py +0 -203
  22. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/py.typed +0 -0
  23. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/__init__.py +0 -0
  24. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  25. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
  26. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/registration.py +0 -0
  27. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  28. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/_hooks/types.py +0 -0
  29. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/basesdk.py +0 -0
  30. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/__init__.py +0 -0
  31. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/apierror.py +0 -0
  32. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  33. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/error.py +0 -0
  34. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
  35. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  36. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  37. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/httpclient.py +0 -0
  38. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/__init__.py +0 -0
  39. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
  40. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/appmode.py +0 -0
  41. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/authtoken.py +0 -0
  42. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/cacheconnection.py +0 -0
  43. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
  44. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/cloudprovider.py +0 -0
  45. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/commit.py +0 -0
  46. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/configgroup.py +0 -0
  47. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
  48. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
  49. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
  50. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
  51. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createinputop.py +0 -0
  52. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createoutputop.py +0 -0
  53. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
  54. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createpacksop.py +0 -0
  55. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createproductsgroupsbyproductop.py +0 -0
  56. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
  57. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
  58. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversionpushop.py +0 -0
  59. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
  60. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversionsyncop.py +0 -0
  61. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/createversionundoop.py +0 -0
  62. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/criblevent.py +0 -0
  63. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
  64. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
  65. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
  66. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
  67. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deletegroupsbyidop.py +0 -0
  68. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
  69. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
  70. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
  71. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
  72. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
  73. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deployrequest.py +0 -0
  74. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
  75. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/distributedsummary.py +0 -0
  76. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
  77. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
  78. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getgroupsaclbyidop.py +0 -0
  79. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getgroupsbyidop.py +0 -0
  80. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getgroupsconfigversionbyidop.py +0 -0
  81. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
  82. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
  83. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
  84. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
  85. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getpacksop.py +0 -0
  86. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
  87. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getproductsgroupsaclteamsbyproductandidop.py +0 -0
  88. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getproductsgroupsbyproductop.py +0 -0
  89. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
  90. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getsummaryop.py +0 -0
  91. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getsummaryworkersop.py +0 -0
  92. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
  93. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversioncountop.py +0 -0
  94. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversioncurrentbranchop.py +0 -0
  95. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
  96. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
  97. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
  98. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversionshowop.py +0 -0
  99. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
  100. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/getworkersop.py +0 -0
  101. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
  102. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
  103. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitfile.py +0 -0
  104. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
  105. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitinfo.py +0 -0
  106. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
  107. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
  108. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
  109. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
  110. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
  111. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/healthstatus.py +0 -0
  112. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
  113. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/input.py +0 -0
  114. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputappscope.py +0 -0
  115. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputazureblob.py +0 -0
  116. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcollection.py +0 -0
  117. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
  118. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcribl.py +0 -0
  119. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
  120. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
  121. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
  122. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
  123. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
  124. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
  125. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputdatagen.py +0 -0
  126. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
  127. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputelastic.py +0 -0
  128. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputeventhub.py +0 -0
  129. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputexec.py +0 -0
  130. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputfile.py +0 -0
  131. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputfirehose.py +0 -0
  132. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
  133. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputgrafana.py +0 -0
  134. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputhttp.py +0 -0
  135. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
  136. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
  137. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkafka.py +0 -0
  138. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkinesis.py +0 -0
  139. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
  140. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
  141. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
  142. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputloki.py +0 -0
  143. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputmetrics.py +0 -0
  144. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
  145. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputmsk.py +0 -0
  146. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputnetflow.py +0 -0
  147. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
  148. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
  149. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
  150. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
  151. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputprometheus.py +0 -0
  152. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
  153. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputrawudp.py +0 -0
  154. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputs3.py +0 -0
  155. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
  156. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
  157. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsnmp.py +0 -0
  158. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsplunk.py +0 -0
  159. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
  160. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
  161. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsqs.py +0 -0
  162. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsyslog.py +0 -0
  163. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
  164. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
  165. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputtcp.py +0 -0
  166. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
  167. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputwef.py +0 -0
  168. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
  169. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
  170. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputwiz.py +0 -0
  171. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
  172. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
  173. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
  174. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/listinputop.py +0 -0
  175. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/listoutputop.py +0 -0
  176. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/listpipelineop.py +0 -0
  177. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/listroutesop.py +0 -0
  178. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/logininfo.py +0 -0
  179. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/lookupversions.py +0 -0
  180. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
  181. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
  182. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
  183. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
  184. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
  185. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
  186. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
  187. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/output.py +0 -0
  188. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputazureblob.py +0 -0
  189. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
  190. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
  191. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
  192. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
  193. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
  194. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
  195. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
  196. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcribllake.py +0 -0
  197. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
  198. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
  199. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdatadog.py +0 -0
  200. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdataset.py +0 -0
  201. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdefault.py +0 -0
  202. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  203. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
  204. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdls3.py +0 -0
  205. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
  206. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
  207. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputelastic.py +0 -0
  208. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
  209. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputexabeam.py +0 -0
  210. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
  211. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
  212. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
  213. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
  214. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
  215. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
  216. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputgraphite.py +0 -0
  217. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
  218. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
  219. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
  220. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputkafka.py +0 -0
  221. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputkinesis.py +0 -0
  222. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputloki.py +0 -0
  223. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputminio.py +0 -0
  224. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputmsk.py +0 -0
  225. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputnetflow.py +0 -0
  226. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
  227. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
  228. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
  229. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputprometheus.py +0 -0
  230. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputring.py +0 -0
  231. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputrouter.py +0 -0
  232. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputs3.py +0 -0
  233. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  234. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
  235. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsentinel.py +0 -0
  236. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
  237. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputservicenow.py +0 -0
  238. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
  239. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  240. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsns.py +0 -0
  241. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsplunk.py +0 -0
  242. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
  243. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
  244. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsqs.py +0 -0
  245. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputstatsd.py +0 -0
  246. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
  247. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsumologic.py +0 -0
  248. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputsyslog.py +0 -0
  249. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
  250. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  251. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  252. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputwavefront.py +0 -0
  253. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputwebhook.py +0 -0
  254. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/outputxsiam.py +0 -0
  255. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/packinfo.py +0 -0
  256. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
  257. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/packrequestbody.py +0 -0
  258. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/pipeline.py +0 -0
  259. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
  260. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/rbacresource.py +0 -0
  261. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
  262. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/restartresponse.py +0 -0
  263. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/routecloneconf.py +0 -0
  264. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/routeconf.py +0 -0
  265. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/routes.py +0 -0
  266. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/routesroute.py +0 -0
  267. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
  268. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/security.py +0 -0
  269. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
  270. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
  271. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updategroupsbyidop.py +0 -0
  272. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updategroupsdeploybyidop.py +0 -0
  273. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
  274. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
  275. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
  276. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
  277. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
  278. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/updateworkersrestartop.py +0 -0
  279. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
  280. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/py.typed +0 -0
  281. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  282. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/types/__init__.py +0 -0
  283. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/types/basemodel.py +0 -0
  284. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/__init__.py +0 -0
  285. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/annotations.py +0 -0
  286. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/datetimes.py +0 -0
  287. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/enums.py +0 -0
  288. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
  289. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/forms.py +0 -0
  290. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/headers.py +0 -0
  291. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/logger.py +0 -0
  292. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/metadata.py +0 -0
  293. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/queryparams.py +0 -0
  294. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  295. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/retries.py +0 -0
  296. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/security.py +0 -0
  297. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/serializers.py +0 -0
  298. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
  299. {cribl_control_plane-0.0.23 → cribl_control_plane-0.0.24}/src/cribl_control_plane/utils/url.py +0 -0
  300. {cribl_control_plane-0.0.23 → 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.23
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,105 +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
- * [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
348
- * [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
349
356
 
350
357
  ### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
351
358
 
352
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
353
- * [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
354
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
355
- * [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
356
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
357
364
 
358
365
  ### [routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md)
359
366
 
360
- * [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
361
- * [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
362
- * [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
363
- * [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
364
371
 
365
372
  ### [sources](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md)
366
373
 
367
- * [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
368
- * [create_source](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create_source) - Create Source
369
- * [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
370
- * [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
371
- * [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
372
- * [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
373
- * [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
374
-
375
- ### [teams](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md)
376
-
377
- * [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
378
381
 
379
382
  ### [versioning](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md)
380
383
 
381
- * [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
382
- * [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.
383
- * [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
384
- * [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
385
- * [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
386
- * [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
387
- * [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
388
- * [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.
389
- * [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
390
- * [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
391
- * [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
392
- * [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
393
- * [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
394
-
395
- ### [workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md)
396
-
397
- * [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
398
- * [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
399
- * [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
400
397
 
401
398
  </details>
402
399
  <!-- End Available Resources and Operations [operations] -->
@@ -420,7 +417,7 @@ with CriblControlPlane(
420
417
  ),
421
418
  ) as ccp_client:
422
419
 
423
- 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=[
424
421
  "<value 1>",
425
422
  "<value 2>",
426
423
  ], bucket_name="<value>", cache_connection={
@@ -476,7 +473,7 @@ with CriblControlPlane(
476
473
  ),
477
474
  ) as ccp_client:
478
475
 
479
- 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=[
480
477
  "<value 1>",
481
478
  "<value 2>",
482
479
  ], bucket_name="<value>", cache_connection={
@@ -546,7 +543,7 @@ with CriblControlPlane(
546
543
  res = None
547
544
  try:
548
545
 
549
- 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=[
550
547
  "<value 1>",
551
548
  "<value 2>",
552
549
  ], bucket_name="<value>", cache_connection={
@@ -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,105 +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
- * [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
331
- * [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
332
339
 
333
340
  ### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
334
341
 
335
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
336
- * [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
337
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
338
- * [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
339
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
340
347
 
341
348
  ### [routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md)
342
349
 
343
- * [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
344
- * [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
345
- * [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
346
- * [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
347
354
 
348
355
  ### [sources](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md)
349
356
 
350
- * [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
351
- * [create_source](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create_source) - Create Source
352
- * [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
353
- * [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
354
- * [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
355
- * [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
356
- * [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
357
-
358
- ### [teams](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md)
359
-
360
- * [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
361
364
 
362
365
  ### [versioning](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md)
363
366
 
364
- * [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
365
- * [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.
366
- * [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
367
- * [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
368
- * [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
369
- * [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
370
- * [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
371
- * [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.
372
- * [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
373
- * [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
374
- * [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
375
- * [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
376
- * [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
377
-
378
- ### [workers](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/workerssdk/README.md)
379
-
380
- * [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
381
- * [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
382
- * [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
383
380
 
384
381
  </details>
385
382
  <!-- End Available Resources and Operations [operations] -->
@@ -403,7 +400,7 @@ with CriblControlPlane(
403
400
  ),
404
401
  ) as ccp_client:
405
402
 
406
- 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=[
407
404
  "<value 1>",
408
405
  "<value 2>",
409
406
  ], bucket_name="<value>", cache_connection={
@@ -459,7 +456,7 @@ with CriblControlPlane(
459
456
  ),
460
457
  ) as ccp_client:
461
458
 
462
- 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=[
463
460
  "<value 1>",
464
461
  "<value 2>",
465
462
  ], bucket_name="<value>", cache_connection={
@@ -529,7 +526,7 @@ with CriblControlPlane(
529
526
  res = None
530
527
  try:
531
528
 
532
- 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=[
533
530
  "<value 1>",
534
531
  "<value 2>",
535
532
  ], bucket_name="<value>", cache_connection={
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "cribl-control-plane"
3
- version = "0.0.23"
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.23"
7
- __openapi_doc_version__: str = "4.14.0-alpha.1754409810030-3ae86276"
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.23 2.660.0 4.14.0-alpha.1754409810030-3ae86276 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:
@@ -11,7 +11,7 @@ from typing import Mapping, Optional
11
11
  class AuthSDK(BaseSDK):
12
12
  r"""Actions related to authentication. Do not use the /auth endpoints in Cribl.Cloud deployments. Instead, follow the instructions at https://docs.cribl.io/stream/api-tutorials/#criblcloud to authenticate for Cribl.Cloud."""
13
13
 
14
- def login(
14
+ def fetch_token(
15
15
  self,
16
16
  *,
17
17
  username: str,
@@ -21,7 +21,7 @@ class AuthSDK(BaseSDK):
21
21
  timeout_ms: Optional[int] = None,
22
22
  http_headers: Optional[Mapping[str, str]] = None,
23
23
  ) -> models.AuthToken:
24
- r"""Log in and obtain Auth token
24
+ r"""Log in and fetch an authentication token
25
25
 
26
26
  This endpoint is unavailable on Cribl.Cloud. Instead, follow the instructions at https://docs.cribl.io/stream/api-tutorials/#criblcloud to get an Auth token for Cribl.Cloud.
27
27
 
@@ -97,7 +97,7 @@ class AuthSDK(BaseSDK):
97
97
 
98
98
  raise errors.APIError("Unexpected response received", http_res)
99
99
 
100
- async def login_async(
100
+ async def fetch_token_async(
101
101
  self,
102
102
  *,
103
103
  username: str,
@@ -107,7 +107,7 @@ class AuthSDK(BaseSDK):
107
107
  timeout_ms: Optional[int] = None,
108
108
  http_headers: Optional[Mapping[str, str]] = None,
109
109
  ) -> models.AuthToken:
110
- r"""Log in and obtain Auth token
110
+ r"""Log in and fetch an authentication token
111
111
 
112
112
  This endpoint is unavailable on Cribl.Cloud. Instead, follow the instructions at https://docs.cribl.io/stream/api-tutorials/#criblcloud to get an Auth token for Cribl.Cloud.
113
113