cribl-control-plane 0.0.43__tar.gz → 0.0.44__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 (326) hide show
  1. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/PKG-INFO +1 -1
  2. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/pyproject.toml +2 -1
  3. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/_hooks/clientcredentials.py +1 -1
  4. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/_version.py +4 -4
  5. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/acl.py +5 -3
  6. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/auth_sdk.py +6 -3
  7. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/basesdk.py +11 -1
  8. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/commits.py +5 -3
  9. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/destinations.py +6 -4
  10. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/errors/__init__.py +15 -3
  11. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/groups_configs.py +8 -3
  12. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/groups_sdk.py +6 -4
  13. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/__init__.py +23 -1
  14. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputconfluentcloud.py +7 -0
  15. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputkafka.py +7 -0
  16. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputazuredataexplorer.py +7 -0
  17. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputconfluentcloud.py +7 -0
  18. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputkafka.py +7 -0
  19. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsyslog.py +68 -0
  20. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/nodes.py +5 -3
  21. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/sdk.py +15 -2
  22. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/sources.py +5 -3
  23. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/__init__.py +15 -3
  24. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/eventstreaming.py +10 -0
  25. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/versions.py +11 -6
  26. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/README-PYPI.md +0 -0
  27. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/py.typed +0 -0
  28. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/__init__.py +0 -0
  29. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  30. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/_hooks/registration.py +0 -0
  31. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  32. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/_hooks/types.py +0 -0
  33. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/branches.py +0 -0
  34. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/commits_files.py +0 -0
  35. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/configs_versions.py +0 -0
  36. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/destinations_pq.py +0 -0
  37. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/errors/apierror.py +0 -0
  38. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  39. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/errors/error.py +0 -0
  40. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
  41. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  42. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  43. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/health.py +0 -0
  44. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/hectokens.py +0 -0
  45. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/httpclient.py +0 -0
  46. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/lakedatasets.py +0 -0
  47. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
  48. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/appmode.py +0 -0
  49. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/authtoken.py +0 -0
  50. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/branchinfo.py +0 -0
  51. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/cacheconnection.py +0 -0
  52. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
  53. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/cloudprovider.py +0 -0
  54. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/commit.py +0 -0
  55. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/configgroup.py +0 -0
  56. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
  57. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
  58. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
  59. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
  60. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
  61. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createinputop.py +0 -0
  62. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createoutputop.py +0 -0
  63. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
  64. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createpacksop.py +0 -0
  65. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createpipelineop.py +0 -0
  66. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
  67. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
  68. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createversionpushop.py +0 -0
  69. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
  70. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/createversionundoop.py +0 -0
  71. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/criblevent.py +0 -0
  72. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
  73. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
  74. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
  75. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
  76. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
  77. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
  78. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
  79. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
  80. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
  81. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
  82. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
  83. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/deployrequest.py +0 -0
  84. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
  85. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/difffiles.py +0 -0
  86. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/distributedsummary.py +0 -0
  87. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
  88. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
  89. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
  90. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
  91. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
  92. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
  93. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
  94. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
  95. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
  96. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
  97. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
  98. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
  99. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getpacksop.py +0 -0
  100. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
  101. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
  102. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getsummaryop.py +0 -0
  103. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
  104. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getversioncountop.py +0 -0
  105. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
  106. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
  107. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
  108. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getversionop.py +0 -0
  109. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getversionshowop.py +0 -0
  110. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
  111. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
  112. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
  113. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitcountresult.py +0 -0
  114. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
  115. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitfile.py +0 -0
  116. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
  117. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitinfo.py +0 -0
  118. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitlogresult.py +0 -0
  119. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
  120. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
  121. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
  122. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
  123. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
  124. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/healthstatus.py +0 -0
  125. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
  126. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/input.py +0 -0
  127. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputappscope.py +0 -0
  128. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputazureblob.py +0 -0
  129. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputcollection.py +0 -0
  130. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputcribl.py +0 -0
  131. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
  132. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
  133. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
  134. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
  135. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
  136. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
  137. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputdatagen.py +0 -0
  138. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
  139. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputelastic.py +0 -0
  140. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputeventhub.py +0 -0
  141. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputexec.py +0 -0
  142. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputfile.py +0 -0
  143. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputfirehose.py +0 -0
  144. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
  145. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputgrafana.py +0 -0
  146. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputhttp.py +0 -0
  147. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
  148. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
  149. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputkinesis.py +0 -0
  150. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
  151. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
  152. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
  153. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputloki.py +0 -0
  154. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputmetrics.py +0 -0
  155. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
  156. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputmsk.py +0 -0
  157. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputnetflow.py +0 -0
  158. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
  159. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
  160. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
  161. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
  162. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputprometheus.py +0 -0
  163. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
  164. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputrawudp.py +0 -0
  165. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputs3.py +0 -0
  166. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
  167. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
  168. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputsnmp.py +0 -0
  169. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputsplunk.py +0 -0
  170. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
  171. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
  172. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputsqs.py +0 -0
  173. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputsyslog.py +0 -0
  174. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
  175. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
  176. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputtcp.py +0 -0
  177. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
  178. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputwef.py +0 -0
  179. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
  180. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
  181. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputwiz.py +0 -0
  182. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputwizwebhook.py +0 -0
  183. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
  184. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/jobinfo.py +0 -0
  185. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/jobstatus.py +0 -0
  186. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
  187. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
  188. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
  189. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/listinputop.py +0 -0
  190. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
  191. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/listoutputop.py +0 -0
  192. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/listpipelineop.py +0 -0
  193. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/listroutesop.py +0 -0
  194. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/logininfo.py +0 -0
  195. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/lookupversions.py +0 -0
  196. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
  197. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
  198. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
  199. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
  200. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
  201. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
  202. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
  203. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/output.py +10 -10
  204. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputazureblob.py +0 -0
  205. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
  206. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
  207. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
  208. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
  209. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
  210. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputcribllake.py +0 -0
  211. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
  212. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
  213. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputdatadog.py +0 -0
  214. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputdataset.py +0 -0
  215. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputdefault.py +0 -0
  216. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  217. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
  218. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputdls3.py +0 -0
  219. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
  220. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
  221. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputelastic.py +0 -0
  222. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
  223. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputexabeam.py +0 -0
  224. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
  225. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
  226. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
  227. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
  228. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
  229. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
  230. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputgraphite.py +0 -0
  231. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
  232. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
  233. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
  234. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputkinesis.py +0 -0
  235. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputloki.py +0 -0
  236. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputminio.py +0 -0
  237. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputmsk.py +0 -0
  238. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputnetflow.py +0 -0
  239. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
  240. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
  241. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
  242. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputprometheus.py +0 -0
  243. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputring.py +0 -0
  244. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputrouter.py +0 -0
  245. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputs3.py +0 -0
  246. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  247. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
  248. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsentinel.py +0 -0
  249. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
  250. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputservicenow.py +0 -0
  251. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
  252. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  253. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsns.py +0 -0
  254. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsplunk.py +0 -0
  255. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
  256. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
  257. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsqs.py +0 -0
  258. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputstatsd.py +0 -0
  259. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
  260. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputsumologic.py +0 -0
  261. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
  262. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  263. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  264. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputwavefront.py +0 -0
  265. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputwebhook.py +0 -0
  266. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/outputxsiam.py +0 -0
  267. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/packinfo.py +0 -0
  268. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
  269. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
  270. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
  271. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/pipeline.py +0 -0
  272. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
  273. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/productscore.py +0 -0
  274. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/rbacresource.py +0 -0
  275. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
  276. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/routecloneconf.py +0 -0
  277. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/routeconf.py +0 -0
  278. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/routes.py +0 -0
  279. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/routesroute.py +0 -0
  280. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/runnablejob.py +0 -0
  281. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/runnablejobcollection.py +0 -0
  282. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/runnablejobexecutor.py +0 -0
  283. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +0 -0
  284. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
  285. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/security.py +0 -0
  286. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
  287. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
  288. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
  289. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
  290. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
  291. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
  292. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
  293. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
  294. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
  295. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
  296. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
  297. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
  298. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/models/workertypes.py +0 -0
  299. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/packs.py +0 -0
  300. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/pipelines.py +0 -0
  301. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/py.typed +0 -0
  302. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/routes_sdk.py +0 -0
  303. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/samples.py +0 -0
  304. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  305. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/statuses.py +0 -0
  306. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/summaries.py +0 -0
  307. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/teams.py +0 -0
  308. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/tokens.py +0 -0
  309. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/types/__init__.py +0 -0
  310. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/types/basemodel.py +0 -0
  311. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/annotations.py +0 -0
  312. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/datetimes.py +0 -0
  313. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/enums.py +0 -0
  314. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/forms.py +0 -0
  315. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/headers.py +0 -0
  316. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/logger.py +0 -0
  317. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/metadata.py +0 -0
  318. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/queryparams.py +0 -0
  319. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  320. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/retries.py +0 -0
  321. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/security.py +0 -0
  322. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/serializers.py +0 -0
  323. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
  324. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/url.py +0 -0
  325. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/utils/values.py +0 -0
  326. {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44}/src/cribl_control_plane/versions_configs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: cribl-control-plane
3
- Version: 0.0.43
3
+ Version: 0.0.44
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.0.43"
4
+ version = "0.0.44"
5
5
  description = "Python Client SDK Generated by Speakeasy."
6
6
  authors = [{ name = "Speakeasy" },]
7
7
  readme = "README-PYPI.md"
@@ -35,6 +35,7 @@ build-backend = "poetry.core.masonry.api"
35
35
 
36
36
  [tool.pytest.ini_options]
37
37
  asyncio_default_fixture_loop_scope = "function"
38
+ asyncio_mode = "auto"
38
39
  pythonpath = ["src"]
39
40
 
40
41
  [tool.mypy]
@@ -188,7 +188,7 @@ class ClientCredentialsHook(SDKInitHook, BeforeRequestHook, AfterErrorHook):
188
188
 
189
189
  response_data = response.json()
190
190
 
191
- if response_data.get("token_type") != "Bearer":
191
+ if response_data.get("token_type", "").lower() != "bearer":
192
192
  raise Exception("Unexpected token type from token endpoint")
193
193
 
194
194
  expires_at = None
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "cribl-control-plane"
6
- __version__: str = "0.0.43"
7
- __openapi_doc_version__: str = "4.14.0-alpha.1757087755104-f460003f"
8
- __gen_version__: str = "2.686.7"
9
- __user_agent__: str = "speakeasy-sdk/python 0.0.43 2.686.7 4.14.0-alpha.1757087755104-f460003f cribl-control-plane"
6
+ __version__: str = "0.0.44"
7
+ __openapi_doc_version__: str = "4.14.0-alpha.1757401089572-3ca67bed"
8
+ __gen_version__: str = "2.696.0"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.0.44 2.696.0 4.14.0-alpha.1757401089572-3ca67bed cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -14,13 +14,15 @@ from typing import Any, Mapping, Optional
14
14
  class ACL(BaseSDK):
15
15
  teams: Teams
16
16
 
17
- def __init__(self, sdk_config: SDKConfiguration) -> None:
18
- BaseSDK.__init__(self, sdk_config)
17
+ def __init__(
18
+ self, sdk_config: SDKConfiguration, parent_ref: Optional[object] = None
19
+ ) -> None:
20
+ BaseSDK.__init__(self, sdk_config, parent_ref=parent_ref)
19
21
  self.sdk_configuration = sdk_config
20
22
  self._init_sdks()
21
23
 
22
24
  def _init_sdks(self):
23
- self.teams = Teams(self.sdk_configuration)
25
+ self.teams = Teams(self.sdk_configuration, parent_ref=self.parent_ref)
24
26
 
25
27
  def get(
26
28
  self,
@@ -3,15 +3,18 @@
3
3
  from .basesdk import BaseSDK
4
4
  from .sdkconfiguration import SDKConfiguration
5
5
  from cribl_control_plane.tokens import Tokens
6
+ from typing import Optional
6
7
 
7
8
 
8
9
  class AuthSDK(BaseSDK):
9
10
  tokens: Tokens
10
11
 
11
- def __init__(self, sdk_config: SDKConfiguration) -> None:
12
- BaseSDK.__init__(self, sdk_config)
12
+ def __init__(
13
+ self, sdk_config: SDKConfiguration, parent_ref: Optional[object] = None
14
+ ) -> None:
15
+ BaseSDK.__init__(self, sdk_config, parent_ref=parent_ref)
13
16
  self.sdk_configuration = sdk_config
14
17
  self._init_sdks()
15
18
 
16
19
  def _init_sdks(self):
17
- self.tokens = Tokens(self.sdk_configuration)
20
+ self.tokens = Tokens(self.sdk_configuration, parent_ref=self.parent_ref)
@@ -19,9 +19,19 @@ from urllib.parse import parse_qs, urlparse
19
19
 
20
20
  class BaseSDK:
21
21
  sdk_configuration: SDKConfiguration
22
+ parent_ref: Optional[object] = None
23
+ """
24
+ Reference to the root SDK instance, if any. This will prevent it from
25
+ being garbage collected while there are active streams.
26
+ """
22
27
 
23
- def __init__(self, sdk_config: SDKConfiguration) -> None:
28
+ def __init__(
29
+ self,
30
+ sdk_config: SDKConfiguration,
31
+ parent_ref: Optional[object] = None,
32
+ ) -> None:
24
33
  self.sdk_configuration = sdk_config
34
+ self.parent_ref = parent_ref
25
35
 
26
36
  def _get_url(self, base_url, url_variables):
27
37
  sdk_url, sdk_variables = self.sdk_configuration.get_server_details()
@@ -14,13 +14,15 @@ from typing import Any, List, Mapping, Optional
14
14
  class Commits(BaseSDK):
15
15
  files: CommitsFiles
16
16
 
17
- def __init__(self, sdk_config: SDKConfiguration) -> None:
18
- BaseSDK.__init__(self, sdk_config)
17
+ def __init__(
18
+ self, sdk_config: SDKConfiguration, parent_ref: Optional[object] = None
19
+ ) -> None:
20
+ BaseSDK.__init__(self, sdk_config, parent_ref=parent_ref)
19
21
  self.sdk_configuration = sdk_config
20
22
  self._init_sdks()
21
23
 
22
24
  def _init_sdks(self):
23
- self.files = CommitsFiles(self.sdk_configuration)
25
+ self.files = CommitsFiles(self.sdk_configuration, parent_ref=self.parent_ref)
24
26
 
25
27
  def create(
26
28
  self,
@@ -18,14 +18,16 @@ class Destinations(BaseSDK):
18
18
  pq: DestinationsPq
19
19
  samples: Samples
20
20
 
21
- def __init__(self, sdk_config: SDKConfiguration) -> None:
22
- BaseSDK.__init__(self, sdk_config)
21
+ def __init__(
22
+ self, sdk_config: SDKConfiguration, parent_ref: Optional[object] = None
23
+ ) -> None:
24
+ BaseSDK.__init__(self, sdk_config, parent_ref=parent_ref)
23
25
  self.sdk_configuration = sdk_config
24
26
  self._init_sdks()
25
27
 
26
28
  def _init_sdks(self):
27
- self.pq = DestinationsPq(self.sdk_configuration)
28
- self.samples = Samples(self.sdk_configuration)
29
+ self.pq = DestinationsPq(self.sdk_configuration, parent_ref=self.parent_ref)
30
+ self.samples = Samples(self.sdk_configuration, parent_ref=self.parent_ref)
29
31
 
30
32
  def list(
31
33
  self,
@@ -1,12 +1,13 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
+ from .criblcontrolplaneerror import CriblControlPlaneError
3
4
  from typing import TYPE_CHECKING
4
5
  from importlib import import_module
5
6
  import builtins
7
+ import sys
6
8
 
7
9
  if TYPE_CHECKING:
8
10
  from .apierror import APIError
9
- from .criblcontrolplaneerror import CriblControlPlaneError
10
11
  from .error import Error, ErrorData
11
12
  from .healthstatus_error import HealthStatusError, HealthStatusErrorData
12
13
  from .no_response_error import NoResponseError
@@ -25,7 +26,6 @@ __all__ = [
25
26
 
26
27
  _dynamic_imports: dict[str, str] = {
27
28
  "APIError": ".apierror",
28
- "CriblControlPlaneError": ".criblcontrolplaneerror",
29
29
  "Error": ".error",
30
30
  "ErrorData": ".error",
31
31
  "HealthStatusError": ".healthstatus_error",
@@ -35,6 +35,18 @@ _dynamic_imports: dict[str, str] = {
35
35
  }
36
36
 
37
37
 
38
+ def dynamic_import(modname, retries=3):
39
+ for attempt in range(retries):
40
+ try:
41
+ return import_module(modname, __package__)
42
+ except KeyError:
43
+ # Clear any half-initialized module and retry
44
+ sys.modules.pop(modname, None)
45
+ if attempt == retries - 1:
46
+ break
47
+ raise KeyError(f"Failed to import module '{modname}' after {retries} attempts")
48
+
49
+
38
50
  def __getattr__(attr_name: str) -> object:
39
51
  module_name = _dynamic_imports.get(attr_name)
40
52
  if module_name is None:
@@ -43,7 +55,7 @@ def __getattr__(attr_name: str) -> object:
43
55
  )
44
56
 
45
57
  try:
46
- module = import_module(module_name, __package__)
58
+ module = dynamic_import(module_name)
47
59
  result = getattr(module, attr_name)
48
60
  return result
49
61
  except ImportError as e:
@@ -3,15 +3,20 @@
3
3
  from .basesdk import BaseSDK
4
4
  from .sdkconfiguration import SDKConfiguration
5
5
  from cribl_control_plane.configs_versions import ConfigsVersions
6
+ from typing import Optional
6
7
 
7
8
 
8
9
  class GroupsConfigs(BaseSDK):
9
10
  versions: ConfigsVersions
10
11
 
11
- def __init__(self, sdk_config: SDKConfiguration) -> None:
12
- BaseSDK.__init__(self, sdk_config)
12
+ def __init__(
13
+ self, sdk_config: SDKConfiguration, parent_ref: Optional[object] = None
14
+ ) -> None:
15
+ BaseSDK.__init__(self, sdk_config, parent_ref=parent_ref)
13
16
  self.sdk_configuration = sdk_config
14
17
  self._init_sdks()
15
18
 
16
19
  def _init_sdks(self):
17
- self.versions = ConfigsVersions(self.sdk_configuration)
20
+ self.versions = ConfigsVersions(
21
+ self.sdk_configuration, parent_ref=self.parent_ref
22
+ )
@@ -18,14 +18,16 @@ class GroupsSDK(BaseSDK):
18
18
  configs: GroupsConfigs
19
19
  acl: ACL
20
20
 
21
- def __init__(self, sdk_config: SDKConfiguration) -> None:
22
- BaseSDK.__init__(self, sdk_config)
21
+ def __init__(
22
+ self, sdk_config: SDKConfiguration, parent_ref: Optional[object] = None
23
+ ) -> None:
24
+ BaseSDK.__init__(self, sdk_config, parent_ref=parent_ref)
23
25
  self.sdk_configuration = sdk_config
24
26
  self._init_sdks()
25
27
 
26
28
  def _init_sdks(self):
27
- self.configs = GroupsConfigs(self.sdk_configuration)
28
- self.acl = ACL(self.sdk_configuration)
29
+ self.configs = GroupsConfigs(self.sdk_configuration, parent_ref=self.parent_ref)
30
+ self.acl = ACL(self.sdk_configuration, parent_ref=self.parent_ref)
29
31
 
30
32
  def list(
31
33
  self,
@@ -3,6 +3,7 @@
3
3
  from typing import TYPE_CHECKING
4
4
  from importlib import import_module
5
5
  import builtins
6
+ import sys
6
7
 
7
8
  if TYPE_CHECKING:
8
9
  from .addhectokenrequest import (
@@ -2971,6 +2972,8 @@ if TYPE_CHECKING:
2971
2972
  OutputSyslog,
2972
2973
  OutputSyslogBackpressureBehavior,
2973
2974
  OutputSyslogCompression,
2975
+ OutputSyslogHost,
2976
+ OutputSyslogHostTypedDict,
2974
2977
  OutputSyslogMaximumTLSVersion,
2975
2978
  OutputSyslogMessageFormat,
2976
2979
  OutputSyslogMinimumTLSVersion,
@@ -2980,6 +2983,7 @@ if TYPE_CHECKING:
2980
2983
  OutputSyslogProtocol,
2981
2984
  OutputSyslogQueueFullBehavior,
2982
2985
  OutputSyslogSeverity,
2986
+ OutputSyslogTLS,
2983
2987
  OutputSyslogTLSSettingsClientSide,
2984
2988
  OutputSyslogTLSSettingsClientSideTypedDict,
2985
2989
  OutputSyslogType,
@@ -5892,6 +5896,8 @@ __all__ = [
5892
5896
  "OutputSyslog",
5893
5897
  "OutputSyslogBackpressureBehavior",
5894
5898
  "OutputSyslogCompression",
5899
+ "OutputSyslogHost",
5900
+ "OutputSyslogHostTypedDict",
5895
5901
  "OutputSyslogMaximumTLSVersion",
5896
5902
  "OutputSyslogMessageFormat",
5897
5903
  "OutputSyslogMinimumTLSVersion",
@@ -5901,6 +5907,7 @@ __all__ = [
5901
5907
  "OutputSyslogProtocol",
5902
5908
  "OutputSyslogQueueFullBehavior",
5903
5909
  "OutputSyslogSeverity",
5910
+ "OutputSyslogTLS",
5904
5911
  "OutputSyslogTLSSettingsClientSide",
5905
5912
  "OutputSyslogTLSSettingsClientSideTypedDict",
5906
5913
  "OutputSyslogType",
@@ -8855,6 +8862,8 @@ _dynamic_imports: dict[str, str] = {
8855
8862
  "OutputSyslog": ".outputsyslog",
8856
8863
  "OutputSyslogBackpressureBehavior": ".outputsyslog",
8857
8864
  "OutputSyslogCompression": ".outputsyslog",
8865
+ "OutputSyslogHost": ".outputsyslog",
8866
+ "OutputSyslogHostTypedDict": ".outputsyslog",
8858
8867
  "OutputSyslogMaximumTLSVersion": ".outputsyslog",
8859
8868
  "OutputSyslogMessageFormat": ".outputsyslog",
8860
8869
  "OutputSyslogMinimumTLSVersion": ".outputsyslog",
@@ -8864,6 +8873,7 @@ _dynamic_imports: dict[str, str] = {
8864
8873
  "OutputSyslogProtocol": ".outputsyslog",
8865
8874
  "OutputSyslogQueueFullBehavior": ".outputsyslog",
8866
8875
  "OutputSyslogSeverity": ".outputsyslog",
8876
+ "OutputSyslogTLS": ".outputsyslog",
8867
8877
  "OutputSyslogTLSSettingsClientSide": ".outputsyslog",
8868
8878
  "OutputSyslogTLSSettingsClientSideTypedDict": ".outputsyslog",
8869
8879
  "OutputSyslogType": ".outputsyslog",
@@ -9117,6 +9127,18 @@ _dynamic_imports: dict[str, str] = {
9117
9127
  }
9118
9128
 
9119
9129
 
9130
+ def dynamic_import(modname, retries=3):
9131
+ for attempt in range(retries):
9132
+ try:
9133
+ return import_module(modname, __package__)
9134
+ except KeyError:
9135
+ # Clear any half-initialized module and retry
9136
+ sys.modules.pop(modname, None)
9137
+ if attempt == retries - 1:
9138
+ break
9139
+ raise KeyError(f"Failed to import module '{modname}' after {retries} attempts")
9140
+
9141
+
9120
9142
  def __getattr__(attr_name: str) -> object:
9121
9143
  module_name = _dynamic_imports.get(attr_name)
9122
9144
  if module_name is None:
@@ -9125,7 +9147,7 @@ def __getattr__(attr_name: str) -> object:
9125
9147
  )
9126
9148
 
9127
9149
  try:
9128
- module = import_module(module_name, __package__)
9150
+ module = dynamic_import(module_name)
9129
9151
  result = getattr(module, attr_name)
9130
9152
  return result
9131
9153
  except ImportError as e:
@@ -341,6 +341,8 @@ class InputConfluentCloudAuthenticationTypedDict(TypedDict):
341
341
 
342
342
  disabled: NotRequired[bool]
343
343
  mechanism: NotRequired[InputConfluentCloudSASLMechanism]
344
+ oauth_enabled: NotRequired[bool]
345
+ r"""Enable OAuth authentication"""
344
346
 
345
347
 
346
348
  class InputConfluentCloudAuthentication(BaseModel):
@@ -352,6 +354,11 @@ class InputConfluentCloudAuthentication(BaseModel):
352
354
  InputConfluentCloudSASLMechanism.PLAIN
353
355
  )
354
356
 
357
+ oauth_enabled: Annotated[Optional[bool], pydantic.Field(alias="oauthEnabled")] = (
358
+ False
359
+ )
360
+ r"""Enable OAuth authentication"""
361
+
355
362
 
356
363
  class InputConfluentCloudMetadatumTypedDict(TypedDict):
357
364
  name: str
@@ -260,6 +260,8 @@ class InputKafkaAuthenticationTypedDict(TypedDict):
260
260
 
261
261
  disabled: NotRequired[bool]
262
262
  mechanism: NotRequired[InputKafkaSASLMechanism]
263
+ oauth_enabled: NotRequired[bool]
264
+ r"""Enable OAuth authentication"""
263
265
 
264
266
 
265
267
  class InputKafkaAuthentication(BaseModel):
@@ -269,6 +271,11 @@ class InputKafkaAuthentication(BaseModel):
269
271
 
270
272
  mechanism: Optional[InputKafkaSASLMechanism] = InputKafkaSASLMechanism.PLAIN
271
273
 
274
+ oauth_enabled: Annotated[Optional[bool], pydantic.Field(alias="oauthEnabled")] = (
275
+ False
276
+ )
277
+ r"""Enable OAuth authentication"""
278
+
272
279
 
273
280
  class InputKafkaMinimumTLSVersion(str, Enum):
274
281
  TL_SV1 = "TLSv1"
@@ -336,6 +336,8 @@ class OutputAzureDataExplorerTypedDict(TypedDict):
336
336
  pq_mode: NotRequired[OutputAzureDataExplorerMode]
337
337
  r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
338
338
  pq_controls: NotRequired[OutputAzureDataExplorerPqControlsTypedDict]
339
+ empty_dir_cleanup_sec: NotRequired[float]
340
+ r"""How frequently, in seconds, to clean up empty directories"""
339
341
 
340
342
 
341
343
  class OutputAzureDataExplorer(BaseModel):
@@ -611,3 +613,8 @@ class OutputAzureDataExplorer(BaseModel):
611
613
  pq_controls: Annotated[
612
614
  Optional[OutputAzureDataExplorerPqControls], pydantic.Field(alias="pqControls")
613
615
  ] = None
616
+
617
+ empty_dir_cleanup_sec: Annotated[
618
+ Optional[float], pydantic.Field(alias="emptyDirCleanupSec")
619
+ ] = 300
620
+ r"""How frequently, in seconds, to clean up empty directories"""
@@ -294,6 +294,8 @@ class OutputConfluentCloudAuthenticationTypedDict(TypedDict):
294
294
 
295
295
  disabled: NotRequired[bool]
296
296
  mechanism: NotRequired[OutputConfluentCloudSASLMechanism]
297
+ oauth_enabled: NotRequired[bool]
298
+ r"""Enable OAuth authentication"""
297
299
 
298
300
 
299
301
  class OutputConfluentCloudAuthentication(BaseModel):
@@ -305,6 +307,11 @@ class OutputConfluentCloudAuthentication(BaseModel):
305
307
  OutputConfluentCloudSASLMechanism.PLAIN
306
308
  )
307
309
 
310
+ oauth_enabled: Annotated[Optional[bool], pydantic.Field(alias="oauthEnabled")] = (
311
+ False
312
+ )
313
+ r"""Enable OAuth authentication"""
314
+
308
315
 
309
316
  class OutputConfluentCloudBackpressureBehavior(str, Enum):
310
317
  r"""How to handle events when all receivers are exerting backpressure"""
@@ -215,6 +215,8 @@ class OutputKafkaAuthenticationTypedDict(TypedDict):
215
215
 
216
216
  disabled: NotRequired[bool]
217
217
  mechanism: NotRequired[OutputKafkaSASLMechanism]
218
+ oauth_enabled: NotRequired[bool]
219
+ r"""Enable OAuth authentication"""
218
220
 
219
221
 
220
222
  class OutputKafkaAuthentication(BaseModel):
@@ -224,6 +226,11 @@ class OutputKafkaAuthentication(BaseModel):
224
226
 
225
227
  mechanism: Optional[OutputKafkaSASLMechanism] = OutputKafkaSASLMechanism.PLAIN
226
228
 
229
+ oauth_enabled: Annotated[Optional[bool], pydantic.Field(alias="oauthEnabled")] = (
230
+ False
231
+ )
232
+ r"""Enable OAuth authentication"""
233
+
227
234
 
228
235
  class OutputKafkaMinimumTLSVersion(str, Enum):
229
236
  TL_SV1 = "TLSv1"
@@ -186,6 +186,43 @@ class OutputSyslogPqControls(BaseModel):
186
186
  pass
187
187
 
188
188
 
189
+ class OutputSyslogTLS(str, Enum):
190
+ r"""Whether to inherit TLS configs from group setting or disable TLS"""
191
+
192
+ INHERIT = "inherit"
193
+ OFF = "off"
194
+
195
+
196
+ class OutputSyslogHostTypedDict(TypedDict):
197
+ host: str
198
+ r"""The hostname of the receiver"""
199
+ port: NotRequired[float]
200
+ r"""The port to connect to on the provided host"""
201
+ tls: NotRequired[OutputSyslogTLS]
202
+ r"""Whether to inherit TLS configs from group setting or disable TLS"""
203
+ servername: NotRequired[str]
204
+ r"""Servername to use if establishing a TLS connection. If not specified, defaults to connection host (if not an IP); otherwise, uses the global TLS settings."""
205
+ weight: NotRequired[float]
206
+ r"""Assign a weight (>0) to each endpoint to indicate its traffic-handling capability"""
207
+
208
+
209
+ class OutputSyslogHost(BaseModel):
210
+ host: str
211
+ r"""The hostname of the receiver"""
212
+
213
+ port: Optional[float] = 9997
214
+ r"""The port to connect to on the provided host"""
215
+
216
+ tls: Optional[OutputSyslogTLS] = OutputSyslogTLS.INHERIT
217
+ r"""Whether to inherit TLS configs from group setting or disable TLS"""
218
+
219
+ servername: Optional[str] = None
220
+ r"""Servername to use if establishing a TLS connection. If not specified, defaults to connection host (if not an IP); otherwise, uses the global TLS settings."""
221
+
222
+ weight: Optional[float] = 1
223
+ r"""Assign a weight (>0) to each endpoint to indicate its traffic-handling capability"""
224
+
225
+
189
226
  class OutputSyslogTypedDict(TypedDict):
190
227
  type: OutputSyslogType
191
228
  id: NotRequired[str]
@@ -247,6 +284,16 @@ class OutputSyslogTypedDict(TypedDict):
247
284
  pq_mode: NotRequired[OutputSyslogMode]
248
285
  r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
249
286
  pq_controls: NotRequired[OutputSyslogPqControlsTypedDict]
287
+ dns_resolve_period_sec: NotRequired[float]
288
+ r"""The interval in which to re-resolve any hostnames and pick up destinations from A records"""
289
+ load_balance_stats_period_sec: NotRequired[float]
290
+ r"""How far back in time to keep traffic stats for load balancing purposes"""
291
+ max_concurrent_senders: NotRequired[float]
292
+ r"""Maximum number of concurrent connections (per Worker Process). A random set of IPs will be picked on every DNS resolution period. Use 0 for unlimited."""
293
+ exclude_self: NotRequired[bool]
294
+ r"""Exclude all IPs of the current host from the list of any resolved hostnames"""
295
+ hosts: NotRequired[List[OutputSyslogHostTypedDict]]
296
+ r"""Set of hosts to load-balance data to."""
250
297
 
251
298
 
252
299
  class OutputSyslog(BaseModel):
@@ -379,3 +426,24 @@ class OutputSyslog(BaseModel):
379
426
  pq_controls: Annotated[
380
427
  Optional[OutputSyslogPqControls], pydantic.Field(alias="pqControls")
381
428
  ] = None
429
+
430
+ dns_resolve_period_sec: Annotated[
431
+ Optional[float], pydantic.Field(alias="dnsResolvePeriodSec")
432
+ ] = 600
433
+ r"""The interval in which to re-resolve any hostnames and pick up destinations from A records"""
434
+
435
+ load_balance_stats_period_sec: Annotated[
436
+ Optional[float], pydantic.Field(alias="loadBalanceStatsPeriodSec")
437
+ ] = 300
438
+ r"""How far back in time to keep traffic stats for load balancing purposes"""
439
+
440
+ max_concurrent_senders: Annotated[
441
+ Optional[float], pydantic.Field(alias="maxConcurrentSenders")
442
+ ] = 0
443
+ r"""Maximum number of concurrent connections (per Worker Process). A random set of IPs will be picked on every DNS resolution period. Use 0 for unlimited."""
444
+
445
+ exclude_self: Annotated[Optional[bool], pydantic.Field(alias="excludeSelf")] = False
446
+ r"""Exclude all IPs of the current host from the list of any resolved hostnames"""
447
+
448
+ hosts: Optional[List[OutputSyslogHost]] = None
449
+ r"""Set of hosts to load-balance data to."""
@@ -14,13 +14,15 @@ from typing import Any, Mapping, Optional
14
14
  class Nodes(BaseSDK):
15
15
  summaries: Summaries
16
16
 
17
- def __init__(self, sdk_config: SDKConfiguration) -> None:
18
- BaseSDK.__init__(self, sdk_config)
17
+ def __init__(
18
+ self, sdk_config: SDKConfiguration, parent_ref: Optional[object] = None
19
+ ) -> None:
20
+ BaseSDK.__init__(self, sdk_config, parent_ref=parent_ref)
19
21
  self.sdk_configuration = sdk_config
20
22
  self._init_sdks()
21
23
 
22
24
  def _init_sdks(self):
23
- self.summaries = Summaries(self.sdk_configuration)
25
+ self.summaries = Summaries(self.sdk_configuration, parent_ref=self.parent_ref)
24
26
 
25
27
  def list(
26
28
  self,
@@ -10,6 +10,7 @@ from cribl_control_plane._hooks import SDKHooks
10
10
  from cribl_control_plane.types import OptionalNullable, UNSET
11
11
  import httpx
12
12
  import importlib
13
+ import sys
13
14
  from typing import Callable, Optional, TYPE_CHECKING, Union, cast
14
15
  import weakref
15
16
 
@@ -119,6 +120,7 @@ class CriblControlPlane(BaseSDK):
119
120
  timeout_ms=timeout_ms,
120
121
  debug_logger=debug_logger,
121
122
  ),
123
+ parent_ref=self,
122
124
  )
123
125
 
124
126
  hooks = SDKHooks()
@@ -138,13 +140,24 @@ class CriblControlPlane(BaseSDK):
138
140
  self.sdk_configuration.async_client_supplied,
139
141
  )
140
142
 
143
+ def dynamic_import(self, modname, retries=3):
144
+ for attempt in range(retries):
145
+ try:
146
+ return importlib.import_module(modname)
147
+ except KeyError:
148
+ # Clear any half-initialized module and retry
149
+ sys.modules.pop(modname, None)
150
+ if attempt == retries - 1:
151
+ break
152
+ raise KeyError(f"Failed to import module '{modname}' after {retries} attempts")
153
+
141
154
  def __getattr__(self, name: str):
142
155
  if name in self._sub_sdk_map:
143
156
  module_path, class_name = self._sub_sdk_map[name]
144
157
  try:
145
- module = importlib.import_module(module_path)
158
+ module = self.dynamic_import(module_path)
146
159
  klass = getattr(module, class_name)
147
- instance = klass(self.sdk_configuration)
160
+ instance = klass(self.sdk_configuration, parent_ref=self)
148
161
  setattr(self, name, instance)
149
162
  return instance
150
163
  except ImportError as e:
@@ -16,13 +16,15 @@ class Sources(BaseSDK):
16
16
 
17
17
  hec_tokens: HecTokens
18
18
 
19
- def __init__(self, sdk_config: SDKConfiguration) -> None:
20
- BaseSDK.__init__(self, sdk_config)
19
+ def __init__(
20
+ self, sdk_config: SDKConfiguration, parent_ref: Optional[object] = None
21
+ ) -> None:
22
+ BaseSDK.__init__(self, sdk_config, parent_ref=parent_ref)
21
23
  self.sdk_configuration = sdk_config
22
24
  self._init_sdks()
23
25
 
24
26
  def _init_sdks(self):
25
- self.hec_tokens = HecTokens(self.sdk_configuration)
27
+ self.hec_tokens = HecTokens(self.sdk_configuration, parent_ref=self.parent_ref)
26
28
 
27
29
  def list(
28
30
  self,
@@ -3,6 +3,7 @@
3
3
  from typing import TYPE_CHECKING
4
4
  from importlib import import_module
5
5
  import builtins
6
+ import sys
6
7
 
7
8
  if TYPE_CHECKING:
8
9
  from .annotations import get_discriminator
@@ -162,6 +163,18 @@ _dynamic_imports: dict[str, str] = {
162
163
  }
163
164
 
164
165
 
166
+ def dynamic_import(modname, retries=3):
167
+ for attempt in range(retries):
168
+ try:
169
+ return import_module(modname, __package__)
170
+ except KeyError:
171
+ # Clear any half-initialized module and retry
172
+ sys.modules.pop(modname, None)
173
+ if attempt == retries - 1:
174
+ break
175
+ raise KeyError(f"Failed to import module '{modname}' after {retries} attempts")
176
+
177
+
165
178
  def __getattr__(attr_name: str) -> object:
166
179
  module_name = _dynamic_imports.get(attr_name)
167
180
  if module_name is None:
@@ -170,9 +183,8 @@ def __getattr__(attr_name: str) -> object:
170
183
  )
171
184
 
172
185
  try:
173
- module = import_module(module_name, __package__)
174
- result = getattr(module, attr_name)
175
- return result
186
+ module = dynamic_import(module_name)
187
+ return getattr(module, attr_name)
176
188
  except ImportError as e:
177
189
  raise ImportError(
178
190
  f"Failed to import {attr_name} from {module_name}: {e}"