cribl-control-plane 0.2.1rc6__tar.gz → 0.2.1rc7__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 (333) hide show
  1. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/PKG-INFO +1 -1
  2. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/pyproject.toml +1 -1
  3. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/_version.py +4 -4
  4. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/groups_sdk.py +2 -2
  5. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/__init__.py +114 -4
  6. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/cacheconnection.py +20 -0
  7. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/configgroup.py +20 -1
  8. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/configgroupcloud.py +11 -1
  9. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +13 -2
  10. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/cribllakedataset.py +11 -1
  11. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/cribllakedatasetupdate.py +11 -1
  12. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/datasetmetadata.py +11 -1
  13. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +11 -0
  14. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +20 -0
  15. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +20 -0
  16. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +11 -0
  17. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +11 -0
  18. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getsummaryop.py +11 -0
  19. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/groupcreaterequest.py +20 -1
  20. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/hbcriblinfo.py +11 -1
  21. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/healthserverstatus.py +20 -1
  22. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputappscope.py +76 -17
  23. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputazureblob.py +29 -1
  24. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputcollection.py +20 -1
  25. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputconfluentcloud.py +188 -1
  26. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputcribl.py +20 -1
  27. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputcriblhttp.py +58 -17
  28. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputcribllakehttp.py +58 -17
  29. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputcriblmetrics.py +20 -1
  30. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputcribltcp.py +58 -17
  31. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputcrowdstrike.py +47 -1
  32. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputdatadogagent.py +58 -17
  33. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputdatagen.py +20 -1
  34. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputedgeprometheus.py +138 -37
  35. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputelastic.py +108 -27
  36. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputeventhub.py +176 -1
  37. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputexec.py +29 -1
  38. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputfile.py +36 -3
  39. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputfirehose.py +58 -17
  40. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputgooglepubsub.py +29 -1
  41. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputgrafana.py +149 -32
  42. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputhttp.py +58 -17
  43. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputhttpraw.py +58 -17
  44. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputjournalfiles.py +20 -1
  45. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputkafka.py +182 -1
  46. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputkinesis.py +65 -1
  47. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputkubeevents.py +20 -1
  48. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputkubelogs.py +29 -1
  49. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputkubemetrics.py +29 -1
  50. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputloki.py +67 -17
  51. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputmetrics.py +58 -17
  52. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +58 -17
  53. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputmsk.py +74 -1
  54. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputnetflow.py +20 -1
  55. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputoffice365mgmt.py +56 -1
  56. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputoffice365msgtrace.py +56 -1
  57. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputoffice365service.py +56 -1
  58. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputopentelemetry.py +84 -16
  59. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputprometheus.py +131 -37
  60. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputprometheusrw.py +67 -17
  61. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputrawudp.py +20 -1
  62. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputs3.py +38 -1
  63. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputs3inventory.py +47 -1
  64. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputsecuritylake.py +47 -1
  65. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputsnmp.py +29 -1
  66. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputsplunk.py +76 -17
  67. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputsplunkhec.py +66 -16
  68. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputsplunksearch.py +56 -1
  69. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputsqs.py +47 -1
  70. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputsyslog.py +113 -32
  71. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputsystemmetrics.py +110 -9
  72. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputsystemstate.py +29 -1
  73. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputtcp.py +77 -17
  74. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputtcpjson.py +67 -17
  75. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputwef.py +65 -1
  76. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputwindowsmetrics.py +101 -9
  77. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputwineventlogs.py +52 -1
  78. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputwiz.py +38 -1
  79. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputwizwebhook.py +58 -17
  80. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/inputzscalerhec.py +66 -16
  81. cribl_control_plane-0.2.1rc7/src/cribl_control_plane/models/jobstatus.py +48 -0
  82. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +11 -0
  83. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/masterworkerentry.py +11 -1
  84. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/nodeupgradestatus.py +38 -0
  85. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputazureblob.py +90 -1
  86. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputazuredataexplorer.py +430 -93
  87. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputazureeventhub.py +267 -22
  88. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputazurelogs.py +105 -22
  89. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputchronicle.py +105 -22
  90. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputclickhouse.py +141 -22
  91. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputcloudwatch.py +96 -22
  92. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputconfluentcloud.py +290 -23
  93. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputcriblhttp.py +123 -22
  94. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputcribllake.py +76 -1
  95. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputcribltcp.py +123 -22
  96. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +117 -23
  97. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputdatabricks.py +72 -1
  98. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputdatadog.py +132 -22
  99. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputdataset.py +123 -22
  100. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputdiskspool.py +11 -1
  101. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputdls3.py +117 -1
  102. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputdynatracehttp.py +141 -22
  103. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputdynatraceotlp.py +141 -22
  104. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputelastic.py +148 -22
  105. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputelasticcloud.py +130 -22
  106. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputexabeam.py +47 -1
  107. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputfilesystem.py +72 -1
  108. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputgooglechronicle.py +148 -23
  109. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputgooglecloudlogging.py +115 -23
  110. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputgooglecloudstorage.py +108 -1
  111. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputgooglepubsub.py +96 -22
  112. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputgrafanacloud.py +244 -43
  113. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputgraphite.py +96 -22
  114. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputhoneycomb.py +105 -22
  115. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputhumiohec.py +114 -22
  116. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputinfluxdb.py +114 -22
  117. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputkafka.py +281 -20
  118. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputkinesis.py +121 -22
  119. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputloki.py +112 -20
  120. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputminio.py +117 -1
  121. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputmsk.py +173 -20
  122. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputnewrelic.py +123 -22
  123. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputnewrelicevents.py +115 -23
  124. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputopentelemetry.py +159 -22
  125. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputprometheus.py +105 -22
  126. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputring.py +29 -1
  127. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputs3.py +117 -1
  128. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputsecuritylake.py +85 -1
  129. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputsentinel.py +123 -22
  130. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputsentineloneaisiem.py +124 -23
  131. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputservicenow.py +150 -22
  132. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputsignalfx.py +105 -22
  133. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputsns.py +103 -20
  134. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputsplunk.py +141 -22
  135. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputsplunkhec.py +198 -22
  136. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputsplunklb.py +170 -22
  137. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputsqs.py +112 -20
  138. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputstatsd.py +96 -22
  139. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputstatsdext.py +96 -22
  140. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputsumologic.py +105 -22
  141. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputsyslog.py +238 -99
  142. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputtcpjson.py +132 -22
  143. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputwavefront.py +105 -22
  144. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputwebhook.py +141 -22
  145. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputxsiam.py +103 -20
  146. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/resourcepolicy.py +11 -0
  147. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/runnablejobcollection.py +68 -9
  148. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/runnablejobexecutor.py +32 -9
  149. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +23 -9
  150. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +11 -0
  151. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +11 -0
  152. cribl_control_plane-0.2.1rc6/src/cribl_control_plane/models/jobstatus.py +0 -17
  153. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/README-PYPI.md +0 -0
  154. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/py.typed +0 -0
  155. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/__init__.py +0 -0
  156. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  157. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
  158. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/_hooks/registration.py +0 -0
  159. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  160. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/_hooks/types.py +0 -0
  161. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/acl.py +0 -0
  162. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/auth_sdk.py +0 -0
  163. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/basesdk.py +0 -0
  164. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/branches.py +0 -0
  165. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/commits.py +0 -0
  166. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/commits_files.py +0 -0
  167. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/configs_versions.py +0 -0
  168. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/destinations.py +0 -0
  169. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/destinations_pq.py +0 -0
  170. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/errors/__init__.py +0 -0
  171. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/errors/apierror.py +0 -0
  172. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  173. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/errors/error.py +0 -0
  174. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/errors/healthserverstatus_error.py +0 -0
  175. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  176. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  177. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/groups_configs.py +0 -0
  178. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/health.py +0 -0
  179. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/hectokens.py +0 -0
  180. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/httpclient.py +0 -0
  181. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/lakedatasets.py +0 -0
  182. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
  183. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/authtoken.py +0 -0
  184. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/branchinfo.py +0 -0
  185. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
  186. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/cloudprovider.py +0 -0
  187. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/commit.py +0 -0
  188. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
  189. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
  190. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
  191. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/createinputop.py +0 -0
  192. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/createoutputop.py +0 -0
  193. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
  194. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/createpacksop.py +0 -0
  195. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/createpipelineop.py +0 -0
  196. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
  197. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
  198. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/createversionpushop.py +0 -0
  199. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
  200. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/createversionundoop.py +0 -0
  201. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/criblevent.py +0 -0
  202. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
  203. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
  204. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
  205. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
  206. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
  207. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
  208. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
  209. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
  210. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/deployrequest.py +0 -0
  211. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
  212. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/difffiles.py +0 -0
  213. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/distributedsummary.py +0 -0
  214. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
  215. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
  216. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
  217. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
  218. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
  219. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
  220. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
  221. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
  222. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getpacksop.py +0 -0
  223. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
  224. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
  225. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
  226. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getversioncountop.py +0 -0
  227. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
  228. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
  229. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
  230. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getversionop.py +0 -0
  231. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getversionshowop.py +0 -0
  232. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
  233. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
  234. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
  235. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/gitcountresult.py +0 -0
  236. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
  237. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/gitfile.py +0 -0
  238. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
  239. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/gitinfo.py +0 -0
  240. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/gitlogresult.py +0 -0
  241. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
  242. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
  243. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/gitshowresult.py +0 -0
  244. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
  245. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
  246. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
  247. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/input.py +15 -15
  248. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/jobinfo.py +0 -0
  249. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
  250. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
  251. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/listinputop.py +0 -0
  252. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
  253. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/listoutputop.py +0 -0
  254. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/listpipelineop.py +0 -0
  255. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/listroutesop.py +0 -0
  256. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/logininfo.py +0 -0
  257. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/lookupversions.py +0 -0
  258. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
  259. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
  260. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
  261. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
  262. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
  263. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outpostnodeinfo.py +0 -0
  264. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/output.py +21 -21
  265. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputdefault.py +0 -0
  266. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  267. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputnetflow.py +0 -0
  268. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputrouter.py +0 -0
  269. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  270. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  271. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  272. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  273. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/packinfo.py +0 -0
  274. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
  275. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
  276. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
  277. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/pipeline.py +0 -0
  278. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
  279. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/productscore.py +0 -0
  280. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/rbacresource.py +0 -0
  281. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/routeconf.py +0 -0
  282. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/routes.py +0 -0
  283. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/routesroute.py +0 -0
  284. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/runnablejob.py +0 -0
  285. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
  286. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/security.py +0 -0
  287. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
  288. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
  289. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
  290. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
  291. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
  292. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
  293. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
  294. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/updatepacksop.py +0 -0
  295. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
  296. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
  297. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/uploadpackresponse.py +0 -0
  298. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
  299. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/models/workertypes.py +0 -0
  300. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/nodes.py +0 -0
  301. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/packs.py +0 -0
  302. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/pipelines.py +0 -0
  303. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/py.typed +0 -0
  304. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/routes_sdk.py +0 -0
  305. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/samples.py +0 -0
  306. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/sdk.py +0 -0
  307. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  308. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/sources.py +0 -0
  309. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/statuses.py +0 -0
  310. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/summaries.py +0 -0
  311. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/teams.py +0 -0
  312. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/tokens.py +0 -0
  313. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/types/__init__.py +0 -0
  314. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/types/basemodel.py +0 -0
  315. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/utils/__init__.py +0 -0
  316. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/utils/annotations.py +0 -0
  317. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/utils/datetimes.py +0 -0
  318. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/utils/enums.py +0 -0
  319. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
  320. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/utils/forms.py +0 -0
  321. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/utils/headers.py +0 -0
  322. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/utils/logger.py +0 -0
  323. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/utils/metadata.py +0 -0
  324. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/utils/queryparams.py +0 -0
  325. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  326. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/utils/retries.py +0 -0
  327. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/utils/security.py +0 -0
  328. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/utils/serializers.py +0 -0
  329. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
  330. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/utils/url.py +0 -0
  331. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/utils/values.py +0 -0
  332. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/versions.py +0 -0
  333. {cribl_control_plane-0.2.1rc6 → cribl_control_plane-0.2.1rc7}/src/cribl_control_plane/versions_configs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cribl-control-plane
