cribl-control-plane 0.0.40a1__tar.gz → 0.0.42__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.40a1 → cribl_control_plane-0.0.42}/PKG-INFO +6 -6
  2. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/README-PYPI.md +5 -5
  3. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/pyproject.toml +1 -1
  4. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/_version.py +3 -3
  5. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/commits.py +2 -2
  6. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/createroutesappendbyidop.py +2 -2
  7. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/createversionrevertop.py +2 -2
  8. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/deletepipelinebyidop.py +2 -2
  9. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getpipelinebyidop.py +2 -2
  10. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getroutesbyidop.py +2 -2
  11. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputwineventlogs.py +1 -1
  12. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputgooglechronicle.py +2 -2
  13. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/packinstallinfo.py +3 -3
  14. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/updatepipelinebyidop.py +6 -6
  15. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/updateroutesbyidop.py +2 -2
  16. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/pipelines.py +18 -18
  17. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/routes_sdk.py +22 -22
  18. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/py.typed +0 -0
  19. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/__init__.py +0 -0
  20. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  21. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
  22. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/_hooks/registration.py +0 -0
  23. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  24. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/_hooks/types.py +0 -0
  25. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/acl.py +0 -0
  26. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/auth_sdk.py +0 -0
  27. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/basesdk.py +0 -0
  28. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/branches.py +0 -0
  29. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/commits_files.py +0 -0
  30. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/configs_versions.py +0 -0
  31. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/destinations.py +0 -0
  32. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/destinations_pq.py +0 -0
  33. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/errors/__init__.py +0 -0
  34. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/errors/apierror.py +0 -0
  35. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  36. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/errors/error.py +0 -0
  37. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
  38. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  39. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  40. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/groups_configs.py +0 -0
  41. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/groups_sdk.py +0 -0
  42. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/health.py +0 -0
  43. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/hectokens.py +0 -0
  44. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/httpclient.py +0 -0
  45. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/lakedatasets.py +0 -0
  46. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/__init__.py +0 -0
  47. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
  48. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/appmode.py +0 -0
  49. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/authtoken.py +0 -0
  50. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/branchinfo.py +0 -0
  51. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/cacheconnection.py +0 -0
  52. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
  53. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/cloudprovider.py +0 -0
  54. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/commit.py +0 -0
  55. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/configgroup.py +0 -0
  56. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
  57. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
  58. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
  59. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
  60. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
  61. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/createinputop.py +0 -0
  62. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/createoutputop.py +0 -0
  63. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
  64. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/createpacksop.py +0 -0
  65. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/createpipelineop.py +0 -0
  66. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
  67. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/createversionpushop.py +0 -0
  68. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/createversionundoop.py +0 -0
  69. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/criblevent.py +0 -0
  70. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
  71. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
  72. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
  73. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
  74. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
  75. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
  76. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
  77. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
  78. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
  79. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
  80. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/deployrequest.py +0 -0
  81. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
  82. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/difffiles.py +0 -0
  83. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/distributedsummary.py +0 -0
  84. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
  85. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
  86. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
  87. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
  88. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
  89. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
  90. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
  91. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
  92. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
  93. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
  94. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
  95. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
  96. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getpacksop.py +0 -0
  97. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getsummaryop.py +0 -0
  98. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
  99. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getversioncountop.py +0 -0
  100. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
  101. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
  102. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
  103. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getversionop.py +0 -0
  104. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getversionshowop.py +0 -0
  105. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
  106. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
  107. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
  108. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/gitcountresult.py +0 -0
  109. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
  110. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/gitfile.py +0 -0
  111. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
  112. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/gitinfo.py +0 -0
  113. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/gitlogresult.py +0 -0
  114. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
  115. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
  116. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
  117. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
  118. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
  119. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/healthstatus.py +0 -0
  120. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
  121. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/input.py +0 -0
  122. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputappscope.py +0 -0
  123. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputazureblob.py +0 -0
  124. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputcollection.py +0 -0
  125. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
  126. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputcribl.py +0 -0
  127. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
  128. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
  129. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
  130. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
  131. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
  132. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
  133. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputdatagen.py +0 -0
  134. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
  135. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputelastic.py +0 -0
  136. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputeventhub.py +0 -0
  137. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputexec.py +0 -0
  138. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputfile.py +0 -0
  139. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputfirehose.py +0 -0
  140. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
  141. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputgrafana.py +0 -0
  142. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputhttp.py +0 -0
  143. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
  144. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
  145. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputkafka.py +0 -0
  146. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputkinesis.py +0 -0
  147. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
  148. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
  149. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
  150. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputloki.py +0 -0
  151. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputmetrics.py +0 -0
  152. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
  153. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputmsk.py +0 -0
  154. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputnetflow.py +0 -0
  155. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
  156. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
  157. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
  158. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
  159. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputprometheus.py +0 -0
  160. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
  161. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputrawudp.py +0 -0
  162. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputs3.py +0 -0
  163. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
  164. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
  165. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputsnmp.py +0 -0
  166. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputsplunk.py +0 -0
  167. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
  168. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
  169. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputsqs.py +0 -0
  170. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputsyslog.py +0 -0
  171. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
  172. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
  173. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputtcp.py +0 -0
  174. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
  175. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputwef.py +0 -0
  176. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
  177. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputwiz.py +0 -0
  178. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputwizwebhook.py +0 -0
  179. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
  180. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/jobinfo.py +0 -0
  181. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/jobstatus.py +0 -0
  182. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
  183. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
  184. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
  185. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/listinputop.py +0 -0
  186. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
  187. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/listoutputop.py +0 -0
  188. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/listpipelineop.py +0 -0
  189. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/listroutesop.py +0 -0
  190. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/logininfo.py +0 -0
  191. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/lookupversions.py +0 -0
  192. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
  193. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
  194. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
  195. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
  196. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
  197. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
  198. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
  199. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/output.py +0 -0
  200. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputazureblob.py +0 -0
  201. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
  202. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
  203. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
  204. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
  205. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
  206. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
  207. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
  208. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputcribllake.py +0 -0
  209. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
  210. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
  211. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputdatadog.py +0 -0
  212. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputdataset.py +0 -0
  213. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputdefault.py +0 -0
  214. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  215. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
  216. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputdls3.py +0 -0
  217. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
  218. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
  219. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputelastic.py +0 -0
  220. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
  221. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputexabeam.py +0 -0
  222. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
  223. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
  224. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
  225. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
  226. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
  227. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputgraphite.py +0 -0
  228. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
  229. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
  230. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
  231. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputkafka.py +0 -0
  232. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputkinesis.py +0 -0
  233. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputloki.py +0 -0
  234. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputminio.py +0 -0
  235. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputmsk.py +0 -0
  236. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputnetflow.py +0 -0
  237. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
  238. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
  239. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
  240. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputprometheus.py +0 -0
  241. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputring.py +0 -0
  242. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputrouter.py +0 -0
  243. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputs3.py +0 -0
  244. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  245. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
  246. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputsentinel.py +0 -0
  247. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
  248. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputservicenow.py +0 -0
  249. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
  250. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  251. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputsns.py +0 -0
  252. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputsplunk.py +0 -0
  253. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
  254. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
  255. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputsqs.py +0 -0
  256. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputstatsd.py +0 -0
  257. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
  258. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputsumologic.py +0 -0
  259. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputsyslog.py +0 -0
  260. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
  261. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  262. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  263. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputwavefront.py +0 -0
  264. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputwebhook.py +0 -0
  265. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/outputxsiam.py +0 -0
  266. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/packinfo.py +0 -0
  267. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
  268. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
  269. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/pipeline.py +0 -0
  270. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
  271. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/productscore.py +0 -0
  272. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/rbacresource.py +0 -0
  273. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
  274. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/routecloneconf.py +0 -0
  275. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/routeconf.py +0 -0
  276. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/routes.py +0 -0
  277. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/routesroute.py +0 -0
  278. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/runnablejob.py +0 -0
  279. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/runnablejobcollection.py +0 -0
  280. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/runnablejobexecutor.py +0 -0
  281. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +0 -0
  282. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
  283. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/security.py +0 -0
  284. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
  285. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
  286. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
  287. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
  288. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
  289. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
  290. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
  291. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
  292. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
  293. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
  294. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/models/workertypes.py +0 -0
  295. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/nodes.py +0 -0
  296. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/packs.py +0 -0
  297. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/py.typed +0 -0
  298. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/samples.py +0 -0
  299. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/sdk.py +0 -0
  300. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  301. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/sources.py +0 -0
  302. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/statuses.py +0 -0
  303. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/summaries.py +0 -0
  304. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/teams.py +0 -0
  305. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/tokens.py +0 -0
  306. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/types/__init__.py +0 -0
  307. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/types/basemodel.py +0 -0
  308. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/utils/__init__.py +0 -0
  309. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/utils/annotations.py +0 -0
  310. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/utils/datetimes.py +0 -0
  311. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/utils/enums.py +0 -0
  312. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
  313. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/utils/forms.py +0 -0
  314. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/utils/headers.py +0 -0
  315. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/utils/logger.py +0 -0
  316. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/utils/metadata.py +0 -0
  317. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/utils/queryparams.py +0 -0
  318. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  319. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/utils/retries.py +0 -0
  320. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/utils/security.py +0 -0
  321. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/utils/serializers.py +0 -0
  322. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
  323. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/utils/url.py +0 -0
  324. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/utils/values.py +0 -0
  325. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/src/cribl_control_plane/versions.py +0 -0
  326. {cribl_control_plane-0.0.40a1 → cribl_control_plane-0.0.42}/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.40a1
