cribl-control-plane 0.2.1rc3__py3-none-any.whl → 0.2.1rc4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cribl-control-plane might be problematic. Click here for more details.

Files changed (102) hide show
  1. cribl_control_plane/_version.py +4 -4
  2. cribl_control_plane/groups_sdk.py +0 -3
  3. cribl_control_plane/models/__init__.py +105 -28
  4. cribl_control_plane/models/input.py +14 -14
  5. cribl_control_plane/models/inputappscope.py +20 -16
  6. cribl_control_plane/models/inputconfluentcloud.py +110 -0
  7. cribl_control_plane/models/inputcriblhttp.py +20 -16
  8. cribl_control_plane/models/inputcribllakehttp.py +20 -16
  9. cribl_control_plane/models/inputcribltcp.py +20 -16
  10. cribl_control_plane/models/inputdatadogagent.py +20 -16
  11. cribl_control_plane/models/inputedgeprometheus.py +44 -36
  12. cribl_control_plane/models/inputelastic.py +44 -27
  13. cribl_control_plane/models/inputeventhub.py +118 -0
  14. cribl_control_plane/models/inputfirehose.py +20 -16
  15. cribl_control_plane/models/inputgrafana.py +39 -31
  16. cribl_control_plane/models/inputhttp.py +20 -16
  17. cribl_control_plane/models/inputhttpraw.py +20 -16
  18. cribl_control_plane/models/inputkafka.py +108 -0
  19. cribl_control_plane/models/inputloki.py +20 -16
  20. cribl_control_plane/models/inputmetrics.py +20 -16
  21. cribl_control_plane/models/inputmodeldriventelemetry.py +20 -16
  22. cribl_control_plane/models/inputopentelemetry.py +19 -15
  23. cribl_control_plane/models/inputprometheus.py +44 -36
  24. cribl_control_plane/models/inputprometheusrw.py +20 -16
  25. cribl_control_plane/models/inputsplunk.py +20 -16
  26. cribl_control_plane/models/inputsplunkhec.py +19 -15
  27. cribl_control_plane/models/inputsyslog.py +39 -31
  28. cribl_control_plane/models/inputsystemmetrics.py +20 -10
  29. cribl_control_plane/models/inputtcp.py +30 -16
  30. cribl_control_plane/models/inputtcpjson.py +20 -16
  31. cribl_control_plane/models/inputwindowsmetrics.py +20 -10
  32. cribl_control_plane/models/inputwineventlogs.py +14 -0
  33. cribl_control_plane/models/inputwizwebhook.py +20 -16
  34. cribl_control_plane/models/inputzscalerhec.py +19 -15
  35. cribl_control_plane/models/output.py +22 -22
  36. cribl_control_plane/models/outputazureblob.py +7 -0
  37. cribl_control_plane/models/outputazuredataexplorer.py +283 -93
  38. cribl_control_plane/models/outputazureeventhub.py +169 -21
  39. cribl_control_plane/models/outputazurelogs.py +49 -21
  40. cribl_control_plane/models/outputchronicle.py +49 -21
  41. cribl_control_plane/models/outputclickhouse.py +49 -21
  42. cribl_control_plane/models/outputcloudwatch.py +49 -21
  43. cribl_control_plane/models/outputconfluentcloud.py +167 -22
  44. cribl_control_plane/models/outputcriblhttp.py +49 -21
  45. cribl_control_plane/models/outputcribltcp.py +49 -21
  46. cribl_control_plane/models/outputcrowdstrikenextgensiem.py +50 -22
  47. cribl_control_plane/models/outputdatabricks.py +7 -0
  48. cribl_control_plane/models/outputdatadog.py +49 -21
  49. cribl_control_plane/models/outputdataset.py +49 -21
  50. cribl_control_plane/models/outputdls3.py +7 -0
  51. cribl_control_plane/models/outputdynatracehttp.py +49 -21
  52. cribl_control_plane/models/outputdynatraceotlp.py +49 -21
  53. cribl_control_plane/models/outputelastic.py +74 -21
  54. cribl_control_plane/models/outputelasticcloud.py +74 -21
  55. cribl_control_plane/models/outputfilesystem.py +7 -0
  56. cribl_control_plane/models/outputgooglechronicle.py +65 -22
  57. cribl_control_plane/models/outputgooglecloudlogging.py +50 -22
  58. cribl_control_plane/models/outputgooglecloudstorage.py +7 -0
  59. cribl_control_plane/models/outputgooglepubsub.py +49 -21
  60. cribl_control_plane/models/outputgrafanacloud.py +98 -42
  61. cribl_control_plane/models/outputgraphite.py +49 -21
  62. cribl_control_plane/models/outputhoneycomb.py +49 -21
  63. cribl_control_plane/models/outputhumiohec.py +49 -21
  64. cribl_control_plane/models/outputinfluxdb.py +49 -21
  65. cribl_control_plane/models/outputkafka.py +162 -19
  66. cribl_control_plane/models/outputkinesis.py +56 -21
  67. cribl_control_plane/models/outputloki.py +47 -19
  68. cribl_control_plane/models/outputminio.py +7 -0
  69. cribl_control_plane/models/outputmsk.py +54 -19
  70. cribl_control_plane/models/outputnewrelic.py +49 -21
  71. cribl_control_plane/models/outputnewrelicevents.py +50 -22
  72. cribl_control_plane/models/outputopentelemetry.py +49 -21
  73. cribl_control_plane/models/outputprometheus.py +49 -21
  74. cribl_control_plane/models/outputs3.py +7 -0
  75. cribl_control_plane/models/outputsentinel.py +49 -21
  76. cribl_control_plane/models/outputsentineloneaisiem.py +50 -22
  77. cribl_control_plane/models/outputservicenow.py +49 -21
  78. cribl_control_plane/models/outputsignalfx.py +49 -21
  79. cribl_control_plane/models/outputsns.py +47 -19
  80. cribl_control_plane/models/outputsplunk.py +49 -21
  81. cribl_control_plane/models/outputsplunkhec.py +49 -21
  82. cribl_control_plane/models/outputsplunklb.py +49 -21
  83. cribl_control_plane/models/outputsqs.py +47 -19
  84. cribl_control_plane/models/outputstatsd.py +49 -21
  85. cribl_control_plane/models/outputstatsdext.py +49 -21
  86. cribl_control_plane/models/outputsumologic.py +49 -21
  87. cribl_control_plane/models/outputsyslog.py +129 -99
  88. cribl_control_plane/models/outputtcpjson.py +49 -21
  89. cribl_control_plane/models/outputwavefront.py +49 -21
  90. cribl_control_plane/models/outputwebhook.py +49 -21
  91. cribl_control_plane/models/outputxsiam.py +47 -19
  92. cribl_control_plane/models/pipeline.py +4 -4
  93. cribl_control_plane/models/runnablejobcollection.py +12 -8
  94. cribl_control_plane/models/runnablejobexecutor.py +12 -8
  95. cribl_control_plane/models/runnablejobscheduledsearch.py +12 -8
  96. cribl_control_plane/pipelines.py +8 -8
  97. {cribl_control_plane-0.2.1rc3.dist-info → cribl_control_plane-0.2.1rc4.dist-info}/METADATA +2 -6
  98. {cribl_control_plane-0.2.1rc3.dist-info → cribl_control_plane-0.2.1rc4.dist-info}/RECORD +99 -102
  99. cribl_control_plane/mappings.py +0 -205
  100. cribl_control_plane/models/createadminproductsmappingsactivatebyproductop.py +0 -52
  101. cribl_control_plane/models/rulesetid.py +0 -13
  102. {cribl_control_plane-0.2.1rc3.dist-info → cribl_control_plane-0.2.1rc4.dist-info}/WHEEL +0 -0
@@ -4,7 +4,7 @@ cribl_control_plane/_hooks/clientcredentials.py,sha256=CeI19FzRb2V6kiNPgSFGn0CgI
4
4
  cribl_control_plane/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
5
5
  cribl_control_plane/_hooks/sdkhooks.py,sha256=ggXjME1_Rdv8CVCg1XHqB83eYtbxzKyhXyfQ36Yc1gA,2816
6
6
  cribl_control_plane/_hooks/types.py,sha256=Tw_C4zTZm01rW_89VDEUpvQ8KQr1WxN0Gu_-s_fYSPc,2998
7
- cribl_control_plane/_version.py,sha256=wmKObeZUINkiU6kI-yXyA-D1U-OqIDPzeuxCIikl_TE,546
7
+ cribl_control_plane/_version.py,sha256=unblsDy6rkissrQNEOIiwm2QVmlv8NuBnLbXSxIF9oY,546
8
8
  cribl_control_plane/acl.py,sha256=8lvYOKAli4PzsQhOVaCU6YCwblPMh9jQo04L0r4HJuQ,9025
9
9
  cribl_control_plane/auth_sdk.py,sha256=3sjf1VoyWwfhSyuMDQLixgWISSf03BOZwmkiT8g5Ruw,626
10
10
  cribl_control_plane/basesdk.py,sha256=y4yIXSNVXLMd0sLS2htBFdTCI3gkPQbIWd-C671kg1I,12249
