cribl-control-plane 0.2.1rc7__tar.gz → 0.2.1rc8__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.1rc7 → cribl_control_plane-0.2.1rc8}/PKG-INFO +25 -7
  2. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/README-PYPI.md +24 -6
  3. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/pyproject.toml +1 -1
  4. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/_version.py +4 -4
  5. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/groups_sdk.py +2 -2
  6. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/lakedatasets.py +28 -0
  7. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/__init__.py +10 -1
  8. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/cacheconnection.py +0 -20
  9. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/configgroup.py +1 -20
  10. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/configgroupcloud.py +1 -11
  11. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +2 -13
  12. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/cribllakedataset.py +5 -11
  13. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/cribllakedatasetupdate.py +5 -11
  14. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/datasetmetadata.py +1 -11
  15. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -11
  16. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -20
  17. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -20
  18. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -11
  19. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -11
  20. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getsummaryop.py +0 -11
  21. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/groupcreaterequest.py +1 -20
  22. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/hbcriblinfo.py +1 -11
  23. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/healthserverstatus.py +1 -20
  24. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputappscope.py +1 -56
  25. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputazureblob.py +1 -29
  26. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputcollection.py +1 -20
  27. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputconfluentcloud.py +1 -78
  28. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputcribl.py +1 -20
  29. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputcriblhttp.py +1 -38
  30. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputcribllakehttp.py +1 -38
  31. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputcriblmetrics.py +1 -20
  32. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputcribltcp.py +1 -38
  33. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputcrowdstrike.py +1 -47
  34. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputdatadogagent.py +1 -38
  35. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputdatagen.py +1 -20
  36. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputedgeprometheus.py +1 -94
  37. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputelastic.py +1 -65
  38. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputeventhub.py +1 -58
  39. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputexec.py +1 -29
  40. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputfile.py +4 -32
  41. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputfirehose.py +1 -38
  42. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputgooglepubsub.py +1 -29
  43. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputgrafana.py +1 -110
  44. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputhttp.py +1 -38
  45. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputhttpraw.py +1 -38
  46. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputjournalfiles.py +1 -20
  47. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputkafka.py +1 -74
  48. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputkinesis.py +1 -65
  49. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputkubeevents.py +1 -20
  50. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputkubelogs.py +1 -29
  51. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputkubemetrics.py +1 -29
  52. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputloki.py +1 -47
  53. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputmetrics.py +1 -38
  54. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +1 -38
  55. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputmsk.py +1 -74
  56. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputnetflow.py +1 -20
  57. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputoffice365mgmt.py +1 -56
  58. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputoffice365msgtrace.py +1 -56
  59. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputoffice365service.py +1 -56
  60. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputopentelemetry.py +1 -65
  61. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputprometheus.py +1 -87
  62. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputprometheusrw.py +1 -47
  63. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputrawudp.py +1 -20
  64. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputs3.py +1 -38
  65. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputs3inventory.py +1 -47
  66. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputsecuritylake.py +1 -47
  67. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputsnmp.py +1 -29
  68. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputsplunk.py +1 -56
  69. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputsplunkhec.py +1 -47
  70. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputsplunksearch.py +1 -56
  71. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputsqs.py +1 -47
  72. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputsyslog.py +1 -74
  73. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputsystemmetrics.py +1 -92
  74. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputsystemstate.py +1 -29
  75. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputtcp.py +1 -47
  76. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputtcpjson.py +1 -47
  77. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputwef.py +1 -65
  78. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputwindowsmetrics.py +1 -83
  79. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputwineventlogs.py +1 -38
  80. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputwiz.py +1 -38
  81. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputwizwebhook.py +1 -38
  82. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/inputzscalerhec.py +1 -47
  83. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/jobinfo.py +10 -4
  84. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/jobstatus.py +1 -11
  85. cribl_control_plane-0.2.1rc8/src/cribl_control_plane/models/lakedatasetmetrics.py +17 -0
  86. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -11
  87. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/masterworkerentry.py +1 -11
  88. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -38
  89. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputazureblob.py +1 -83
  90. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputazuredataexplorer.py +1 -148
  91. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputazureeventhub.py +1 -98
  92. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputazurelogs.py +1 -56
  93. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputchronicle.py +1 -56
  94. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputclickhouse.py +1 -92
  95. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputcloudwatch.py +1 -47
  96. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputconfluentcloud.py +3 -123
  97. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputcriblhttp.py +1 -74
  98. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputcribllake.py +1 -76
  99. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputcribltcp.py +1 -74
  100. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +1 -67
  101. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputdatabricks.py +1 -65
  102. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputdatadog.py +1 -83
  103. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputdataset.py +1 -74
  104. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputdiskspool.py +1 -11
  105. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputdls3.py +1 -110
  106. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputdynatracehttp.py +1 -92
  107. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputdynatraceotlp.py +1 -92
  108. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputelastic.py +1 -74
  109. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputelasticcloud.py +1 -56
  110. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputexabeam.py +1 -47
  111. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputfilesystem.py +1 -65
  112. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputgooglechronicle.py +1 -83
  113. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputgooglecloudlogging.py +1 -65
  114. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputgooglecloudstorage.py +1 -101
  115. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputgooglepubsub.py +1 -47
  116. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputgrafanacloud.py +1 -146
  117. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputgraphite.py +1 -47
  118. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputhoneycomb.py +1 -56
  119. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputhumiohec.py +1 -65
  120. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputinfluxdb.py +1 -65
  121. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputkafka.py +3 -119
  122. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputkinesis.py +1 -65
  123. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputloki.py +1 -65
  124. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputminio.py +1 -110
  125. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputmsk.py +3 -119
  126. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputnewrelic.py +1 -74
  127. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputnewrelicevents.py +1 -65
  128. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputopentelemetry.py +1 -110
  129. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputprometheus.py +1 -56
  130. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputring.py +1 -29
  131. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputs3.py +1 -110
  132. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputsecuritylake.py +1 -85
  133. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputsentinel.py +1 -74
  134. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputsentineloneaisiem.py +1 -74
  135. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputservicenow.py +1 -101
  136. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputsignalfx.py +1 -56
  137. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputsns.py +1 -56
  138. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputsplunk.py +1 -92
  139. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputsplunkhec.py +1 -74
  140. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputsplunklb.py +1 -121
  141. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputsqs.py +1 -65
  142. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputstatsd.py +1 -47
  143. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputstatsdext.py +1 -47
  144. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputsumologic.py +1 -56
  145. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputsyslog.py +1 -110
  146. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputtcpjson.py +1 -83
  147. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputwavefront.py +1 -56
  148. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputwebhook.py +1 -92
  149. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputxsiam.py +1 -56
  150. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/resourcepolicy.py +0 -11
  151. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/runnablejobcollection.py +1 -56
  152. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/runnablejobexecutor.py +1 -20
  153. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +1 -11
  154. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -11
  155. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -11
  156. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/py.typed +0 -0
  157. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/__init__.py +0 -0
  158. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  159. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
  160. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/_hooks/registration.py +0 -0
  161. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  162. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/_hooks/types.py +0 -0
  163. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/acl.py +0 -0
  164. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/auth_sdk.py +0 -0
  165. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/basesdk.py +0 -0
  166. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/branches.py +0 -0
  167. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/commits.py +0 -0
  168. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/commits_files.py +0 -0
  169. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/configs_versions.py +0 -0
  170. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/destinations.py +0 -0
  171. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/destinations_pq.py +0 -0
  172. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/errors/__init__.py +0 -0
  173. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/errors/apierror.py +0 -0
  174. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  175. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/errors/error.py +0 -0
  176. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/errors/healthserverstatus_error.py +0 -0
  177. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  178. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  179. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/groups_configs.py +0 -0
  180. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/health.py +0 -0
  181. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/hectokens.py +0 -0
  182. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/httpclient.py +0 -0
  183. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
  184. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/authtoken.py +0 -0
  185. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/branchinfo.py +0 -0
  186. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
  187. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/cloudprovider.py +0 -0
  188. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/commit.py +0 -0
  189. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
  190. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
  191. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
  192. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/createinputop.py +0 -0
  193. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/createoutputop.py +0 -0
  194. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
  195. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/createpacksop.py +0 -0
  196. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/createpipelineop.py +0 -0
  197. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
  198. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
  199. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/createversionpushop.py +0 -0
  200. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
  201. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/createversionundoop.py +0 -0
  202. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/criblevent.py +0 -0
  203. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
  204. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
  205. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
  206. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
  207. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
  208. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
  209. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
  210. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
  211. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/deployrequest.py +0 -0
  212. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
  213. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/difffiles.py +0 -0
  214. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/distributedsummary.py +0 -0
  215. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
  216. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
  217. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
  218. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
  219. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
  220. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
  221. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
  222. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
  223. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getpacksop.py +0 -0
  224. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
  225. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
  226. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
  227. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getversioncountop.py +0 -0
  228. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
  229. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
  230. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
  231. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getversionop.py +0 -0
  232. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getversionshowop.py +0 -0
  233. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
  234. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
  235. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
  236. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/gitcountresult.py +0 -0
  237. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
  238. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/gitfile.py +0 -0
  239. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
  240. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/gitinfo.py +0 -0
  241. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/gitlogresult.py +0 -0
  242. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
  243. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
  244. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/gitshowresult.py +0 -0
  245. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
  246. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
  247. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
  248. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/input.py +0 -0
  249. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
  250. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
  251. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/listinputop.py +0 -0
  252. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
  253. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/listoutputop.py +0 -0
  254. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/listpipelineop.py +0 -0
  255. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/listroutesop.py +0 -0
  256. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/logininfo.py +0 -0
  257. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/lookupversions.py +0 -0
  258. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
  259. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
  260. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
  261. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
  262. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
  263. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outpostnodeinfo.py +0 -0
  264. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/output.py +0 -0
  265. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputdefault.py +0 -0
  266. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  267. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputnetflow.py +0 -0
  268. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputrouter.py +0 -0
  269. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  270. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  271. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  272. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  273. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/packinfo.py +0 -0
  274. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
  275. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
  276. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
  277. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/pipeline.py +0 -0
  278. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
  279. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/productscore.py +0 -0
  280. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/rbacresource.py +0 -0
  281. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/routeconf.py +0 -0
  282. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/routes.py +0 -0
  283. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/routesroute.py +0 -0
  284. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/runnablejob.py +0 -0
  285. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
  286. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/security.py +0 -0
  287. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
  288. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
  289. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
  290. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
  291. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
  292. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
  293. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
  294. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/updatepacksop.py +0 -0
  295. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
  296. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
  297. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/uploadpackresponse.py +0 -0
  298. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
  299. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/models/workertypes.py +0 -0
  300. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/nodes.py +0 -0
  301. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/packs.py +0 -0
  302. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/pipelines.py +0 -0
  303. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/py.typed +0 -0
  304. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/routes_sdk.py +0 -0
  305. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/samples.py +0 -0
  306. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/sdk.py +0 -0
  307. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  308. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/sources.py +0 -0
  309. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/statuses.py +0 -0
  310. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/summaries.py +0 -0
  311. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/teams.py +0 -0
  312. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/tokens.py +0 -0
  313. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/types/__init__.py +0 -0
  314. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/types/basemodel.py +0 -0
  315. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/utils/__init__.py +0 -0
  316. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/utils/annotations.py +0 -0
  317. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/utils/datetimes.py +0 -0
  318. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/utils/enums.py +0 -0
  319. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
  320. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/utils/forms.py +0 -0
  321. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/utils/headers.py +0 -0
  322. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/utils/logger.py +0 -0
  323. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/utils/metadata.py +0 -0
  324. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/utils/queryparams.py +0 -0
  325. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  326. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/utils/retries.py +0 -0
  327. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/utils/security.py +0 -0
  328. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/utils/serializers.py +0 -0
  329. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
  330. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/utils/url.py +0 -0
  331. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/utils/values.py +0 -0
  332. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/src/cribl_control_plane/versions.py +0 -0
  333. {cribl_control_plane-0.2.1rc7 → cribl_control_plane-0.2.1rc8}/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.1rc7
