cribl-control-plane 0.0.44a1__tar.gz → 0.0.45__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.44a1 → cribl_control_plane-0.0.45}/PKG-INFO +1 -1
  2. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/pyproject.toml +2 -1
  3. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/_hooks/clientcredentials.py +1 -1
  4. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/_version.py +4 -4
  5. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/acl.py +5 -3
  6. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/auth_sdk.py +6 -3
  7. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/basesdk.py +11 -1
  8. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/commits.py +5 -3
  9. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/destinations.py +6 -4
  10. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/errors/__init__.py +15 -3
  11. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/groups_configs.py +8 -3
  12. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/groups_sdk.py +6 -4
  13. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/__init__.py +14 -1
  14. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/hbcriblinfo.py +5 -0
  15. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputazuredataexplorer.py +1 -1
  16. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputazurelogs.py +1 -1
  17. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputclickhouse.py +1 -1
  18. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputcriblhttp.py +2 -2
  19. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +1 -1
  20. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputdynatracehttp.py +1 -1
  21. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputdynatraceotlp.py +1 -1
  22. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputelastic.py +1 -1
  23. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputelasticcloud.py +1 -1
  24. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputgrafanacloud.py +2 -2
  25. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputhoneycomb.py +1 -1
  26. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputhumiohec.py +1 -1
  27. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputinfluxdb.py +1 -1
  28. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputnewrelicevents.py +1 -1
  29. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputopentelemetry.py +1 -1
  30. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputprometheus.py +1 -1
  31. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsentineloneaisiem.py +1 -1
  32. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputservicenow.py +1 -1
  33. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsignalfx.py +1 -1
  34. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsplunkhec.py +1 -1
  35. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputwavefront.py +1 -1
  36. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputxsiam.py +1 -1
  37. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/nodes.py +5 -3
  38. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/sdk.py +15 -2
  39. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/sources.py +5 -3
  40. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/__init__.py +15 -3
  41. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/eventstreaming.py +10 -0
  42. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/versions.py +11 -6
  43. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/README-PYPI.md +0 -0
  44. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/py.typed +0 -0
  45. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/__init__.py +0 -0
  46. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  47. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/_hooks/registration.py +0 -0
  48. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  49. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/_hooks/types.py +0 -0
  50. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/branches.py +0 -0
  51. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/commits_files.py +0 -0
  52. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/configs_versions.py +0 -0
  53. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/destinations_pq.py +0 -0
  54. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/errors/apierror.py +0 -0
  55. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  56. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/errors/error.py +0 -0
  57. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
  58. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  59. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  60. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/health.py +0 -0
  61. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/hectokens.py +0 -0
  62. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/httpclient.py +0 -0
  63. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/lakedatasets.py +0 -0
  64. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
  65. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/appmode.py +0 -0
  66. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/authtoken.py +0 -0
  67. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/branchinfo.py +0 -0
  68. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/cacheconnection.py +0 -0
  69. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
  70. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/cloudprovider.py +0 -0
  71. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/commit.py +0 -0
  72. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/configgroup.py +0 -0
  73. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
  74. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
  75. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
  76. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
  77. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
  78. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createinputop.py +0 -0
  79. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createoutputop.py +0 -0
  80. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
  81. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createpacksop.py +0 -0
  82. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createpipelineop.py +0 -0
  83. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
  84. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
  85. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createversionpushop.py +0 -0
  86. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
  87. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/createversionundoop.py +0 -0
  88. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/criblevent.py +0 -0
  89. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
  90. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
  91. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
  92. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
  93. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
  94. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
  95. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
  96. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
  97. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
  98. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
  99. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
  100. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/deployrequest.py +0 -0
  101. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
  102. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/difffiles.py +0 -0
  103. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/distributedsummary.py +0 -0
  104. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
  105. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
  106. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
  107. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
  108. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
  109. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
  110. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
  111. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
  112. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
  113. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
  114. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
  115. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
  116. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getpacksop.py +0 -0
  117. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
  118. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
  119. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getsummaryop.py +0 -0
  120. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
  121. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getversioncountop.py +0 -0
  122. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
  123. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
  124. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
  125. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getversionop.py +0 -0
  126. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getversionshowop.py +0 -0
  127. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
  128. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
  129. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
  130. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitcountresult.py +0 -0
  131. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
  132. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitfile.py +0 -0
  133. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
  134. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitinfo.py +0 -0
  135. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitlogresult.py +0 -0
  136. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
  137. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
  138. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
  139. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
  140. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/healthstatus.py +0 -0
  141. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
  142. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/input.py +0 -0
  143. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputappscope.py +0 -0
  144. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputazureblob.py +0 -0
  145. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputcollection.py +0 -0
  146. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
  147. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputcribl.py +0 -0
  148. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
  149. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
  150. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
  151. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
  152. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
  153. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
  154. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputdatagen.py +0 -0
  155. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
  156. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputelastic.py +0 -0
  157. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputeventhub.py +0 -0
  158. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputexec.py +0 -0
  159. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputfile.py +0 -0
  160. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputfirehose.py +0 -0
  161. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
  162. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputgrafana.py +0 -0
  163. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputhttp.py +0 -0
  164. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
  165. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
  166. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputkafka.py +0 -0
  167. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputkinesis.py +0 -0
  168. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
  169. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
  170. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
  171. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputloki.py +0 -0
  172. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputmetrics.py +0 -0
  173. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
  174. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputmsk.py +0 -0
  175. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputnetflow.py +0 -0
  176. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
  177. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
  178. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
  179. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
  180. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputprometheus.py +0 -0
  181. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
  182. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputrawudp.py +0 -0
  183. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputs3.py +0 -0
  184. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
  185. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
  186. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputsnmp.py +0 -0
  187. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputsplunk.py +0 -0
  188. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
  189. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
  190. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputsqs.py +0 -0
  191. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputsyslog.py +0 -0
  192. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
  193. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
  194. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputtcp.py +0 -0
  195. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
  196. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputwef.py +0 -0
  197. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
  198. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
  199. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputwiz.py +0 -0
  200. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputwizwebhook.py +0 -0
  201. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
  202. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/jobinfo.py +0 -0
  203. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/jobstatus.py +0 -0
  204. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
  205. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
  206. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
  207. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/listinputop.py +0 -0
  208. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
  209. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/listoutputop.py +0 -0
  210. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/listpipelineop.py +0 -0
  211. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/listroutesop.py +0 -0
  212. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/logininfo.py +0 -0
  213. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/lookupversions.py +0 -0
  214. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
  215. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
  216. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
  217. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
  218. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
  219. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
  220. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
  221. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/output.py +0 -0
  222. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputazureblob.py +0 -0
  223. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
  224. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
  225. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
  226. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputcribllake.py +0 -0
  227. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
  228. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputdatadog.py +0 -0
  229. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputdataset.py +0 -0
  230. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputdefault.py +0 -0
  231. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  232. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
  233. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputdls3.py +0 -0
  234. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputexabeam.py +0 -0
  235. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
  236. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
  237. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
  238. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
  239. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
  240. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputgraphite.py +0 -0
  241. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputkafka.py +0 -0
  242. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputkinesis.py +0 -0
  243. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputloki.py +0 -0
  244. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputminio.py +0 -0
  245. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputmsk.py +0 -0
  246. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputnetflow.py +0 -0
  247. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
  248. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputring.py +0 -0
  249. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputrouter.py +0 -0
  250. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputs3.py +0 -0
  251. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  252. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
  253. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsentinel.py +0 -0
  254. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  255. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsns.py +0 -0
  256. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsplunk.py +0 -0
  257. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
  258. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsqs.py +0 -0
  259. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputstatsd.py +0 -0
  260. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
  261. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsumologic.py +0 -0
  262. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputsyslog.py +0 -0
  263. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
  264. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  265. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  266. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/outputwebhook.py +0 -0
  267. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/packinfo.py +0 -0
  268. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
  269. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
  270. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
  271. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/pipeline.py +0 -0
  272. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
  273. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/productscore.py +0 -0
  274. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/rbacresource.py +0 -0
  275. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
  276. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/routecloneconf.py +0 -0
  277. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/routeconf.py +0 -0
  278. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/routes.py +0 -0
  279. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/routesroute.py +0 -0
  280. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/runnablejob.py +0 -0
  281. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/runnablejobcollection.py +0 -0
  282. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/runnablejobexecutor.py +0 -0
  283. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +0 -0
  284. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
  285. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/security.py +0 -0
  286. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
  287. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
  288. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
  289. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
  290. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
  291. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
  292. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
  293. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
  294. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
  295. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
  296. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
  297. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
  298. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/models/workertypes.py +0 -0
  299. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/packs.py +0 -0
  300. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/pipelines.py +0 -0
  301. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/py.typed +0 -0
  302. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/routes_sdk.py +0 -0
  303. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/samples.py +0 -0
  304. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  305. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/statuses.py +0 -0
  306. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/summaries.py +0 -0
  307. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/teams.py +0 -0
  308. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/tokens.py +0 -0
  309. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/types/__init__.py +0 -0
  310. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/types/basemodel.py +0 -0
  311. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/annotations.py +0 -0
  312. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/datetimes.py +0 -0
  313. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/enums.py +0 -0
  314. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/forms.py +0 -0
  315. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/headers.py +0 -0
  316. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/logger.py +0 -0
  317. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/metadata.py +0 -0
  318. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/queryparams.py +0 -0
  319. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  320. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/retries.py +0 -0
  321. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/security.py +0 -0
  322. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/serializers.py +0 -0
  323. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
  324. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/url.py +0 -0
  325. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/src/cribl_control_plane/utils/values.py +0 -0
  326. {cribl_control_plane-0.0.44a1 → cribl_control_plane-0.0.45}/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.44a1