@@ -22,13 +22,12 @@ cribl_control_plane/errors/healthserverstatus_error.py,sha256=Si7YixCRbgVykthDXN
22
22
  cribl_control_plane/errors/no_response_error.py,sha256=DaZukP5ManflzAN-11MtmBitfTIct37sRvfszvfM13o,467
23
23
  cribl_control_plane/errors/responsevalidationerror.py,sha256=l8CMARNT46VW1u2GuWlH7Ki_rF8Ulky4J_2fQ7rMwnU,783
24
24
  cribl_control_plane/groups_configs.py,sha256=dgi-W0ElnyygaVKXqk5df2ldAAgj9YmXRPCez2hP7yc,695
25
- cribl_control_plane/groups_sdk.py,sha256=lyLxIaUU-KCDLk0Rm4WiPmn37o1famsk0Ge56DpXObY,63345
25
+ cribl_control_plane/groups_sdk.py,sha256=vHayvp_fO8oGL9YbI0_tHdTgv00L6GNa57BJkCkcgFg,63187
26
26
  cribl_control_plane/health.py,sha256=P7wMhZOtCesOAJd3rn02fuEub2yv3r_PLWjIGShHC3c,7293
27
27
  cribl_control_plane/hectokens.py,sha256=0EGgGGrM83m1YmTZwkN5S4xFkHQGnw1IZe3y6uMwmLw,19151
28
28
  cribl_control_plane/httpclient.py,sha256=dqTPONDBpRn4ktXfcetQiRXnG93f0pJkFhqsYFhLUac,3945
29
29
  cribl_control_plane/lakedatasets.py,sha256=VaacfDeQDMJKibABnkZibVMfOYxeh9ITcHKjM9QDqw8,46676
30
- cribl_control_plane/mappings.py,sha256=dUfJqCNm_PYhnjuxYKRm4sNWhp09H69Cnjfy9aG2qsU,8687
31
- cribl_control_plane/models/__init__.py,sha256=WVrnFyJOisSPBo0mZ2BmCjGX88VyvU0SRjTqBmOwnP8,394465
30
+ cribl_control_plane/models/__init__.py,sha256=ZwG-6yhrkQDojkGMi57Us1NsbHodkJBSt8H7muGXypw,398249
32
31
  cribl_control_plane/models/addhectokenrequest.py,sha256=mzQLKrMWlwxNheqEs5SM_yrT-gyenfCWgHKhmb5oXFQ,800
33
32
  cribl_control_plane/models/authtoken.py,sha256=sDw4DmWtZk4rvQow02X38SvB-rUSrZZ08t9NwqQcs8Y,443
34
33
  cribl_control_plane/models/branchinfo.py,sha256=jCX31O5TMG9jTjqigPvvUiBwpgPpVxHtSuhYrNykXiI,291
@@ -39,7 +38,6 @@ cribl_control_plane/models/commit.py,sha256=wXQkjOYsffxWURHTrfU9kJ4HF2H65QfD1R9-
39
38
  cribl_control_plane/models/configgroup.py,sha256=HwKOE-bT2MGlqKpmrmwRl7h8M8QVDHEdgjX9Nl83NmE,4883
40
39
  cribl_control_plane/models/configgroupcloud.py,sha256=xme7fTZesBGwpma0huL-EXyPNaDYhP2CeYnvxBRxwU8,1589
41
40
  cribl_control_plane/models/configgrouplookups.py,sha256=1z1DlvlVehqfD6hZMXG0XedZTfoCIpYd0cHav45tiRw,830
42
- cribl_control_plane/models/createadminproductsmappingsactivatebyproductop.py,sha256=PyzVP6tgYHTQRyS6QKzbqjT0Tx7BcfzHtVYQf1ldpMI,1857
43
41
  cribl_control_plane/models/createconfiggroupbyproductop.py,sha256=-7gFVL_PXGggrwXZgcirZmKvnO5kN2UfPp-dlFXbcBk,1852
44
42
  cribl_control_plane/models/createcribllakedatasetbylakeidop.py,sha256=IVH9RvCw8IM0LCzJuy7_eDX9GbpTUIk-Xp0nFPjn6BQ,1647
45
43
  cribl_control_plane/models/createinputhectokenbyidop.py,sha256=1FJEJYLPoVySpBtbiqV6ZCwR4AfkJ8-6Dsdc1DuG2tk,1590
@@ -111,66 +109,66 @@ cribl_control_plane/models/hbcriblinfo.py,sha256=gpr4NYt7kAoDGSjyIND4vbMOtldcyyr
111
109
  cribl_control_plane/models/hbleaderinfo.py,sha256=SU5iM_I4sqxoTOzAQsw-rpOMfXwKl1ymze9nUrw6z6U,503
112
110
  cribl_control_plane/models/healthserverstatus.py,sha256=t27WLgAVIlGtgBaFV4QS4IUUsZnlddQIuSVSOCXpITo,1068
113
111
  cribl_control_plane/models/heartbeatmetadata.py,sha256=mKMhlT2jo0zX2UQ4qFQns2ft1zWtYBHtS96BXEvfKhs,2345
114
- cribl_control_plane/models/input.py,sha256=Y7id3CFkKpxmJ79kk5BNGCrEohHV4z-hWD9QwZR5puc,9578
115
- cribl_control_plane/models/inputappscope.py,sha256=BZ1oLg6HK0xJBaD0Xg8j7kNdx2erQM-WNnGOFjObQtU,21107
112
+ cribl_control_plane/models/input.py,sha256=dBAdwq2lmlFII6WRxFRU6M99QzH3xx6KUxxfkQ8GQp8,9578
113
+ cribl_control_plane/models/inputappscope.py,sha256=lvwuwnkPi_O9vUkqjSnzPuwQxk0MCQvHSQHYuu7rYxU,21542
116
114
  cribl_control_plane/models/inputazureblob.py,sha256=ydrWBHTNVQaEwx5OL_xLMeyQLtzS29ct5WncyQ7Y9XM,15651
117
115
  cribl_control_plane/models/inputcollection.py,sha256=oehVrRIeXIjrgsTzdJ-GoUe1yxBAt9dZsgMMlhHis1o,9972
118
- cribl_control_plane/models/inputconfluentcloud.py,sha256=GA6voB9pkipIxLKvD7J7WCE7OVEh38zO18-vbLlYosQ,29934
116
+ cribl_control_plane/models/inputconfluentcloud.py,sha256=OiTKn4GzM2klMlaqOPwUwWy1p6urVcbscpq9ZNcrKCY,33856
119
117
  cribl_control_plane/models/inputcribl.py,sha256=cKg6LNrpm3cb4yAvtox9EWaLOQ8MkRn-_4Vf0iBoKfY,7638
120
- cribl_control_plane/models/inputcriblhttp.py,sha256=NIyVjPQn82F0oMn2lrkNPkJ7ZIY4G4BoVTbLgcKl_KI,16263
121
- cribl_control_plane/models/inputcribllakehttp.py,sha256=hDrJi3fsG8vWM0ZYIFdYI2Th91QJDdwUVgxhoKxmh-c,19748
118
+ cribl_control_plane/models/inputcriblhttp.py,sha256=AP6KOfGr2zJ0wNpl65czf97iGTmPKY64aHOlzPtapm0,16698
119
+ cribl_control_plane/models/inputcribllakehttp.py,sha256=oIjF02DHGMj_pWdZ7XEPoKwRSBo5wxrszXjdzt248Os,20183
122
120
  cribl_control_plane/models/inputcriblmetrics.py,sha256=ZniXIckXecCxze5qcIw4WagAdmiJ9JQzp1AO0QlzqXc,8859
123
- cribl_control_plane/models/inputcribltcp.py,sha256=Qv9r7RAxDRyYT1aXqpBdZV_2I6k1J7Ba-MnAtB2V7Ds,14077
121
+ cribl_control_plane/models/inputcribltcp.py,sha256=yFNahaq0U0M2udQyBbbEDcG-hl8LNaa1RIuNJ6puntw,14512
124
122
  cribl_control_plane/models/inputcrowdstrike.py,sha256=aqyVmDJ0jj3zm9dKqWjeii32KUglGvSF8O81n_dnfoQ,21351
125
- cribl_control_plane/models/inputdatadogagent.py,sha256=tX341TmSgjJB9JV4PjjBjmmugV_0NZe3mNxvFbmSG-A,17870
123
+ cribl_control_plane/models/inputdatadogagent.py,sha256=TjlpDkQXo0f38YttqtsyiMoX9hDVtpzxGnclpJ_qh18,18305
126
124
  cribl_control_plane/models/inputdatagen.py,sha256=g9hgHV8fZe1dfnyq0sxRgU0HVEvP7HQ7pcp4myqZLR0,8079
