cribl-control-plane 0.0.41__py3-none-any.whl → 0.0.43__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 (79) hide show
  1. cribl_control_plane/_version.py +3 -3
  2. cribl_control_plane/commits.py +2 -2
  3. cribl_control_plane/models/__init__.py +378 -0
  4. cribl_control_plane/models/createroutesappendbyidop.py +2 -2
  5. cribl_control_plane/models/createversionrevertop.py +2 -2
  6. cribl_control_plane/models/deletepipelinebyidop.py +2 -2
  7. cribl_control_plane/models/getpipelinebyidop.py +2 -2
  8. cribl_control_plane/models/getroutesbyidop.py +2 -2
  9. cribl_control_plane/models/input.py +2 -2
  10. cribl_control_plane/models/inputappscope.py +13 -0
  11. cribl_control_plane/models/inputazureblob.py +13 -0
  12. cribl_control_plane/models/inputcollection.py +13 -0
  13. cribl_control_plane/models/inputconfluentcloud.py +13 -0
  14. cribl_control_plane/models/inputcribl.py +13 -0
  15. cribl_control_plane/models/inputcriblhttp.py +13 -0
  16. cribl_control_plane/models/inputcribllakehttp.py +38 -4
  17. cribl_control_plane/models/inputcriblmetrics.py +13 -0
  18. cribl_control_plane/models/inputcribltcp.py +13 -0
  19. cribl_control_plane/models/inputcrowdstrike.py +13 -0
  20. cribl_control_plane/models/inputdatadogagent.py +13 -0
  21. cribl_control_plane/models/inputdatagen.py +13 -0
  22. cribl_control_plane/models/inputedgeprometheus.py +13 -0
  23. cribl_control_plane/models/inputelastic.py +13 -0
  24. cribl_control_plane/models/inputeventhub.py +13 -0
  25. cribl_control_plane/models/inputexec.py +13 -0
  26. cribl_control_plane/models/inputfile.py +13 -0
  27. cribl_control_plane/models/inputfirehose.py +13 -0
  28. cribl_control_plane/models/inputgooglepubsub.py +13 -0
  29. cribl_control_plane/models/inputgrafana.py +26 -14
  30. cribl_control_plane/models/inputhttp.py +13 -0
  31. cribl_control_plane/models/inputhttpraw.py +13 -0
  32. cribl_control_plane/models/inputjournalfiles.py +13 -0
  33. cribl_control_plane/models/inputkafka.py +13 -0
  34. cribl_control_plane/models/inputkinesis.py +13 -0
  35. cribl_control_plane/models/inputkubeevents.py +13 -0
  36. cribl_control_plane/models/inputkubelogs.py +13 -0
  37. cribl_control_plane/models/inputkubemetrics.py +13 -0
  38. cribl_control_plane/models/inputloki.py +13 -7
  39. cribl_control_plane/models/inputmetrics.py +13 -0
  40. cribl_control_plane/models/inputmodeldriventelemetry.py +14 -0
  41. cribl_control_plane/models/inputmsk.py +13 -0
  42. cribl_control_plane/models/inputnetflow.py +13 -0
  43. cribl_control_plane/models/inputoffice365mgmt.py +13 -0
  44. cribl_control_plane/models/inputoffice365msgtrace.py +13 -0
  45. cribl_control_plane/models/inputoffice365service.py +13 -0
  46. cribl_control_plane/models/inputopentelemetry.py +13 -0
  47. cribl_control_plane/models/inputprometheus.py +13 -0
  48. cribl_control_plane/models/inputprometheusrw.py +13 -0
  49. cribl_control_plane/models/inputrawudp.py +13 -0
  50. cribl_control_plane/models/inputs3.py +13 -0
  51. cribl_control_plane/models/inputs3inventory.py +13 -0
  52. cribl_control_plane/models/inputsecuritylake.py +13 -0
  53. cribl_control_plane/models/inputsnmp.py +13 -0
  54. cribl_control_plane/models/inputsplunk.py +13 -0
  55. cribl_control_plane/models/inputsplunkhec.py +13 -0
  56. cribl_control_plane/models/inputsplunksearch.py +13 -0
  57. cribl_control_plane/models/inputsqs.py +13 -0
  58. cribl_control_plane/models/inputsyslog.py +26 -0
  59. cribl_control_plane/models/inputsystemmetrics.py +13 -0
  60. cribl_control_plane/models/inputsystemstate.py +13 -0
  61. cribl_control_plane/models/inputtcp.py +13 -0
  62. cribl_control_plane/models/inputtcpjson.py +13 -0
  63. cribl_control_plane/models/inputwef.py +13 -0
  64. cribl_control_plane/models/inputwindowsmetrics.py +13 -0
  65. cribl_control_plane/models/inputwineventlogs.py +13 -0
  66. cribl_control_plane/models/inputwiz.py +13 -0
  67. cribl_control_plane/models/inputwizwebhook.py +13 -0
  68. cribl_control_plane/models/inputzscalerhec.py +13 -0
  69. cribl_control_plane/models/output.py +14 -14
  70. cribl_control_plane/models/outputgooglechronicle.py +2 -2
  71. cribl_control_plane/models/outputgrafanacloud.py +0 -14
  72. cribl_control_plane/models/outputloki.py +0 -7
  73. cribl_control_plane/models/updatepipelinebyidop.py +6 -6
  74. cribl_control_plane/models/updateroutesbyidop.py +2 -2
  75. cribl_control_plane/pipelines.py +18 -18
  76. cribl_control_plane/routes_sdk.py +22 -22
  77. {cribl_control_plane-0.0.41.dist-info → cribl_control_plane-0.0.43.dist-info}/METADATA +6 -6
  78. {cribl_control_plane-0.0.41.dist-info → cribl_control_plane-0.0.43.dist-info}/RECORD +79 -79
  79. {cribl_control_plane-0.0.41.dist-info → cribl_control_plane-0.0.43.dist-info}/WHEEL +0 -0
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "cribl-control-plane"
6
- __version__: str = "0.0.41"
7
- __openapi_doc_version__: str = "4.14.0-alpha.1756909436543-ef8097da"
6
+ __version__: str = "0.0.43"
7
+ __openapi_doc_version__: str = "4.14.0-alpha.1757087755104-f460003f"
8
8
  __gen_version__: str = "2.686.7"
9
- __user_agent__: str = "speakeasy-sdk/python 0.0.41 2.686.7 4.14.0-alpha.1756909436543-ef8097da cribl-control-plane"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.0.43 2.686.7 4.14.0-alpha.1757087755104-f460003f cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -779,7 +779,7 @@ class Commits(BaseSDK):
779
779
  Revert a commit in the local repository.
780
780
 
781
781
  :param commit:
782
- :param group_id: Group ID
782
+ :param group_id: The <code>id</code> of the Worker Group or Edge Fleet to revert the commit for. Required in Distributed deployments. Omit in Single-instance deployments.
783
783
  :param force:
784
784
  :param message:
785
785
  :param retries: Override the default retry configuration for this method
@@ -880,7 +880,7 @@ class Commits(BaseSDK):
880
880
  Revert a commit in the local repository.
881
881
 
882
882
  :param commit:
883
- :param group_id: Group ID
883
+ :param group_id: The <code>id</code> of the Worker Group or Edge Fleet to revert the commit for. Required in Distributed deployments. Omit in Single-instance deployments.
884
884
  :param force:
885
885
  :param message:
886
886
  :param retries: Override the default retry configuration for this method