3
+ Version: 0.0.42
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -384,16 +384,16 @@ with CriblControlPlane(
384
384
 
385
385
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#list) - List all Pipelines
386
386
  * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#create) - Create a Pipeline
387
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#get) - Retrieve a Pipeline
387
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#get) - Get a Pipeline
388
388
  * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#update) - Update a Pipeline
389
389
  * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#delete) - Delete a Pipeline
390
390
 
391
391
  ### [routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md)
392
392
 
393
- * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list) - Get a list of Routes objects
394
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#get) - Get Routes by ID
395
- * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#update) - Update Routes
396
- * [append](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#append) - Append Routes to the end of the Routing table
393
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list) - List all Routes
394
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#get) - Get a Routing table
395
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#update) - Update a Route
396
+ * [append](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#append) - Append a Route to the end of the Routing table
397
397
 
398
398
  ### [sources](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md)
399
399
 
@@ -367,16 +367,16 @@ with CriblControlPlane(
367
367
 
368
368
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#list) - List all Pipelines
369
369
  * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#create) - Create a Pipeline
370
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#get) - Retrieve a Pipeline
370
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#get) - Get a Pipeline
371
371
  * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#update) - Update a Pipeline
372
372
  * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#delete) - Delete a Pipeline
373
373
 
374
374
  ### [routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md)
375
375
 
376
- * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list) - Get a list of Routes objects
377
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#get) - Get Routes by ID
378
- * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#update) - Update Routes
379
- * [append](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#append) - Append Routes to the end of the Routing table
376
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list) - List all Routes
377
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#get) - Get a Routing table
378
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#update) - Update a Route
379
+ * [append](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#append) - Append a Route to the end of the Routing table
380
380
 
381
381
  ### [sources](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md)
382
382
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  [project]
3
3
  name = "cribl-control-plane"
4
- version = "0.0.40a1"
4
+ version = "0.0.42"
5
5
  description = "Python Client SDK Generated by Speakeasy."
6
6
  authors = [{ name = "Speakeasy" },]
7
7
  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.40a1"
7
- __openapi_doc_version__: str = "4.14.0-alpha.1756793140693-1fbdb43f"
6
+ __version__: str = "0.0.42"
7
+ __openapi_doc_version__: str = "4.14.0-alpha.1757000684650-0bcbd7ed"
8
8
  __gen_version__: str = "2.686.7"
9
- __user_agent__: str = "speakeasy-sdk/python 0.0.40a1 2.686.7 4.14.0-alpha.1756793140693-1fbdb43f cribl-control-plane"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.0.42 2.686.7 4.14.0-alpha.1757000684650-0bcbd7ed 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
@@ -11,7 +11,7 @@ from typing_extensions import Annotated, NotRequired, TypedDict
11
11
 
12
12
  class CreateRoutesAppendByIDRequestTypedDict(TypedDict):
13
13
  id: str
14
- r"""the route table to be appended to - currently default is the only supported value"""
14
+ r"""The <code>id</code> of the Routing table to append the Route to. The supported value is <code>default</code>."""
15
15
  request_body: List[RouteConfTypedDict]
16
16
  r"""RouteDefinitions object"""
17
17
 
@@ -20,7 +20,7 @@ class CreateRoutesAppendByIDRequest(BaseModel):
20
20
  id: Annotated[
21
21
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
22
22
  ]
23
- r"""the route table to be appended to - currently default is the only supported value"""
23
+ r"""The <code>id</code> of the Routing table to append the Route to. The supported value is <code>default</code>."""
24
24
 
25
25
  request_body: Annotated[
26
26
  List[RouteConf],
@@ -14,7 +14,7 @@ class CreateVersionRevertRequestTypedDict(TypedDict):
14
14
  git_revert_params: GitRevertParamsTypedDict
15
15
  r"""GitRevertParams object"""
16
16
  group_id: NotRequired[str]
17
- r"""Group ID"""
17
+ r"""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."""
18
18
 
19
19
 
20
20
  class CreateVersionRevertRequest(BaseModel):
@@ -29,7 +29,7 @@ class CreateVersionRevertRequest(BaseModel):
29
29
  pydantic.Field(alias="groupId"),
30
30
  FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
31
31
  ] = None
32
- r"""Group ID"""
32
+ r"""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."""
33
33
 
34
34
 
35
35
  class CreateVersionRevertResponseTypedDict(TypedDict):
@@ -10,14 +10,14 @@ from typing_extensions import Annotated, NotRequired, TypedDict
10
10
 
11
11
  class DeletePipelineByIDRequestTypedDict(TypedDict):
12
12
  id: str
13
- r"""Unique ID to DELETE"""
13
+ r"""The <code>id</code> of the Pipeline to delete."""
14
14
 
15
15
 
16
16
  class DeletePipelineByIDRequest(BaseModel):
17
17
  id: Annotated[
18
18
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
19
19
  ]
20
- r"""Unique ID to DELETE"""
20
+ r"""The <code>id</code> of the Pipeline to delete."""
21
21
 
22
22
 
23
23
  class DeletePipelineByIDResponseTypedDict(TypedDict):
@@ -10,14 +10,14 @@ from typing_extensions import Annotated, NotRequired, TypedDict
10
10
 
11
11
  class GetPipelineByIDRequestTypedDict(TypedDict):
12
12
  id: str
13
- r"""Unique ID to GET"""
13
+ r"""The <code>id</code> of the Pipeline to get."""
14
14
 
15
15
 
16
16
  class GetPipelineByIDRequest(BaseModel):
17
17
  id: Annotated[
18
18
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
19
19
  ]
20
- r"""Unique ID to GET"""
20
+ r"""The <code>id</code> of the Pipeline to get."""
21
21
 
22
22
 
23
23
  class GetPipelineByIDResponseTypedDict(TypedDict):
@@ -10,14 +10,14 @@ from typing_extensions import Annotated, NotRequired, TypedDict
10
10
 
11
11
  class GetRoutesByIDRequestTypedDict(TypedDict):
12
12
  id: str
13
- r"""Unique ID to GET"""
13
+ r"""The <code>id</code> of the Routing table to get. The supported value is <code>default</code>."""
14
14
 
15
15
 
16
16
  class GetRoutesByIDRequest(BaseModel):
17
17
  id: Annotated[
18
18
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
19
19
  ]
20
- r"""Unique ID to GET"""
20
+ r"""The <code>id</code> of the Routing table to get. The supported value is <code>default</code>."""
21
21
 
22
22
 
23
23
  class GetRoutesByIDResponseTypedDict(TypedDict):
@@ -181,7 +181,7 @@ class InputWinEventLogs(BaseModel):
181
181
  pq: Optional[InputWinEventLogsPq] = None
182
182
 
183
183
  read_mode: Annotated[Optional[ReadMode], pydantic.Field(alias="readMode")] = (
184
- ReadMode.OLDEST
184
+ ReadMode.NEWEST
185
185
  )
186
186
  r"""Read all stored and future event logs, or only future events"""
187
187
 
@@ -227,7 +227,7 @@ class OutputGoogleChronicleTypedDict(TypedDict):
227
227
  log_text_field: NotRequired[str]
228
228
  r"""Name of the event field that contains the log text to send. If not specified, Stream sends a JSON representation of the whole event."""
229
229
  customer_id: NotRequired[str]
230
- r"""Unique identifier (UUID) corresponding to a particular SecOps instance. Provided by your SecOps representative."""
230
+ r"""A unique identifier (UUID) for your Google SecOps instance. This is provided by your Google representative and is required for API V2 authentication."""
231
231
  namespace: NotRequired[str]
232
232
  r"""User-configured environment namespace to identify the data domain the logs originated from. Use namespace as a tag to identify the appropriate data domain for indexing and enrichment functionality. Can be overwritten by event field __namespace."""
233
233
  custom_labels: NotRequired[List[CustomLabelTypedDict]]
@@ -388,7 +388,7 @@ class OutputGoogleChronicle(BaseModel):
388
388
  r"""Name of the event field that contains the log text to send. If not specified, Stream sends a JSON representation of the whole event."""
389
389
 
390
390
  customer_id: Annotated[Optional[str], pydantic.Field(alias="customerId")] = None
391
- r"""Unique identifier (UUID) corresponding to a particular SecOps instance. Provided by your SecOps representative."""
391
+ r"""A unique identifier (UUID) for your Google SecOps instance. This is provided by your Google representative and is required for API V2 authentication."""
392
392
 
393
393
  namespace: Optional[str] = None
394
394
  r"""User-configured environment namespace to identify the data domain the logs originated from. Use namespace as a tag to identify the appropriate data domain for indexing and enrichment functionality. Can be overwritten by event field __namespace."""
@@ -27,7 +27,6 @@ class PackInstallInfoTags(BaseModel):
27
27
  class PackInstallInfoTypedDict(TypedDict):
28
28
  id: str
29
29
  source: str
30
- warnings: Any
31
30
  author: NotRequired[str]
32
31
  description: NotRequired[str]
33
32
  display_name: NotRequired[str]
@@ -40,6 +39,7 @@ class PackInstallInfoTypedDict(TypedDict):
40
39
  spec: NotRequired[str]
41
40
  tags: NotRequired[PackInstallInfoTagsTypedDict]
42
41
  version: NotRequired[str]
42
+ warnings: NotRequired[List[str]]
43
43
 
44
44
 
45
45
  class PackInstallInfo(BaseModel):
@@ -47,8 +47,6 @@ class PackInstallInfo(BaseModel):
47
47
 
48
48
  source: str
49
49
 
50
- warnings: Any
51
-
52
50
  author: Optional[str] = None
53
51
 
54
52
  description: Optional[str] = None
@@ -74,3 +72,5 @@ class PackInstallInfo(BaseModel):
74
72
  tags: Optional[PackInstallInfoTags] = None
75
73
 
76
74
  version: Optional[str] = None
75
+
76
+ warnings: Optional[List[str]] = None
@@ -11,9 +11,9 @@ from typing_extensions import Annotated, NotRequired, TypedDict
11
11
 
12
12
  class UpdatePipelineByIDRequestTypedDict(TypedDict):
13
13
  id_param: str
14
- r"""Unique ID to PATCH"""
14
+ r"""The <code>id</code> of the Pipeline to update."""
15
15
  pipeline: PipelineTypedDict
16
- r"""Pipeline object to be updated"""
16
+ r"""Pipeline object"""
17
17
 
18
18
 
19
19
  class UpdatePipelineByIDRequest(BaseModel):
@@ -22,16 +22,16 @@ class UpdatePipelineByIDRequest(BaseModel):
22
22
  pydantic.Field(alias="id"),
23
23
  FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
24
24
  ]
25
- r"""Unique ID to PATCH"""
25
+ r"""The <code>id</code> of the Pipeline to update."""
26
26
 
27
27
  pipeline: Annotated[
28
28
  Pipeline, FieldMetadata(request=RequestMetadata(media_type="application/json"))
29
29
  ]
30
- r"""Pipeline object to be updated"""
30
+ r"""Pipeline object"""
31
31
 
32
32
 
33
33
  class UpdatePipelineByIDResponseTypedDict(TypedDict):
34
- r"""a list of any objects"""
34
+ r"""a list of Pipeline objects"""
35
35
 
36
36
  count: NotRequired[int]
37
37
  r"""number of items present in the items array"""
@@ -39,7 +39,7 @@ class UpdatePipelineByIDResponseTypedDict(TypedDict):
39
39
 
40
40
 
41
41
  class UpdatePipelineByIDResponse(BaseModel):
42
- r"""a list of any objects"""
42
+ r"""a list of Pipeline objects"""
43
43
 
44
44
  count: Optional[int] = None
45
45
  r"""number of items present in the items array"""
@@ -11,7 +11,7 @@ from typing_extensions import Annotated, NotRequired, TypedDict
11
11
 
12
12
  class UpdateRoutesByIDRequestTypedDict(TypedDict):
13
13
  id_param: str
14
- r"""Unique ID to PATCH"""
14
+ r"""The <code>id</code> of the Routing table that contains the Route to update. The supported value is <code>default</code>."""
15
15
  routes: RoutesTypedDict
16
16
  r"""Routes object"""
17
17
 
@@ -22,7 +22,7 @@ class UpdateRoutesByIDRequest(BaseModel):
22
22
  pydantic.Field(alias="id"),
23
23
  FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
24
24
  ]