127
- cribl_control_plane/models/inputedgeprometheus.py,sha256=VS-i_3b5BIJclVlkQbNbusEv8-PH6wnCAZKM28TuET8,23497
128
- cribl_control_plane/models/inputelastic.py,sha256=TudTQUCD1Vf0LX3sH9HCOQ24bYOcWybyF-7N6GnyxWM,22600
129
- cribl_control_plane/models/inputeventhub.py,sha256=L0XZ0OSt9qWi4RCEH3cSWh3c5gfy_Lsjqvk6aH9DqYY,20256
125
+ cribl_control_plane/models/inputedgeprometheus.py,sha256=bepRgXVqh89Jax-EmWBWIxyrzHgAI5sOuDqEtDjP2GU,23915
126
+ cribl_control_plane/models/inputelastic.py,sha256=lq6bDas3LMLzOYfp5-OjMrzGa14F35iJDvL-g-S7PeQ,23464
127
+ cribl_control_plane/models/inputeventhub.py,sha256=o2uswPWvQDmPjCpOkOmT-zWBMjwkQCXht_ebe57z_tQ,25028
130
128
  cribl_control_plane/models/inputexec.py,sha256=sXtxJEPIKHYc9BD1B3O42ehvVrHPyXSr4R4TA99nRYE,9884
131
129
  cribl_control_plane/models/inputfile.py,sha256=dIK30JIU2umd3v26W9DcmT_H9gomJcBf616Kosl9FrM,12788
132
- cribl_control_plane/models/inputfirehose.py,sha256=lXFOF1tiVCmRqNCFrFGr8A5t1YOwb_RlvzT948sVyZo,16220
130
+ cribl_control_plane/models/inputfirehose.py,sha256=UqloVXGw8oXnLmJ7RbUyd9gph6KmTyMzTAccjqM5jvE,16655
133
131
  cribl_control_plane/models/inputgooglepubsub.py,sha256=9-Qds5714_nRRCE0PdcbuQYOwYLVmO593cTn4GJhzus,13495
134
- cribl_control_plane/models/inputgrafana.py,sha256=GoZgmC8C8ck52-HJUngs97LCAfdOUwtze2mAY8kgfi8,58169
135
- cribl_control_plane/models/inputhttp.py,sha256=F0q5H-b-kX19CzuWVrPTPpuHAwYgog3ALVJ27Of8bMw,18977
136
- cribl_control_plane/models/inputhttpraw.py,sha256=O3tZnPSmkYTrXCECxn26H4hWfRGquwZXY4Yx0Ny_FVs,19364
132
+ cribl_control_plane/models/inputgrafana.py,sha256=T39NIFK9rfhiLlRGYU--8ha5C9Kct03-7Wfew04v-n4,59044
133
+ cribl_control_plane/models/inputhttp.py,sha256=fcF5bsAawn0NH1dIEbXF5K1NJmPwp3YtHX6qHCvEP3c,19412
134
+ cribl_control_plane/models/inputhttpraw.py,sha256=eTYMuJZBMbxOtE5JElvgQBf4H0J0zedN6cxUz1-mJaw,19799
137
135
  cribl_control_plane/models/inputjournalfiles.py,sha256=N4f8uMeBM9gpXZc27T8B6MnpZ-j5nY7alIGeBmNYiLc,10119
138
- cribl_control_plane/models/inputkafka.py,sha256=H-uoWBNLLIVOG6jlAhC91Kfs7F0JgufaWsO3JYtfe84,29476
136
+ cribl_control_plane/models/inputkafka.py,sha256=QluogrBpELTseL7ItEEQxhD9j5gSehO777Vg-54CEys,33272
139
137
  cribl_control_plane/models/inputkinesis.py,sha256=6kWUagxepKYnpKVMkBFV2Ss4mH0FEvve1Nas7hK3nqo,16933
140
138
  cribl_control_plane/models/inputkubeevents.py,sha256=BXq30SeCZQumPRofU7RCA5LKcxiNNJCG_tSwZX_pRDw,8410
141
139
  cribl_control_plane/models/inputkubelogs.py,sha256=XSpKQRq7e36kLoWDM2ow7MRihkkSOoeAQVuIDY3ccaM,12605
142
140
  cribl_control_plane/models/inputkubemetrics.py,sha256=6BKsKSR9_767NiSCh9yo78X7z53W18rs9rkX_FFLgaU,11007
143
- cribl_control_plane/models/inputloki.py,sha256=EIrxreMhjZpXR0mplSxFpKBEqfH6KbZYG68WPcqNZtk,21592
144
- cribl_control_plane/models/inputmetrics.py,sha256=OpO8_WbMxWHpDvC2FofFQNQGNDAFl36ckBSNdXXj3mQ,13483
145
- cribl_control_plane/models/inputmodeldriventelemetry.py,sha256=LU5ckpvj0Vd2jLniXoP1nDNQSXF3byu6Ytzi1WA9cW0,12479
141
+ cribl_control_plane/models/inputloki.py,sha256=nUEUpWyFVy2TnPsRfnLH7WKoYmvqNe8ss2UCJggO_qs,22027
142
+ cribl_control_plane/models/inputmetrics.py,sha256=IviJfsE4OK-KZYHhfBraa-4bC24S_dp2mtDTiq11VOE,13918
143
+ cribl_control_plane/models/inputmodeldriventelemetry.py,sha256=yZwlNbfgMBkeASFUUJGf36jSdOi9EtidZtdeXsJCzvM,12914
146
144
  cribl_control_plane/models/inputmsk.py,sha256=bdpaG5LK68hm9OYvJD37OacGcgIJZR3n0ja3lK0L_fA,32354
147
145
  cribl_control_plane/models/inputnetflow.py,sha256=9SLyVVdLsI57b09UJ2zguACVRDsNr_IffeLotw3NzVI,11439
148
146
  cribl_control_plane/models/inputoffice365mgmt.py,sha256=9x9J2v7g-cuGQALitSbfU5sjdHXH5xzorVP0Q1Z21Xc,19005
149
147
  cribl_control_plane/models/inputoffice365msgtrace.py,sha256=oLnfgNobyTgbGnzSDxskkvcFIMgOEEArLvCT6zp6s4U,21514
150
148
  cribl_control_plane/models/inputoffice365service.py,sha256=KtBWMkcJDNqDGBXaF1b73loxH6yHCe66tosd4NqiefE,18032
151
- cribl_control_plane/models/inputopentelemetry.py,sha256=zxbvbXoZR1inWHTIsJXvw_dMFrQM6eZwubw0qtfWLC4,23391
152
- cribl_control_plane/models/inputprometheus.py,sha256=ySWFYVy7mveFlSf5QkPC47vGsYgeSUQSM-45GZERoHQ,21062
153
- cribl_control_plane/models/inputprometheusrw.py,sha256=vuuRxTRsHNKXwWdsQPPRNr5utPy0hoIhYqCdOJhQ7nc,21970
149
+ cribl_control_plane/models/inputopentelemetry.py,sha256=aweLKqf7oiNvlyKskTz3BD_rBM3uY3sBVnRwcD1bI_Y,23831
150
+ cribl_control_plane/models/inputprometheus.py,sha256=qd-vJnCwe_WG_vWTqHTokHqV2VXrNd9ptEbIxaQMMH0,21480
151
+ cribl_control_plane/models/inputprometheusrw.py,sha256=sAEdjQwdU0ZfoOLm46rTmOQU0Qap0Ex3-Y6I5hoEjPc,22405
154
152
  cribl_control_plane/models/inputrawudp.py,sha256=lfSgWkd8YSccVGdb2YZl4Sp6hQQDOYQzalUniCGHuDA,10214
155
153
  cribl_control_plane/models/inputs3.py,sha256=x4OXt1ohxykNH2Y_pb95X0AARYpfgSUMwkuVhXRjosk,21622
156
154
  cribl_control_plane/models/inputs3inventory.py,sha256=IXdrFp2qz63UYW21bq3HbbgaITZIBiSr0qKD1oqjQXk,23205
157
155
  cribl_control_plane/models/inputsecuritylake.py,sha256=ZALhdH-LsoPIM_Y91i9n7NbeMOPVQH_24dQc4hUrW_Y,22167
158
156
  cribl_control_plane/models/inputsnmp.py,sha256=pWnf6U13LGZLQgQoVgNNg6rqhrtX4rlbcbzOxIfmMC8,12740
159
- cribl_control_plane/models/inputsplunk.py,sha256=OhCpCyPAQoaT4oxoWbQgVP1Zg6Jh3310IhcNPO2FFz4,18511
160
- cribl_control_plane/models/inputsplunkhec.py,sha256=JXFJe8VkvvDuFFB0QEV_h8ZTSReh-A0_dGZFEEgxD0I,23525
157
+ cribl_control_plane/models/inputsplunk.py,sha256=ICF_TEy5t37GC0UFgJMTGHvY2PgQPBqofdU710Rpx7s,18946
158
+ cribl_control_plane/models/inputsplunkhec.py,sha256=rg3euykOiWDmr174im-Xf13e_C6cR9vUbj_IU6a0ZQY,23965
161
159
  cribl_control_plane/models/inputsplunksearch.py,sha256=aLhSYhWcTwmPgbo15uuNDSgpKmr5JkmCwOxzvqieVus,25628
162
160
  cribl_control_plane/models/inputsqs.py,sha256=r27en0uk7AbVWRhCLEQ_yXg88KMZKk29I9ZktSJhHDk,15984