3
+ Version: 0.0.45
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.44a1"
4
+ version = "0.0.45"
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.44a1"
7
- __openapi_doc_version__: str = "4.14.0-alpha.1757353540432-d6130d30"
8
- __gen_version__: str = "2.686.7"
9
- __user_agent__: str = "speakeasy-sdk/python 0.0.44a1 2.686.7 4.14.0-alpha.1757353540432-d6130d30 cribl-control-plane"
6
+ __version__: str = "0.0.45"
7
+ __openapi_doc_version__: str = "4.14.0-alpha.1757673007102-5d0e07e7"
8
+ __gen_version__: str = "2.696.0"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.0.45 2.696.0 4.14.0-alpha.1757673007102-5d0e07e7 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 (
@@ -9126,6 +9127,18 @@ _dynamic_imports: dict[str, str] = {
9126
9127
  }
9127
9128
 
9128
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
+
9129
9142
  def __getattr__(attr_name: str) -> object:
9130
9143
  module_name = _dynamic_imports.get(attr_name)
9131
9144
  if module_name is None:
@@ -9134,7 +9147,7 @@ def __getattr__(attr_name: str) -> object:
9134
9147
  )
9135
9148
 
9136
9149
  try:
9137
- module = import_module(module_name, __package__)
9150
+ module = dynamic_import(module_name)
9138
9151
  result = getattr(module, attr_name)
