cribl-control-plane 0.0.29__tar.gz → 0.0.31__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 (315) hide show
  1. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/PKG-INFO +10 -9
  2. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/README-PYPI.md +9 -8
  3. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/pyproject.toml +1 -1
  4. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/_version.py +3 -3
  5. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/acl.py +30 -20
  6. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/commits.py +180 -0
  7. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/configs_versions.py +22 -16
  8. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/groups_sdk.py +464 -428
  9. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/__init__.py +206 -169
  10. cribl_control_plane-0.0.29/src/cribl_control_plane/models/createproductsgroupsbyproductop.py → cribl_control_plane-0.0.31/src/cribl_control_plane/models/createconfiggroupbyproductop.py +10 -10
  11. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/createroutesappendbyidop.py +6 -5
  12. cribl_control_plane-0.0.31/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +53 -0
  13. cribl_control_plane-0.0.31/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +78 -0
  14. cribl_control_plane-0.0.29/src/cribl_control_plane/models/getproductsgroupsaclteamsbyproductandidop.py → cribl_control_plane-0.0.31/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +15 -15
  15. cribl_control_plane-0.0.31/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +65 -0
  16. cribl_control_plane-0.0.31/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +52 -0
  17. cribl_control_plane-0.0.29/src/cribl_control_plane/models/getsummaryworkersop.py → cribl_control_plane-0.0.31/src/cribl_control_plane/models/getmasterworkerentryop.py +4 -4
  18. cribl_control_plane-0.0.31/src/cribl_control_plane/models/getversionop.py +46 -0
  19. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/gitcommitsummary.py +3 -3
  20. cribl_control_plane-0.0.31/src/cribl_control_plane/models/gitlogresult.py +33 -0
  21. cribl_control_plane-0.0.29/src/cribl_control_plane/models/getproductsgroupsbyproductop.py → cribl_control_plane-0.0.31/src/cribl_control_plane/models/listconfiggroupbyproductop.py +12 -12
  22. cribl_control_plane-0.0.29/src/cribl_control_plane/models/getworkersop.py → cribl_control_plane-0.0.31/src/cribl_control_plane/models/listmasterworkerentryop.py +4 -4
  23. cribl_control_plane-0.0.29/src/cribl_control_plane/models/updategroupsbyidop.py → cribl_control_plane-0.0.31/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +22 -6
  24. cribl_control_plane-0.0.29/src/cribl_control_plane/models/updategroupsdeploybyidop.py → cribl_control_plane-0.0.31/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +22 -6
  25. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/nodes.py +70 -62
  26. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/teams.py +20 -20
  27. cribl_control_plane-0.0.29/src/cribl_control_plane/models/deletegroupsbyidop.py +0 -37
  28. cribl_control_plane-0.0.29/src/cribl_control_plane/models/getgroupsaclbyidop.py +0 -63
  29. cribl_control_plane-0.0.29/src/cribl_control_plane/models/getgroupsbyidop.py +0 -49
  30. cribl_control_plane-0.0.29/src/cribl_control_plane/models/getgroupsconfigversionbyidop.py +0 -36
  31. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/py.typed +0 -0
  32. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/__init__.py +0 -0
  33. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  34. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
  35. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/_hooks/registration.py +0 -0
  36. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  37. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/_hooks/types.py +0 -0
  38. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/auth_sdk.py +0 -0
  39. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/basesdk.py +0 -0
  40. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/branches.py +0 -0
  41. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/commits_files.py +0 -0
  42. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/destinations.py +0 -0
  43. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/destinations_pq.py +0 -0
  44. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/errors/__init__.py +0 -0
  45. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/errors/apierror.py +0 -0
  46. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  47. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/errors/error.py +0 -0
  48. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
  49. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  50. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  51. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/groups_configs.py +0 -0
  52. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/health.py +0 -0
  53. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/hectokens.py +0 -0
  54. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/httpclient.py +0 -0
  55. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/lakedatasets.py +0 -0
  56. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
  57. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/appmode.py +0 -0
  58. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/authtoken.py +0 -0
  59. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/cacheconnection.py +0 -0
  60. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
  61. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/cloudprovider.py +0 -0
  62. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/commit.py +0 -0
  63. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/configgroup.py +0 -0
  64. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
  65. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
  66. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
  67. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
  68. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/createinputop.py +0 -0
  69. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/createoutputop.py +0 -0
  70. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
  71. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/createpacksop.py +0 -0
  72. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/createpipelineop.py +0 -0
  73. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
  74. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/createversionpushop.py +0 -0
  75. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
  76. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/createversionundoop.py +0 -0
  77. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/criblevent.py +0 -0
  78. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
  79. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
  80. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
  81. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
  82. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
  83. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
  84. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
  85. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
  86. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
  87. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
  88. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/deployrequest.py +0 -0
  89. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
  90. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/distributedsummary.py +0 -0
  91. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
  92. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
  93. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
  94. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
  95. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
  96. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
  97. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/getpacksop.py +0 -0
  98. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
  99. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
  100. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/getsummaryop.py +0 -0
  101. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
  102. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/getversioncountop.py +0 -0
  103. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
  104. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
  105. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
  106. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/getversionshowop.py +0 -0
  107. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
  108. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
  109. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/gitfile.py +0 -0
  110. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
  111. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/gitinfo.py +0 -0
  112. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
  113. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
  114. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
  115. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
  116. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
  117. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/healthstatus.py +0 -0
  118. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
  119. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/input.py +0 -0
  120. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputappscope.py +0 -0
  121. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputazureblob.py +0 -0
  122. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputcollection.py +0 -0
  123. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
  124. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputcribl.py +0 -0
  125. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
  126. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
  127. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
  128. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
  129. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
  130. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
  131. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputdatagen.py +0 -0
  132. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
  133. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputelastic.py +0 -0
  134. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputeventhub.py +0 -0
  135. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputexec.py +0 -0
  136. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputfile.py +0 -0
  137. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputfirehose.py +0 -0
  138. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
  139. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputgrafana.py +0 -0
  140. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputhttp.py +0 -0
  141. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
  142. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
  143. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputkafka.py +0 -0
  144. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputkinesis.py +0 -0
  145. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
  146. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
  147. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
  148. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputloki.py +0 -0
  149. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputmetrics.py +0 -0
  150. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
  151. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputmsk.py +0 -0
  152. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputnetflow.py +0 -0
  153. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
  154. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
  155. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
  156. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
  157. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputprometheus.py +0 -0
  158. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
  159. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputrawudp.py +0 -0
  160. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputs3.py +0 -0
  161. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
  162. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
  163. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputsnmp.py +0 -0
  164. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputsplunk.py +0 -0
  165. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
  166. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
  167. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputsqs.py +0 -0
  168. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputsyslog.py +0 -0
  169. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
  170. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
  171. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputtcp.py +0 -0
  172. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
  173. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputwef.py +0 -0
  174. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
  175. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
  176. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputwiz.py +0 -0
  177. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
  178. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
  179. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
  180. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/listinputop.py +0 -0
  181. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/listoutputop.py +0 -0
  182. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/listpipelineop.py +0 -0
  183. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/listroutesop.py +0 -0
  184. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/logininfo.py +0 -0
  185. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/lookupversions.py +0 -0
  186. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
  187. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
  188. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
  189. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
  190. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
  191. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
  192. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
  193. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/output.py +0 -0
  194. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputazureblob.py +0 -0
  195. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
  196. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
  197. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
  198. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
  199. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
  200. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
  201. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
  202. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputcribllake.py +0 -0
  203. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
  204. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
  205. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputdatadog.py +0 -0
  206. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputdataset.py +0 -0
  207. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputdefault.py +0 -0
  208. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  209. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
  210. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputdls3.py +0 -0
  211. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
  212. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
  213. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputelastic.py +0 -0
  214. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
  215. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputexabeam.py +0 -0
  216. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
  217. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
  218. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
  219. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
  220. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
  221. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
  222. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputgraphite.py +0 -0
  223. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
  224. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
  225. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
  226. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputkafka.py +0 -0
  227. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputkinesis.py +0 -0
  228. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputloki.py +0 -0
  229. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputminio.py +0 -0
  230. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputmsk.py +0 -0
  231. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputnetflow.py +0 -0
  232. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
  233. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
  234. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
  235. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputprometheus.py +0 -0
  236. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputring.py +0 -0
  237. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputrouter.py +0 -0
  238. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputs3.py +0 -0
  239. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  240. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
  241. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputsentinel.py +0 -0
  242. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
  243. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputservicenow.py +0 -0
  244. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
  245. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  246. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputsns.py +0 -0
  247. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputsplunk.py +0 -0
  248. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
  249. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
  250. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputsqs.py +0 -0
  251. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputstatsd.py +0 -0
  252. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
  253. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputsumologic.py +0 -0
  254. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputsyslog.py +0 -0
  255. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
  256. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  257. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  258. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputwavefront.py +0 -0
  259. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputwebhook.py +0 -0
  260. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/outputxsiam.py +0 -0
  261. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/packinfo.py +0 -0
  262. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
  263. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/packrequestbody.py +0 -0
  264. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/pipeline.py +0 -0
  265. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
  266. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/rbacresource.py +0 -0
  267. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
  268. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/routecloneconf.py +0 -0
  269. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/routeconf.py +0 -0
  270. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/routes.py +0 -0
  271. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/routesroute.py +0 -0
  272. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
  273. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/security.py +0 -0
  274. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
  275. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
  276. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
  277. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
  278. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
  279. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
  280. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
  281. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
  282. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
  283. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
  284. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/packs.py +0 -0
  285. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/pipelines.py +0 -0
  286. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/py.typed +0 -0
  287. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/routes_sdk.py +0 -0
  288. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/samples.py +0 -0
  289. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/sdk.py +0 -0
  290. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  291. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/sources.py +0 -0
  292. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/statuses.py +0 -0
  293. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/summaries.py +0 -0
  294. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/tokens.py +0 -0
  295. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/types/__init__.py +0 -0
  296. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/types/basemodel.py +0 -0
  297. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/utils/__init__.py +0 -0
  298. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/utils/annotations.py +0 -0
  299. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/utils/datetimes.py +0 -0
  300. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/utils/enums.py +0 -0
  301. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
  302. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/utils/forms.py +0 -0
  303. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/utils/headers.py +0 -0
  304. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/utils/logger.py +0 -0
  305. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/utils/metadata.py +0 -0
  306. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/utils/queryparams.py +0 -0
  307. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  308. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/utils/retries.py +0 -0
  309. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/utils/security.py +0 -0
  310. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/utils/serializers.py +0 -0
  311. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
  312. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/utils/url.py +0 -0
  313. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/utils/values.py +0 -0
  314. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/versions.py +0 -0
  315. {cribl_control_plane-0.0.29 → cribl_control_plane-0.0.31}/src/cribl_control_plane/versions_configs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: cribl-control-plane
