cribl-control-plane 0.0.14__tar.gz → 0.0.15__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 (216) hide show
  1. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/PKG-INFO +10 -2
  2. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/README-PYPI.md +9 -1
  3. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/pyproject.toml +1 -1
  4. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/_version.py +3 -3
  5. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/__init__.py +95 -6
  6. cribl_control_plane-0.0.15/src/cribl_control_plane/models/createpipelineop.py +24 -0
  7. cribl_control_plane-0.0.15/src/cribl_control_plane/models/deletepipelinebyidop.py +37 -0
  8. cribl_control_plane-0.0.15/src/cribl_control_plane/models/getpipelinebyidop.py +37 -0
  9. cribl_control_plane-0.0.15/src/cribl_control_plane/models/listpipelineop.py +24 -0
  10. cribl_control_plane-0.0.15/src/cribl_control_plane/models/pipeline.py +70 -0
  11. cribl_control_plane-0.0.15/src/cribl_control_plane/models/pipelinefunctionconf.py +53 -0
  12. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/routes.py +6 -6
  13. cribl_control_plane-0.0.15/src/cribl_control_plane/models/updatepipelinebyidop.py +47 -0
  14. cribl_control_plane-0.0.15/src/cribl_control_plane/pipelines.py +903 -0
  15. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/routes_sdk.py +8 -4
  16. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/sdk.py +4 -0
  17. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/py.typed +0 -0
  18. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/__init__.py +0 -0
  19. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  20. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
  21. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/_hooks/registration.py +0 -0
  22. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  23. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/_hooks/types.py +0 -0
  24. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/auth_sdk.py +0 -0
  25. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/basesdk.py +0 -0
  26. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/errors/__init__.py +0 -0
  27. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/errors/apierror.py +0 -0
  28. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  29. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/errors/error.py +0 -0
  30. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
  31. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  32. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  33. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/health.py +0 -0
  34. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/httpclient.py +0 -0
  35. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
  36. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/authtoken.py +0 -0
  37. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
  38. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/createinputop.py +0 -0
  39. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/createoutputop.py +0 -0
  40. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
  41. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
  42. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/criblevent.py +0 -0
  43. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
  44. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
  45. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
  46. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
  47. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
  48. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
  49. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
  50. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
  51. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/healthstatus.py +0 -0
  52. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/input.py +0 -0
  53. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputappscope.py +0 -0
  54. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputazureblob.py +0 -0
  55. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputcollection.py +0 -0
  56. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
  57. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputcribl.py +0 -0
  58. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
  59. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
  60. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
  61. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
  62. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
  63. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
  64. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputdatagen.py +0 -0
  65. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
  66. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputelastic.py +0 -0
  67. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputeventhub.py +0 -0
  68. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputexec.py +0 -0
  69. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputfile.py +0 -0
  70. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputfirehose.py +0 -0
  71. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
  72. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputgrafana_union.py +0 -0
  73. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputhttp.py +0 -0
  74. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
  75. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
  76. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputkafka.py +0 -0
  77. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputkinesis.py +0 -0
  78. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
  79. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
  80. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
  81. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputloki.py +0 -0
  82. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputmetrics.py +0 -0
  83. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
  84. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputmsk.py +0 -0
  85. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputnetflow.py +0 -0
  86. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
  87. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
  88. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
  89. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
  90. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputprometheus.py +0 -0
  91. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
  92. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputrawudp.py +0 -0
  93. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputs3.py +0 -0
  94. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
  95. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
  96. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputsnmp.py +0 -0
  97. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputsplunk.py +0 -0
  98. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
  99. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
  100. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputsqs.py +0 -0
  101. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputsyslog_union.py +0 -0
  102. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
  103. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
  104. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputtcp.py +0 -0
  105. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
  106. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputwef.py +0 -0
  107. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
  108. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
  109. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputwiz.py +0 -0
  110. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
  111. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/listinputop.py +0 -0
  112. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/listoutputop.py +0 -0
  113. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/listroutesop.py +0 -0
  114. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/logininfo.py +0 -0
  115. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/output.py +0 -0
  116. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputazureblob.py +0 -0
  117. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
  118. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
  119. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
  120. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
  121. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
  122. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
  123. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
  124. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputcribllake.py +0 -0
  125. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
  126. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
  127. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputdatadog.py +0 -0
  128. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputdataset.py +0 -0
  129. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputdefault.py +0 -0
  130. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  131. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
  132. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputdls3.py +0 -0
  133. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
  134. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
  135. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputelastic.py +0 -0
  136. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
  137. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputexabeam.py +0 -0
  138. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
  139. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
  140. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
  141. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
  142. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
  143. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputgrafanacloud_union.py +0 -0
  144. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputgraphite.py +0 -0
  145. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
  146. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
  147. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
  148. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputkafka.py +0 -0
  149. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputkinesis.py +0 -0
  150. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputloki.py +0 -0
  151. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputminio.py +0 -0
  152. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputmsk.py +0 -0
  153. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputnetflow.py +0 -0
  154. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
  155. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
  156. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
  157. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputprometheus.py +0 -0
  158. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputring.py +0 -0
  159. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputrouter.py +0 -0
  160. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputs3.py +0 -0
  161. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  162. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
  163. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputsentinel.py +0 -0
  164. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
  165. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputservicenow.py +0 -0
  166. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
  167. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  168. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputsns.py +0 -0
  169. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputsplunk.py +0 -0
  170. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
  171. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
  172. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputsqs.py +0 -0
  173. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputstatsd.py +0 -0
  174. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
  175. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputsumologic.py +0 -0
  176. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputsyslog.py +0 -0
  177. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
  178. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  179. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  180. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputwavefront.py +0 -0
  181. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputwebhook.py +0 -0
  182. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/outputxsiam.py +0 -0
  183. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/routecloneconf.py +0 -0
  184. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/routeconf.py +0 -0
  185. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/routesroute.py +0 -0
  186. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/routesroute_input.py +0 -0
  187. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
  188. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/security.py +0 -0
  189. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
  190. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
  191. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
  192. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
  193. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
  194. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/outputs.py +0 -0
  195. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/py.typed +0 -0
  196. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  197. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/sources.py +0 -0
  198. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/types/__init__.py +0 -0
  199. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/types/basemodel.py +0 -0
  200. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/utils/__init__.py +0 -0
  201. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/utils/annotations.py +0 -0
  202. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/utils/datetimes.py +0 -0
  203. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/utils/enums.py +0 -0
  204. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
  205. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/utils/forms.py +0 -0
  206. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/utils/headers.py +0 -0
  207. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/utils/logger.py +0 -0
  208. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/utils/metadata.py +0 -0
  209. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/utils/queryparams.py +0 -0
  210. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  211. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/utils/retries.py +0 -0
  212. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/utils/security.py +0 -0
  213. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/utils/serializers.py +0 -0
  214. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
  215. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/utils/url.py +0 -0
  216. {cribl_control_plane-0.0.14 → cribl_control_plane-0.0.15}/src/cribl_control_plane/utils/values.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: cribl-control-plane
3
- Version: 0.0.14
3
+ Version: 0.0.15
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -218,6 +218,14 @@ with CriblControlPlane(
218
218
  * [get_output_samples_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#get_output_samples_by_id) - Retrieve samples data for the specified output. Used to get sample data for the test action.
219
219
  * [create_output_test_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#create_output_test_by_id) - Send sample data to an output to validate configuration or test connectivity
220
220
 
221
+ ### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
222
+
223
+ * [list_pipeline](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#list_pipeline) - Get a list of Pipeline objects
224
+ * [create_pipeline](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#create_pipeline) - Create Pipeline
225
+ * [get_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#get_pipeline_by_id) - Get Pipeline by ID
226
+ * [update_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#update_pipeline_by_id) - Update Pipeline
227
+ * [delete_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#delete_pipeline_by_id) - Delete Pipeline
228
+
221
229
  ### [routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md)
222
230
 
223
231
  * [list_routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list_routes) - Get a list of Routes objects
@@ -352,7 +360,7 @@ with CriblControlPlane(
352
360
 
353
361
 
354
362
  **Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
355
- * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 22 methods.*
363
+ * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 27 methods.*
356
364
  * [`ResponseValidationError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
357
365
 
358
366
  </details>
@@ -201,6 +201,14 @@ with CriblControlPlane(
201
201
  * [get_output_samples_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#get_output_samples_by_id) - Retrieve samples data for the specified output. Used to get sample data for the test action.
202
202
  * [create_output_test_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#create_output_test_by_id) - Send sample data to an output to validate configuration or test connectivity
203
203
 
204
+ ### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
205
+
206
+ * [list_pipeline](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#list_pipeline) - Get a list of Pipeline objects
207
+ * [create_pipeline](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#create_pipeline) - Create Pipeline
208
+ * [get_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#get_pipeline_by_id) - Get Pipeline by ID
209
+ * [update_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#update_pipeline_by_id) - Update Pipeline
210
+ * [delete_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#delete_pipeline_by_id) - Delete Pipeline
211
+
204
212
  ### [routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md)
205
213
 
206
214
  * [list_routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list_routes) - Get a list of Routes objects
@@ -335,7 +343,7 @@ with CriblControlPlane(
335
343
 
336
344
 
337
345
  **Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
338
- * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 22 methods.*
346
+ * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 27 methods.*
339
347
  * [`ResponseValidationError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
340
348
 
341
349
  </details>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "cribl-control-plane"
3
- version = "0.0.14"
3
+ version = "0.0.15"
4
4
  description = "Python Client SDK Generated by Speakeasy."
5
5
  authors = [{ name = "Speakeasy" },]
6
6
  readme = "README-PYPI.md"
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "cribl-control-plane"
6
- __version__: str = "0.0.14"
7
- __openapi_doc_version__: str = "4.14.0-alpha.1753368616875-0eefebeb"
6
+ __version__: str = "0.0.15"
7
+ __openapi_doc_version__: str = "4.14.0-alpha.1753373454403-2652afc6"
8
8
  __gen_version__: str = "2.660.0"
9
- __user_agent__: str = "speakeasy-sdk/python 0.0.14 2.660.0 4.14.0-alpha.1753368616875-0eefebeb cribl-control-plane"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.0.15 2.660.0 4.14.0-alpha.1753373454403-2652afc6 cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -25,6 +25,10 @@ if TYPE_CHECKING:
25
25
  CreateOutputTestByIDResponse,
26
26
  CreateOutputTestByIDResponseTypedDict,
27
27
  )
28
+ from .createpipelineop import (
29
+ CreatePipelineResponse,
30
+ CreatePipelineResponseTypedDict,
31
+ )
28
32
  from .createroutesappendbyidop import (
29
33
  CreateRoutesAppendByIDRequest,
30
34
  CreateRoutesAppendByIDRequestTypedDict,
@@ -50,6 +54,12 @@ if TYPE_CHECKING:
50
54
  DeleteOutputPqByIDResponse,
51
55
  DeleteOutputPqByIDResponseTypedDict,
52
56
  )
57
+ from .deletepipelinebyidop import (
58
+ DeletePipelineByIDRequest,
59
+ DeletePipelineByIDRequestTypedDict,
60
+ DeletePipelineByIDResponse,
61
+ DeletePipelineByIDResponseTypedDict,
62
+ )
53
63
  from .getinputbyidop import (
54
64
  GetInputByIDRequest,
55
65
  GetInputByIDRequestTypedDict,
@@ -74,6 +84,12 @@ if TYPE_CHECKING:
74
84
  GetOutputSamplesByIDResponse,
75
85
  GetOutputSamplesByIDResponseTypedDict,
76
86
  )
87
+ from .getpipelinebyidop import (
88
+ GetPipelineByIDRequest,
89
+ GetPipelineByIDRequestTypedDict,
90
+ GetPipelineByIDResponse,
91
+ GetPipelineByIDResponseTypedDict,
92
+ )
77
93
  from .getroutesbyidop import (
78
94
  GetRoutesByIDRequest,
79
95
  GetRoutesByIDRequestTypedDict,
@@ -1325,6 +1341,7 @@ if TYPE_CHECKING:
1325
1341
  )
1326
1342
  from .listinputop import ListInputResponse, ListInputResponseTypedDict
1327
1343
  from .listoutputop import ListOutputResponse, ListOutputResponseTypedDict
1344
+ from .listpipelineop import ListPipelineResponse, ListPipelineResponseTypedDict
1328
1345
  from .listroutesop import ListRoutesResponse, ListRoutesResponseTypedDict
1329
1346
  from .logininfo import LoginInfo, LoginInfoTypedDict
1330
1347
  from .output import Output, OutputTypedDict
@@ -2580,14 +2597,28 @@ if TYPE_CHECKING:
2580
2597
  OutputXsiamURL,
2581
2598
  OutputXsiamURLTypedDict,
2582
2599
  )
2600
+ from .pipeline import (
2601
+ Conf,
2602
+ ConfTypedDict,
2603
+ Pipeline,
2604
+ PipelineGroups,
2605
+ PipelineGroupsTypedDict,
2606
+ PipelineTypedDict,
2607
+ )
2608
+ from .pipelinefunctionconf import (
2609
+ FunctionSpecificConfigs,
2610
+ FunctionSpecificConfigsTypedDict,
2611
+ PipelineFunctionConf,
2612
+ PipelineFunctionConfTypedDict,
2613
+ )
2583
2614
  from .routecloneconf import RouteCloneConf, RouteCloneConfTypedDict
2584
2615
  from .routeconf import RouteConf, RouteConfTypedDict
2585
2616
  from .routes import (
2586
2617
  Comment,
2587
2618
  CommentTypedDict,
2588
- Groups,
2589
- GroupsTypedDict,
2590
2619
  Routes,
2620
+ RoutesGroups,
2621
+ RoutesGroupsTypedDict,
2591
2622
  RoutesInput,
2592
2623
  RoutesInputTypedDict,
2593
2624
  RoutesTypedDict,
@@ -2620,6 +2651,12 @@ if TYPE_CHECKING:
2620
2651
  UpdateOutputByIDResponse,
2621
2652
  UpdateOutputByIDResponseTypedDict,
2622
2653
  )
2654
+ from .updatepipelinebyidop import (
2655
+ UpdatePipelineByIDRequest,
2656
+ UpdatePipelineByIDRequestTypedDict,
2657
+ UpdatePipelineByIDResponse,
2658
+ UpdatePipelineByIDResponseTypedDict,
2659
+ )
2623
2660
  from .updateroutesbyidop import (
2624
2661
  UpdateRoutesByIDRequest,
2625
2662
  UpdateRoutesByIDRequestTypedDict,
@@ -2651,6 +2688,8 @@ __all__ = [
2651
2688
  "ColumnMappingTypedDict",
2652
2689
  "Comment",
2653
2690
  "CommentTypedDict",
2691
+ "Conf",
2692
+ "ConfTypedDict",
2654
2693
  "Container",
2655
2694
  "ContainerMode",
2656
2695
  "ContainerTypedDict",
@@ -2666,6 +2705,8 @@ __all__ = [
2666
2705
  "CreateOutputTestByIDRequestTypedDict",
2667
2706
  "CreateOutputTestByIDResponse",
2668
2707
  "CreateOutputTestByIDResponseTypedDict",
2708
+ "CreatePipelineResponse",
2709
+ "CreatePipelineResponseTypedDict",
2669
2710
  "CreateRoutesAppendByIDRequest",
2670
2711
  "CreateRoutesAppendByIDRequestTypedDict",
2671
2712
  "CreateRoutesAppendByIDResponse",
@@ -2690,6 +2731,10 @@ __all__ = [
2690
2731
  "DeleteOutputPqByIDRequestTypedDict",
2691
2732
  "DeleteOutputPqByIDResponse",
2692
2733
  "DeleteOutputPqByIDResponseTypedDict",
2734
+ "DeletePipelineByIDRequest",
2735
+ "DeletePipelineByIDRequestTypedDict",
2736
+ "DeletePipelineByIDResponse",
2737
+ "DeletePipelineByIDResponseTypedDict",
2693
2738
  "DisksAndFileSystems",
2694
2739
  "DisksAndFileSystemsTypedDict",
2695
2740
  "ElasticVersion",
@@ -2712,6 +2757,8 @@ __all__ = [
2712
2757
  "FlushPeriodSec",
2713
2758
  "FlushPeriodSecType",
2714
2759
  "FlushPeriodSecTypedDict",
2760
+ "FunctionSpecificConfigs",
2761
+ "FunctionSpecificConfigsTypedDict",
2715
2762
  "GetInputByIDRequest",
2716
2763
  "GetInputByIDRequestTypedDict",
2717
2764
  "GetInputByIDResponse",
@@ -2728,12 +2775,14 @@ __all__ = [
2728
2775
  "GetOutputSamplesByIDRequestTypedDict",
2729
2776
  "GetOutputSamplesByIDResponse",
2730
2777
  "GetOutputSamplesByIDResponseTypedDict",
2778
+ "GetPipelineByIDRequest",
2779
+ "GetPipelineByIDRequestTypedDict",
2780
+ "GetPipelineByIDResponse",
2781
+ "GetPipelineByIDResponseTypedDict",
2731
2782
  "GetRoutesByIDRequest",
2732
2783
  "GetRoutesByIDRequestTypedDict",
2733
2784
  "GetRoutesByIDResponse",
2734
2785
  "GetRoutesByIDResponseTypedDict",
2735
- "Groups",
2736
- "GroupsTypedDict",
2737
2786
  "HealthStatus",
2738
2787
  "HealthStatusTypedDict",
2739
2788
  "HostInfo",
@@ -3804,6 +3853,8 @@ __all__ = [
3804
3853
  "ListInputResponseTypedDict",
3805
3854
  "ListOutputResponse",
3806
3855
  "ListOutputResponseTypedDict",
3856
+ "ListPipelineResponse",
3857
+ "ListPipelineResponseTypedDict",
3807
3858
  "ListRoutesResponse",
3808
3859
  "ListRoutesResponseTypedDict",
3809
3860
  "ListeningPorts",
@@ -4914,6 +4965,12 @@ __all__ = [
4914
4965
  "OutputXsiamURL",
4915
4966
  "OutputXsiamURLTypedDict",
4916
4967
  "PayloadFormat",
4968
+ "Pipeline",
4969
+ "PipelineFunctionConf",
4970
+ "PipelineFunctionConfTypedDict",
4971
+ "PipelineGroups",
4972
+ "PipelineGroupsTypedDict",
4973
+ "PipelineTypedDict",
4917
4974
  "PodFilter",
4918
4975
  "PodFilterTypedDict",
4919
4976
  "PrefixOptional",
@@ -4937,6 +4994,8 @@ __all__ = [
4937
4994
  "RouteConf",
4938
4995
  "RouteConfTypedDict",
4939
4996
  "Routes",
4997
+ "RoutesGroups",
4998
+ "RoutesGroupsTypedDict",
4940
4999
  "RoutesInput",
4941
5000
  "RoutesInputTypedDict",
4942
5001
  "RoutesRoute",
@@ -4988,6 +5047,10 @@ __all__ = [
4988
5047
  "UpdateOutputByIDRequestTypedDict",
4989
5048
  "UpdateOutputByIDResponse",
4990
5049
  "UpdateOutputByIDResponseTypedDict",
5050
+ "UpdatePipelineByIDRequest",
5051
+ "UpdatePipelineByIDRequestTypedDict",
5052
+ "UpdatePipelineByIDResponse",
5053
+ "UpdatePipelineByIDResponseTypedDict",
4991
5054
  "UpdateRoutesByIDRequest",
4992
5055
  "UpdateRoutesByIDRequestTypedDict",
4993
5056
  "UpdateRoutesByIDResponse",
@@ -5018,6 +5081,8 @@ _dynamic_imports: dict[str, str] = {
5018
5081
  "CreateOutputTestByIDRequestTypedDict": ".createoutputtestbyidop",
5019
5082
  "CreateOutputTestByIDResponse": ".createoutputtestbyidop",
5020
5083
  "CreateOutputTestByIDResponseTypedDict": ".createoutputtestbyidop",
5084
+ "CreatePipelineResponse": ".createpipelineop",
5085
+ "CreatePipelineResponseTypedDict": ".createpipelineop",
5021
5086
  "CreateRoutesAppendByIDRequest": ".createroutesappendbyidop",
5022
5087
  "CreateRoutesAppendByIDRequestTypedDict": ".createroutesappendbyidop",
5023
5088
  "CreateRoutesAppendByIDResponse": ".createroutesappendbyidop",
@@ -5036,6 +5101,10 @@ _dynamic_imports: dict[str, str] = {
5036
5101
  "DeleteOutputPqByIDRequestTypedDict": ".deleteoutputpqbyidop",
5037
5102
  "DeleteOutputPqByIDResponse": ".deleteoutputpqbyidop",
5038
5103
  "DeleteOutputPqByIDResponseTypedDict": ".deleteoutputpqbyidop",
5104
+ "DeletePipelineByIDRequest": ".deletepipelinebyidop",
5105
+ "DeletePipelineByIDRequestTypedDict": ".deletepipelinebyidop",
5106
+ "DeletePipelineByIDResponse": ".deletepipelinebyidop",
5107
+ "DeletePipelineByIDResponseTypedDict": ".deletepipelinebyidop",
5039
5108
  "GetInputByIDRequest": ".getinputbyidop",
5040
5109
  "GetInputByIDRequestTypedDict": ".getinputbyidop",
5041
5110
  "GetInputByIDResponse": ".getinputbyidop",
@@ -5052,6 +5121,10 @@ _dynamic_imports: dict[str, str] = {
5052
5121
  "GetOutputSamplesByIDRequestTypedDict": ".getoutputsamplesbyidop",
5053
5122
  "GetOutputSamplesByIDResponse": ".getoutputsamplesbyidop",
5054
5123
  "GetOutputSamplesByIDResponseTypedDict": ".getoutputsamplesbyidop",
5124
+ "GetPipelineByIDRequest": ".getpipelinebyidop",
5125
+ "GetPipelineByIDRequestTypedDict": ".getpipelinebyidop",
5126
+ "GetPipelineByIDResponse": ".getpipelinebyidop",
5127
+ "GetPipelineByIDResponseTypedDict": ".getpipelinebyidop",
5055
5128
  "GetRoutesByIDRequest": ".getroutesbyidop",
5056
5129
  "GetRoutesByIDRequestTypedDict": ".getroutesbyidop",
5057
5130
  "GetRoutesByIDResponse": ".getroutesbyidop",
@@ -6191,6 +6264,8 @@ _dynamic_imports: dict[str, str] = {
6191
6264
  "ListInputResponseTypedDict": ".listinputop",
6192
6265
  "ListOutputResponse": ".listoutputop",
6193
6266
  "ListOutputResponseTypedDict": ".listoutputop",
6267
+ "ListPipelineResponse": ".listpipelineop",
6268
+ "ListPipelineResponseTypedDict": ".listpipelineop",
6194
6269
  "ListRoutesResponse": ".listroutesop",
6195
6270
  "ListRoutesResponseTypedDict": ".listroutesop",
6196
6271
  "LoginInfo": ".logininfo",
@@ -7329,15 +7404,25 @@ _dynamic_imports: dict[str, str] = {
7329
7404
  "OutputXsiamTypedDict": ".outputxsiam",
7330
7405
  "OutputXsiamURL": ".outputxsiam",
7331
7406
  "OutputXsiamURLTypedDict": ".outputxsiam",
7407
+ "Conf": ".pipeline",
7408
+ "ConfTypedDict": ".pipeline",
7409
+ "Pipeline": ".pipeline",
7410
+ "PipelineGroups": ".pipeline",
7411
+ "PipelineGroupsTypedDict": ".pipeline",
7412
+ "PipelineTypedDict": ".pipeline",
7413
+ "FunctionSpecificConfigs": ".pipelinefunctionconf",
7414
+ "FunctionSpecificConfigsTypedDict": ".pipelinefunctionconf",
7415
+ "PipelineFunctionConf": ".pipelinefunctionconf",
7416
+ "PipelineFunctionConfTypedDict": ".pipelinefunctionconf",
7332
7417
  "RouteCloneConf": ".routecloneconf",
7333
7418
  "RouteCloneConfTypedDict": ".routecloneconf",
7334
7419
  "RouteConf": ".routeconf",
7335
7420
  "RouteConfTypedDict": ".routeconf",
7336
7421
  "Comment": ".routes",
7337
7422
  "CommentTypedDict": ".routes",
7338
- "Groups": ".routes",
7339
- "GroupsTypedDict": ".routes",
7340
7423
  "Routes": ".routes",
7424
+ "RoutesGroups": ".routes",
7425
+ "RoutesGroupsTypedDict": ".routes",
7341
7426
  "RoutesInput": ".routes",
7342
7427
  "RoutesInputTypedDict": ".routes",
7343
7428
  "RoutesTypedDict": ".routes",
@@ -7365,6 +7450,10 @@ _dynamic_imports: dict[str, str] = {
7365
7450
  "UpdateOutputByIDRequestTypedDict": ".updateoutputbyidop",
7366
7451
  "UpdateOutputByIDResponse": ".updateoutputbyidop",
7367
7452
  "UpdateOutputByIDResponseTypedDict": ".updateoutputbyidop",
7453
+ "UpdatePipelineByIDRequest": ".updatepipelinebyidop",
7454
+ "UpdatePipelineByIDRequestTypedDict": ".updatepipelinebyidop",
7455
+ "UpdatePipelineByIDResponse": ".updatepipelinebyidop",
7456
+ "UpdatePipelineByIDResponseTypedDict": ".updatepipelinebyidop",
7368
7457
  "UpdateRoutesByIDRequest": ".updateroutesbyidop",
7369
7458
  "UpdateRoutesByIDRequestTypedDict": ".updateroutesbyidop",
7370
7459
  "UpdateRoutesByIDResponse": ".updateroutesbyidop",
@@ -0,0 +1,24 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .pipeline import Pipeline, PipelineTypedDict
5
+ from cribl_control_plane.types import BaseModel
6
+ from typing import List, Optional
7
+ from typing_extensions import NotRequired, TypedDict
8
+
9
+
10
+ class CreatePipelineResponseTypedDict(TypedDict):
11
+ r"""a list of Pipeline objects"""
12
+
13
+ count: NotRequired[int]
14
+ r"""number of items present in the items array"""
15
+ items: NotRequired[List[PipelineTypedDict]]
16
+
17
+
18
+ class CreatePipelineResponse(BaseModel):
19
+ r"""a list of Pipeline objects"""
20
+
21
+ count: Optional[int] = None
22
+ r"""number of items present in the items array"""
23
+
24
+ items: Optional[List[Pipeline]] = None
@@ -0,0 +1,37 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .pipeline import Pipeline, PipelineTypedDict
5
+ from cribl_control_plane.types import BaseModel
6
+ from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
7
+ from typing import List, Optional
8
+ from typing_extensions import Annotated, NotRequired, TypedDict
9
+
10
+
11
+ class DeletePipelineByIDRequestTypedDict(TypedDict):
12
+ id: str
13
+ r"""Unique ID to DELETE"""
14
+
15
+
16
+ class DeletePipelineByIDRequest(BaseModel):
17
+ id: Annotated[
18
+ str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
19
+ ]
20
+ r"""Unique ID to DELETE"""
21
+
22
+
23
+ class DeletePipelineByIDResponseTypedDict(TypedDict):
24
+ r"""a list of Pipeline objects"""
25
+
26
+ count: NotRequired[int]
27
+ r"""number of items present in the items array"""
28
+ items: NotRequired[List[PipelineTypedDict]]
29
+
30
+
31
+ class DeletePipelineByIDResponse(BaseModel):
32
+ r"""a list of Pipeline objects"""
33
+
34
+ count: Optional[int] = None
35
+ r"""number of items present in the items array"""
36
+
37
+ items: Optional[List[Pipeline]] = None
@@ -0,0 +1,37 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .pipeline import Pipeline, PipelineTypedDict
5
+ from cribl_control_plane.types import BaseModel
6
+ from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
7
+ from typing import List, Optional
8
+ from typing_extensions import Annotated, NotRequired, TypedDict
9
+
10
+
11
+ class GetPipelineByIDRequestTypedDict(TypedDict):
12
+ id: str
13
+ r"""Unique ID to GET"""
14
+
15
+
16
+ class GetPipelineByIDRequest(BaseModel):
17
+ id: Annotated[
18
+ str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
19
+ ]
20
+ r"""Unique ID to GET"""
21
+
22
+
23
+ class GetPipelineByIDResponseTypedDict(TypedDict):
24
+ r"""a list of Pipeline objects"""
25
+
26
+ count: NotRequired[int]
27
+ r"""number of items present in the items array"""
28
+ items: NotRequired[List[PipelineTypedDict]]
29
+
30
+
31
+ class GetPipelineByIDResponse(BaseModel):
32
+ r"""a list of Pipeline objects"""
33
+
34
+ count: Optional[int] = None
35
+ r"""number of items present in the items array"""
36
+
37
+ items: Optional[List[Pipeline]] = None
@@ -0,0 +1,24 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .pipeline import Pipeline, PipelineTypedDict
5
+ from cribl_control_plane.types import BaseModel
6
+ from typing import List, Optional
7
+ from typing_extensions import NotRequired, TypedDict
8
+
9
+
10
+ class ListPipelineResponseTypedDict(TypedDict):
11
+ r"""a list of Pipeline objects"""
12
+
13
+ count: NotRequired[int]
14
+ r"""number of items present in the items array"""
15
+ items: NotRequired[List[PipelineTypedDict]]
16
+
17
+
18
+ class ListPipelineResponse(BaseModel):
19
+ r"""a list of Pipeline objects"""
20
+
21
+ count: Optional[int] = None
22
+ r"""number of items present in the items array"""
23
+
24
+ items: Optional[List[Pipeline]] = None
@@ -0,0 +1,70 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .pipelinefunctionconf import PipelineFunctionConf, PipelineFunctionConfTypedDict
5
+ from cribl_control_plane.types import BaseModel
6
+ import pydantic
7
+ from typing import Dict, List, Optional
8
+ from typing_extensions import Annotated, NotRequired, TypedDict
9
+
10
+
11
+ class PipelineGroupsTypedDict(TypedDict):
12
+ name: str
13
+ description: NotRequired[str]
14
+ r"""Short description of this group"""
15
+ disabled: NotRequired[bool]
16
+ r"""Whether this group is disabled"""
17
+
18
+
19
+ class PipelineGroups(BaseModel):
20
+ name: str
21
+
22
+ description: Optional[str] = None
23
+ r"""Short description of this group"""
24
+
25
+ disabled: Optional[bool] = None
26
+ r"""Whether this group is disabled"""
27
+
28
+
29
+ class ConfTypedDict(TypedDict):
30
+ async_func_timeout: NotRequired[int]
31
+ r"""Time (in ms) to wait for an async function to complete processing of a data item"""
32
+ output: NotRequired[str]
33
+ r"""The output destination for events processed by this Pipeline"""
34
+ description: NotRequired[str]
35
+ streamtags: NotRequired[List[str]]
36
+ r"""Tags for filtering and grouping in @{product}"""
37
+ functions: NotRequired[List[PipelineFunctionConfTypedDict]]
38
+ r"""List of Functions to pass data through"""
39
+ groups: NotRequired[Dict[str, PipelineGroupsTypedDict]]
40
+
41
+
42
+ class Conf(BaseModel):
43
+ async_func_timeout: Annotated[
44
+ Optional[int], pydantic.Field(alias="asyncFuncTimeout")
45
+ ] = None
46
+ r"""Time (in ms) to wait for an async function to complete processing of a data item"""
47
+
48
+ output: Optional[str] = "default"
49
+ r"""The output destination for events processed by this Pipeline"""
50
+
51
+ description: Optional[str] = None
52
+
53
+ streamtags: Optional[List[str]] = None
54
+ r"""Tags for filtering and grouping in @{product}"""
55
+
56
+ functions: Optional[List[PipelineFunctionConf]] = None
57
+ r"""List of Functions to pass data through"""
58
+
59
+ groups: Optional[Dict[str, PipelineGroups]] = None
60
+
61
+
62
+ class PipelineTypedDict(TypedDict):
63
+ id: str
64
+ conf: ConfTypedDict
65
+
66
+
67
+ class Pipeline(BaseModel):
68
+ id: str
69
+
70
+ conf: Conf
@@ -0,0 +1,53 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from cribl_control_plane.types import BaseModel
5
+ import pydantic
6
+ from typing import Optional
7
+ from typing_extensions import Annotated, NotRequired, TypedDict
8
+
9
+
10
+ class FunctionSpecificConfigsTypedDict(TypedDict):
11
+ pass
12
+
13
+
14
+ class FunctionSpecificConfigs(BaseModel):
15
+ pass
16
+
17
+
18
+ class PipelineFunctionConfTypedDict(TypedDict):
19
+ id: str
20
+ r"""Function ID"""
21
+ conf: FunctionSpecificConfigsTypedDict
22
+ filter_: NotRequired[str]
23
+ r"""Filter that selects data to be fed through this Function"""
24
+ description: NotRequired[str]
25
+ r"""Simple description of this step"""
26
+ disabled: NotRequired[bool]
27
+ r"""If true, data will not be pushed through this function"""
28
+ final: NotRequired[bool]
29
+ r"""If enabled, stops the results of this Function from being passed to the downstream Functions"""
30
+ group_id: NotRequired[str]
31
+ r"""Group ID"""
32
+
33
+
34
+ class PipelineFunctionConf(BaseModel):
35
+ id: str
36
+ r"""Function ID"""
37
+
38
+ conf: FunctionSpecificConfigs
39
+
40
+ filter_: Annotated[Optional[str], pydantic.Field(alias="filter")] = "true"
41
+ r"""Filter that selects data to be fed through this Function"""
42
+
43
+ description: Optional[str] = None
44
+ r"""Simple description of this step"""
45
+
46
+ disabled: Optional[bool] = None
47
+ r"""If true, data will not be pushed through this function"""
48
+
49
+ final: Optional[bool] = None
50
+ r"""If enabled, stops the results of this Function from being passed to the downstream Functions"""
51
+
52
+ group_id: Annotated[Optional[str], pydantic.Field(alias="groupId")] = None
53
+ r"""Group ID"""
@@ -10,7 +10,7 @@ from typing import Any, Dict, List, Optional
10
10
  from typing_extensions import NotRequired, TypedDict
11
11
 
12
12
 
13
- class GroupsTypedDict(TypedDict):
13
+ class RoutesGroupsTypedDict(TypedDict):
14
14
  name: str
15
15
  description: NotRequired[str]
16
16
  r"""Short description of this group"""
@@ -18,7 +18,7 @@ class GroupsTypedDict(TypedDict):
18
18
  r"""Whether this group is disabled"""
19
19
 
20
20
 
21
- class Groups(BaseModel):
21
+ class RoutesGroups(BaseModel):
22
22
  name: str
23
23
 
24
24
  description: Optional[str] = None
@@ -56,7 +56,7 @@ class RoutesTypedDict(TypedDict):
56
56
  r"""Pipeline routing rules"""
57
57
  id: NotRequired[str]
58
58
  r"""Routes ID"""
59
- groups: NotRequired[Dict[str, GroupsTypedDict]]
59
+ groups: NotRequired[Dict[str, RoutesGroupsTypedDict]]
60
60
  comments: NotRequired[List[CommentTypedDict]]
61
61
  r"""Comments"""
62
62
 
@@ -68,7 +68,7 @@ class Routes(BaseModel):
68
68
  id: Optional[str] = None
69
69
  r"""Routes ID"""
70
70
 
71
- groups: Optional[Dict[str, Groups]] = None
71
+ groups: Optional[Dict[str, RoutesGroups]] = None
72
72
 
73
73
  comments: Optional[List[Comment]] = None
74
74
  r"""Comments"""
@@ -79,7 +79,7 @@ class RoutesInputTypedDict(TypedDict):
79
79
  r"""Pipeline routing rules"""
80
80
  id: NotRequired[str]
81
81
  r"""Routes ID"""
82
- groups: NotRequired[Dict[str, GroupsTypedDict]]
82
+ groups: NotRequired[Dict[str, RoutesGroupsTypedDict]]
83
83
  comments: NotRequired[List[CommentTypedDict]]
84
84
  r"""Comments"""
85
85
 
@@ -91,7 +91,7 @@ class RoutesInput(BaseModel):
91
91
  id: Optional[str] = None
92
92
  r"""Routes ID"""
93
93
 
94
- groups: Optional[Dict[str, Groups]] = None
94
+ groups: Optional[Dict[str, RoutesGroups]] = None
95
95
 
96
96
  comments: Optional[List[Comment]] = None
97
97
  r"""Comments"""