9139
9152
  return result
9140
9153
  except ImportError as e:
@@ -42,6 +42,7 @@ class HBCriblInfoTypedDict(TypedDict):
42
42
  start_time: float
43
43
  tags: List[str]
44
44
  deployment_id: NotRequired[str]
45
+ disable_sni_routing: NotRequired[bool]
45
46
  edge_nodes: NotRequired[float]
46
47
  install_type: NotRequired[str]
47
48
  lookup_versions: NotRequired[LookupVersionsTypedDict]
@@ -65,6 +66,10 @@ class HBCriblInfo(BaseModel):
65
66
 
66
67
  deployment_id: Annotated[Optional[str], pydantic.Field(alias="deploymentId")] = None
67
68
 
69
+ disable_sni_routing: Annotated[
70
+ Optional[bool], pydantic.Field(alias="disableSNIRouting")
71
+ ] = None
72
+
68
73
  edge_nodes: Annotated[Optional[float], pydantic.Field(alias="edgeNodes")] = None
69
74
 
70
75
  install_type: Annotated[Optional[str], pydantic.Field(alias="installType")] = None
@@ -535,7 +535,7 @@ class OutputAzureDataExplorer(BaseModel):
535
535
 
536
536
  response_honor_retry_after_header: Annotated[
537
537
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
538
- ] = False
538
+ ] = True
539
539
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
540
540
 