3
+ Version: 0.2.1rc8
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -158,7 +158,10 @@ with CriblControlPlane(
158
158
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
159
159
  "migration_query_id": "<id>",
160
160
  "retention_in_days": 1466.58,
161
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
161
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
162
+ "current_size_bytes": 6170.04,
163
+ "metrics_date": "<value>",
164
+ }, retention_period_in_days=456.37, search_config={
162
165
  "datatypes": [
163
166
  "<value 1>",
164
167
  ],
@@ -216,7 +219,10 @@ async def main():
216
219
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
217
220
  "migration_query_id": "<id>",
218
221
  "retention_in_days": 1466.58,
219
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
222
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
223
+ "current_size_bytes": 6170.04,
224
+ "metrics_date": "<value>",
225
+ }, retention_period_in_days=456.37, search_config={
220
226
  "datatypes": [
221
227
  "<value 1>",
222
228
  ],
@@ -283,7 +289,10 @@ with CriblControlPlane(
283
289
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
284
290
  "migration_query_id": "<id>",
285
291
  "retention_in_days": 1466.58,
286
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
292
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
293
+ "current_size_bytes": 6170.04,
294
+ "metrics_date": "<value>",
295
+ }, retention_period_in_days=456.37, search_config={
287
296
  "datatypes": [
288
297
  "<value 1>",
289
298
  ],
@@ -511,7 +520,10 @@ with CriblControlPlane(
511
520
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
512
521
  "migration_query_id": "<id>",
513
522
  "retention_in_days": 1466.58,
514
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
523
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
524
+ "current_size_bytes": 6170.04,
525
+ "metrics_date": "<value>",
526
+ }, retention_period_in_days=456.37, search_config={
515
527
  "datatypes": [
516
528
  "<value 1>",
517
529
  ],
@@ -567,7 +579,10 @@ with CriblControlPlane(
567
579
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
568
580
  "migration_query_id": "<id>",
569
581
  "retention_in_days": 1466.58,
570
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
582
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
583
+ "current_size_bytes": 6170.04,
584
+ "metrics_date": "<value>",
585
+ }, retention_period_in_days=456.37, search_config={
571
586
  "datatypes": [
572
587
  "<value 1>",
573
588
  ],
@@ -637,7 +652,10 @@ with CriblControlPlane(
637
652
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
638
653
  "migration_query_id": "<id>",
639
654
  "retention_in_days": 1466.58,
640
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
655
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
656
+ "current_size_bytes": 6170.04,
657
+ "metrics_date": "<value>",
658
+ }, retention_period_in_days=456.37, search_config={
641
659
  "datatypes": [
642
660
  "<value 1>",
643
661
  ],
@@ -140,7 +140,10 @@ with CriblControlPlane(
140
140
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
141
141
  "migration_query_id": "<id>",
142
142
  "retention_in_days": 1466.58,
143
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
143
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
144
+ "current_size_bytes": 6170.04,
145
+ "metrics_date": "<value>",
146
+ }, retention_period_in_days=456.37, search_config={
144
147
  "datatypes": [
145
148
  "<value 1>",
146
149
  ],
@@ -198,7 +201,10 @@ async def main():
198
201
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
199
202
  "migration_query_id": "<id>",
200
203
  "retention_in_days": 1466.58,
201
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
204
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
205
+ "current_size_bytes": 6170.04,
206
+ "metrics_date": "<value>",
207
+ }, retention_period_in_days=456.37, search_config={
202
208
  "datatypes": [
203
209
  "<value 1>",
204
210
  ],
@@ -265,7 +271,10 @@ with CriblControlPlane(
265
271
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
266
272
  "migration_query_id": "<id>",
267
273
  "retention_in_days": 1466.58,
268
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
274
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
275
+ "current_size_bytes": 6170.04,
276
+ "metrics_date": "<value>",
277
+ }, retention_period_in_days=456.37, search_config={
269
278
  "datatypes": [
270
279
  "<value 1>",
271
280
  ],
@@ -493,7 +502,10 @@ with CriblControlPlane(
493
502
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
494
503
  "migration_query_id": "<id>",
495
504
  "retention_in_days": 1466.58,
496
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
505
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
506
+ "current_size_bytes": 6170.04,
507
+ "metrics_date": "<value>",
508
+ }, retention_period_in_days=456.37, search_config={
497
509
  "datatypes": [
498
510
  "<value 1>",
499
511
  ],
@@ -549,7 +561,10 @@ with CriblControlPlane(
549
561
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
550
562
  "migration_query_id": "<id>",
551
563
  "retention_in_days": 1466.58,
552
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
564
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
565
+ "current_size_bytes": 6170.04,
566
+ "metrics_date": "<value>",
567
+ }, retention_period_in_days=456.37, search_config={
553
568
  "datatypes": [
554
569
  "<value 1>",
555
570
  ],
@@ -619,7 +634,10 @@ with CriblControlPlane(
619
634
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
620
635
  "migration_query_id": "<id>",
621
636
  "retention_in_days": 1466.58,
622
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
637
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
638
+ "current_size_bytes": 6170.04,
639
+ "metrics_date": "<value>",
640
+ }, retention_period_in_days=456.37, search_config={
623
641
  "datatypes": [
624
642
  "<value 1>",
625
643
  ],
@@ -1,7 +1,7 @@
1
1
 
2
2
  [project]
3
3
  name = "cribl-control-plane"
4
- version = "0.2.1rc7"
4
+ version = "0.2.1rc8"
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.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"
6
+ __version__: str = "0.2.1rc8"
7
+ __openapi_doc_version__: str = "4.15.0-alpha.1762249156162-b384ad31"
8
+ __gen_version__: str = "2.731.6"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.2.1rc8 2.731.6 4.15.0-alpha.1762249156162-b384ad31 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: Name of the Cribl product to add the Worker Group or Edge Fleet to.
262
+ :param product: required 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: Name of the Cribl product to add the Worker Group or Edge Fleet to.
443
+ :param product: required 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:
@@ -24,6 +24,9 @@ class LakeDatasets(BaseSDK):
24
24
  description: Optional[str] = None,
25
25
  format_: Optional[models.CriblLakeDatasetFormat] = None,
26
26
  http_da_used: Optional[bool] = None,
27
+ metrics: Optional[
28
+ Union[models.LakeDatasetMetrics, models.LakeDatasetMetricsTypedDict]
29
+ ] = None,
27
30
  retention_period_in_days: Optional[float] = None,
28
31
  search_config: Optional[
29
32
  Union[
@@ -50,6 +53,7 @@ class LakeDatasets(BaseSDK):
50
53
  :param description:
51
54
  :param format_:
52
55
  :param http_da_used:
56
+ :param metrics:
53
57
  :param retention_period_in_days:
54
58
  :param search_config:
55
59
  :param storage_location_id:
@@ -82,6 +86,9 @@ class LakeDatasets(BaseSDK):
82
86
  format_=format_,
83
87
  http_da_used=http_da_used,
84
88
  id=id,
89
+ metrics=utils.get_pydantic_model(
90
+ metrics, Optional[models.LakeDatasetMetrics]
91
+ ),
85
92
  retention_period_in_days=retention_period_in_days,
86
93
  search_config=utils.get_pydantic_model(
87
94
  search_config, Optional[models.LakeDatasetSearchConfig]
@@ -168,6 +175,9 @@ class LakeDatasets(BaseSDK):
168
175
  description: Optional[str] = None,
169
176
  format_: Optional[models.CriblLakeDatasetFormat] = None,
170
177
  http_da_used: Optional[bool] = None,
178
+ metrics: Optional[
179
+ Union[models.LakeDatasetMetrics, models.LakeDatasetMetricsTypedDict]
180
+ ] = None,
171
181
  retention_period_in_days: Optional[float] = None,
172
182
  search_config: Optional[
173
183
  Union[
@@ -194,6 +204,7 @@ class LakeDatasets(BaseSDK):
194
204
  :param description:
195
205
  :param format_:
196
206
  :param http_da_used:
207
+ :param metrics:
197
208
  :param retention_period_in_days:
198
209
  :param search_config:
199
210
  :param storage_location_id:
@@ -226,6 +237,9 @@ class LakeDatasets(BaseSDK):
226
237
  format_=format_,
227
238
  http_da_used=http_da_used,
228
239
  id=id,
240
+ metrics=utils.get_pydantic_model(
241
+ metrics, Optional[models.LakeDatasetMetrics]
242
+ ),
229
243
  retention_period_in_days=retention_period_in_days,
230
244
  search_config=utils.get_pydantic_model(
231
245
  search_config, Optional[models.LakeDatasetSearchConfig]
@@ -859,6 +873,9 @@ class LakeDatasets(BaseSDK):
859
873
  format_: Optional[models.CriblLakeDatasetUpdateFormat] = None,
860
874
  http_da_used: Optional[bool] = None,
861
875
  id: Optional[str] = None,
876
+ metrics: Optional[
877
+ Union[models.LakeDatasetMetrics, models.LakeDatasetMetricsTypedDict]
878
+ ] = None,
862
879
  retention_period_in_days: Optional[float] = None,
863
880
  search_config: Optional[
864
881
  Union[
@@ -886,6 +903,7 @@ class LakeDatasets(BaseSDK):
886
903
  :param format_:
887
904
  :param http_da_used:
888
905
  :param id:
906
+ :param metrics:
889
907
  :param retention_period_in_days:
890
908
  :param search_config:
891
909
  :param storage_location_id:
@@ -919,6 +937,9 @@ class LakeDatasets(BaseSDK):
919
937
  format_=format_,
920
938
  http_da_used=http_da_used,
921
939
  id=id,
940
+ metrics=utils.get_pydantic_model(
941
+ metrics, Optional[models.LakeDatasetMetrics]
942
+ ),
922
943
  retention_period_in_days=retention_period_in_days,
923
944
  search_config=utils.get_pydantic_model(
924
945
  search_config, Optional[models.LakeDatasetSearchConfig]
@@ -1006,6 +1027,9 @@ class LakeDatasets(BaseSDK):
1006
1027
  format_: Optional[models.CriblLakeDatasetUpdateFormat] = None,
1007
1028
  http_da_used: Optional[bool] = None,
1008
1029
  id: Optional[str] = None,
1030
+ metrics: Optional[
1031
+ Union[models.LakeDatasetMetrics, models.LakeDatasetMetricsTypedDict]
1032
+ ] = None,
1009
1033
  retention_period_in_days: Optional[float] = None,
1010
1034
  search_config: Optional[
1011
1035
  Union[
@@ -1033,6 +1057,7 @@ class LakeDatasets(BaseSDK):
1033
1057
  :param format_:
1034
1058
  :param http_da_used:
1035
1059
  :param id:
1060
+ :param metrics:
1036
1061
  :param retention_period_in_days:
1037
1062
  :param search_config:
1038
1063
  :param storage_location_id:
@@ -1066,6 +1091,9 @@ class LakeDatasets(BaseSDK):
1066
1091
  format_=format_,
1067
1092
  http_da_used=http_da_used,
1068
1093
  id=id,
1094
+ metrics=utils.get_pydantic_model(
1095
+ metrics, Optional[models.LakeDatasetMetrics]
1096
+ ),
1069
1097
  retention_period_in_days=retention_period_in_days,
1070
1098
  search_config=utils.get_pydantic_model(
1071
1099
  search_config, Optional[models.LakeDatasetSearchConfig]
@@ -1803,8 +1803,9 @@ if TYPE_CHECKING:
1803
1803
  InputZscalerHecType,
1804
1804
  InputZscalerHecTypedDict,
1805
1805
  )
1806
- from .jobinfo import JobInfo, JobInfoTypedDict
1806
+ from .jobinfo import JobInfo, JobInfoTypedDict, Stats, StatsTypedDict
1807
1807
  from .jobstatus import JobStatus, JobStatusTypedDict, State
1808
+ from .lakedatasetmetrics import LakeDatasetMetrics, LakeDatasetMetricsTypedDict
1808
1809
  from .lakedatasetsearchconfig import (
1809
1810
  LakeDatasetSearchConfig,
1810
1811
  LakeDatasetSearchConfigTypedDict,
@@ -4938,6 +4939,8 @@ __all__ = [
4938
4939
  "JobInfoTypedDict",
4939
4940
  "JobStatus",
4940
4941
  "JobStatusTypedDict",
4942
+ "LakeDatasetMetrics",
4943
+ "LakeDatasetMetricsTypedDict",
4941
4944
  "LakeDatasetSearchConfig",
4942
4945
  "LakeDatasetSearchConfigTypedDict",
4943
4946
  "LakehouseConnectionType",
@@ -6300,6 +6303,8 @@ __all__ = [
6300
6303
  "SplunkHecMetadata",
6301
6304
  "SplunkHecMetadataTypedDict",
6302
6305
  "State",
6306
+ "Stats",
6307
+ "StatsTypedDict",
6303
6308
  "Status",
6304
6309
  "Subscription",
6305
6310
  "SubscriptionMetadatum",
@@ -7967,9 +7972,13 @@ _dynamic_imports: dict[str, str] = {
7967
7972
  "InputZscalerHecTypedDict": ".inputzscalerhec",
7968
7973
  "JobInfo": ".jobinfo",
7969
7974
  "JobInfoTypedDict": ".jobinfo",
7975
+ "Stats": ".jobinfo",
7976
+ "StatsTypedDict": ".jobinfo",
7970
7977
  "JobStatus": ".jobstatus",
7971
7978
  "JobStatusTypedDict": ".jobstatus",
7972
7979
  "State": ".jobstatus",
7980
+ "LakeDatasetMetrics": ".lakedatasetmetrics",
7981
+ "LakeDatasetMetricsTypedDict": ".lakedatasetmetrics",
7973
7982
  "LakeDatasetSearchConfig": ".lakedatasetsearchconfig",
7974
7983
  "LakeDatasetSearchConfigTypedDict": ".lakedatasetsearchconfig",
7975
7984
  "LakehouseConnectionType": ".lakehouseconnectiontype",
@@ -3,11 +3,9 @@
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
7
6
  from cribl_control_plane.types import BaseModel
8
7
  from cribl_control_plane.utils import validate_open_enum
9
8
  import pydantic
10
- from pydantic import field_serializer
11
9
  from pydantic.functional_validators import PlainValidator
12
10
  from typing import List, Optional
13
11
  from typing_extensions import Annotated, NotRequired, TypedDict
@@ -52,21 +50,3 @@ class CacheConnection(BaseModel):
52
50
  migration_query_id: Annotated[
53
51
  Optional[str], pydantic.Field(alias="migrationQueryId")
54
52
  ] = 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,12 +4,11 @@ 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 models, utils
7
+ from cribl_control_plane import 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
13
12
  from pydantic.functional_validators import PlainValidator
14
13
  from typing import List, Optional
15
14
  from typing_extensions import Annotated, NotRequired, TypedDict
@@ -151,21 +150,3 @@ class ConfigGroup(BaseModel):
151
150
  worker_remote_access: Annotated[
152
151
  Optional[bool], pydantic.Field(alias="workerRemoteAccess")
153
152
  ] = 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
@@ -2,10 +2,9 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from .cloudprovider import CloudProvider
5
- from cribl_control_plane import models
6
5
  from cribl_control_plane.types import BaseModel, Nullable, UNSET_SENTINEL
7
6
  from cribl_control_plane.utils import validate_open_enum
8
- from pydantic import field_serializer, model_serializer
7
+ from pydantic import model_serializer
9
8
  from pydantic.functional_validators import PlainValidator
10
9
  from typing_extensions import Annotated, TypedDict
11
10
 
@@ -22,15 +21,6 @@ class ConfigGroupCloud(BaseModel):
22
21
 
23
22
  region: str
24
23
 
25
- @field_serializer("provider")
26
- def serialize_provider(self, value):
27
- if isinstance(value, str):
28
- try:
29
- return Nullable[models.CloudProvider](value)
30
- except ValueError:
31
- return value
32
- return value
33
-
34
24
  @model_serializer(mode="wrap")
35
25
  def serialize_model(self, handler):
36
26
  optional_fields = []
@@ -4,7 +4,6 @@ from __future__ import annotations
4
4
  from .configgroup import ConfigGroup, ConfigGroupTypedDict
5
5
  from .groupcreaterequest import GroupCreateRequest, GroupCreateRequestTypedDict
6
6
  from .productscore import ProductsCore
7
- from cribl_control_plane import models
8
7
  from cribl_control_plane.types import BaseModel
9
8
  from cribl_control_plane.utils import (
10
9
  FieldMetadata,
@@ -12,7 +11,6 @@ from cribl_control_plane.utils import (
12
11
  RequestMetadata,
13
12
  validate_open_enum,
14
13
  )
15
- from pydantic import field_serializer
16
14
  from pydantic.functional_validators import PlainValidator
17
15
  from typing import List, Optional
18
16
  from typing_extensions import Annotated, NotRequired, TypedDict
@@ -20,7 +18,7 @@ from typing_extensions import Annotated, NotRequired, TypedDict
20
18
 
21
19
  class CreateConfigGroupByProductRequestTypedDict(TypedDict):
22
20
  product: ProductsCore
23
- r"""Name of the Cribl product to add the Worker Group or Edge Fleet to."""
21
+ r"""required Name of the Cribl product to add the Worker Group or Edge Fleet to."""
24
22
  group_create_request: GroupCreateRequestTypedDict
25
23
  r"""GroupCreateRequest object"""
26
24
 
@@ -30,7 +28,7 @@ class CreateConfigGroupByProductRequest(BaseModel):
30
28
  Annotated[ProductsCore, PlainValidator(validate_open_enum(False))],
31
29
  FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
32
30
  ]
33
- r"""Name of the Cribl product to add the Worker Group or Edge Fleet to."""
31
+ r"""required Name of the Cribl product to add the Worker Group or Edge Fleet to."""
34
32
 
35
33
  group_create_request: Annotated[
36
34
  GroupCreateRequest,
@@ -38,15 +36,6 @@ class CreateConfigGroupByProductRequest(BaseModel):
38
36
  ]
39
37
  r"""GroupCreateRequest object"""
40
38
 
41
- @field_serializer("product")
42
- def serialize_product(self, value):
43
- if isinstance(value, str):
44
- try:
45
- return models.ProductsCore(value)
46
- except ValueError:
47
- return value
48
- return value
49
-
50
39
 
51
40
  class CreateConfigGroupByProductResponseTypedDict(TypedDict):
52
41
  r"""a list of ConfigGroup objects"""
@@ -2,16 +2,16 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from .cacheconnection import CacheConnection, CacheConnectionTypedDict
5
+ from .lakedatasetmetrics import LakeDatasetMetrics, LakeDatasetMetricsTypedDict
5
6
  from .lakedatasetsearchconfig import (
6
7
  LakeDatasetSearchConfig,
7
8
  LakeDatasetSearchConfigTypedDict,
8
9
  )
9
- from cribl_control_plane import models, utils
10
+ from cribl_control_plane import utils
10
11
  from cribl_control_plane.types import BaseModel
11
12
  from cribl_control_plane.utils import validate_open_enum
12
13
  from enum import Enum
13
14
  import pydantic
14
- from pydantic import field_serializer
15
15
  from pydantic.functional_validators import PlainValidator
16
16
  from typing import List, Optional
17
17
  from typing_extensions import Annotated, NotRequired, TypedDict
@@ -32,6 +32,7 @@ class CriblLakeDatasetTypedDict(TypedDict):
32
32
  description: NotRequired[str]
33
33
  format_: NotRequired[CriblLakeDatasetFormat]
34
34
  http_da_used: NotRequired[bool]
35
+ metrics: NotRequired[LakeDatasetMetricsTypedDict]
35
36
  retention_period_in_days: NotRequired[float]
36
37
  search_config: NotRequired[LakeDatasetSearchConfigTypedDict]
37
38
  storage_location_id: NotRequired[str]
@@ -66,6 +67,8 @@ class CriblLakeDataset(BaseModel):
66
67
 
67
68
  http_da_used: Annotated[Optional[bool], pydantic.Field(alias="httpDAUsed")] = None
68
69
 
70
+ metrics: Optional[LakeDatasetMetrics] = None
71
+
69
72
  retention_period_in_days: Annotated[
70
73
  Optional[float], pydantic.Field(alias="retentionPeriodInDays")
71
74
  ] = None
@@ -79,12 +82,3 @@ class CriblLakeDataset(BaseModel):
79
82
  ] = None
80
83
 
81
84
  view_name: Annotated[Optional[str], pydantic.Field(alias="viewName")] = None
82
-
83
- @field_serializer("format_")
84
- def serialize_format_(self, value):
85
- if isinstance(value, str):
86
- try:
87
- return models.CriblLakeDatasetFormat(value)
88
- except ValueError:
89
- return value
90
- return value
@@ -2,16 +2,16 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from .cacheconnection import CacheConnection, CacheConnectionTypedDict
5
+ from .lakedatasetmetrics import LakeDatasetMetrics, LakeDatasetMetricsTypedDict
5
6
  from .lakedatasetsearchconfig import (
6
7
  LakeDatasetSearchConfig,
7
8
  LakeDatasetSearchConfigTypedDict,
8
9
  )
9
- from cribl_control_plane import models, utils
10
+ from cribl_control_plane import utils
10
11
  from cribl_control_plane.types import BaseModel
11
12
  from cribl_control_plane.utils import validate_open_enum
12
13
  from enum import Enum
13
14
  import pydantic
14
- from pydantic import field_serializer
15
15
  from pydantic.functional_validators import PlainValidator
16
16
  from typing import List, Optional
17
17
  from typing_extensions import Annotated, NotRequired, TypedDict
@@ -32,6 +32,7 @@ class CriblLakeDatasetUpdateTypedDict(TypedDict):
32
32
  format_: NotRequired[CriblLakeDatasetUpdateFormat]
33
33
  http_da_used: NotRequired[bool]
34
34
  id: NotRequired[str]
35
+ metrics: NotRequired[LakeDatasetMetricsTypedDict]
35
36
  retention_period_in_days: NotRequired[float]
36
37
  search_config: NotRequired[LakeDatasetSearchConfigTypedDict]
37
38
  storage_location_id: NotRequired[str]
@@ -67,6 +68,8 @@ class CriblLakeDatasetUpdate(BaseModel):
67
68
 
68
69
  id: Optional[str] = None
69
70
 
71
+ metrics: Optional[LakeDatasetMetrics] = None
72
+
70
73
  retention_period_in_days: Annotated[
71
74
  Optional[float], pydantic.Field(alias="retentionPeriodInDays")
72
75
  ] = None
@@ -80,12 +83,3 @@ class CriblLakeDatasetUpdate(BaseModel):
80
83
  ] = None
81
84
 
82
85
  view_name: Annotated[Optional[str], pydantic.Field(alias="viewName")] = None
83
-
84
- @field_serializer("format_")
85
- def serialize_format_(self, value):
86
- if isinstance(value, str):
87
- try:
88
- return models.CriblLakeDatasetUpdateFormat(value)
89
- except ValueError:
90
- return value
91
- return value
@@ -5,12 +5,11 @@ from .datasetmetadataruninfo import (
5
5
  DatasetMetadataRunInfo,
6
6
  DatasetMetadataRunInfoTypedDict,
7
7
  )
8
- from cribl_control_plane import models, utils
8
+ from cribl_control_plane import utils
9
9
  from cribl_control_plane.types import BaseModel
10
10
  from cribl_control_plane.utils import validate_open_enum
11
11
  from enum import Enum
12
12
  import pydantic
13
- from pydantic import field_serializer
14
13
  from pydantic.functional_validators import PlainValidator
15
14
  from typing import List, Optional
16
15
  from typing_extensions import Annotated, NotRequired, TypedDict
@@ -44,12 +43,3 @@ class DatasetMetadata(BaseModel):
44
43
  latest_run_info: Annotated[
45
44
  Optional[DatasetMetadataRunInfo], pydantic.Field(alias="latestRunInfo")
46
45
  ] = None
47
-
48
- @field_serializer("scan_mode")
49
- def serialize_scan_mode(self, value):
50
- if isinstance(value, str):
51
- try:
52
- return models.ScanMode(value)
53
- except ValueError:
54
- return value
55
- return value
@@ -3,14 +3,12 @@
3
3
  from __future__ import annotations
4
4
  from .configgroup import ConfigGroup, ConfigGroupTypedDict
5
5
  from .productscore import ProductsCore
6
- from cribl_control_plane import models
7
6
  from cribl_control_plane.types import BaseModel
8
7
  from cribl_control_plane.utils import (
9
8
  FieldMetadata,
10
9
  PathParamMetadata,
11
10
  validate_open_enum,
12
11
  )
13
- from pydantic import field_serializer
14
12
  from pydantic.functional_validators import PlainValidator
15
13
  from typing import List, Optional
16
14
  from typing_extensions import Annotated, NotRequired, TypedDict
@@ -35,15 +33,6 @@ class DeleteConfigGroupByProductAndIDRequest(BaseModel):
35
33
  ]
36
34
  r"""The <code>id</code> of the Worker Group or Edge Fleet to delete."""
37
35
 
38
- @field_serializer("product")
39
- def serialize_product(self, value):
40
- if isinstance(value, str):
41
- try:
42
- return models.ProductsCore(value)
43
- except ValueError:
44
- return value
45
- return value
46
-
47
36
 
48
37
  class DeleteConfigGroupByProductAndIDResponseTypedDict(TypedDict):
49
38
  r"""a list of ConfigGroup objects"""