3
- Version: 0.2.1rc6
3
+ Version: 0.2.1rc7
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -1,7 +1,7 @@
1
1
 
2
2
  [project]
3
3
  name = "cribl-control-plane"
4
- version = "0.2.1rc6"
4
+ version = "0.2.1rc7"
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.2.1rc6"
7
- __openapi_doc_version__: str = "4.15.0-alpha.1761834741311-54c1f75c"
8
- __gen_version__: str = "2.730.5"
9
- __user_agent__: str = "speakeasy-sdk/python 0.2.1rc6 2.730.5 4.15.0-alpha.1761834741311-54c1f75c cribl-control-plane"
6
+ __version__: str = "0.2.1rc7"
7
+ __openapi_doc_version__: str = "4.15.0-alpha.1761900341964-54de5e31"
8
+ __gen_version__: str = "2.731.9"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.2.1rc7 2.731.9 4.15.0-alpha.1761900341964-54de5e31 cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -259,7 +259,7 @@ class GroupsSDK(BaseSDK):
259
259
 
260
260
  Create a new Worker Group or Edge Fleet for the specified Cribl product.
261
261
 
262
- :param product: required Name of the Cribl product to add the Worker Group or Edge Fleet to.
262
+ :param product: Name of the Cribl product to add the Worker Group or Edge Fleet to.
263
263
  :param id:
264
264
  :param cloud:
265
265
  :param deploying_worker_count:
@@ -440,7 +440,7 @@ class GroupsSDK(BaseSDK):
440
440
 
441
441
  Create a new Worker Group or Edge Fleet for the specified Cribl product.
442
442
 