163
- cribl_control_plane/models/inputsyslog.py,sha256=g4Q-5pNzTY42LJ5GSogpS1mPB5IjoeCn2UabNjI2CBM,37809
164
- cribl_control_plane/models/inputsystemmetrics.py,sha256=GMBaRVyjBcSbZHhQ8Om0iAhwiE-RQ_134NFzkgxEFws,21501
161
+ cribl_control_plane/models/inputsyslog.py,sha256=GSs_bY0901HB_Pv_8zKBnfKxGvJPIzyGxOaeEUGfexk,38684
162
+ cribl_control_plane/models/inputsystemmetrics.py,sha256=XON1zeZ00ruY32M3Pns89AT7JWQ70Y2uAqH92SYGGGU,21891
165
163
  cribl_control_plane/models/inputsystemstate.py,sha256=txG7GgSu4I1d0x7kCA5QY1URl_r6Qmlb4E6Vn45XGxo,16177
166
- cribl_control_plane/models/inputtcp.py,sha256=JU9oeuhL1buq8VKr2xbRbj-0IcVNZ3ULnhPjbm3mrdE,17206
167
- cribl_control_plane/models/inputtcpjson.py,sha256=EkLcLRkl8QHLZuoNK-Gdyx8w5-1YUPC8M-tkJl8DdOo,15724
164
+ cribl_control_plane/models/inputtcp.py,sha256=aAHpAFPxU5z3A4_o8Hor_uGuvjIdamMDQwMcICFji9M,18228
165
+ cribl_control_plane/models/inputtcpjson.py,sha256=gFB2hMA_PDwm1_S8JDhImSyXzpATGY6L7F7z8KuHrP0,16159
168
166
  cribl_control_plane/models/inputwef.py,sha256=m6rbGyr5ZdPlYXxj01NVf4hYfo5PO1UoZU1G34KQ32o,23346
169
- cribl_control_plane/models/inputwindowsmetrics.py,sha256=Pv2hAq5B9kqCp517XlfP0W4t51qNwFs6FR8rjN_I80s,18730
170
- cribl_control_plane/models/inputwineventlogs.py,sha256=KnrGHPSahApbV7YC_Ubf6pXpmEXyw1V11Mv8AuGmTMI,10913
167
+ cribl_control_plane/models/inputwindowsmetrics.py,sha256=eH1YqiT955A3ME9W_bA7DtZJOo1MDcbQF_27mSw-s-I,19106
168
+ cribl_control_plane/models/inputwineventlogs.py,sha256=DfC3bQ4T2Jy4eh9gUjIZbWMxlt5PHUat4baeOIYwphE,11799
171
169
  cribl_control_plane/models/inputwiz.py,sha256=IvUyT2oOiJoCFTudlJhVHrEFWGg0ceZSvqbGVME4rgY,15453
172
- cribl_control_plane/models/inputwizwebhook.py,sha256=XDWGOpt-BoOVMdrYnlcRU3CylTzhBIbwuH_QAw_5WJc,19530
173
- cribl_control_plane/models/inputzscalerhec.py,sha256=kndw9yZLqXRG65UXerFR05uAas-Ta9OZZItMDPKpbzU,21229
170
+ cribl_control_plane/models/inputwizwebhook.py,sha256=mJxsmkb3Fe34pXKLv96zkA6_iF8kzPZafkv7bezsWSQ,19965
171
+ cribl_control_plane/models/inputzscalerhec.py,sha256=imY_N58EicYCvy0ooltexETbx38bETuPMEiShwPdBw8,21669
174
172
  cribl_control_plane/models/jobinfo.py,sha256=OwoVCzcEPDDGRvBLZfbN25uaiuOpM6r_-7XplLqHNnE,670
175
173
  cribl_control_plane/models/jobstatus.py,sha256=XFogf3iW-C1vQJ87QJ7_6B9ecHKnj9R00NezWpvD-AA,454
176
174
  cribl_control_plane/models/lakedatasetsearchconfig.py,sha256=R0zz0K1FQ3gxPx44ezINy9y2bEFBGIWyvniF25D7Ydw,591
@@ -191,81 +189,81 @@ cribl_control_plane/models/nodeskippedupgradestatus.py,sha256=EY-U3cUPwMa3H-X-hn
191
189
  cribl_control_plane/models/nodeupgradestate.py,sha256=EerzMMQeFl-iHKHsJwEIxRroH6w97S7-em9YoY2-ASk,286
192
190
  cribl_control_plane/models/nodeupgradestatus.py,sha256=Ygdb7jTFOvD6M3Fjl3brliLCKbkdX3aCwkPYjTE4Dw0,1346
193
191
  cribl_control_plane/models/outpostnodeinfo.py,sha256=CbYoOaUBIEa6viCvh5aCDhjG4Pe3mqyOMIjyk0rI_r4,334
194
- cribl_control_plane/models/output.py,sha256=ZpL7x04ug03fFFh7LLVKEN6p2RuhN87gYQp6rrbJEuc,11067
195
- cribl_control_plane/models/outputazureblob.py,sha256=3FwhgPC9rqLY9NMAgwQlwBjjI-6ANNzzg5t6SW2dZNQ,23414
196
- cribl_control_plane/models/outputazuredataexplorer.py,sha256=uRzlsyAsnvoBay7_WnD1EX-geJYleexLJQ8XTq24xHQ,32423
197
- cribl_control_plane/models/outputazureeventhub.py,sha256=65ybby3H6XlJvCGpdWbNUFfnXD7hkmHg0xe9NpCmUxI,15949
198
- cribl_control_plane/models/outputazurelogs.py,sha256=7Uwsc07MsDc6mhf1HP6jbhavVgc2LII6u57HSZI4dPA,20679
199
- cribl_control_plane/models/outputchronicle.py,sha256=8gk_hmVw9SaRtw5OxRDyRscoFwb7yIeYrbmApYbxDDM,21384
200
- cribl_control_plane/models/outputclickhouse.py,sha256=zHDriS8frG6or3KSyMfO-rbJRpnqBfRRa1j7jUmnYWA,30742
201
- cribl_control_plane/models/outputcloudwatch.py,sha256=fcP7ujLkBnjhM72JQ_NQHEuH5ZHBh5JRuL9B61Y1fms,12870
202
- cribl_control_plane/models/outputconfluentcloud.py,sha256=9pOFgU1LqQLQ91DChMNM8VV28UR5BtDKOZZ5-KBGIo0,27792
203
- cribl_control_plane/models/outputcriblhttp.py,sha256=u-1dwQgnbJbT0uKKg_hTVm9EUcT-Q-q0l_Tq-66hrgk,24280
192
+ cribl_control_plane/models/output.py,sha256=Yr9-2u2c-3Wvfo8nt0wTvsP-HN-9JagrnjOjfdoKXzA,11067
193
+ cribl_control_plane/models/outputazureblob.py,sha256=gXbMMiM_2VeXoZ-GdHocnMNx9Zp0c9cx3z-iel2nxEo,23729
194
+ cribl_control_plane/models/outputazuredataexplorer.py,sha256=sgkhnZOFopLV_4UWEdJ8IHg13CDJV7HWyqAlP3i9HM4,41782
195
+ cribl_control_plane/models/outputazureeventhub.py,sha256=ASZ2_JMrkXClaMS9hH0gdox8sME067VQ_I_LZ-q1gFE,22333
196
+ cribl_control_plane/models/outputazurelogs.py,sha256=sVzfMfGsKsyM-lwEB97kTURiu9GOt05YlZnasQif-sY,22205
197
+ cribl_control_plane/models/outputchronicle.py,sha256=YOsvYnjbARg7NubP5jzLm-uBcUR0Ao5k9f8TLjvoUCM,22910
198
+ cribl_control_plane/models/outputclickhouse.py,sha256=gmPvdMciiiSBp7ulPSVvPVlmYaDQ2XqiMrlBg59bGZk,32268
199
+ cribl_control_plane/models/outputcloudwatch.py,sha256=ejY6jvcRXVvV9_bWwk4UTpFkxwdXH7RNVSnuj1D3ZGM,14396
200
+ cribl_control_plane/models/outputconfluentcloud.py,sha256=DU_Byo-mvmV0J9dgzI9Dg411I5Ha-r9xR4LUW8HqK6s,33606
201
+ cribl_control_plane/models/outputcriblhttp.py,sha256=hKK3MUOiDxBhaPnklZuWL1a9Hy_KFMdY3O5Pw_Awpks,25806
204
202
  cribl_control_plane/models/outputcribllake.py,sha256=9ybDwH-7_rdTctcS8yx_Hqhl95mT-3Lm3B2M6PjsWfM,18428
