cribl-control-plane 0.0.26a1__py3-none-any.whl → 0.0.27__py3-none-any.whl

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 (127) hide show
  1. cribl_control_plane/_version.py +3 -3
  2. cribl_control_plane/acl.py +203 -0
  3. cribl_control_plane/auth_sdk.py +9 -176
  4. cribl_control_plane/branches.py +335 -0
  5. cribl_control_plane/commits.py +1141 -0
  6. cribl_control_plane/commits_files.py +371 -0
  7. cribl_control_plane/configs_versions.py +189 -0
  8. cribl_control_plane/destinations.py +18 -729
  9. cribl_control_plane/destinations_pq.py +359 -0
  10. cribl_control_plane/errors/healthstatus_error.py +1 -1
  11. cribl_control_plane/groups_configs.py +17 -0
  12. cribl_control_plane/groups_sdk.py +18 -551
  13. cribl_control_plane/{healthinfo.py → health.py} +3 -1
  14. cribl_control_plane/hectokens.py +479 -0
  15. cribl_control_plane/models/__init__.py +3 -35
  16. cribl_control_plane/models/healthstatus.py +3 -3
  17. cribl_control_plane/models/inputappscope.py +5 -5
  18. cribl_control_plane/models/inputcollection.py +2 -2
  19. cribl_control_plane/models/inputconfluentcloud.py +3 -3
  20. cribl_control_plane/models/inputcribl.py +5 -5
  21. cribl_control_plane/models/inputcriblhttp.py +3 -3
  22. cribl_control_plane/models/inputcribllakehttp.py +3 -3
  23. cribl_control_plane/models/inputcriblmetrics.py +5 -5
  24. cribl_control_plane/models/inputcribltcp.py +3 -3
  25. cribl_control_plane/models/inputdatadogagent.py +3 -3
  26. cribl_control_plane/models/inputedgeprometheus.py +3 -3
  27. cribl_control_plane/models/inputelastic.py +3 -3
  28. cribl_control_plane/models/inputeventhub.py +3 -3
  29. cribl_control_plane/models/inputfile.py +5 -5
  30. cribl_control_plane/models/inputfirehose.py +3 -3
  31. cribl_control_plane/models/inputgooglepubsub.py +3 -3
  32. cribl_control_plane/models/inputgrafana.py +6 -6
  33. cribl_control_plane/models/inputhttp.py +3 -3
  34. cribl_control_plane/models/inputhttpraw.py +3 -3
  35. cribl_control_plane/models/inputjournalfiles.py +3 -3
  36. cribl_control_plane/models/inputkafka.py +3 -3
  37. cribl_control_plane/models/inputkinesis.py +3 -3
  38. cribl_control_plane/models/inputkubeevents.py +5 -5
  39. cribl_control_plane/models/inputkubelogs.py +5 -5
  40. cribl_control_plane/models/inputkubemetrics.py +5 -5
  41. cribl_control_plane/models/inputloki.py +3 -3
  42. cribl_control_plane/models/inputmodeldriventelemetry.py +3 -3
  43. cribl_control_plane/models/inputmsk.py +3 -3
  44. cribl_control_plane/models/inputnetflow.py +3 -3
  45. cribl_control_plane/models/inputoffice365mgmt.py +3 -3
  46. cribl_control_plane/models/inputoffice365msgtrace.py +3 -3
  47. cribl_control_plane/models/inputoffice365service.py +3 -3
  48. cribl_control_plane/models/inputopentelemetry.py +3 -3
  49. cribl_control_plane/models/inputprometheus.py +3 -3
  50. cribl_control_plane/models/inputprometheusrw.py +3 -3
  51. cribl_control_plane/models/inputrawudp.py +3 -3
  52. cribl_control_plane/models/inputsnmp.py +3 -3
  53. cribl_control_plane/models/inputsplunk.py +3 -3
  54. cribl_control_plane/models/inputsplunkhec.py +3 -3
  55. cribl_control_plane/models/inputsplunksearch.py +3 -3
  56. cribl_control_plane/models/inputsqs.py +3 -3
  57. cribl_control_plane/models/inputsystemmetrics.py +5 -5
  58. cribl_control_plane/models/inputsystemstate.py +5 -5
  59. cribl_control_plane/models/inputtcp.py +3 -3
  60. cribl_control_plane/models/inputtcpjson.py +3 -3
  61. cribl_control_plane/models/inputwef.py +3 -3
  62. cribl_control_plane/models/inputwindowsmetrics.py +5 -5
  63. cribl_control_plane/models/inputwiz.py +3 -3
  64. cribl_control_plane/models/inputzscalerhec.py +3 -3
  65. cribl_control_plane/models/outputazureblob.py +3 -3
  66. cribl_control_plane/models/outputazuredataexplorer.py +3 -3
  67. cribl_control_plane/models/outputazureeventhub.py +3 -3
  68. cribl_control_plane/models/outputclickhouse.py +3 -3
  69. cribl_control_plane/models/outputcloudwatch.py +3 -3
  70. cribl_control_plane/models/outputconfluentcloud.py +3 -3
  71. cribl_control_plane/models/outputcriblhttp.py +5 -5
  72. cribl_control_plane/models/outputcribllake.py +5 -5
  73. cribl_control_plane/models/outputcribltcp.py +5 -5
  74. cribl_control_plane/models/outputcrowdstrikenextgensiem.py +3 -3
  75. cribl_control_plane/models/outputdatadog.py +5 -5
  76. cribl_control_plane/models/outputdataset.py +5 -5
  77. cribl_control_plane/models/outputdevnull.py +5 -5
  78. cribl_control_plane/models/outputdiskspool.py +5 -5
  79. cribl_control_plane/models/outputdls3.py +3 -3
  80. cribl_control_plane/models/outputdynatracehttp.py +3 -3
  81. cribl_control_plane/models/outputdynatraceotlp.py +3 -3
  82. cribl_control_plane/models/outputelasticcloud.py +3 -3
  83. cribl_control_plane/models/outputexabeam.py +3 -3
  84. cribl_control_plane/models/outputgooglecloudlogging.py +3 -3
  85. cribl_control_plane/models/outputgooglecloudstorage.py +3 -3
  86. cribl_control_plane/models/outputgrafanacloud.py +10 -10
  87. cribl_control_plane/models/outputgraphite.py +3 -3
  88. cribl_control_plane/models/outputhumiohec.py +3 -3
  89. cribl_control_plane/models/outputkafka.py +3 -3
  90. cribl_control_plane/models/outputkinesis.py +3 -3
  91. cribl_control_plane/models/outputminio.py +3 -3
  92. cribl_control_plane/models/outputmsk.py +3 -3
  93. cribl_control_plane/models/outputnewrelic.py +5 -5
  94. cribl_control_plane/models/outputnewrelicevents.py +3 -3
  95. cribl_control_plane/models/outputring.py +5 -5
  96. cribl_control_plane/models/outputs3.py +3 -3
  97. cribl_control_plane/models/outputsecuritylake.py +3 -3
  98. cribl_control_plane/models/outputsentinel.py +3 -3
  99. cribl_control_plane/models/outputsentineloneaisiem.py +3 -3
  100. cribl_control_plane/models/outputservicenow.py +3 -3
  101. cribl_control_plane/models/outputsns.py +3 -3
  102. cribl_control_plane/models/outputsplunk.py +3 -3
  103. cribl_control_plane/models/outputsplunkhec.py +5 -5
  104. cribl_control_plane/models/outputsqs.py +3 -3
  105. cribl_control_plane/models/outputstatsd.py +3 -3
  106. cribl_control_plane/models/outputstatsdext.py +3 -3
  107. cribl_control_plane/models/outputsyslog.py +5 -5
  108. cribl_control_plane/models/outputtcpjson.py +5 -5
  109. cribl_control_plane/models/outputwebhook.py +5 -5
  110. cribl_control_plane/models/outputxsiam.py +5 -5
  111. cribl_control_plane/nodes.py +90 -68
  112. cribl_control_plane/samples.py +391 -0
  113. cribl_control_plane/sdk.py +11 -17
  114. cribl_control_plane/sources.py +15 -469
  115. cribl_control_plane/{workers_sdk.py → statuses.py} +23 -25
  116. cribl_control_plane/{deployments.py → summaries.py} +3 -3
  117. cribl_control_plane/teams.py +201 -0
  118. cribl_control_plane/tokens.py +182 -0
  119. cribl_control_plane/versions.py +26 -0
  120. cribl_control_plane/versions_configs.py +171 -0
  121. {cribl_control_plane-0.0.26a1.dist-info → cribl_control_plane-0.0.27.dist-info}/METADATA +67 -36
  122. {cribl_control_plane-0.0.26a1.dist-info → cribl_control_plane-0.0.27.dist-info}/RECORD +123 -114
  123. cribl_control_plane/models/createversionsyncop.py +0 -23
  124. cribl_control_plane/models/restartresponse.py +0 -26
  125. cribl_control_plane/models/updateworkersrestartop.py +0 -24
  126. cribl_control_plane/versioning.py +0 -2309
  127. {cribl_control_plane-0.0.26a1.dist-info → cribl_control_plane-0.0.27.dist-info}/WHEEL +0 -0