443
- :param product: required Name of the Cribl product to add the Worker Group or Edge Fleet to.
443
+ :param product: Name of the Cribl product to add the Worker Group or Edge Fleet to.
444
444
  :param id:
445
445
  :param cloud:
446
446
  :param deploying_worker_count:
@@ -465,6 +465,7 @@ if TYPE_CHECKING:
465
465
  InputConfluentCloudAuth,
466
466
  InputConfluentCloudAuthTypedDict,
467
467
  InputConfluentCloudAuthentication,
468
+ InputConfluentCloudAuthenticationMethod,
468
469
  InputConfluentCloudAuthenticationTypedDict,
469
470
  InputConfluentCloudCompression,
470
471
  InputConfluentCloudConnection,
@@ -480,11 +481,15 @@ if TYPE_CHECKING:
480
481
  InputConfluentCloudMetadatumTypedDict,
481
482
  InputConfluentCloudMinimumTLSVersion,
482
483
  InputConfluentCloudMode,
484
+ InputConfluentCloudOauthParam,
485
+ InputConfluentCloudOauthParamTypedDict,
483
486
  InputConfluentCloudPq,
484
487
  InputConfluentCloudPqControls,
485
488
  InputConfluentCloudPqControlsTypedDict,
486
489
  InputConfluentCloudPqTypedDict,
487
490
  InputConfluentCloudSASLMechanism,
491
+ InputConfluentCloudSaslExtension,
492
+ InputConfluentCloudSaslExtensionTypedDict,
488
493
  InputConfluentCloudTLSSettingsClientSide,
489
494
  InputConfluentCloudTLSSettingsClientSideTypedDict,
490
495
  InputConfluentCloudType,
@@ -704,13 +709,16 @@ if TYPE_CHECKING:
704
709
  )
705
710
  from .inputeventhub import (
706
711
  InputEventhub,
712
+ InputEventhubAuthTypeAuthenticationMethod,
707
713
  InputEventhubAuthentication,
708
714
  InputEventhubAuthenticationTypedDict,
715
+ InputEventhubClientSecretAuthTypeAuthenticationMethod,
709
716
  InputEventhubCompression,
710
717
  InputEventhubConnection,
711
718
  InputEventhubConnectionTypedDict,
712
719
  InputEventhubMetadatum,
713
720
  InputEventhubMetadatumTypedDict,
721
+ InputEventhubMicrosoftEntraIDAuthenticationEndpoint,
714
722
  InputEventhubMode,
715
723
  InputEventhubPq,
716
724
  InputEventhubPqControls,
@@ -923,6 +931,7 @@ if TYPE_CHECKING:
923
931
  InputKafkaAuth,
924
932
  InputKafkaAuthTypedDict,
925
933
  InputKafkaAuthentication,
934
+ InputKafkaAuthenticationMethod,
926
935
  InputKafkaAuthenticationTypedDict,
927
936
  InputKafkaCompression,
928
937
  InputKafkaConnection,
@@ -938,11 +947,15 @@ if TYPE_CHECKING:
938
947
  InputKafkaMetadatumTypedDict,
939
948
  InputKafkaMinimumTLSVersion,
940
949
  InputKafkaMode,
950
+ InputKafkaOauthParam,
951
+ InputKafkaOauthParamTypedDict,
941
952
  InputKafkaPq,
942
953
  InputKafkaPqControls,
943
954
  InputKafkaPqControlsTypedDict,
944
955
  InputKafkaPqTypedDict,
945
956
  InputKafkaSASLMechanism,
957
+ InputKafkaSaslExtension,
958
+ InputKafkaSaslExtensionTypedDict,
946
959
  InputKafkaTLSSettingsClientSide,
947
960
  InputKafkaTLSSettingsClientSideTypedDict,
948
961
  InputKafkaType,
@@ -1791,7 +1804,7 @@ if TYPE_CHECKING:
1791
1804
  InputZscalerHecTypedDict,
1792
1805
  )
1793
1806
  from .jobinfo import JobInfo, JobInfoTypedDict
1794
- from .jobstatus import JobStatus, JobStatusTypedDict
1807
+ from .jobstatus import JobStatus, JobStatusTypedDict, State
1795
1808
  from .lakedatasetsearchconfig import (
1796
1809
  LakeDatasetSearchConfig,
1797
1810
  LakeDatasetSearchConfigTypedDict,
@@ -1877,16 +1890,21 @@ if TYPE_CHECKING:
1877
1890
  IngestIfNotExist,
1878
1891
  IngestIfNotExistTypedDict,
1879
1892
  IngestionMode,
1880
- MicrosoftEntraIDAuthenticationEndpoint,
1881
1893
  OutputAzureDataExplorer,
1882
1894
  OutputAzureDataExplorerAuthenticationMethod,
1883
1895
  OutputAzureDataExplorerBackpressureBehavior,
1884
1896
  OutputAzureDataExplorerCertificate,
1885
1897
  OutputAzureDataExplorerCertificateTypedDict,
1886
1898
  OutputAzureDataExplorerCompressCompression,
1899
+ OutputAzureDataExplorerCompressionLevel,
1887
1900
  OutputAzureDataExplorerDataFormat,
1901
+ OutputAzureDataExplorerDataPageVersion,
1888
1902
  OutputAzureDataExplorerDiskSpaceProtection,
1903
+ OutputAzureDataExplorerKeyValueMetadatum,
1904
+ OutputAzureDataExplorerKeyValueMetadatumTypedDict,
1905
+ OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint,
1889
1906
  OutputAzureDataExplorerMode,
1907
+ OutputAzureDataExplorerParquetVersion,
1890
1908
  OutputAzureDataExplorerPqCompressCompression,
1891
1909
  OutputAzureDataExplorerPqControls,
1892
1910
  OutputAzureDataExplorerPqControlsTypedDict,
@@ -1904,10 +1922,13 @@ if TYPE_CHECKING:
1904
1922
  from .outputazureeventhub import (
1905
1923
  OutputAzureEventhub,
1906
1924
  OutputAzureEventhubAcknowledgments,
1925
+ OutputAzureEventhubAuthTypeAuthenticationMethod,
1907
1926
  OutputAzureEventhubAuthentication,
1908
1927
  OutputAzureEventhubAuthenticationTypedDict,
1909
1928
  OutputAzureEventhubBackpressureBehavior,
1929
+ OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod,
1910
1930
  OutputAzureEventhubCompression,
1931
+ OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint,
1911
1932
  OutputAzureEventhubMode,
1912
1933
  OutputAzureEventhubPqControls,
1913
1934
  OutputAzureEventhubPqControlsTypedDict,
@@ -2008,6 +2029,7 @@ if TYPE_CHECKING:
2008
2029
  OutputConfluentCloudAuth,
2009
2030
  OutputConfluentCloudAuthTypedDict,
2010
2031
  OutputConfluentCloudAuthentication,
2032
+ OutputConfluentCloudAuthenticationMethod,
2011
2033
  OutputConfluentCloudAuthenticationTypedDict,
2012
2034
  OutputConfluentCloudBackpressureBehavior,
2013
2035
  OutputConfluentCloudCompression,
@@ -2020,12 +2042,16 @@ if TYPE_CHECKING:
2020
2042
  OutputConfluentCloudMaximumTLSVersion,
2021
2043
  OutputConfluentCloudMinimumTLSVersion,
2022
2044
  OutputConfluentCloudMode,
2045
+ OutputConfluentCloudOauthParam,
2046
+ OutputConfluentCloudOauthParamTypedDict,
2023
2047
  OutputConfluentCloudPqCompressCompression,
2024
2048
  OutputConfluentCloudPqControls,
2025
2049
  OutputConfluentCloudPqControlsTypedDict,
2026
2050
  OutputConfluentCloudQueueFullBehavior,
2027
2051
  OutputConfluentCloudRecordDataFormat,
2028
2052
  OutputConfluentCloudSASLMechanism,
2053
+ OutputConfluentCloudSaslExtension,
2054
+ OutputConfluentCloudSaslExtensionTypedDict,
2029
2055
  OutputConfluentCloudTLSSettingsClientSide,
2030
2056
  OutputConfluentCloudTLSSettingsClientSideTypedDict,
2031
2057
  OutputConfluentCloudType,
@@ -2338,6 +2364,7 @@ if TYPE_CHECKING:
2338
2364
  OutputGoogleChronicleType,
2339
2365
  OutputGoogleChronicleTypedDict,
2340
2366
  SendEventsAs,
2367
+ UDMType,
2341
2368
  )
2342
2369
  from .outputgooglecloudlogging import (
2343
2370
  LogLabel,
@@ -2522,6 +2549,7 @@ if TYPE_CHECKING:
2522
2549
  OutputKafkaAuth,
2523
2550
  OutputKafkaAuthTypedDict,
2524
2551
  OutputKafkaAuthentication,
2552
+ OutputKafkaAuthenticationMethod,
2525
2553
  OutputKafkaAuthenticationTypedDict,
2526
2554
  OutputKafkaBackpressureBehavior,
2527
2555
  OutputKafkaCompression,
@@ -2534,12 +2562,16 @@ if TYPE_CHECKING:
2534
2562
  OutputKafkaMaximumTLSVersion,
2535
2563
  OutputKafkaMinimumTLSVersion,
2536
2564
  OutputKafkaMode,
2565
+ OutputKafkaOauthParam,
2566
+ OutputKafkaOauthParamTypedDict,
2537
2567
  OutputKafkaPqCompressCompression,
2538
2568
  OutputKafkaPqControls,
2539
2569
  OutputKafkaPqControlsTypedDict,
2540
2570
  OutputKafkaQueueFullBehavior,
2541
2571
  OutputKafkaRecordDataFormat,
2542
2572
  OutputKafkaSASLMechanism,
2573
+ OutputKafkaSaslExtension,
2574
+ OutputKafkaSaslExtensionTypedDict,
2543
2575
  OutputKafkaTLSSettingsClientSide,
2544
2576
  OutputKafkaTLSSettingsClientSideTypedDict,
2545
2577
  OutputKafkaType,
@@ -2924,12 +2956,16 @@ if TYPE_CHECKING:
2924
2956
  OutputSplunkHecExtraHTTPHeader,
2925
2957
  OutputSplunkHecExtraHTTPHeaderTypedDict,
2926
2958
  OutputSplunkHecFailedRequestLoggingMode,
2959
+ OutputSplunkHecMaximumTLSVersion,
2960
+ OutputSplunkHecMinimumTLSVersion,
2927
2961
  OutputSplunkHecMode,
2928
2962
  OutputSplunkHecPqControls,
2929
2963
  OutputSplunkHecPqControlsTypedDict,
2930
2964
  OutputSplunkHecQueueFullBehavior,
2931
2965
  OutputSplunkHecResponseRetrySetting,
2932
2966
  OutputSplunkHecResponseRetrySettingTypedDict,
2967
+ OutputSplunkHecTLSSettingsClientSide,
2968
+ OutputSplunkHecTLSSettingsClientSideTypedDict,
2933
2969
  OutputSplunkHecTimeoutRetrySettings,
2934
2970
  OutputSplunkHecTimeoutRetrySettingsTypedDict,
2935
2971
  OutputSplunkHecType,
@@ -3745,6 +3781,7 @@ __all__ = [
3745
3781
  "InputConfluentCloudAuth",
3746
3782
  "InputConfluentCloudAuthTypedDict",
3747
3783
  "InputConfluentCloudAuthentication",
3784
+ "InputConfluentCloudAuthenticationMethod",
3748
3785
  "InputConfluentCloudAuthenticationTypedDict",
3749
3786
  "InputConfluentCloudCompression",
3750
3787
  "InputConfluentCloudConnection",
@@ -3760,11 +3797,15 @@ __all__ = [
3760
3797
  "InputConfluentCloudMetadatumTypedDict",
3761
3798
  "InputConfluentCloudMinimumTLSVersion",
3762
3799
  "InputConfluentCloudMode",
3800
+ "InputConfluentCloudOauthParam",
3801
+ "InputConfluentCloudOauthParamTypedDict",
3763
3802
  "InputConfluentCloudPq",
3764
3803
  "InputConfluentCloudPqControls",
3765
3804
  "InputConfluentCloudPqControlsTypedDict",
3766
3805
  "InputConfluentCloudPqTypedDict",
3767
3806
  "InputConfluentCloudSASLMechanism",
3807
+ "InputConfluentCloudSaslExtension",
3808
+ "InputConfluentCloudSaslExtensionTypedDict",
3768
3809
  "InputConfluentCloudTLSSettingsClientSide",
3769
3810
  "InputConfluentCloudTLSSettingsClientSideTypedDict",
3770
3811
  "InputConfluentCloudType",
@@ -3950,13 +3991,16 @@ __all__ = [
3950
3991
  "InputElasticType",
3951
3992
  "InputElasticTypedDict",
3952
3993
  "InputEventhub",
3994
+ "InputEventhubAuthTypeAuthenticationMethod",
3953
3995
  "InputEventhubAuthentication",
3954
3996
  "InputEventhubAuthenticationTypedDict",
3997
+ "InputEventhubClientSecretAuthTypeAuthenticationMethod",
3955
3998
  "InputEventhubCompression",
3956
3999
  "InputEventhubConnection",
3957
4000
  "InputEventhubConnectionTypedDict",
3958
4001
  "InputEventhubMetadatum",
3959
4002
  "InputEventhubMetadatumTypedDict",
4003
+ "InputEventhubMicrosoftEntraIDAuthenticationEndpoint",
3960
4004
  "InputEventhubMode",
3961
4005
  "InputEventhubPq",
3962
4006
  "InputEventhubPqControls",
@@ -4134,6 +4178,7 @@ __all__ = [
4134
4178
  "InputKafkaAuth",
4135
4179
  "InputKafkaAuthTypedDict",
4136
4180
  "InputKafkaAuthentication",
4181
+ "InputKafkaAuthenticationMethod",
4137
4182
  "InputKafkaAuthenticationTypedDict",
4138
4183
  "InputKafkaCompression",
4139
4184
  "InputKafkaConnection",
@@ -4149,11 +4194,15 @@ __all__ = [
4149
4194
  "InputKafkaMetadatumTypedDict",
4150
4195
  "InputKafkaMinimumTLSVersion",
4151
4196
  "InputKafkaMode",
4197
+ "InputKafkaOauthParam",
4198
+ "InputKafkaOauthParamTypedDict",
4152
4199
  "InputKafkaPq",
4153
4200
  "InputKafkaPqControls",
4154
4201
  "InputKafkaPqControlsTypedDict",
4155
4202
  "InputKafkaPqTypedDict",
4156
4203
  "InputKafkaSASLMechanism",
4204
+ "InputKafkaSaslExtension",
4205
+ "InputKafkaSaslExtensionTypedDict",
4157
4206
  "InputKafkaTLSSettingsClientSide",
4158
4207
  "InputKafkaTLSSettingsClientSideTypedDict",
4159
4208
  "InputKafkaType",
@@ -4946,7 +4995,6 @@ __all__ = [
4946
4995
  "MasterWorkerEntryWorkers",
4947
4996
  "MasterWorkerEntryWorkersTypedDict",
4948
4997
  "MetricsProtocol",
4949
- "MicrosoftEntraIDAuthenticationEndpoint",
4950
4998
  "NodeActiveUpgradeStatus",
4951
4999
  "NodeFailedUpgradeStatus",
4952
5000
  "NodeProvidedInfo",
@@ -4997,9 +5045,15 @@ __all__ = [
4997
5045
  "OutputAzureDataExplorerCertificate",
4998
5046
  "OutputAzureDataExplorerCertificateTypedDict",
4999
5047
  "OutputAzureDataExplorerCompressCompression",
5048
+ "OutputAzureDataExplorerCompressionLevel",
5000
5049
  "OutputAzureDataExplorerDataFormat",
5050
+ "OutputAzureDataExplorerDataPageVersion",
5001
5051
  "OutputAzureDataExplorerDiskSpaceProtection",
5052
+ "OutputAzureDataExplorerKeyValueMetadatum",
5053
+ "OutputAzureDataExplorerKeyValueMetadatumTypedDict",
5054
+ "OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint",
5002
5055
  "OutputAzureDataExplorerMode",
5056
+ "OutputAzureDataExplorerParquetVersion",
5003
5057
  "OutputAzureDataExplorerPqCompressCompression",
5004
5058
  "OutputAzureDataExplorerPqControls",
5005
5059
  "OutputAzureDataExplorerPqControlsTypedDict",
@@ -5012,10 +5066,13 @@ __all__ = [
5012
5066
  "OutputAzureDataExplorerTypedDict",
5013
5067
  "OutputAzureEventhub",
5014
5068
  "OutputAzureEventhubAcknowledgments",
5069
+ "OutputAzureEventhubAuthTypeAuthenticationMethod",
5015
5070
  "OutputAzureEventhubAuthentication",
5016
5071
  "OutputAzureEventhubAuthenticationTypedDict",
5017
5072
  "OutputAzureEventhubBackpressureBehavior",
5073
+ "OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod",
5018
5074
  "OutputAzureEventhubCompression",
5075
+ "OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint",
5019
5076
  "OutputAzureEventhubMode",
5020
5077
  "OutputAzureEventhubPqControls",
5021
5078
  "OutputAzureEventhubPqControlsTypedDict",
@@ -5103,6 +5160,7 @@ __all__ = [
5103
5160
  "OutputConfluentCloudAuth",
5104
5161
  "OutputConfluentCloudAuthTypedDict",
5105
5162
  "OutputConfluentCloudAuthentication",
5163
+ "OutputConfluentCloudAuthenticationMethod",
5106
5164
  "OutputConfluentCloudAuthenticationTypedDict",
5107
5165
  "OutputConfluentCloudBackpressureBehavior",
5108
5166
  "OutputConfluentCloudCompression",
@@ -5115,12 +5173,16 @@ __all__ = [
5115
5173
  "OutputConfluentCloudMaximumTLSVersion",
5116
5174
  "OutputConfluentCloudMinimumTLSVersion",
5117
5175
  "OutputConfluentCloudMode",
5176
+ "OutputConfluentCloudOauthParam",
5177
+ "OutputConfluentCloudOauthParamTypedDict",
5118
5178
  "OutputConfluentCloudPqCompressCompression",
5119
5179
  "OutputConfluentCloudPqControls",
5120
5180
  "OutputConfluentCloudPqControlsTypedDict",
5121
5181
  "OutputConfluentCloudQueueFullBehavior",
5122
5182
  "OutputConfluentCloudRecordDataFormat",
5123
5183
  "OutputConfluentCloudSASLMechanism",
5184
+ "OutputConfluentCloudSaslExtension",
5185
+ "OutputConfluentCloudSaslExtensionTypedDict",
5124
5186
  "OutputConfluentCloudTLSSettingsClientSide",
5125
5187
  "OutputConfluentCloudTLSSettingsClientSideTypedDict",
5126
5188
  "OutputConfluentCloudType",
@@ -5552,6 +5614,7 @@ __all__ = [
5552
5614
  "OutputKafkaAuth",
5553
5615
  "OutputKafkaAuthTypedDict",
5554
5616
  "OutputKafkaAuthentication",
5617
+ "OutputKafkaAuthenticationMethod",
5555
5618
  "OutputKafkaAuthenticationTypedDict",
5556
5619
  "OutputKafkaBackpressureBehavior",
5557
5620
  "OutputKafkaCompression",
@@ -5564,12 +5627,16 @@ __all__ = [
5564
5627
  "OutputKafkaMaximumTLSVersion",
5565
5628
  "OutputKafkaMinimumTLSVersion",
5566
5629
  "OutputKafkaMode",
5630
+ "OutputKafkaOauthParam",
5631
+ "OutputKafkaOauthParamTypedDict",
5567
5632
  "OutputKafkaPqCompressCompression",
5568
5633
  "OutputKafkaPqControls",
5569
5634
  "OutputKafkaPqControlsTypedDict",
5570
5635
  "OutputKafkaQueueFullBehavior",
5571
5636
  "OutputKafkaRecordDataFormat",
5572
5637
  "OutputKafkaSASLMechanism",
5638
+ "OutputKafkaSaslExtension",
5639
+ "OutputKafkaSaslExtensionTypedDict",
5573
5640
  "OutputKafkaTLSSettingsClientSide",
5574
5641
  "OutputKafkaTLSSettingsClientSideTypedDict",
5575
5642
  "OutputKafkaType",
@@ -5893,12 +5960,16 @@ __all__ = [
5893
5960
  "OutputSplunkHecExtraHTTPHeader",
5894
5961
  "OutputSplunkHecExtraHTTPHeaderTypedDict",
5895
5962
  "OutputSplunkHecFailedRequestLoggingMode",
5963
+ "OutputSplunkHecMaximumTLSVersion",
5964
+ "OutputSplunkHecMinimumTLSVersion",
5896
5965
  "OutputSplunkHecMode",
5897
5966
  "OutputSplunkHecPqControls",
5898
5967
  "OutputSplunkHecPqControlsTypedDict",
5899
5968
  "OutputSplunkHecQueueFullBehavior",
5900
5969
  "OutputSplunkHecResponseRetrySetting",
5901
5970
  "OutputSplunkHecResponseRetrySettingTypedDict",
5971
+ "OutputSplunkHecTLSSettingsClientSide",
5972
+ "OutputSplunkHecTLSSettingsClientSideTypedDict",
5902
5973
  "OutputSplunkHecTimeoutRetrySettings",
5903
5974
  "OutputSplunkHecTimeoutRetrySettingsTypedDict",
5904
5975
  "OutputSplunkHecType",
@@ -6228,6 +6299,7 @@ __all__ = [
6228
6299
  "ShardLoadBalancing",
6229
6300
  "SplunkHecMetadata",
6230
6301
  "SplunkHecMetadataTypedDict",
6302
+ "State",
6231
6303
  "Status",
6232
6304
  "Subscription",
6233
6305
  "SubscriptionMetadatum",
@@ -6244,6 +6316,7 @@ __all__ = [
6244
6316
  "TimeRange",
6245
6317
  "TimestampFormat",
6246
6318
  "TimestampPrecision",
6319
+ "UDMType",
6247
6320
  "UpdateConfigGroupByProductAndIDRequest",
6248
6321
  "UpdateConfigGroupByProductAndIDRequestTypedDict",
6249
6322
  "UpdateConfigGroupByProductAndIDResponse",
@@ -6665,6 +6738,7 @@ _dynamic_imports: dict[str, str] = {
6665
6738
  "InputConfluentCloudAuth": ".inputconfluentcloud",
6666
6739
  "InputConfluentCloudAuthTypedDict": ".inputconfluentcloud",
6667
6740
  "InputConfluentCloudAuthentication": ".inputconfluentcloud",
6741
+ "InputConfluentCloudAuthenticationMethod": ".inputconfluentcloud",
6668
6742
  "InputConfluentCloudAuthenticationTypedDict": ".inputconfluentcloud",
6669
6743
  "InputConfluentCloudCompression": ".inputconfluentcloud",
6670
6744
  "InputConfluentCloudConnection": ".inputconfluentcloud",
@@ -6680,11 +6754,15 @@ _dynamic_imports: dict[str, str] = {
6680
6754
  "InputConfluentCloudMetadatumTypedDict": ".inputconfluentcloud",
6681
6755
  "InputConfluentCloudMinimumTLSVersion": ".inputconfluentcloud",
6682
6756
  "InputConfluentCloudMode": ".inputconfluentcloud",
6757
+ "InputConfluentCloudOauthParam": ".inputconfluentcloud",
6758
+ "InputConfluentCloudOauthParamTypedDict": ".inputconfluentcloud",
6683
6759
  "InputConfluentCloudPq": ".inputconfluentcloud",
6684
6760
  "InputConfluentCloudPqControls": ".inputconfluentcloud",
6685
6761
  "InputConfluentCloudPqControlsTypedDict": ".inputconfluentcloud",
6686
6762
  "InputConfluentCloudPqTypedDict": ".inputconfluentcloud",
6687
6763
  "InputConfluentCloudSASLMechanism": ".inputconfluentcloud",
6764
+ "InputConfluentCloudSaslExtension": ".inputconfluentcloud",
6765
+ "InputConfluentCloudSaslExtensionTypedDict": ".inputconfluentcloud",
6688
6766
  "InputConfluentCloudTLSSettingsClientSide": ".inputconfluentcloud",
6689
6767
  "InputConfluentCloudTLSSettingsClientSideTypedDict": ".inputconfluentcloud",
6690
6768
  "InputConfluentCloudType": ".inputconfluentcloud",
@@ -6882,13 +6960,16 @@ _dynamic_imports: dict[str, str] = {
6882
6960
  "InputElasticType": ".inputelastic",
6883
6961
  "InputElasticTypedDict": ".inputelastic",
6884
6962
  "InputEventhub": ".inputeventhub",
6963
+ "InputEventhubAuthTypeAuthenticationMethod": ".inputeventhub",
6885
6964
  "InputEventhubAuthentication": ".inputeventhub",
6886
6965
  "InputEventhubAuthenticationTypedDict": ".inputeventhub",
6966
+ "InputEventhubClientSecretAuthTypeAuthenticationMethod": ".inputeventhub",
6887
6967
  "InputEventhubCompression": ".inputeventhub",
6888
6968
  "InputEventhubConnection": ".inputeventhub",
6889
6969
  "InputEventhubConnectionTypedDict": ".inputeventhub",
6890
6970
  "InputEventhubMetadatum": ".inputeventhub",
6891
6971
  "InputEventhubMetadatumTypedDict": ".inputeventhub",
6972
+ "InputEventhubMicrosoftEntraIDAuthenticationEndpoint": ".inputeventhub",
6892
6973
  "InputEventhubMode": ".inputeventhub",
6893
6974
  "InputEventhubPq": ".inputeventhub",
6894
6975
  "InputEventhubPqControls": ".inputeventhub",
@@ -7083,6 +7164,7 @@ _dynamic_imports: dict[str, str] = {
7083
7164
  "InputKafkaAuth": ".inputkafka",
7084
7165
  "InputKafkaAuthTypedDict": ".inputkafka",
7085
7166
  "InputKafkaAuthentication": ".inputkafka",
7167
+ "InputKafkaAuthenticationMethod": ".inputkafka",
7086
7168
  "InputKafkaAuthenticationTypedDict": ".inputkafka",
7087
7169
  "InputKafkaCompression": ".inputkafka",
7088
7170
  "InputKafkaConnection": ".inputkafka",
@@ -7098,11 +7180,15 @@ _dynamic_imports: dict[str, str] = {
7098
7180
  "InputKafkaMetadatumTypedDict": ".inputkafka",
7099
7181
  "InputKafkaMinimumTLSVersion": ".inputkafka",
7100
7182
  "InputKafkaMode": ".inputkafka",
7183
+ "InputKafkaOauthParam": ".inputkafka",
7184
+ "InputKafkaOauthParamTypedDict": ".inputkafka",
7101
7185
  "InputKafkaPq": ".inputkafka",
7102
7186
  "InputKafkaPqControls": ".inputkafka",
7103
7187
  "InputKafkaPqControlsTypedDict": ".inputkafka",
7104
7188
  "InputKafkaPqTypedDict": ".inputkafka",
7105
7189
  "InputKafkaSASLMechanism": ".inputkafka",
7190
+ "InputKafkaSaslExtension": ".inputkafka",
7191
+ "InputKafkaSaslExtensionTypedDict": ".inputkafka",
7106
7192
  "InputKafkaTLSSettingsClientSide": ".inputkafka",
7107
7193
  "InputKafkaTLSSettingsClientSideTypedDict": ".inputkafka",
7108
7194
  "InputKafkaType": ".inputkafka",
@@ -7883,6 +7969,7 @@ _dynamic_imports: dict[str, str] = {
7883
7969
  "JobInfoTypedDict": ".jobinfo",
7884
7970
  "JobStatus": ".jobstatus",
7885
7971
  "JobStatusTypedDict": ".jobstatus",
7972
+ "State": ".jobstatus",
7886
7973
  "LakeDatasetSearchConfig": ".lakedatasetsearchconfig",
7887
7974
  "LakeDatasetSearchConfigTypedDict": ".lakedatasetsearchconfig",
7888
7975
  "LakehouseConnectionType": ".lakehouseconnectiontype",
@@ -7964,16 +8051,21 @@ _dynamic_imports: dict[str, str] = {
7964
8051
  "IngestIfNotExist": ".outputazuredataexplorer",
7965
8052
  "IngestIfNotExistTypedDict": ".outputazuredataexplorer",
7966
8053
  "IngestionMode": ".outputazuredataexplorer",
7967
- "MicrosoftEntraIDAuthenticationEndpoint": ".outputazuredataexplorer",
7968
8054
  "OutputAzureDataExplorer": ".outputazuredataexplorer",
7969
8055
  "OutputAzureDataExplorerAuthenticationMethod": ".outputazuredataexplorer",
7970
8056
  "OutputAzureDataExplorerBackpressureBehavior": ".outputazuredataexplorer",
7971
8057
  "OutputAzureDataExplorerCertificate": ".outputazuredataexplorer",
7972
8058
  "OutputAzureDataExplorerCertificateTypedDict": ".outputazuredataexplorer",
7973
8059
  "OutputAzureDataExplorerCompressCompression": ".outputazuredataexplorer",
8060
+ "OutputAzureDataExplorerCompressionLevel": ".outputazuredataexplorer",
7974
8061
  "OutputAzureDataExplorerDataFormat": ".outputazuredataexplorer",
8062
+ "OutputAzureDataExplorerDataPageVersion": ".outputazuredataexplorer",
7975
8063
  "OutputAzureDataExplorerDiskSpaceProtection": ".outputazuredataexplorer",
8064
+ "OutputAzureDataExplorerKeyValueMetadatum": ".outputazuredataexplorer",
8065
+ "OutputAzureDataExplorerKeyValueMetadatumTypedDict": ".outputazuredataexplorer",
8066
+ "OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint": ".outputazuredataexplorer",
7976
8067
  "OutputAzureDataExplorerMode": ".outputazuredataexplorer",
8068
+ "OutputAzureDataExplorerParquetVersion": ".outputazuredataexplorer",
7977
8069
  "OutputAzureDataExplorerPqCompressCompression": ".outputazuredataexplorer",
7978
8070
  "OutputAzureDataExplorerPqControls": ".outputazuredataexplorer",
7979
8071
  "OutputAzureDataExplorerPqControlsTypedDict": ".outputazuredataexplorer",
@@ -7989,10 +8081,13 @@ _dynamic_imports: dict[str, str] = {
7989
8081
  "ReportMethod": ".outputazuredataexplorer",
7990
8082
  "OutputAzureEventhub": ".outputazureeventhub",
7991
8083
  "OutputAzureEventhubAcknowledgments": ".outputazureeventhub",
8084
+ "OutputAzureEventhubAuthTypeAuthenticationMethod": ".outputazureeventhub",
7992
8085
  "OutputAzureEventhubAuthentication": ".outputazureeventhub",
7993
8086
  "OutputAzureEventhubAuthenticationTypedDict": ".outputazureeventhub",
7994
8087
  "OutputAzureEventhubBackpressureBehavior": ".outputazureeventhub",
8088
+ "OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod": ".outputazureeventhub",
7995
8089
  "OutputAzureEventhubCompression": ".outputazureeventhub",
8090
+ "OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint": ".outputazureeventhub",
7996
8091
  "OutputAzureEventhubMode": ".outputazureeventhub",
7997
8092
  "OutputAzureEventhubPqControls": ".outputazureeventhub",
7998
8093
  "OutputAzureEventhubPqControlsTypedDict": ".outputazureeventhub",
@@ -8083,6 +8178,7 @@ _dynamic_imports: dict[str, str] = {
8083
8178
  "OutputConfluentCloudAuth": ".outputconfluentcloud",
8084
8179
  "OutputConfluentCloudAuthTypedDict": ".outputconfluentcloud",
8085
8180
  "OutputConfluentCloudAuthentication": ".outputconfluentcloud",
8181
+ "OutputConfluentCloudAuthenticationMethod": ".outputconfluentcloud",
8086
8182
  "OutputConfluentCloudAuthenticationTypedDict": ".outputconfluentcloud",
8087
8183
  "OutputConfluentCloudBackpressureBehavior": ".outputconfluentcloud",
8088
8184
  "OutputConfluentCloudCompression": ".outputconfluentcloud",
@@ -8095,12 +8191,16 @@ _dynamic_imports: dict[str, str] = {
8095
8191
  "OutputConfluentCloudMaximumTLSVersion": ".outputconfluentcloud",
8096
8192
  "OutputConfluentCloudMinimumTLSVersion": ".outputconfluentcloud",
8097
8193
  "OutputConfluentCloudMode": ".outputconfluentcloud",
8194
+ "OutputConfluentCloudOauthParam": ".outputconfluentcloud",
8195
+ "OutputConfluentCloudOauthParamTypedDict": ".outputconfluentcloud",
8098
8196
  "OutputConfluentCloudPqCompressCompression": ".outputconfluentcloud",
8099
8197
  "OutputConfluentCloudPqControls": ".outputconfluentcloud",
8100
8198
  "OutputConfluentCloudPqControlsTypedDict": ".outputconfluentcloud",
8101
8199
  "OutputConfluentCloudQueueFullBehavior": ".outputconfluentcloud",
8102
8200
  "OutputConfluentCloudRecordDataFormat": ".outputconfluentcloud",
8103
8201
  "OutputConfluentCloudSASLMechanism": ".outputconfluentcloud",
8202
+ "OutputConfluentCloudSaslExtension": ".outputconfluentcloud",
8203
+ "OutputConfluentCloudSaslExtensionTypedDict": ".outputconfluentcloud",
8104
8204
  "OutputConfluentCloudTLSSettingsClientSide": ".outputconfluentcloud",
8105
8205
  "OutputConfluentCloudTLSSettingsClientSideTypedDict": ".outputconfluentcloud",
8106
8206
  "OutputConfluentCloudType": ".outputconfluentcloud",
@@ -8385,6 +8485,7 @@ _dynamic_imports: dict[str, str] = {
8385
8485
  "OutputGoogleChronicleType": ".outputgooglechronicle",
8386
8486
  "OutputGoogleChronicleTypedDict": ".outputgooglechronicle",
8387
8487
  "SendEventsAs": ".outputgooglechronicle",
8488
+ "UDMType": ".outputgooglechronicle",
8388
8489
  "LogLabel": ".outputgooglecloudlogging",
8389
8490
  "LogLabelTypedDict": ".outputgooglecloudlogging",
8390
8491
  "LogLocationType": ".outputgooglecloudlogging",
@@ -8551,6 +8652,7 @@ _dynamic_imports: dict[str, str] = {
8551
8652
  "OutputKafkaAuth": ".outputkafka",
8552
8653
  "OutputKafkaAuthTypedDict": ".outputkafka",
8553
8654
  "OutputKafkaAuthentication": ".outputkafka",
8655
+ "OutputKafkaAuthenticationMethod": ".outputkafka",
8554
8656
  "OutputKafkaAuthenticationTypedDict": ".outputkafka",
8555
8657
  "OutputKafkaBackpressureBehavior": ".outputkafka",
8556
8658
  "OutputKafkaCompression": ".outputkafka",
@@ -8563,12 +8665,16 @@ _dynamic_imports: dict[str, str] = {
8563
8665
  "OutputKafkaMaximumTLSVersion": ".outputkafka",
8564
8666
  "OutputKafkaMinimumTLSVersion": ".outputkafka",
8565
8667
  "OutputKafkaMode": ".outputkafka",
8668
+ "OutputKafkaOauthParam": ".outputkafka",
8669
+ "OutputKafkaOauthParamTypedDict": ".outputkafka",
8566
8670
  "OutputKafkaPqCompressCompression": ".outputkafka",
8567
8671
  "OutputKafkaPqControls": ".outputkafka",
8568
8672
  "OutputKafkaPqControlsTypedDict": ".outputkafka",
8569
8673
  "OutputKafkaQueueFullBehavior": ".outputkafka",
8570
8674
  "OutputKafkaRecordDataFormat": ".outputkafka",
8571
8675
  "OutputKafkaSASLMechanism": ".outputkafka",
8676
+ "OutputKafkaSaslExtension": ".outputkafka",
8677
+ "OutputKafkaSaslExtensionTypedDict": ".outputkafka",
8572
8678
  "OutputKafkaTLSSettingsClientSide": ".outputkafka",
8573
8679
  "OutputKafkaTLSSettingsClientSideTypedDict": ".outputkafka",
8574
8680
  "OutputKafkaType": ".outputkafka",
@@ -8909,12 +9015,16 @@ _dynamic_imports: dict[str, str] = {
8909
9015
  "OutputSplunkHecExtraHTTPHeader": ".outputsplunkhec",
8910
9016
  "OutputSplunkHecExtraHTTPHeaderTypedDict": ".outputsplunkhec",
8911
9017
  "OutputSplunkHecFailedRequestLoggingMode": ".outputsplunkhec",
9018
+ "OutputSplunkHecMaximumTLSVersion": ".outputsplunkhec",
9019
+ "OutputSplunkHecMinimumTLSVersion": ".outputsplunkhec",
8912
9020
  "OutputSplunkHecMode": ".outputsplunkhec",
8913
9021
  "OutputSplunkHecPqControls": ".outputsplunkhec",
8914
9022
  "OutputSplunkHecPqControlsTypedDict": ".outputsplunkhec",
8915
9023
  "OutputSplunkHecQueueFullBehavior": ".outputsplunkhec",
8916
9024
  "OutputSplunkHecResponseRetrySetting": ".outputsplunkhec",
8917
9025
  "OutputSplunkHecResponseRetrySettingTypedDict": ".outputsplunkhec",
9026
+ "OutputSplunkHecTLSSettingsClientSide": ".outputsplunkhec",
9027
+ "OutputSplunkHecTLSSettingsClientSideTypedDict": ".outputsplunkhec",
8918
9028
  "OutputSplunkHecTimeoutRetrySettings": ".outputsplunkhec",
8919
9029
  "OutputSplunkHecTimeoutRetrySettingsTypedDict": ".outputsplunkhec",
8920
9030
  "OutputSplunkHecType": ".outputsplunkhec",
@@ -3,9 +3,11 @@
3
3
  from __future__ import annotations
4
4
  from .cacheconnectionbackfillstatus import CacheConnectionBackfillStatus
5
5
  from .lakehouseconnectiontype import LakehouseConnectionType
6
+ from cribl_control_plane import models
6
7
  from cribl_control_plane.types import BaseModel
7
8
  from cribl_control_plane.utils import validate_open_enum
8
9
  import pydantic
10
+ from pydantic import field_serializer
9
11
  from pydantic.functional_validators import PlainValidator
10
12
  from typing import List, Optional
11
13
  from typing_extensions import Annotated, NotRequired, TypedDict
@@ -50,3 +52,21 @@ class CacheConnection(BaseModel):
50
52
  migration_query_id: Annotated[
51
53
  Optional[str], pydantic.Field(alias="migrationQueryId")
52
54
  ] = None
55
+
56
+ @field_serializer("backfill_status")
57
+ def serialize_backfill_status(self, value):
58
+ if isinstance(value, str):
59
+ try:
60
+ return models.CacheConnectionBackfillStatus(value)
61
+ except ValueError:
62
+ return value
63
+ return value
64
+
65
+ @field_serializer("lakehouse_connection_type")
66
+ def serialize_lakehouse_connection_type(self, value):
67
+ if isinstance(value, str):
68
+ try:
69
+ return models.LakehouseConnectionType(value)
70
+ except ValueError:
71
+ return value
72
+ return value
@@ -4,11 +4,12 @@ from __future__ import annotations
4
4
  from .commit import Commit, CommitTypedDict
5
5
  from .configgroupcloud import ConfigGroupCloud, ConfigGroupCloudTypedDict
6
6
  from .configgrouplookups import ConfigGroupLookups, ConfigGroupLookupsTypedDict
7
- from cribl_control_plane import utils
7
+ from cribl_control_plane import models, utils
8
8
  from cribl_control_plane.types import BaseModel
9
9
  from cribl_control_plane.utils import validate_open_enum
10
10
  from enum import Enum
11
11
  import pydantic
12
+ from pydantic import field_serializer
12
13
  from pydantic.functional_validators import PlainValidator
13
14
  from typing import List, Optional
14
15
  from typing_extensions import Annotated, NotRequired, TypedDict
@@ -150,3 +151,21 @@ class ConfigGroup(BaseModel):
150
151
  worker_remote_access: Annotated[
151
152
  Optional[bool], pydantic.Field(alias="workerRemoteAccess")
152
153
  ] = None
154
+
155
+ @field_serializer("estimated_ingest_rate")
156
+ def serialize_estimated_ingest_rate(self, value):
157
+ if isinstance(value, str):
158
+ try:
159
+ return models.ConfigGroupEstimatedIngestRate(value)
160
+ except ValueError:
161
+ return value
162
+ return value
163
+
164
+ @field_serializer("type")
165
+ def serialize_type(self, value):
166
+ if isinstance(value, str):
167
+ try:
168
+ return models.ConfigGroupType(value)
169
+ except ValueError:
170
+ return value
171
+ return value