25
- r"""Unique ID to PATCH"""
25
+ r"""The <code>id</code> of the Routing table that contains the Route to update. The supported value is <code>default</code>."""
26
26
 
27
27
  routes: Annotated[
28
28
  Routes, FieldMetadata(request=RequestMetadata(media_type="application/json"))
@@ -22,7 +22,7 @@ class Pipelines(BaseSDK):
22
22
  ) -> models.ListPipelineResponse:
23
23
  r"""List all Pipelines
24
24
 
25
- List all Pipelines
25
+ Get a list of all Pipelines.
26
26
 
27
27
  :param retries: Override the default retry configuration for this method
28
28
  :param server_url: Override the default server URL for this method
@@ -102,7 +102,7 @@ class Pipelines(BaseSDK):
102
102
  ) -> models.ListPipelineResponse:
103
103
  r"""List all Pipelines
104
104
 
105
- List all Pipelines
105
+ Get a list of all Pipelines.
106
106
 
107
107
  :param retries: Override the default retry configuration for this method
108
108
  :param server_url: Override the default server URL for this method
@@ -184,7 +184,7 @@ class Pipelines(BaseSDK):
184
184
  ) -> models.CreatePipelineResponse:
185
185
  r"""Create a Pipeline
186
186
 
187
- Create a Pipeline
187
+ Create a new Pipeline.
188
188
 
189
189
  :param id:
190
190
  :param conf:
@@ -277,7 +277,7 @@ class Pipelines(BaseSDK):
277
277
  ) -> models.CreatePipelineResponse:
278
278
  r"""Create a Pipeline