3
- Version: 0.0.29
3
+ Version: 0.0.31
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -332,24 +332,24 @@ with CriblControlPlane(
332
332
 
333
333
  ### [groups](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md)
334
334
 
335
- * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#create) - Create a Worker Group or Edge Fleet for the specified Cribl product
336
335
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#list) - List all Worker Groups or Edge Fleets for the specified Cribl product
337
- * [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
338
- * [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
336
+ * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#create) - Create a Worker Group or Edge Fleet for the specified Cribl product
337
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get) - Get a Worker Group or Edge Fleet
339
338
  * [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
339
+ * [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
340
340
  * [deploy](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#deploy) - Deploy commits to a Worker Group or Edge Fleet
341
341
 
342
342
  #### [groups.acl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/acl/README.md)
343
343
 
344
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/acl/README.md#get) - Retrieve the Access Control List (ACL) for a Worker Group or Edge Fleet
344
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/acl/README.md#get) - Get the Access Control List for a Worker Group or Edge Fleet
345
345
 
346
346
  #### [groups.acl.teams](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md)
347
347
 
348
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md#get) - Retrieve the Access Control List (ACL) for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
348
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md#get) - Get the Access Control List for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
349
349
 
350
350
  #### [groups.configs.versions](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/configsversions/README.md)
351
351
 
352
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/configsversions/README.md#get) - Retrieve the configuration version for a Worker Group or Edge Fleet
352
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/configsversions/README.md#get) - Get the configuration version for a Worker Group or Edge Fleet
353
353
 
354
354
  ### [health](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md)
355
355
 
@@ -365,8 +365,8 @@ with CriblControlPlane(
365
365
 
366
366
  ### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
367
367
 
368
- * [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#count) - Retrieve a count of Worker and Edge Nodes
369
368
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) - Retrieve detailed metadata for Worker and Edge Nodes
369
+ * [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#count) - Retrieve a count of Worker and Edge Nodes
370
370
 
371
371
  #### [nodes.summaries](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md)
372
372
 
@@ -419,6 +419,7 @@ with CriblControlPlane(
419
419
 
420
420
  * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#create) - Create a new commit for pending changes to the Cribl configuration
421
421
  * [diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#diff) - Retrieve the diff for a commit
422
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#list) - Get the commit history
422
423
  * [push](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#push) - Push a commit from the local repository to the remote repository
423
424
  * [revert](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#revert) - Revert a commit in the local repository
424
425
  * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#get) - Retrieve the diff and log message for a commit
@@ -653,7 +654,7 @@ with CriblControlPlane(
653
654
 
654
655
 
655
656
  **Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
656
- * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 60 methods.*
657
+ * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 61 methods.*
657
658
  * [`ResponseValidationError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
658
659
 
659
660
  </details>
@@ -315,24 +315,24 @@ with CriblControlPlane(
315
315
 
316
316
  ### [groups](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md)
317
317
 
318
- * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#create) - Create a Worker Group or Edge Fleet for the specified Cribl product
319
318
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#list) - List all Worker Groups or Edge Fleets for the specified Cribl product
320
- * [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
321
- * [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
319
+ * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#create) - Create a Worker Group or Edge Fleet for the specified Cribl product
320
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get) - Get a Worker Group or Edge Fleet
322
321
  * [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
322
+ * [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
323
323
  * [deploy](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#deploy) - Deploy commits to a Worker Group or Edge Fleet
324
324
 
325
325
  #### [groups.acl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/acl/README.md)
326
326
 
327
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/acl/README.md#get) - Retrieve the Access Control List (ACL) for a Worker Group or Edge Fleet
327
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/acl/README.md#get) - Get the Access Control List for a Worker Group or Edge Fleet
328
328
 
329
329
  #### [groups.acl.teams](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md)
330
330
 
331
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md#get) - Retrieve the Access Control List (ACL) for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
331
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md#get) - Get the Access Control List for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
332
332
 
333
333
  #### [groups.configs.versions](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/configsversions/README.md)
334
334
 
335
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/configsversions/README.md#get) - Retrieve the configuration version for a Worker Group or Edge Fleet
335
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/configsversions/README.md#get) - Get the configuration version for a Worker Group or Edge Fleet
336
336
 
337
337
  ### [health](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md)
338
338
 
@@ -348,8 +348,8 @@ with CriblControlPlane(
348
348
 
349
349
  ### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
350
350
 
351
- * [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#count) - Retrieve a count of Worker and Edge Nodes
352
351
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) - Retrieve detailed metadata for Worker and Edge Nodes
352
+ * [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#count) - Retrieve a count of Worker and Edge Nodes
353
353
 
354
354
  #### [nodes.summaries](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md)
355
355
 
@@ -402,6 +402,7 @@ with CriblControlPlane(
402
402
 
403
403
  * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#create) - Create a new commit for pending changes to the Cribl configuration
404
404
  * [diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#diff) - Retrieve the diff for a commit
405
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#list) - Get the commit history
405
406
  * [push](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#push) - Push a commit from the local repository to the remote repository
406
407
  * [revert](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#revert) - Revert a commit in the local repository
407
408
  * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#get) - Retrieve the diff and log message for a commit
@@ -636,7 +637,7 @@ with CriblControlPlane(
636
637
 
637
638
 
638
639
  **Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
639
- * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 60 methods.*
640
+ * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 61 methods.*
640
641
  * [`ResponseValidationError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
641
642
 
642
643
  </details>
@@ -1,7 +1,7 @@
1
1
 
2
2
  [project]
3
3
  name = "cribl-control-plane"
4
- version = "0.0.29"
4
+ version = "0.0.31"
5
5
  description = "Python Client SDK Generated by Speakeasy."
6
6
  authors = [{ name = "Speakeasy" },]
7
7
  readme = "README-PYPI.md"
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "cribl-control-plane"
6
- __version__: str = "0.0.29"
7
- __openapi_doc_version__: str = "4.14.0-alpha.1755516762461-7e2ae3eb"
6
+ __version__: str = "0.0.31"
7
+ __openapi_doc_version__: str = "4.14.0-alpha.1755671365329-001b451c"
8
8
  __gen_version__: str = "2.684.0"
9
- __user_agent__: str = "speakeasy-sdk/python 0.0.29 2.684.0 4.14.0-alpha.1755516762461-7e2ae3eb cribl-control-plane"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.0.31 2.684.0 4.14.0-alpha.1755671365329-001b451c cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -25,19 +25,21 @@ class ACL(BaseSDK):
25
25
  def get(
26
26
  self,
27
27
  *,
28
+ product: models.GetConfigGroupACLByProductAndIDProduct,
28
29
  id: str,
29
- type_: Optional[models.GetGroupsACLByIDType] = None,
30
+ type_: Optional[models.GetConfigGroupACLByProductAndIDType] = None,
30
31
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
31
32
  server_url: Optional[str] = None,
32
33
  timeout_ms: Optional[int] = None,
33
34
  http_headers: Optional[Mapping[str, str]] = None,
34
- ) -> models.GetGroupsACLByIDResponse:
35
- r"""Retrieve the Access Control List (ACL) for a Worker Group or Edge Fleet
35
+ ) -> models.GetConfigGroupACLByProductAndIDResponse:
36
+ r"""Get the Access Control List for a Worker Group or Edge Fleet
36
37
 
37
- ACL of members with permissions for resources in this Group
38
+ Get the Access Control List (ACL) for the specified Worker Group or Edge Fleet.
38
39
 
39
- :param id: Group id
40
- :param type: resource type by which to filter access levels
40
+ :param product: Name of the Cribl product to get the Worker Groups or Edge Fleets for.
41
+ :param id: The <code>id</code> of the Worker Group or Edge Fleet to get the ACL for.
42
+ :param type: Filter for limiting the response to ACL entries for the specified RBAC resource type.
41
43
  :param retries: Override the default retry configuration for this method
42
44
  :param server_url: Override the default server URL for this method
43
45
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -53,14 +55,15 @@ class ACL(BaseSDK):
53
55
  else:
54
56
  base_url = self._get_url(base_url, url_variables)
55
57
 
56
- request = models.GetGroupsACLByIDRequest(
58
+ request = models.GetConfigGroupACLByProductAndIDRequest(
59
+ product=product,
57
60
  id=id,
58
61
  type=type_,
59
62
  )
60
63
 
61
64
  req = self._build_request(
62
65
  method="GET",
63
- path="/master/groups/{id}/acl",
66
+ path="/products/{product}/groups/{id}/acl",
64
67
  base_url=base_url,
65
68
  url_variables=url_variables,
66
69
  request=request,
@@ -86,7 +89,7 @@ class ACL(BaseSDK):
86
89
  hook_ctx=HookContext(
87
90
  config=self.sdk_configuration,
88
91
  base_url=base_url or "",
89
- operation_id="getGroupsAclById",
92
+ operation_id="getConfigGroupAclByProductAndId",
90
93
  oauth2_scopes=[],
91
94
  security_source=get_security_from_env(
92
95
  self.sdk_configuration.security, models.Security
@@ -99,7 +102,9 @@ class ACL(BaseSDK):
99
102
 
100
103
  response_data: Any = None
101
104
  if utils.match_response(http_res, "200", "application/json"):
102
- return unmarshal_json_response(models.GetGroupsACLByIDResponse, http_res)
105
+ return unmarshal_json_response(
106
+ models.GetConfigGroupACLByProductAndIDResponse, http_res
107
+ )
103
108
  if utils.match_response(http_res, "500", "application/json"):
104
109
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
105
110
  raise errors.Error(response_data, http_res)
@@ -115,19 +120,21 @@ class ACL(BaseSDK):
115
120
  async def get_async(
116
121
  self,
117
122
  *,
123
+ product: models.GetConfigGroupACLByProductAndIDProduct,
118
124
  id: str,
119
- type_: Optional[models.GetGroupsACLByIDType] = None,
125
+ type_: Optional[models.GetConfigGroupACLByProductAndIDType] = None,
120
126
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
121
127
  server_url: Optional[str] = None,
122
128
  timeout_ms: Optional[int] = None,
123
129
  http_headers: Optional[Mapping[str, str]] = None,
124
- ) -> models.GetGroupsACLByIDResponse:
125
- r"""Retrieve the Access Control List (ACL) for a Worker Group or Edge Fleet
130
+ ) -> models.GetConfigGroupACLByProductAndIDResponse:
131
+ r"""Get the Access Control List for a Worker Group or Edge Fleet
126
132
 
127
- ACL of members with permissions for resources in this Group
133
+ Get the Access Control List (ACL) for the specified Worker Group or Edge Fleet.
128
134
 
129
- :param id: Group id
130
- :param type: resource type by which to filter access levels
135
+ :param product: Name of the Cribl product to get the Worker Groups or Edge Fleets for.
136
+ :param id: The <code>id</code> of the Worker Group or Edge Fleet to get the ACL for.
137
+ :param type: Filter for limiting the response to ACL entries for the specified RBAC resource type.
131
138
  :param retries: Override the default retry configuration for this method
132
139
  :param server_url: Override the default server URL for this method
133
140
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -143,14 +150,15 @@ class ACL(BaseSDK):
143
150
  else:
144
151
  base_url = self._get_url(base_url, url_variables)
145
152
 
146
- request = models.GetGroupsACLByIDRequest(
153
+ request = models.GetConfigGroupACLByProductAndIDRequest(
154
+ product=product,
147
155
  id=id,
148
156
  type=type_,
149
157
  )
150
158
 
151
159
  req = self._build_request_async(
152
160
  method="GET",
153
- path="/master/groups/{id}/acl",
161
+ path="/products/{product}/groups/{id}/acl",
154
162
  base_url=base_url,
155
163
  url_variables=url_variables,
156
164
  request=request,
@@ -176,7 +184,7 @@ class ACL(BaseSDK):
176
184
  hook_ctx=HookContext(
177
185
  config=self.sdk_configuration,
178
186
  base_url=base_url or "",
179
- operation_id="getGroupsAclById",
187
+ operation_id="getConfigGroupAclByProductAndId",
180
188
  oauth2_scopes=[],
181
189
  security_source=get_security_from_env(
182
190
  self.sdk_configuration.security, models.Security
@@ -189,7 +197,9 @@ class ACL(BaseSDK):
189
197
 
190
198
  response_data: Any = None
191
199
  if utils.match_response(http_res, "200", "application/json"):
192
- return unmarshal_json_response(models.GetGroupsACLByIDResponse, http_res)
200
+ return unmarshal_json_response(
201
+ models.GetConfigGroupACLByProductAndIDResponse, http_res
202
+ )
193
203
  if utils.match_response(http_res, "500", "application/json"):
194
204
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
195
205
  raise errors.Error(response_data, http_res)
@@ -412,6 +412,186 @@ class Commits(BaseSDK):
412
412
 
413
413
  raise errors.APIError("Unexpected response received", http_res)
414
414
 
415
+ def list(
416
+ self,
417
+ *,
418
+ group: Optional[str] = None,
419
+ count: Optional[float] = None,
420
+ retries: OptionalNullable[utils.RetryConfig] = UNSET,
421
+ server_url: Optional[str] = None,
422
+ timeout_ms: Optional[int] = None,
423
+ http_headers: Optional[Mapping[str, str]] = None,
424
+ ) -> models.GetVersionResponse:
425
+ r"""Get the commit history
426
+
427
+ Get the commit history
428
+
429
+ :param group: Group ID
430
+ :param count: Maximum number of commits to return
431
+ :param retries: Override the default retry configuration for this method
432
+ :param server_url: Override the default server URL for this method
433
+ :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
434
+ :param http_headers: Additional headers to set or replace on requests.
435
+ """
436
+ base_url = None
437
+ url_variables = None
438
+ if timeout_ms is None:
439
+ timeout_ms = self.sdk_configuration.timeout_ms
440
+
441
+ if server_url is not None:
442
+ base_url = server_url
443
+ else:
444
+ base_url = self._get_url(base_url, url_variables)
445
+
446
+ request = models.GetVersionRequest(
447
+ group=group,
448
+ count=count,
449
+ )
450
+
451
+ req = self._build_request(
452
+ method="GET",
453
+ path="/version",
454
+ base_url=base_url,
455
+ url_variables=url_variables,
456
+ request=request,
457
+ request_body_required=False,
458
+ request_has_path_params=False,
459
+ request_has_query_params=True,
460
+ user_agent_header="user-agent",
461
+ accept_header_value="application/json",
462
+ http_headers=http_headers,
463
+ security=self.sdk_configuration.security,
464
+ timeout_ms=timeout_ms,
465
+ )
466
+
467
+ if retries == UNSET:
468
+ if self.sdk_configuration.retry_config is not UNSET:
469
+ retries = self.sdk_configuration.retry_config
470
+
471
+ retry_config = None
472
+ if isinstance(retries, utils.RetryConfig):
473
+ retry_config = (retries, ["429", "500", "502", "503", "504"])
474
+
475
+ http_res = self.do_request(
476
+ hook_ctx=HookContext(
477
+ config=self.sdk_configuration,
478
+ base_url=base_url or "",
479
+ operation_id="getVersion",
480
+ oauth2_scopes=[],
481
+ security_source=get_security_from_env(
482
+ self.sdk_configuration.security, models.Security
483
+ ),
484
+ ),
485
+ request=req,
486
+ error_status_codes=["401", "4XX", "500", "5XX"],
487
+ retry_config=retry_config,
488
+ )
489
+
490
+ response_data: Any = None
491
+ if utils.match_response(http_res, "200", "application/json"):
492
+ return unmarshal_json_response(models.GetVersionResponse, http_res)
493
+ if utils.match_response(http_res, "500", "application/json"):
494
+ response_data = unmarshal_json_response(errors.ErrorData, http_res)
495
+ raise errors.Error(response_data, http_res)
496
+ if utils.match_response(http_res, ["401", "4XX"], "*"):
497
+ http_res_text = utils.stream_to_text(http_res)
498
+ raise errors.APIError("API error occurred", http_res, http_res_text)
499
+ if utils.match_response(http_res, "5XX", "*"):
500
+ http_res_text = utils.stream_to_text(http_res)
501
+ raise errors.APIError("API error occurred", http_res, http_res_text)
502
+
503
+ raise errors.APIError("Unexpected response received", http_res)
504
+
505
+ async def list_async(
506
+ self,
507
+ *,
508
+ group: Optional[str] = None,
509
+ count: Optional[float] = None,
510
+ retries: OptionalNullable[utils.RetryConfig] = UNSET,
511
+ server_url: Optional[str] = None,
512
+ timeout_ms: Optional[int] = None,
513
+ http_headers: Optional[Mapping[str, str]] = None,
514
+ ) -> models.GetVersionResponse:
515
+ r"""Get the commit history
516
+
517
+ Get the commit history
518
+
519
+ :param group: Group ID
520
+ :param count: Maximum number of commits to return
521
+ :param retries: Override the default retry configuration for this method
522
+ :param server_url: Override the default server URL for this method
523
+ :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
524
+ :param http_headers: Additional headers to set or replace on requests.
525
+ """
526
+ base_url = None
527
+ url_variables = None
528
+ if timeout_ms is None:
529
+ timeout_ms = self.sdk_configuration.timeout_ms
530
+
531
+ if server_url is not None:
532
+ base_url = server_url
533
+ else:
534
+ base_url = self._get_url(base_url, url_variables)
535
+
536
+ request = models.GetVersionRequest(
537
+ group=group,
538
+ count=count,
539
+ )
540
+
541
+ req = self._build_request_async(
542
+ method="GET",
543
+ path="/version",
544
+ base_url=base_url,
545
+ url_variables=url_variables,
546
+ request=request,
547
+ request_body_required=False,
548
+ request_has_path_params=False,
549
+ request_has_query_params=True,
550
+ user_agent_header="user-agent",
551
+ accept_header_value="application/json",
552
+ http_headers=http_headers,
553
+ security=self.sdk_configuration.security,
554
+ timeout_ms=timeout_ms,
555
+ )
556
+
557
+ if retries == UNSET:
558
+ if self.sdk_configuration.retry_config is not UNSET:
559
+ retries = self.sdk_configuration.retry_config
560
+
561
+ retry_config = None
562
+ if isinstance(retries, utils.RetryConfig):
563
+ retry_config = (retries, ["429", "500", "502", "503", "504"])
564
+
565
+ http_res = await self.do_request_async(
566
+ hook_ctx=HookContext(
567
+ config=self.sdk_configuration,
568
+ base_url=base_url or "",
569
+ operation_id="getVersion",
570
+ oauth2_scopes=[],
571
+ security_source=get_security_from_env(
572
+ self.sdk_configuration.security, models.Security
573
+ ),
574
+ ),
575
+ request=req,
576
+ error_status_codes=["401", "4XX", "500", "5XX"],
577
+ retry_config=retry_config,
578
+ )
579
+
580
+ response_data: Any = None
581
+ if utils.match_response(http_res, "200", "application/json"):
582
+ return unmarshal_json_response(models.GetVersionResponse, http_res)
583
+ if utils.match_response(http_res, "500", "application/json"):
584
+ response_data = unmarshal_json_response(errors.ErrorData, http_res)
585
+ raise errors.Error(response_data, http_res)
586
+ if utils.match_response(http_res, ["401", "4XX"], "*"):
587
+ http_res_text = await utils.stream_to_text_async(http_res)
588
+ raise errors.APIError("API error occurred", http_res, http_res_text)
589
+ if utils.match_response(http_res, "5XX", "*"):
590
+ http_res_text = await utils.stream_to_text_async(http_res)
591
+ raise errors.APIError("API error occurred", http_res, http_res_text)
592
+
593
+ raise errors.APIError("Unexpected response received", http_res)
594
+
415
595
  def push(
416
596
  self,
417
597
  *,
@@ -13,17 +13,19 @@ class ConfigsVersions(BaseSDK):
13
13
  def get(
14
14
  self,
15
15
  *,
16
+ product: models.GetConfigGroupConfigVersionByProductAndIDProduct,
16
17
  id: str,
17
18
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
18
19
  server_url: Optional[str] = None,
19
20
  timeout_ms: Optional[int] = None,
20
21
  http_headers: Optional[Mapping[str, str]] = None,
21
- ) -> models.GetGroupsConfigVersionByIDResponse:
22
- r"""Retrieve the configuration version for a Worker Group or Edge Fleet
22
+ ) -> models.GetConfigGroupConfigVersionByProductAndIDResponse:
23
+ r"""Get the configuration version for a Worker Group or Edge Fleet
23
24
 
24
- Get effective bundle version for given Group
25
+ Get the configuration version for the specified Worker Group or Edge Fleet.
25
26
 
26
- :param id: Group ID
27
+ :param product: Name of the Cribl product to get the Worker Groups or Edge Fleets for.
28
+ :param id: The <code>id</code> of the Worker Group or Edge Fleet to get the configuration version for.
27
29
  :param retries: Override the default retry configuration for this method
28
30
  :param server_url: Override the default server URL for this method
29
31
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -39,13 +41,14 @@ class ConfigsVersions(BaseSDK):
39
41
  else:
40
42
  base_url = self._get_url(base_url, url_variables)
41
43
 
42
- request = models.GetGroupsConfigVersionByIDRequest(
44
+ request = models.GetConfigGroupConfigVersionByProductAndIDRequest(
45
+ product=product,
43
46
  id=id,
44
47
  )
45
48
 
46
49
  req = self._build_request(
47
50
  method="GET",
48
- path="/master/groups/{id}/configVersion",
51
+ path="/products/{product}/groups/{id}/configVersion",
49
52
  base_url=base_url,
50
53
  url_variables=url_variables,
51
54
  request=request,
@@ -71,7 +74,7 @@ class ConfigsVersions(BaseSDK):
71
74
  hook_ctx=HookContext(
72
75
  config=self.sdk_configuration,
73
76
  base_url=base_url or "",
74
- operation_id="getGroupsConfigVersionById",
77
+ operation_id="getConfigGroupConfigVersionByProductAndId",
75
78
  oauth2_scopes=[],
76
79
  security_source=get_security_from_env(
77
80
  self.sdk_configuration.security, models.Security
@@ -85,7 +88,7 @@ class ConfigsVersions(BaseSDK):
85
88
  response_data: Any = None
86
89
  if utils.match_response(http_res, "200", "application/json"):
87
90
  return unmarshal_json_response(
88
- models.GetGroupsConfigVersionByIDResponse, http_res
91
+ models.GetConfigGroupConfigVersionByProductAndIDResponse, http_res
89
92
  )
90
93
  if utils.match_response(http_res, "500", "application/json"):
91
94
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
@@ -102,17 +105,19 @@ class ConfigsVersions(BaseSDK):
102
105
  async def get_async(
103
106
  self,
104
107
  *,
108
+ product: models.GetConfigGroupConfigVersionByProductAndIDProduct,
105
109
  id: str,
106
110
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
107
111
  server_url: Optional[str] = None,
108
112
  timeout_ms: Optional[int] = None,
109
113
  http_headers: Optional[Mapping[str, str]] = None,
110
- ) -> models.GetGroupsConfigVersionByIDResponse:
111
- r"""Retrieve the configuration version for a Worker Group or Edge Fleet
114
+ ) -> models.GetConfigGroupConfigVersionByProductAndIDResponse:
115
+ r"""Get the configuration version for a Worker Group or Edge Fleet
112
116
 
113
- Get effective bundle version for given Group
117
+ Get the configuration version for the specified Worker Group or Edge Fleet.
114
118
 
115
- :param id: Group ID
119
+ :param product: Name of the Cribl product to get the Worker Groups or Edge Fleets for.
120
+ :param id: The <code>id</code> of the Worker Group or Edge Fleet to get the configuration version for.
116
121
  :param retries: Override the default retry configuration for this method
117
122
  :param server_url: Override the default server URL for this method
118
123
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -128,13 +133,14 @@ class ConfigsVersions(BaseSDK):
128
133
  else:
129
134
  base_url = self._get_url(base_url, url_variables)
130
135
 
131
- request = models.GetGroupsConfigVersionByIDRequest(
136
+ request = models.GetConfigGroupConfigVersionByProductAndIDRequest(
137
+ product=product,
132
138
  id=id,
133
139
  )
134
140
 
135
141
  req = self._build_request_async(
136
142
  method="GET",
137
- path="/master/groups/{id}/configVersion",
143
+ path="/products/{product}/groups/{id}/configVersion",
138
144
  base_url=base_url,
139
145
  url_variables=url_variables,
140
146
  request=request,
@@ -160,7 +166,7 @@ class ConfigsVersions(BaseSDK):
160
166
  hook_ctx=HookContext(
161
167
  config=self.sdk_configuration,
162
168
  base_url=base_url or "",
163
- operation_id="getGroupsConfigVersionById",
169
+ operation_id="getConfigGroupConfigVersionByProductAndId",
164
170
  oauth2_scopes=[],
165
171
  security_source=get_security_from_env(
166
172
  self.sdk_configuration.security, models.Security
@@ -174,7 +180,7 @@ class ConfigsVersions(BaseSDK):
174
180
  response_data: Any = None
175
181
  if utils.match_response(http_res, "200", "application/json"):
176
182
  return unmarshal_json_response(
177
- models.GetGroupsConfigVersionByIDResponse, http_res
183
+ models.GetConfigGroupConfigVersionByProductAndIDResponse, http_res
178
184
  )
179
185
  if utils.match_response(http_res, "500", "application/json"):
180
186
  response_data = unmarshal_json_response(errors.ErrorData, http_res)