205
- cribl_control_plane/models/outputcribltcp.py,sha256=I_zKaSk9F3YsyCdoTqERhyrhEZtZq9_yFjpqYU0D61k,17651
206
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py,sha256=Yz9YIVnJoCpmW1cGggJIQ_c2YLfXkH9cdeFmCfOGYVc,20081
207
- cribl_control_plane/models/outputdatabricks.py,sha256=gN1tb4tLAfTmiEbe2bo-oTXLNcGmQL9uz9jfyHO3Ahk,19574
208
- cribl_control_plane/models/outputdatadog.py,sha256=Xr3HIFnuuTHgSEycO20az3PHnHb7QyYyoH1Y39zdWKM,23711
209
- cribl_control_plane/models/outputdataset.py,sha256=p68GTCPkL0-sMwt5A4-oqI7p2-vDwbWwRgh6aZzUMLU,21950
203
+ cribl_control_plane/models/outputcribltcp.py,sha256=Swq69ulUadmn-xgZGY5krCmSmThL2uW2L_1erR74oP4,19177
204
+ cribl_control_plane/models/outputcrowdstrikenextgensiem.py,sha256=G1zq1CR2WDA1Ja7rAfxLTA9vxV7YY9_tTVuUWsiueaU,21607
205
+ cribl_control_plane/models/outputdatabricks.py,sha256=pa0DxINDy7sZY8NYwaUJuzDgaKHJoUtR8fuGF6KeR9Y,19889
206
+ cribl_control_plane/models/outputdatadog.py,sha256=tKfCvWvwwcLMz2N4SRUm7xEucC89JicQyoxRpsQKCPA,25237
207
+ cribl_control_plane/models/outputdataset.py,sha256=0Y6Di7rgxYQ7X4Tbc-xTdLwJXEY7QiZpesiMXnF8hnU,23476
210
208
  cribl_control_plane/models/outputdefault.py,sha256=2tjMKYSksR-0qWLd_u3PPLXL0gZiSlUdj9JTPYeYMps,1952
211
209
  cribl_control_plane/models/outputdevnull.py,sha256=OUts1fVfdGgN-gD9mOfSPSYtv-fz4Mk0UjjsXm749mI,1649
212
210
  cribl_control_plane/models/outputdiskspool.py,sha256=-YAIx5Y12j8yN0cDtclut9ECGKXNRfd9vK7ZFiXmIig,3954
213
- cribl_control_plane/models/outputdls3.py,sha256=U9zWXkMH9mDiwfcprX1CHz3ZKAPoMHShabHRI6Dq9TU,26938
214
- cribl_control_plane/models/outputdynatracehttp.py,sha256=ujpeCUBauRfjcXUpr9wUAcG7Mm5uZyxfeksx0el4FxE,22103
215
- cribl_control_plane/models/outputdynatraceotlp.py,sha256=Hus-gvsom0E5xP0EuDwmYP9C725vq18ZY-cYo4ic928,24086
216
- cribl_control_plane/models/outputelastic.py,sha256=2pBVJZJBA5H4HjZ9bYVl0B5inolgfh__J8fnjYVpH_o,23804
217
- cribl_control_plane/models/outputelasticcloud.py,sha256=xh_gNdzRJsVHHIzX1ovGmi_PsNXP2jnQe3g8ckOdj7s,19204
211
+ cribl_control_plane/models/outputdls3.py,sha256=RXldBvOoF_sdbn3DOZ3B1nF2DSCK622Km6aoNGSi2Uo,27253
212
+ cribl_control_plane/models/outputdynatracehttp.py,sha256=MA31EW2Olt6kIk6aiUj14QeyPzdYScFyzQ7vxZMKdJc,23629
213
+ cribl_control_plane/models/outputdynatraceotlp.py,sha256=yx1BPaZfh6A6y0qBZkRbrwTPQQuAbFhAGiopU9crd8o,25612
214
+ cribl_control_plane/models/outputelastic.py,sha256=33U_NXvY4P688xgeEfGfUpFTOOoHBSnHM1CcrRKa9xA,26189
215
+ cribl_control_plane/models/outputelasticcloud.py,sha256=rnM0wAhT8a2bK9bXDb1tDbDkP0UMwtHJSvd8i7UucgM,21589
218
216
  cribl_control_plane/models/outputexabeam.py,sha256=E-vbYfym5qMPjjzgNg1nf028KLiQUZ8hbvrIsV_GXFY,13650
219
- cribl_control_plane/models/outputfilesystem.py,sha256=BLvNUXgpRvwC4AQWizrxaH-EwjdmMpLPk43Q9cuGK0I,17598
220
- cribl_control_plane/models/outputgooglechronicle.py,sha256=sCKSNmb6ZP2jYioZ3Jun0VtjyfHJHZpY2OEarlVL4ls,23649
221
- cribl_control_plane/models/outputgooglecloudlogging.py,sha256=zRJ0Y-ZaLK1iT41cJcuyrQ0dl7o2hmEJpWq9_lwvdNs,35741
222
- cribl_control_plane/models/outputgooglecloudstorage.py,sha256=bDtX1AWnUBtGIWZPzYGCrY3_uOe4UzNvhHB1O7XsAaw,24309
223
- cribl_control_plane/models/outputgooglepubsub.py,sha256=5pJSxcFNEC0kVFe0rlXVxTpYKrGflFeoYbbDsPlPMAk,12592
224
- cribl_control_plane/models/outputgrafanacloud.py,sha256=JdqsP_ocVfbzBRqFz57m3KX6VZacBXC90Wsw7S5ASVc,55092
225
- cribl_control_plane/models/outputgraphite.py,sha256=9gKiLaP-mK8HWLhJGWy7VeCebAazK9vRwgitn310nFw,10660
226
- cribl_control_plane/models/outputhoneycomb.py,sha256=Mj8l3Tn2cDQ7HBCqaZBLO7MrWJ98BVOPSfH2GPbR6aA,18167
227
- cribl_control_plane/models/outputhumiohec.py,sha256=Q--I0FCzAyhP_6AVG3-uLXdD_J3hgM-AWtazXtnRI7Q,19523
228
- cribl_control_plane/models/outputinfluxdb.py,sha256=CaPyTtOk4dnx_LtdlroMJs_AJZNzYQT8NWhlSDMkhLI,25025
229
- cribl_control_plane/models/outputkafka.py,sha256=YXJpIT3FB3gyZBdX2WoZO0mcI-nxWvn9DuC-N2UvbZA,27188
230
- cribl_control_plane/models/outputkinesis.py,sha256=9EzEwbCgimivgiluU3tna6DYtyBMT3H36_uVfcJujH4,14339
231
- cribl_control_plane/models/outputloki.py,sha256=QhuwlcCSJ1oyvKxUNvdKQj5Fr7_VrS3KBDvudBEWMW4,23343
232
- cribl_control_plane/models/outputminio.py,sha256=uIWaLTzPREPhkXwMHpozWrQ9n079iU16Po4JtmQ-eAw,24346
233
- cribl_control_plane/models/outputmsk.py,sha256=oE3UvQ95qb4KHhQwexhfz2bX6Gxk5PMzErbQ46rnC7A,30050
217
+ cribl_control_plane/models/outputfilesystem.py,sha256=PVwjc9iS8vr0l3i7raXR_vHbnVdfaeF3WcXrep5DrFU,17913
218
+ cribl_control_plane/models/outputgooglechronicle.py,sha256=j6MJnCF9jWFPF_uKBd8tOqB7snMqP-7jaj_WUjOzoGw,25860
219
+ cribl_control_plane/models/outputgooglecloudlogging.py,sha256=vtrToWGwzSyFdePvLZ9ZdhOUVrF_tnAeBno1YsMljEI,37267
220
+ cribl_control_plane/models/outputgooglecloudstorage.py,sha256=hEvi3vyIjenAJIFXoKA3jkfLlglnkg7uaGe6MLjO604,24624
221
+ cribl_control_plane/models/outputgooglepubsub.py,sha256=MvSBi6GSrFeXthA2FEIvx5AbhpaQiYwU1iOTIPyqr2s,14118
222
+ cribl_control_plane/models/outputgrafanacloud.py,sha256=frzUIn2VpXqSA2yQUyb0U6-P4_xYRlbpj0-3O2pxXZI,58144
223
+ cribl_control_plane/models/outputgraphite.py,sha256=4H5FoNKsO4QHPIw82IhVEeH_c4HIIR37sSxPLDnpzgo,12186
224
+ cribl_control_plane/models/outputhoneycomb.py,sha256=3DjDPBrJmATd6xEwvub6NY_1FwuZwY3n-wiJEwNlCtU,19693
225
+ cribl_control_plane/models/outputhumiohec.py,sha256=_UhWpY6inoKVc6mSlNsholPClVZC90fB3yrRKxWNyS0,21049
226
+ cribl_control_plane/models/outputinfluxdb.py,sha256=BH8spMocf-7jveuF8SU7zoJqIGDC26fDXupBo9AAJtI,26551
227
+ cribl_control_plane/models/outputkafka.py,sha256=JYqH0cG57GNZnyqDzispikv03w-wjtpAEVuz6Fe2deY,32876
228
+ cribl_control_plane/models/outputkinesis.py,sha256=a5PrL_NTghgEXfWlusQAaaxrpkUVJYGg_BL7Y4SOI_g,16157
229
+ cribl_control_plane/models/outputloki.py,sha256=RJssc_sSXPs5KfR-9j0-zQqXbxYrAdWEeDJvpCQGOLs,24869
230
+ cribl_control_plane/models/outputminio.py,sha256=k04UjMYUeuwkaVN5nlLejpe24Ijme2m8tsypxt_Cwj4,24661
231
+ cribl_control_plane/models/outputmsk.py,sha256=Rte_i_AS65Ae0aPYS7xUMv20LfiOzrVJn_LuyQQQyEo,31930
234
232
  cribl_control_plane/models/outputnetflow.py,sha256=xOBy2Q48SfhNT2ifAQU-bPVQ5nOpUqMJ5B40SlZ3-0o,2790