541
541
  compress: Optional[OutputAzureDataExplorerCompressCompression] = (
@@ -302,7 +302,7 @@ class OutputAzureLogs(BaseModel):
302
302
 
303
303
  response_honor_retry_after_header: Annotated[
304
304
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
305
- ] = False
305
+ ] = True
306
306
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
307
307
 
308
308
  on_backpressure: Annotated[
@@ -489,7 +489,7 @@ class OutputClickHouse(BaseModel):
489
489
 
490
490
  response_honor_retry_after_header: Annotated[
491
491
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
492
- ] = False
492
+ ] = True
493
493
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
494
494
 
495
495
  dump_format_errors_to_disk: Annotated[
@@ -152,7 +152,7 @@ class OutputCriblHTTPTimeoutRetrySettingsTypedDict(TypedDict):
152
152
 
153
153
  class OutputCriblHTTPTimeoutRetrySettings(BaseModel):
154
154
  timeout_retry: Annotated[Optional[bool], pydantic.Field(alias="timeoutRetry")] = (
155
- False
155
+ True
156
156
  )
157
157
 
158
158
  initial_backoff: Annotated[
@@ -397,7 +397,7 @@ class OutputCriblHTTP(BaseModel):
397
397
 
398
398
  response_honor_retry_after_header: Annotated[
399
399
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
400
- ] = False
400
+ ] = True
401
401
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
402
402
 
403
403
  on_backpressure: Annotated[
@@ -320,7 +320,7 @@ class OutputCrowdstrikeNextGenSiem(BaseModel):
320
320
 
321
321
  response_honor_retry_after_header: Annotated[
322
322
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
323
- ] = False
323
+ ] = True
324
324
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
325
325
 
326
326
  on_backpressure: Annotated[
@@ -334,7 +334,7 @@ class OutputDynatraceHTTP(BaseModel):
334
334
 
335
335
  response_honor_retry_after_header: Annotated[
336
336
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
337
- ] = False
337
+ ] = True
338
338
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
339
339
 
340
340
  on_backpressure: Annotated[
@@ -413,7 +413,7 @@ class OutputDynatraceOtlp(BaseModel):
413
413
 
414
414
  response_honor_retry_after_header: Annotated[
415
415
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
416
- ] = False
416
+ ] = True
417
417
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
418
418
 
419
419
  pq_max_file_size: Annotated[
@@ -370,7 +370,7 @@ class OutputElastic(BaseModel):
370
370
 
371
371
  response_honor_retry_after_header: Annotated[
372
372
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
373
- ] = False
373
+ ] = True
374
374
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
375
375
 
376
376
  extra_params: Annotated[
@@ -336,7 +336,7 @@ class OutputElasticCloud(BaseModel):
336
336
 
337
337
  response_honor_retry_after_header: Annotated[
338
338
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
339
- ] = False
339
+ ] = True
340
340
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
341
341
 
342
342
  on_backpressure: Annotated[
@@ -429,7 +429,7 @@ class OutputGrafanaCloudGrafanaCloud2(BaseModel):
429
429
 
430
430
  response_honor_retry_after_header: Annotated[
431
431
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
432
- ] = False
432
+ ] = True
433
433
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
434
434
 
435
435
  on_backpressure: Annotated[
@@ -900,7 +900,7 @@ class OutputGrafanaCloudGrafanaCloud1(BaseModel):
900
900
 
901
901
  response_honor_retry_after_header: Annotated[
902
902
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
903
- ] = False
903
+ ] = True
904
904
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
905
905
 
906
906
  on_backpressure: Annotated[
@@ -290,7 +290,7 @@ class OutputHoneycomb(BaseModel):
290
290
 
291
291
  response_honor_retry_after_header: Annotated[
292
292
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
293
- ] = False
293
+ ] = True
294
294
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
295
295
 
296
296
  on_backpressure: Annotated[
@@ -309,7 +309,7 @@ class OutputHumioHec(BaseModel):
309
309
 
310
310
  response_honor_retry_after_header: Annotated[
311
311
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
312
- ] = False
312
+ ] = True
313
313
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
314
314
 
315
315
  on_backpressure: Annotated[
@@ -387,7 +387,7 @@ class OutputInfluxdb(BaseModel):
387
387
 
388
388
  response_honor_retry_after_header: Annotated[
389
389
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
390
- ] = False
390
+ ] = True
391
391
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
392
392
 
393
393
  on_backpressure: Annotated[
@@ -313,7 +313,7 @@ class OutputNewrelicEvents(BaseModel):
313
313
 
314
314
  response_honor_retry_after_header: Annotated[
315
315
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
316
- ] = False
316
+ ] = True
317
317
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
318
318
 
319
319
  on_backpressure: Annotated[
@@ -588,7 +588,7 @@ class OutputOpenTelemetry(BaseModel):
588
588
 
589
589
  response_honor_retry_after_header: Annotated[
590
590
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
591
- ] = False
591
+ ] = True
592
592
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
593
593
 
594
594
  tls: Optional[OutputOpenTelemetryTLSSettingsClientSide] = None
@@ -355,7 +355,7 @@ class OutputPrometheus(BaseModel):
355
355
 
356
356
  response_honor_retry_after_header: Annotated[
357
357
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
358
- ] = False
358
+ ] = True
359
359
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
360
360
 