279
279
 
280
- Create a Pipeline
280
+ Create a new Pipeline.
281
281
 
282
282
  :param id:
283
283
  :param conf:
@@ -367,11 +367,11 @@ class Pipelines(BaseSDK):
367
367
  timeout_ms: Optional[int] = None,
368
368
  http_headers: Optional[Mapping[str, str]] = None,
369
369
  ) -> models.GetPipelineByIDResponse:
370
- r"""Retrieve a Pipeline
370
+ r"""Get a Pipeline
371
371
 
372
- Retrieve a Pipeline
372
+ Get the specified Pipeline.
373
373
 
374
- :param id: Unique ID to GET
374
+ :param id: The <code>id</code> of the Pipeline to get.
375
375
  :param retries: Override the default retry configuration for this method
376
376
  :param server_url: Override the default server URL for this method
377
377
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -454,11 +454,11 @@ class Pipelines(BaseSDK):
454
454
  timeout_ms: Optional[int] = None,
455
455
  http_headers: Optional[Mapping[str, str]] = None,
456
456
  ) -> models.GetPipelineByIDResponse:
457
- r"""Retrieve a Pipeline
457
+ r"""Get a Pipeline
458
458
 
459
- Retrieve a Pipeline
459
+ Get the specified Pipeline.
460
460
 
461
- :param id: Unique ID to GET
461
+ :param id: The <code>id</code> of the Pipeline to get.
462
462
  :param retries: Override the default retry configuration for this method
463
463
  :param server_url: Override the default server URL for this method
464
464
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -545,9 +545,9 @@ class Pipelines(BaseSDK):
545
545
  ) -> models.UpdatePipelineByIDResponse:
546
546
  r"""Update a Pipeline
547
547
 
548
- Update a Pipeline
548
+ Update the specified Pipeline.</br></br>Provide a complete representation of the Pipeline that you want to update in the request body. This endpoint does not support partial updates. Cribl removes any omitted fields when updating the Pipeline.</br></br>Confirm that the configuration in your request body is correct before sending the request. If the configuration is incorrect, the updated Pipeline might not function as expected.
549
549
 
550
- :param id_param: Unique ID to PATCH
550
+ :param id_param: The <code>id</code> of the Pipeline to update.
551
551
  :param id:
552
552
  :param conf:
553
553
  :param retries: Override the default retry configuration for this method
@@ -643,9 +643,9 @@ class Pipelines(BaseSDK):
643
643
  ) -> models.UpdatePipelineByIDResponse:
644
644
  r"""Update a Pipeline
645
645
 
646
- Update a Pipeline
646
+ Update the specified Pipeline.</br></br>Provide a complete representation of the Pipeline that you want to update in the request body. This endpoint does not support partial updates. Cribl removes any omitted fields when updating the Pipeline.</br></br>Confirm that the configuration in your request body is correct before sending the request. If the configuration is incorrect, the updated Pipeline might not function as expected.
647
647
 
648
- :param id_param: Unique ID to PATCH
648
+ :param id_param: The <code>id</code> of the Pipeline to update.
649
649
  :param id:
650
650
  :param conf:
651
651
  :param retries: Override the default retry configuration for this method
@@ -739,9 +739,9 @@ class Pipelines(BaseSDK):
739
739
  ) -> models.DeletePipelineByIDResponse:
740
740
  r"""Delete a Pipeline
741
741
 
742
- Delete a Pipeline
742
+ Delete the specified Pipeline.
743
743
 
744
- :param id: Unique ID to DELETE
744
+ :param id: The <code>id</code> of the Pipeline to delete.
745
745
  :param retries: Override the default retry configuration for this method
746
746
  :param server_url: Override the default server URL for this method
747
747
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -826,9 +826,9 @@ class Pipelines(BaseSDK):
826
826
  ) -> models.DeletePipelineByIDResponse:
827
827
  r"""Delete a Pipeline
828
828
 
829
- Delete a Pipeline
829
+ Delete the specified Pipeline.
830
830
 
831
- :param id: Unique ID to DELETE
831
+ :param id: The <code>id</code> of the Pipeline to delete.
832
832
  :param retries: Override the default retry configuration for this method
833
833
  :param server_url: Override the default server URL for this method
834
834
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -20,9 +20,9 @@ class RoutesSDK(BaseSDK):
20
20
  timeout_ms: Optional[int] = None,
21
21
  http_headers: Optional[Mapping[str, str]] = None,
22
22
  ) -> models.ListRoutesResponse:
23
- r"""Get a list of Routes objects
23
+ r"""List all Routes
24
24
 
25
- Get a list of Routes objects
25
+ Get a list of all Routes.
26
26
 
27
27
  :param retries: Override the default retry configuration for this method
28
28
  :param server_url: Override the default server URL for this method
@@ -100,9 +100,9 @@ class RoutesSDK(BaseSDK):
100
100
  timeout_ms: Optional[int] = None,
101
101
  http_headers: Optional[Mapping[str, str]] = None,
102
102
  ) -> models.ListRoutesResponse:
103
- r"""Get a list of Routes objects
103
+ r"""List all Routes
104
104
 
105
- Get a list of Routes objects
105
+ Get a list of all Routes.
106
106
 
107
107
  :param retries: Override the default retry configuration for this method
108
108
  :param server_url: Override the default server URL for this method
@@ -181,11 +181,11 @@ class RoutesSDK(BaseSDK):
181
181
  timeout_ms: Optional[int] = None,
182
182
  http_headers: Optional[Mapping[str, str]] = None,
183
183
  ) -> models.GetRoutesByIDResponse:
184
- r"""Get Routes by ID
184
+ r"""Get a Routing table
185
185
 
186
- Get Routes by ID
186
+ Get the specified Routing table.
187
187
 
188
- :param id: Unique ID to GET
188
+ :param id: The <code>id</code> of the Routing table to get. The supported value is <code>default</code>.
189
189
  :param retries: Override the default retry configuration for this method
190
190
  :param server_url: Override the default server URL for this method
191
191
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -268,11 +268,11 @@ class RoutesSDK(BaseSDK):
268
268
  timeout_ms: Optional[int] = None,
269
269
  http_headers: Optional[Mapping[str, str]] = None,
270
270
  ) -> models.GetRoutesByIDResponse:
271
- r"""Get Routes by ID
271
+ r"""Get a Routing table
272
272
 
273
- Get Routes by ID
273
+ Get the specified Routing table.
274
274
 
275
- :param id: Unique ID to GET
275
+ :param id: The <code>id</code> of the Routing table to get. The supported value is <code>default</code>.
276
276
  :param retries: Override the default retry configuration for this method
277
277
  :param server_url: Override the default server URL for this method
278
278
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -365,11 +365,11 @@ class RoutesSDK(BaseSDK):
365
365
  timeout_ms: Optional[int] = None,
366
366
  http_headers: Optional[Mapping[str, str]] = None,
367
367
  ) -> models.UpdateRoutesByIDResponse:
368
- r"""Update Routes
368
+ r"""Update a Route
369
369
 
370
- Update Routes
370
+ Update a Route in the specified Routing table.</br></br>Provide a complete representation of the Routing table, including the Route that you want to update, in the request body. This endpoint does not support partial updates. Cribl removes any omitted Routes and fields when updating.</br></br>Confirm that the configuration in your request body is correct before sending the request. If the configuration is incorrect, the Routing table might not function as expected.
371
371
 
372
- :param id_param: Unique ID to PATCH
372
+ :param id_param: The <code>id</code> of the Routing table that contains the Route to update. The supported value is <code>default</code>.
373
373
  :param routes: Pipeline routing rules
374
374
  :param id: Routes ID
375
375
  :param groups:
@@ -479,11 +479,11 @@ class RoutesSDK(BaseSDK):
479
479
  timeout_ms: Optional[int] = None,
480
480
  http_headers: Optional[Mapping[str, str]] = None,
481
481
  ) -> models.UpdateRoutesByIDResponse:
482
- r"""Update Routes
482
+ r"""Update a Route
483
483
 
484
- Update Routes
484
+ Update a Route in the specified Routing table.</br></br>Provide a complete representation of the Routing table, including the Route that you want to update, in the request body. This endpoint does not support partial updates. Cribl removes any omitted Routes and fields when updating.</br></br>Confirm that the configuration in your request body is correct before sending the request. If the configuration is incorrect, the Routing table might not function as expected.
485
485
 
486
- :param id_param: Unique ID to PATCH
486
+ :param id_param: The <code>id</code> of the Routing table that contains the Route to update. The supported value is <code>default</code>.
487
487
  :param routes: Pipeline routing rules
488
488
  :param id: Routes ID
489
489
  :param groups:
@@ -584,11 +584,11 @@ class RoutesSDK(BaseSDK):
584
584
  timeout_ms: Optional[int] = None,
585
585
  http_headers: Optional[Mapping[str, str]] = None,
586
586
  ) -> models.CreateRoutesAppendByIDResponse:
587
- r"""Append Routes to the end of the Routing table
587
+ r"""Append a Route to the end of the Routing table
588
588
 
589
- Appends routes to the end of the routing table
589
+ Append a Route to the end of the specified Routing table.</br></br>Provide a complete representation of the Routing table, including the Route that you want to append, in the request body. Cribl removes any omitted Routes and fields in the Routing table when appending the Route.</br></br>Confirm that the configuration in your request body is correct before sending the request. If the configuration is incorrect, the Routing table might not function as expected.
590
590
 
591
- :param id: the route table to be appended to - currently default is the only supported value
591
+ :param id: The <code>id</code> of the Routing table to append the Route to. The supported value is <code>default</code>.
592
592
  :param request_body: RouteDefinitions object
593
593
  :param retries: Override the default retry configuration for this method
594
594
  :param server_url: Override the default server URL for this method
@@ -679,11 +679,11 @@ class RoutesSDK(BaseSDK):
679
679
  timeout_ms: Optional[int] = None,
680
680
  http_headers: Optional[Mapping[str, str]] = None,
681
681
  ) -> models.CreateRoutesAppendByIDResponse:
682
- r"""Append Routes to the end of the Routing table
682
+ r"""Append a Route to the end of the Routing table
683
683
 
684
- Appends routes to the end of the routing table
684
+ Append a Route to the end of the specified Routing table.</br></br>Provide a complete representation of the Routing table, including the Route that you want to append, in the request body. Cribl removes any omitted Routes and fields in the Routing table when appending the Route.</br></br>Confirm that the configuration in your request body is correct before sending the request. If the configuration is incorrect, the Routing table might not function as expected.
685
685
 
686
- :param id: the route table to be appended to - currently default is the only supported value
686
+ :param id: The <code>id</code> of the Routing table to append the Route to. The supported value is <code>default</code>.
687
687
  :param request_body: RouteDefinitions object
688
688
  :param retries: Override the default retry configuration for this method
689
689
  :param server_url: Override the default server URL for this method