235
- cribl_control_plane/models/outputnewrelic.py,sha256=Fvim6mjMWfsbWlpJ6X5VAQnJy8xXf8RwmWYE3Tuq5Ik,20758
236
- cribl_control_plane/models/outputnewrelicevents.py,sha256=fugzCYJCpcCf0xo8v2PtMtgbGCFkSIzPUfdxjjqJR2Y,19732
237
- cribl_control_plane/models/outputopentelemetry.py,sha256=H35q5ZoL6k3dTuJWerigoJbbbRYHNlkzo9IgfWIkfrc,32142
238
- cribl_control_plane/models/outputprometheus.py,sha256=3rQGHLJCvsEWehKaNv-vUEfTa5WnIvu5Vvi3-P0X-og,24070
233
+ cribl_control_plane/models/outputnewrelic.py,sha256=L9p_KFoa8A6oXZXJ1ZUFuhjuqXWWGLfwywJbrVQzAqI,22284
234
+ cribl_control_plane/models/outputnewrelicevents.py,sha256=ffkoVBnWEPfvI1EkW9d55WrGgvervtQA67tipo43M20,21258
235
+ cribl_control_plane/models/outputopentelemetry.py,sha256=geRTDLdFzLSl1I9snp6Ig0ST-qFNs-Ghgj0i-GpFXY0,33668
236
+ cribl_control_plane/models/outputprometheus.py,sha256=7ggqaQgbe7MAlZ5bcRHBZr7xaMGIlmg15EP2TZA7mCY,25596
239
237
  cribl_control_plane/models/outputring.py,sha256=VDvYLQ74_Hdv_kyuhttTdsTC5LelCa8FJsOUi1q_yp8,4829
240
238
  cribl_control_plane/models/outputrouter.py,sha256=NFxnKjlI5v0m67qjiPDuQ_UYqoNQDTTNv5SQWlF3vrs,2686
241
- cribl_control_plane/models/outputs3.py,sha256=9fH0IbDXMsdTd_G-8jlBRo623XTjNvYefZuf0a4qdpk,26957
239
+ cribl_control_plane/models/outputs3.py,sha256=EaQCMS4LCpuboYrXwVDwHxyAroQflPvPl2Eo2J08-Bc,27272
242
240
  cribl_control_plane/models/outputsamplesresponse.py,sha256=gQrDTmfvvYDoKPYyhl6qijUU8AksXxq2mPHahVPssAk,390
243
241
  cribl_control_plane/models/outputsecuritylake.py,sha256=ofZJvPJ6pW5tp_VvaeVl8yyeeJcJXYKsloeiO-Jc5_E,24542
244
- cribl_control_plane/models/outputsentinel.py,sha256=XqGHge7LZSJWxdAQ37Tpls00zKdyAOkICucSmciaDBQ,25825
245
- cribl_control_plane/models/outputsentineloneaisiem.py,sha256=8QKKS2WS6IOfJsU6yvadNi6FeYfu_JnKBkU3paTfeCs,29020
246
- cribl_control_plane/models/outputservicenow.py,sha256=2Ory_SRDNkD5fUNO7sG-roCOX6Ig-zY_eqVLgaA3jdE,26455
247
- cribl_control_plane/models/outputsignalfx.py,sha256=1bFGjOfCv_BSmUtpgs67ieeOCwb3whJDCkTo5ni5-gI,18756
242
+ cribl_control_plane/models/outputsentinel.py,sha256=yYEE6Qw6tFySVG2HFTwHdHQU6j2-yr8R-nLn8OM_Da0,27351
243
+ cribl_control_plane/models/outputsentineloneaisiem.py,sha256=fRVAByTi1c-WMQifaISU1_i-8I5wzx0uM0mMrZohz8M,30546
244
+ cribl_control_plane/models/outputservicenow.py,sha256=LV0eI61FNkt6cnMvS2xJi0Jc10pcuyPYYY3Ne-CiwOE,27981
245
+ cribl_control_plane/models/outputsignalfx.py,sha256=3cgFmex0e1XYEweaxQ_92HtI3NQpupPcCFL1uWJRszw,20282
248
246
  cribl_control_plane/models/outputsnmp.py,sha256=TQK8zgga3LAuyp_YGhqobc7FYLBBJRciw2ZBFQPkU1Y,2738
249
- cribl_control_plane/models/outputsns.py,sha256=b2-2wCqLnsLvx8-RbiNxj39ReQndLFz6ah4ShYnaC1g,13444
250
- cribl_control_plane/models/outputsplunk.py,sha256=8esaGZ_iU1rA4n5U83o6MmYfaKMDnfTOSb6zgFiTJiU,17591
251
- cribl_control_plane/models/outputsplunkhec.py,sha256=I-lAtsxQ2UproJCyG6vqJ-NrdKVExO-Rs8xW8GWLqyM,21846
252
- cribl_control_plane/models/outputsplunklb.py,sha256=9TNbbJQ5lxL3eWgDYvT0sx8X9VNfdaS57whHydzuc9o,26628
253
- cribl_control_plane/models/outputsqs.py,sha256=avSQUyXAnejJsRQgsjW7sMDQXRADRbn8gHuGwZ2Ndgo,15627
254
- cribl_control_plane/models/outputstatsd.py,sha256=U1G3mvsX1BvoSk80ifFHtDkH2HS1CcYE8KT0xO8C0pg,10585
255
- cribl_control_plane/models/outputstatsdext.py,sha256=tXY8npGBU1WiINEbir8i0xsGiy0JPFivrzutdc_x39A,10693
256
- cribl_control_plane/models/outputsumologic.py,sha256=yY5EWXOc4em-HnL7dcbIdK_njSvrIDTP-pPNO6UFvjU,19159
257
- cribl_control_plane/models/outputsyslog.py,sha256=Fm7x-YY2To8M_VMKcWt2S3aUmvXtcSPUh-Al79OVLbs,21665
258
- cribl_control_plane/models/outputtcpjson.py,sha256=T2XHSRdG7nsjgzx9-sKUvmnV8doN-erA0pJjj71nnFc,18871
247
+ cribl_control_plane/models/outputsns.py,sha256=HxEvsOslgIYgoieHPoNmncY6fMO5c5OtEUWZ7hRAoSU,14970
248
+ cribl_control_plane/models/outputsplunk.py,sha256=aBlRpvGRgvBMjwS2Pm4WN2KFGqJTid9fkliN0hWfWOk,19117
249
+ cribl_control_plane/models/outputsplunkhec.py,sha256=jYLCEqYgGAkJtu4ra71X51WLiXr7ECRmQvpcKR2_L5E,23372
250
+ cribl_control_plane/models/outputsplunklb.py,sha256=LMbZzHGFZQneGc8oNHwfbkUaIgmwV7DtoMBDxJWi9hU,28154
251
+ cribl_control_plane/models/outputsqs.py,sha256=lnIVYrSdz2XIj0FZtoGGwHRiHOtg-Cjwyyk2d70_mrQ,17153
252
+ cribl_control_plane/models/outputstatsd.py,sha256=I1oWs9kpzLqWZPmzPSC_WpVPURA-C2uY49Oc-SkXMkw,12111
253
+ cribl_control_plane/models/outputstatsdext.py,sha256=J-ibVm7ISKiodbwqhgo1EkDkYwCjuhkH_EZJl_xhVZ4,12219
254
+ cribl_control_plane/models/outputsumologic.py,sha256=NmkYtp09HEs0Hp8N80ZonyQLAd0b3uVotzYWeow5bMU,20685
255
+ cribl_control_plane/models/outputsyslog.py,sha256=2o7mJwzzhwmvdndFI0IrH2RINI1BAimes2SobJdw0kw,23257
256
+ cribl_control_plane/models/outputtcpjson.py,sha256=WdjZtztXCUtnUcYI4vjnGgDcb47DaFpgaV367-q3oNI,20397
259
257
  cribl_control_plane/models/outputtestrequest.py,sha256=UTUiu9WvmbQxqBQtwoBSMPjAynOvKPSrNcsjoGTjPp8,428
260
258
  cribl_control_plane/models/outputtestresponse.py,sha256=cKeXPvSpCzU6cWpXvHoujp-pmS-qVBoSkz3pb7MdV7M,775
261
- cribl_control_plane/models/outputwavefront.py,sha256=rCVu_8EAuGRLyMKQpc9HvUA45cWflG3mHlyJnmM8yNM,18479
262
- cribl_control_plane/models/outputwebhook.py,sha256=qtBTIm9fravXicq79NJkhsiB-B3eLQrij5KD3-dnFzc,34566
263
- cribl_control_plane/models/outputxsiam.py,sha256=qDcLcnuLqPxaxc-ijTuoZiVKnY1jN2vuGSnAwwMbR2M,20601
259
+ cribl_control_plane/models/outputwavefront.py,sha256=qBVJgOVKyMTlet-ED9TIfOjecFsOMVP4qsGGuJy4GZM,20005
260
+ cribl_control_plane/models/outputwebhook.py,sha256=Ux0kvlfwgZtXVtHqjEfv_y-RuOtd1z4Myt-ARKh5Gj8,36092
261
+ cribl_control_plane/models/outputxsiam.py,sha256=hqLsl2CK0WO5W_ogZiykmA0mul8SnSCPHMq0H1i2BSU,22127
264
262
  cribl_control_plane/models/packinfo.py,sha256=4erAi8M_omyQ87v-5xXHAAn7VS3yXmKeMDPnSyvqH5c,2001
265
263
  cribl_control_plane/models/packinstallinfo.py,sha256=vXLqvzbSixAilJL-qMxZm9mWX4xiBl5e3SuRS1i0Z2c,2122
266
264
  cribl_control_plane/models/packrequestbody_union.py,sha256=EGDpybuIL6SAXT_mHnaFCm6PtEH3dTdTu999-7rmgKA,3897
267
265
  cribl_control_plane/models/packupgraderequest.py,sha256=T-d4cha7jj-ez0sJcqRPA5xGS2C9yuZ0KfGtPRulqj0,671
268
- cribl_control_plane/models/pipeline.py,sha256=luxUru-gTNYGt4lRTsiZkpR2fkzfjg-Wi8g3jRgj3EI,2162
266
+ cribl_control_plane/models/pipeline.py,sha256=AaoC5euxac-fwul-LM1mNf03hCzrXmHQGZLMrUWuS4g,2130
269
267
  cribl_control_plane/models/pipelinefunctionconf.py,sha256=X61RPaoYpa_UZWavnQiNSaXlXqS2EdUK51MQ02IvCeo,1646
270
268
  cribl_control_plane/models/productscore.py,sha256=iR4tV3eQI39kjOmyXM3RxJTxkisfVdio0p8nfmZ7t90,271
271
269
  cribl_control_plane/models/rbacresource.py,sha256=gN2zY3kwlIC-gL_K2N4ORuyTaKuqAttzaZaVftT1qQ4,429
@@ -273,11 +271,10 @@ cribl_control_plane/models/resourcepolicy.py,sha256=NBWadVgjY9ctVazi9xRkj2bXg-_x
273
271
  cribl_control_plane/models/routeconf.py,sha256=5QEcL6QMsAfoofsS8OJr8LkgCekLq2P7-byTNcepuHQ,1380
274
272
  cribl_control_plane/models/routes.py,sha256=2MRVmc4zvUjQw6moQmRYss_XaoGcaauj2Jpdb3VX8pA,2022
275
273
  cribl_control_plane/models/routesroute.py,sha256=7hFUWpgVDBj0N117IFxZRGkFqJntbe4NyBakVyMKsTY,2339
276
- cribl_control_plane/models/rulesetid.py,sha256=2OtMmOleRawJrvQWAYG070Oa_GmkWgvEsiQOWr9e_iU,289
277
274
  cribl_control_plane/models/runnablejob.py,sha256=hyWHdW7SypvxfnwGcpRfXRAt7HgQWEyq3rqsm4TsEWM,812
278
- cribl_control_plane/models/runnablejobcollection.py,sha256=JdplXfc51CbwCvC5L8lF-cJ83bisHBaGFbK4Eq9C-ZQ,22368
279
- cribl_control_plane/models/runnablejobexecutor.py,sha256=dlxBPDGFWc00wSeqAFxoAwOvH9artxYHk0Y32eVLpMA,12522
280
- cribl_control_plane/models/runnablejobscheduledsearch.py,sha256=BnUKnUthPVkeqnZHbiQmMfa6Vd_OBWekkelkINmd8DE,10301
275
+ cribl_control_plane/models/runnablejobcollection.py,sha256=hwccMptlp6AFGrmL8pkpBEeDTgQm0DLW0HEGirKdly8,22621
276
+ cribl_control_plane/models/runnablejobexecutor.py,sha256=RzQr1U7Az0H7d_KUye3b7rT-0wuaSy2oupjgyMsEZTQ,12775
277
+ cribl_control_plane/models/runnablejobscheduledsearch.py,sha256=R_cYdXCJy1SrwqYUzjpaNDoLA5C2OwE0ODtKw-Hu9aM,10554
281
278
  cribl_control_plane/models/schemeclientoauth.py,sha256=cjePTTFIlKoYg8JZOOuvacOb1Zb5RqmgiqyQA9P3kvU,839
282
279
  cribl_control_plane/models/security.py,sha256=l8rMit25V2MUVLptnexODsL6wP-3l50g8D4kwRsAQvY,1097
283
280
  cribl_control_plane/models/teamaccesscontrollist.py,sha256=HLMck-wyuJYiKD-adSS5ti4yLbHE2snZaOAI0GwgfOI,483
@@ -297,7 +294,7 @@ cribl_control_plane/models/useraccesscontrollist.py,sha256=UNM3mdqFByd9GAovAi26z
297
294
  cribl_control_plane/models/workertypes.py,sha256=1AaTkG_g67Vtoh0vYYrYVgRo41PvcK3cRm_G_r-JSgA,286
298
295
  cribl_control_plane/nodes.py,sha256=I4AnHbDlX3zNbvDfwgIZ6sv1yQTlkAGaQRoSzwkl0KM,17531
299
296
  cribl_control_plane/packs.py,sha256=svZrwbLNPfqPlRC0oh0w5IwQl2DWUHI89N3aTw27AiQ,47651
300
- cribl_control_plane/pipelines.py,sha256=6dP5y2imh2lc7J92PpEMe-QlyItCz7Z7nQGtiKZuHho,37042
297
+ cribl_control_plane/pipelines.py,sha256=jeU-R5NDOsLXrV-5t7Cz-RPidsQ4KwNN4-_oW9iNK0s,36946
301
298
  cribl_control_plane/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
302
299
  cribl_control_plane/routes_sdk.py,sha256=8rOo8OyPDybbB-YjuqsjwLfXPy1WCjHBduv7FkWUdb0,32365
303
300
  cribl_control_plane/samples.py,sha256=41bJGkB-lxj8WmeI-418PwgMT2KPKqlINp26CKwt0Yk,16067
@@ -329,6 +326,6 @@ cribl_control_plane/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8N
329
326
  cribl_control_plane/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
330
327
  cribl_control_plane/versions.py,sha256=4xdTYbM84Xyjr5qkixqNpgn2q6V8aXVYXkEPDU2Ele0,1156
331
328
  cribl_control_plane/versions_configs.py,sha256=5CKcfN4SzuyFgggrx6O8H_h3GhNyKSbfdVhSkVGZKi4,7284
332
- cribl_control_plane-0.2.1rc3.dist-info/METADATA,sha256=GaG4myLkXiRoubIit9ebn63VBYb468Jh09S1GecfYqo,40937
333
- cribl_control_plane-0.2.1rc3.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
334
- cribl_control_plane-0.2.1rc3.dist-info/RECORD,,
329
+ cribl_control_plane-0.2.1rc4.dist-info/METADATA,sha256=hhwVUsbWrJW7Un-UrkLcMnq6eCr6m3yW3xYuslSCHoM,40606
330
+ cribl_control_plane-0.2.1rc4.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
331
+ cribl_control_plane-0.2.1rc4.dist-info/RECORD,,
@@ -1,205 +0,0 @@
1
- """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
-
3
- from .basesdk import BaseSDK
4
- from cribl_control_plane import errors, models, utils
5
- from cribl_control_plane._hooks import HookContext
6
- from cribl_control_plane.types import OptionalNullable, UNSET
7
- from cribl_control_plane.utils import get_security_from_env
8
- from cribl_control_plane.utils.unmarshal_json_response import unmarshal_json_response
9
- from typing import Any, Mapping, Optional
10
-
11
-
12
- class Mappings(BaseSDK):
13
- def activate(
14
- self,
15
- *,
16
- product: models.ProductsCore,
17
- id: str,
18
- retries: OptionalNullable[utils.RetryConfig] = UNSET,
19
- server_url: Optional[str] = None,
20
- timeout_ms: Optional[int] = None,
21
- http_headers: Optional[Mapping[str, str]] = None,
22
- ) -> models.CreateAdminProductsMappingsActivateByProductResponse:
23
- r"""Set a Mapping Ruleset as the active configuration for the specified Cribl product
24
-
25
- Set a specific Mapping Ruleset as the currently active configuration for the specified Cribl product.
26
-
27
- :param product: Name of the Cribl product to activate the Mapping Ruleset for
28
- :param id:
29
- :param retries: Override the default retry configuration for this method
30
- :param server_url: Override the default server URL for this method
31
- :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
32
- :param http_headers: Additional headers to set or replace on requests.
33
- """
34
- base_url = None
35
- url_variables = None
36
- if timeout_ms is None:
37
- timeout_ms = self.sdk_configuration.timeout_ms
38
-
39
- if server_url is not None:
40
- base_url = server_url
41
- else:
42
- base_url = self._get_url(base_url, url_variables)
43
-
44
- request = models.CreateAdminProductsMappingsActivateByProductRequest(
45
- product=product,
46
- ruleset_id=models.RulesetID(
47
- id=id,
48
- ),
49
- )
50
-
51
- req = self._build_request(
52
- method="POST",
53
- path="/admin/products/{product}/mappings/activate",
54
- base_url=base_url,
55
- url_variables=url_variables,
56
- request=request,
57
- request_body_required=True,
58
- request_has_path_params=True,
59
- request_has_query_params=True,
60
- user_agent_header="user-agent",
61
- accept_header_value="application/json",
62
- http_headers=http_headers,
63
- security=self.sdk_configuration.security,
64
- get_serialized_body=lambda: utils.serialize_request_body(
65
- request.ruleset_id, False, False, "json", models.RulesetID
66
- ),
67
- timeout_ms=timeout_ms,
68
- )
69
-
70
- if retries == UNSET:
71
- if self.sdk_configuration.retry_config is not UNSET:
72
- retries = self.sdk_configuration.retry_config
73
-
74
- retry_config = None
75
- if isinstance(retries, utils.RetryConfig):
76
- retry_config = (retries, ["429", "500", "502", "503", "504"])
77
-
78
- http_res = self.do_request(
79
- hook_ctx=HookContext(
80
- config=self.sdk_configuration,
81
- base_url=base_url or "",
82
- operation_id="createAdminProductsMappingsActivateByProduct",
83
- oauth2_scopes=[],
84
- security_source=get_security_from_env(
85
- self.sdk_configuration.security, models.Security
86
- ),
87
- ),
88
- request=req,
89
- error_status_codes=["401", "4XX", "500", "5XX"],
90
- retry_config=retry_config,
91
- )
92
-
93
- response_data: Any = None
94
- if utils.match_response(http_res, "200", "application/json"):
95
- return unmarshal_json_response(
96
- models.CreateAdminProductsMappingsActivateByProductResponse, http_res
97
- )
98
- if utils.match_response(http_res, "500", "application/json"):
99
- response_data = unmarshal_json_response(errors.ErrorData, http_res)
100
- raise errors.Error(response_data, http_res)
101
- if utils.match_response(http_res, ["401", "4XX"], "*"):
102
- http_res_text = utils.stream_to_text(http_res)
103
- raise errors.APIError("API error occurred", http_res, http_res_text)
104
- if utils.match_response(http_res, "5XX", "*"):
105
- http_res_text = utils.stream_to_text(http_res)
106
- raise errors.APIError("API error occurred", http_res, http_res_text)
107
-
108
- raise errors.APIError("Unexpected response received", http_res)
109
-
110
- async def activate_async(
111
- self,
112
- *,
113
- product: models.ProductsCore,
114
- id: str,
115
- retries: OptionalNullable[utils.RetryConfig] = UNSET,
116
- server_url: Optional[str] = None,
117
- timeout_ms: Optional[int] = None,
118
- http_headers: Optional[Mapping[str, str]] = None,
119
- ) -> models.CreateAdminProductsMappingsActivateByProductResponse:
120
- r"""Set a Mapping Ruleset as the active configuration for the specified Cribl product
121
-
122
- Set a specific Mapping Ruleset as the currently active configuration for the specified Cribl product.
123
-
124
- :param product: Name of the Cribl product to activate the Mapping Ruleset for
125
- :param id:
126
- :param retries: Override the default retry configuration for this method
127
- :param server_url: Override the default server URL for this method
128
- :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
129
- :param http_headers: Additional headers to set or replace on requests.
130
- """
131
- base_url = None
132
- url_variables = None
133
- if timeout_ms is None:
134
- timeout_ms = self.sdk_configuration.timeout_ms
135
-
136
- if server_url is not None:
137
- base_url = server_url
138
- else:
139
- base_url = self._get_url(base_url, url_variables)
140
-
141
- request = models.CreateAdminProductsMappingsActivateByProductRequest(
142
- product=product,
143
- ruleset_id=models.RulesetID(
144
- id=id,
145
- ),
146
- )
147
-
148
- req = self._build_request_async(
149
- method="POST",
150
- path="/admin/products/{product}/mappings/activate",
151
- base_url=base_url,
152
- url_variables=url_variables,
153
- request=request,
154
- request_body_required=True,
155
- request_has_path_params=True,
156
- request_has_query_params=True,
157
- user_agent_header="user-agent",
158
- accept_header_value="application/json",
159
- http_headers=http_headers,
160
- security=self.sdk_configuration.security,
161
- get_serialized_body=lambda: utils.serialize_request_body(
162
- request.ruleset_id, False, False, "json", models.RulesetID
163
- ),
164
- timeout_ms=timeout_ms,
165
- )
166
-
167
- if retries == UNSET:
168
- if self.sdk_configuration.retry_config is not UNSET:
169
- retries = self.sdk_configuration.retry_config
170
-
171
- retry_config = None
172
- if isinstance(retries, utils.RetryConfig):
173
- retry_config = (retries, ["429", "500", "502", "503", "504"])
174
-
175
- http_res = await self.do_request_async(
176
- hook_ctx=HookContext(
177
- config=self.sdk_configuration,
178
- base_url=base_url or "",
179
- operation_id="createAdminProductsMappingsActivateByProduct",
180
- oauth2_scopes=[],
181
- security_source=get_security_from_env(
182
- self.sdk_configuration.security, models.Security
183
- ),
184
- ),
185
- request=req,
186
- error_status_codes=["401", "4XX", "500", "5XX"],
187
- retry_config=retry_config,
188
- )
189
-
190
- response_data: Any = None
191
- if utils.match_response(http_res, "200", "application/json"):
192
- return unmarshal_json_response(
193
- models.CreateAdminProductsMappingsActivateByProductResponse, http_res
194
- )
195
- if utils.match_response(http_res, "500", "application/json"):
196
- response_data = unmarshal_json_response(errors.ErrorData, http_res)
197
- raise errors.Error(response_data, http_res)
198
- if utils.match_response(http_res, ["401", "4XX"], "*"):
199
- http_res_text = await utils.stream_to_text_async(http_res)
200
- raise errors.APIError("API error occurred", http_res, http_res_text)
201
- if utils.match_response(http_res, "5XX", "*"):
202
- http_res_text = await utils.stream_to_text_async(http_res)
203
- raise errors.APIError("API error occurred", http_res, http_res_text)
204
-
205
- raise errors.APIError("Unexpected response received", http_res)
@@ -1,52 +0,0 @@
1
- """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
-
3
- from __future__ import annotations
4
- from .productscore import ProductsCore
5
- from .rulesetid import RulesetID, RulesetIDTypedDict
6
- from cribl_control_plane.types import BaseModel
7
- from cribl_control_plane.utils import (
8
- FieldMetadata,
9
- PathParamMetadata,
10
- RequestMetadata,
11
- validate_open_enum,
12
- )
13
- from pydantic.functional_validators import PlainValidator
14
- from typing import List, Optional
15
- from typing_extensions import Annotated, NotRequired, TypedDict
16
-
17
-
18
- class CreateAdminProductsMappingsActivateByProductRequestTypedDict(TypedDict):
19
- product: ProductsCore
20
- r"""Name of the Cribl product to activate the Mapping Ruleset for"""
21
- ruleset_id: RulesetIDTypedDict
22
- r"""RulesetId object"""
23
-
24
-
25
- class CreateAdminProductsMappingsActivateByProductRequest(BaseModel):
26
- product: Annotated[
27
- Annotated[ProductsCore, PlainValidator(validate_open_enum(False))],
28
- FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
29
- ]
30
- r"""Name of the Cribl product to activate the Mapping Ruleset for"""
31
-
32
- ruleset_id: Annotated[
33
- RulesetID, FieldMetadata(request=RequestMetadata(media_type="application/json"))
34
- ]
35
- r"""RulesetId object"""
36
-
37
-
38
- class CreateAdminProductsMappingsActivateByProductResponseTypedDict(TypedDict):
39
- r"""The <code>id</code> of the Mapping Ruleset that has been successfully activated"""
40
-
41
- count: NotRequired[int]
42
- r"""number of items present in the items array"""
43
- items: NotRequired[List[RulesetIDTypedDict]]
44
-
45
-
46
- class CreateAdminProductsMappingsActivateByProductResponse(BaseModel):
47
- r"""The <code>id</code> of the Mapping Ruleset that has been successfully activated"""
48
-
49
- count: Optional[int] = None
50
- r"""number of items present in the items array"""
51
-
52
- items: Optional[List[RulesetID]] = None
@@ -1,13 +0,0 @@
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
- from typing_extensions import TypedDict
6
-
7
-
8
- class RulesetIDTypedDict(TypedDict):
9
- id: str
10
-
11
-
12
- class RulesetID(BaseModel):
13
- id: str