361
361
  on_backpressure: Annotated[
@@ -351,7 +351,7 @@ class OutputSentinelOneAiSiem(BaseModel):
351
351
 
352
352
  response_honor_retry_after_header: Annotated[
353
353
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
354
- ] = False
354
+ ] = True
355
355
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
356
356
 
357
357
  on_backpressure: Annotated[
@@ -465,7 +465,7 @@ class OutputServiceNow(BaseModel):
465
465
 
466
466
  response_honor_retry_after_header: Annotated[
467
467
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
468
- ] = False
468
+ ] = True
469
469
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
470
470
 
471
471
  tls: Optional[OutputServiceNowTLSSettingsClientSide] = None
@@ -295,7 +295,7 @@ class OutputSignalfx(BaseModel):
295
295
 
296
296
  response_honor_retry_after_header: Annotated[
297
297
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
298
- ] = False
298
+ ] = True
299
299
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
300
300
 
301
301
  on_backpressure: Annotated[
@@ -337,7 +337,7 @@ class OutputSplunkHec(BaseModel):
337
337
 
338
338
  response_honor_retry_after_header: Annotated[
339
339
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
340
- ] = False
340
+ ] = True
341
341
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
342
342
 
343
343
  on_backpressure: Annotated[
@@ -295,7 +295,7 @@ class OutputWavefront(BaseModel):
295
295
 
296
296
  response_honor_retry_after_header: Annotated[
297
297
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
298
- ] = False
298
+ ] = True
299
299
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
300
300
 
301
301
  on_backpressure: Annotated[
@@ -311,7 +311,7 @@ class OutputXsiam(BaseModel):
311
311
 
312
312
  response_honor_retry_after_header: Annotated[
313
313
  Optional[bool], pydantic.Field(alias="responseHonorRetryAfterHeader")
314
- ] = False
314
+ ] = True
315
315
  r"""Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored."""
316
316
 
317
317
  throttle_rate_req_per_sec: Annotated[
@@ -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: