cribl-control-plane 0.0.24__py3-none-any.whl → 0.0.26__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 (115) hide show
  1. cribl_control_plane/_version.py +3 -3
  2. cribl_control_plane/destinations.py +10 -8
  3. cribl_control_plane/errors/healthstatus_error.py +1 -1
  4. cribl_control_plane/groups_sdk.py +10 -10
  5. cribl_control_plane/{healthinfo.py → health.py} +3 -1
  6. cribl_control_plane/models/__init__.py +21 -27
  7. cribl_control_plane/models/healthstatus.py +3 -3
  8. cribl_control_plane/models/input.py +4 -4
  9. cribl_control_plane/models/inputappscope.py +5 -5
  10. cribl_control_plane/models/inputcollection.py +2 -2
  11. cribl_control_plane/models/inputconfluentcloud.py +17 -3
  12. cribl_control_plane/models/inputcribl.py +5 -5
  13. cribl_control_plane/models/inputcriblhttp.py +3 -3
  14. cribl_control_plane/models/inputcribllakehttp.py +3 -3
  15. cribl_control_plane/models/inputcriblmetrics.py +5 -5
  16. cribl_control_plane/models/inputcribltcp.py +3 -3
  17. cribl_control_plane/models/inputdatadogagent.py +3 -3
  18. cribl_control_plane/models/inputedgeprometheus.py +3 -3
  19. cribl_control_plane/models/inputelastic.py +3 -3
  20. cribl_control_plane/models/inputeventhub.py +3 -3
  21. cribl_control_plane/models/inputfile.py +5 -5
  22. cribl_control_plane/models/inputfirehose.py +3 -3
  23. cribl_control_plane/models/inputgooglepubsub.py +16 -9
  24. cribl_control_plane/models/inputgrafana.py +20 -6
  25. cribl_control_plane/models/inputhttp.py +3 -3
  26. cribl_control_plane/models/inputhttpraw.py +3 -3
  27. cribl_control_plane/models/inputjournalfiles.py +3 -3
  28. cribl_control_plane/models/inputkafka.py +17 -3
  29. cribl_control_plane/models/inputkinesis.py +3 -3
  30. cribl_control_plane/models/inputkubeevents.py +5 -5
  31. cribl_control_plane/models/inputkubelogs.py +5 -5
  32. cribl_control_plane/models/inputkubemetrics.py +5 -5
  33. cribl_control_plane/models/inputloki.py +10 -3
  34. cribl_control_plane/models/inputmodeldriventelemetry.py +3 -3
  35. cribl_control_plane/models/inputmsk.py +17 -3
  36. cribl_control_plane/models/inputnetflow.py +3 -3
  37. cribl_control_plane/models/inputoffice365mgmt.py +3 -3
  38. cribl_control_plane/models/inputoffice365msgtrace.py +3 -3
  39. cribl_control_plane/models/inputoffice365service.py +3 -3
  40. cribl_control_plane/models/inputopentelemetry.py +3 -3
  41. cribl_control_plane/models/inputprometheus.py +3 -3
  42. cribl_control_plane/models/inputprometheusrw.py +3 -3
  43. cribl_control_plane/models/inputrawudp.py +3 -3
  44. cribl_control_plane/models/inputsnmp.py +3 -3
  45. cribl_control_plane/models/inputsplunk.py +3 -3
  46. cribl_control_plane/models/inputsplunkhec.py +3 -3
  47. cribl_control_plane/models/inputsplunksearch.py +3 -3
  48. cribl_control_plane/models/inputsqs.py +3 -3
  49. cribl_control_plane/models/inputsystemmetrics.py +5 -5
  50. cribl_control_plane/models/inputsystemstate.py +5 -5
  51. cribl_control_plane/models/inputtcp.py +3 -3
  52. cribl_control_plane/models/inputtcpjson.py +3 -3
  53. cribl_control_plane/models/inputwef.py +3 -3
  54. cribl_control_plane/models/inputwindowsmetrics.py +5 -5
  55. cribl_control_plane/models/inputwiz.py +3 -3
  56. cribl_control_plane/models/inputzscalerhec.py +3 -3
  57. cribl_control_plane/models/output.py +14 -14
  58. cribl_control_plane/models/outputazureblob.py +3 -3
  59. cribl_control_plane/models/outputazuredataexplorer.py +3 -3
  60. cribl_control_plane/models/outputazureeventhub.py +3 -3
  61. cribl_control_plane/models/outputclickhouse.py +3 -3
  62. cribl_control_plane/models/outputcloudwatch.py +3 -3
  63. cribl_control_plane/models/outputconfluentcloud.py +17 -3
  64. cribl_control_plane/models/outputcriblhttp.py +5 -5
  65. cribl_control_plane/models/outputcribllake.py +5 -5
  66. cribl_control_plane/models/outputcribltcp.py +5 -5
  67. cribl_control_plane/models/outputcrowdstrikenextgensiem.py +3 -3
  68. cribl_control_plane/models/outputdatadog.py +5 -5
  69. cribl_control_plane/models/outputdataset.py +5 -5
  70. cribl_control_plane/models/outputdevnull.py +5 -5
  71. cribl_control_plane/models/outputdiskspool.py +5 -5
  72. cribl_control_plane/models/outputdls3.py +5 -5
  73. cribl_control_plane/models/outputdynatracehttp.py +3 -3
  74. cribl_control_plane/models/outputdynatraceotlp.py +3 -3
  75. cribl_control_plane/models/outputelasticcloud.py +3 -3
  76. cribl_control_plane/models/outputexabeam.py +3 -3
  77. cribl_control_plane/models/outputgooglecloudlogging.py +3 -3
  78. cribl_control_plane/models/outputgooglecloudstorage.py +5 -5
  79. cribl_control_plane/models/outputgrafanacloud.py +24 -10
  80. cribl_control_plane/models/outputgraphite.py +3 -3
  81. cribl_control_plane/models/outputhumiohec.py +3 -3
  82. cribl_control_plane/models/outputkafka.py +17 -3
  83. cribl_control_plane/models/outputkinesis.py +3 -3
  84. cribl_control_plane/models/outputloki.py +14 -0
  85. cribl_control_plane/models/outputminio.py +3 -3
  86. cribl_control_plane/models/outputmsk.py +17 -3
  87. cribl_control_plane/models/outputnewrelic.py +5 -5
  88. cribl_control_plane/models/outputnewrelicevents.py +3 -3
  89. cribl_control_plane/models/outputring.py +5 -5
  90. cribl_control_plane/models/outputs3.py +5 -5
  91. cribl_control_plane/models/outputsecuritylake.py +3 -3
  92. cribl_control_plane/models/outputsentinel.py +3 -3
  93. cribl_control_plane/models/outputsentineloneaisiem.py +3 -3
  94. cribl_control_plane/models/outputservicenow.py +3 -3
  95. cribl_control_plane/models/outputsns.py +3 -3
  96. cribl_control_plane/models/outputsplunk.py +3 -3
  97. cribl_control_plane/models/outputsplunkhec.py +5 -5
  98. cribl_control_plane/models/outputsqs.py +3 -3
  99. cribl_control_plane/models/outputstatsd.py +3 -3
  100. cribl_control_plane/models/outputstatsdext.py +3 -3
  101. cribl_control_plane/models/outputsyslog.py +5 -5
  102. cribl_control_plane/models/outputtcpjson.py +5 -5
  103. cribl_control_plane/models/outputwebhook.py +5 -5
  104. cribl_control_plane/models/outputxsiam.py +5 -5
  105. cribl_control_plane/nodes.py +100 -90
  106. cribl_control_plane/pipelines.py +20 -20
  107. cribl_control_plane/sdk.py +6 -6
  108. cribl_control_plane/sources.py +2 -0
  109. cribl_control_plane/versioning.py +14 -14
  110. {cribl_control_plane-0.0.24.dist-info → cribl_control_plane-0.0.26.dist-info}/METADATA +24 -28
  111. {cribl_control_plane-0.0.24.dist-info → cribl_control_plane-0.0.26.dist-info}/RECORD +112 -115
  112. cribl_control_plane/deployments.py +0 -185
  113. cribl_control_plane/models/restartresponse.py +0 -26
  114. cribl_control_plane/models/updateworkersrestartop.py +0 -24
  115. {cribl_control_plane-0.0.24.dist-info → cribl_control_plane-0.0.26.dist-info}/WHEEL +0 -0
@@ -12,7 +12,7 @@ from typing import Any, List, Mapping, Optional
12
12
  class Versioning(BaseSDK):
13
13
  r"""Actions related to Versioning"""
14
14
 
15
- def get_branch(
15
+ def list_branches(
16
16
  self,
17
17
  *,
18
18
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
@@ -92,7 +92,7 @@ class Versioning(BaseSDK):
92
92
 
93
93
  raise errors.APIError("Unexpected response received", http_res)
94
94
 
95
- async def get_branch_async(
95
+ async def list_branches_async(
96
96
  self,
97
97
  *,
98
98
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
@@ -550,7 +550,7 @@ class Versioning(BaseSDK):
550
550
 
551
551
  raise errors.APIError("Unexpected response received", http_res)
552
552
 
553
- def get_branch_name(
553
+ def get_branch(
554
554
  self,
555
555
  *,
556
556
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
@@ -632,7 +632,7 @@ class Versioning(BaseSDK):
632
632
 
633
633
  raise errors.APIError("Unexpected response received", http_res)
634
634
 
635
- async def get_branch_name_async(
635
+ async def get_branch_async(
636
636
  self,
637
637
  *,
638
638
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
@@ -906,7 +906,7 @@ class Versioning(BaseSDK):
906
906
 
907
907
  raise errors.APIError("Unexpected response received", http_res)
908
908
 
909
- def get_file_info(
909
+ def list_files(
910
910
  self,
911
911
  *,
912
912
  group: Optional[str] = None,
@@ -996,7 +996,7 @@ class Versioning(BaseSDK):
996
996
 
997
997
  raise errors.APIError("Unexpected response received", http_res)
998
998
 
999
- async def get_file_info_async(
999
+ async def list_files_async(
1000
1000
  self,
1001
1001
  *,
1002
1002
  group: Optional[str] = None,
@@ -1608,7 +1608,7 @@ class Versioning(BaseSDK):
1608
1608
 
1609
1609
  raise errors.APIError("Unexpected response received", http_res)
1610
1610
 
1611
- def show_commit(
1611
+ def get_commit(
1612
1612
  self,
1613
1613
  *,
1614
1614
  commit: Optional[str] = None,
@@ -1704,7 +1704,7 @@ class Versioning(BaseSDK):
1704
1704
 
1705
1705
  raise errors.APIError("Unexpected response received", http_res)
1706
1706
 
1707
- async def show_commit_async(
1707
+ async def get_commit_async(
1708
1708
  self,
1709
1709
  *,
1710
1710
  commit: Optional[str] = None,
@@ -2134,7 +2134,7 @@ class Versioning(BaseSDK):
2134
2134
 
2135
2135
  raise errors.APIError("Unexpected response received", http_res)
2136
2136
 
2137
- def clean_working_dir(
2137
+ def undo(
2138
2138
  self,
2139
2139
  *,
2140
2140
  group: Optional[str] = None,
@@ -2143,9 +2143,9 @@ class Versioning(BaseSDK):
2143
2143
  timeout_ms: Optional[int] = None,
2144
2144
  http_headers: Optional[Mapping[str, str]] = None,
2145
2145
  ) -> models.CreateVersionUndoResponse:
2146
- r"""Undo the most recent commit and restore the local repository to the previous commit
2146
+ r"""Discard uncommitted (staged) changes
2147
2147
 
2148
- undo the last commit
2148
+ Discards all uncommitted (staged) configuration changes, resetting the working directory to the last committed state.
2149
2149
 
2150
2150
  :param group: Group ID
2151
2151
  :param retries: Override the default retry configuration for this method
@@ -2221,7 +2221,7 @@ class Versioning(BaseSDK):
2221
2221
 
2222
2222
  raise errors.APIError("Unexpected response received", http_res)
2223
2223
 
2224
- async def clean_working_dir_async(
2224
+ async def undo_async(
2225
2225
  self,
2226
2226
  *,
2227
2227
  group: Optional[str] = None,
@@ -2230,9 +2230,9 @@ class Versioning(BaseSDK):
2230
2230
  timeout_ms: Optional[int] = None,
2231
2231
  http_headers: Optional[Mapping[str, str]] = None,
2232
2232
  ) -> models.CreateVersionUndoResponse:
2233
- r"""Undo the most recent commit and restore the local repository to the previous commit
2233
+ r"""Discard uncommitted (staged) changes
2234
2234
 
2235
- undo the last commit
2235
+ Discards all uncommitted (staged) configuration changes, resetting the working directory to the last committed state.
2236
2236
 
2237
2237
  :param group: Group ID
2238
2238
  :param retries: Override the default retry configuration for this method
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: cribl-control-plane
3
- Version: 0.0.24
3
+ Version: 0.0.26
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -301,10 +301,6 @@ with CriblControlPlane(
301
301
  * [fetch_token](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md#fetch_token) - Log in and fetch an authentication token
302
302
 
303
303
 
304
- ### [deployments](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/deployments/README.md)
305
-
306
- * [get_summary](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/deployments/README.md#get_summary) - Retrieve a summary of the Distributed deployment
307
-
308
304
  ### [destinations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md)
309
305
 
310
306
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list) - List all Destinations
@@ -312,26 +308,26 @@ with CriblControlPlane(
312
308
  * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) - Retrieve a Destination
313
309
  * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update) - Update a Destination
314
310
  * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete) - Delete a Destination
315
- * [clear_persistent_queue](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#clear_persistent_queue) - Clear the persistent queue for a Destination
316
- * [get_persistent_queue_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_persistent_queue_status) - Retrieve information about the latest job to clear the persistent queue for a Destination
317
- * [get_sample_data](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_sample_data) - Retrieve sample event data for a Destination
318
- * [create_sample_data](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_sample_data) - Send sample event data to a Destination
311
+ * [clear_pq](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#clear_pq) - Clear the persistent queue for a Destination
312
+ * [get_pq_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_pq_status) - Retrieve information about the latest job to clear the persistent queue for a Destination
313
+ * [get_sample](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_sample) - Retrieve sample event data for a Destination
314
+ * [create_sample](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_sample) - Send sample event data to a Destination
319
315
 
320
316
  ### [groups](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md)
321
317
 
322
318
  * [get_config_version](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_config_version) - Retrieve the configuration version for a Worker Group or Edge Fleet
323
- * [create_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#create_by_product) - Create a Worker Group or Edge Fleet for the specified Cribl product
324
- * [get_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_by_product) - List all Worker Groups or Edge Fleets for the specified Cribl product
319
+ * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#create) - Create a Worker Group or Edge Fleet for the specified Cribl product
320
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#list) - List all Worker Groups or Edge Fleets for the specified Cribl product
325
321
  * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#delete) - Delete a Worker Group or Edge Fleet
326
322
  * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get) - Retrieve a Worker Group or Edge Fleet
327
323
  * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#update) - Update a Worker Group or Edge Fleet
328
- * [deploy_commits](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#deploy_commits) - Deploy commits to a Worker Group or Edge Fleet
329
- * [get_team_access_control_list_by_product](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_team_access_control_list_by_product) - Retrieve the Access Control List (ACL) for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
330
- * [get_access_control_list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_access_control_list) - Retrieve the Access Control List (ACL) for a Worker Group or Edge Fleet
324
+ * [deploy](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#deploy) - Deploy commits to a Worker Group or Edge Fleet
325
+ * [get_team_acl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_team_acl) - Retrieve the Access Control List (ACL) for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
326
+ * [get_acl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md#get_acl) - Retrieve the Access Control List (ACL) for a Worker Group or Edge Fleet
331
327
 
332
- ### [health_info](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/healthinfo/README.md)
328
+ ### [health](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md)
333
329
 
334
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/healthinfo/README.md#get) - Retrieve health status of the server
330
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md#get) - Retrieve health status of the server
335
331
 
336
332
  ### [lake_datasets](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md)
337
333
 
@@ -343,9 +339,9 @@ with CriblControlPlane(
343
339
 
344
340
  ### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
345
341
 
346
- * [get_count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#get_count) - Retrieve a count of Worker and Edge Nodes
342
+ * [get_summary](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#get_summary) - Retrieve a summary of the Distributed deployment
343
+ * [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#count) - Retrieve a count of Worker and Edge Nodes
347
344
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) - Retrieve detailed metadata for Worker and Edge Nodes
348
- * [restart](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#restart) - Restart Worker and Edge Nodes
349
345
 
350
346
  ### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
351
347
 
@@ -356,11 +352,11 @@ with CriblControlPlane(
356
352
 
357
353
  ### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
358
354
 
359
- * [list_pipeline](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#list_pipeline) - Get a list of Pipeline objects
355
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#list) - List all Pipelines
360
356
  * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#create) - Create a Pipeline
361
- * [get_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#get_pipeline_by_id) - Get Pipeline by ID
362
- * [update_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#update_pipeline_by_id) - Update a Pipeline
363
- * [delete_pipeline_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#delete_pipeline_by_id) - Delete Pipeline
357
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#get) - Retrieve a Pipeline
358
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#update) - Update a Pipeline
359
+ * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#delete) - Delete a Pipeline
364
360
 
365
361
  ### [routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md)
366
362
 
@@ -381,19 +377,19 @@ with CriblControlPlane(
381
377
 
382
378
  ### [versioning](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md)
383
379
 
384
- * [get_branch](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_branch) - List all branches in the Git repository used for Cribl configuration
380
+ * [list_branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#list_branches) - List all branches in the Git repository used for Cribl configuration
385
381
  * [create_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#create_commit) - Create a new commit for pending changes to the Cribl configuration
386
382
  * [get_file_count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_file_count) - Retrieve a count of files that changed since a commit
387
- * [get_branch_name](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_branch_name) - Retrieve the name of the Git branch that the Cribl configuration is checked out to
383
+ * [get_branch](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_branch) - Retrieve the name of the Git branch that the Cribl configuration is checked out to
388
384
  * [get_diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_diff) - Retrieve the diff for a commit
389
- * [get_file_info](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_file_info) - Retrieve the names and statuses of files that changed since a commit
385
+ * [list_files](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#list_files) - Retrieve the names and statuses of files that changed since a commit
390
386
  * [get_config_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_config_status) - Retrieve the configuration and status for the Git integration
391
387
  * [push_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#push_commit) - Push a commit from the local repository to the remote repository
392
388
  * [revert_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#revert_commit) - Revert a commit in the local repository
393
- * [show_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#show_commit) - Retrieve the diff and log message for a commit
389
+ * [get_commit](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_commit) - Retrieve the diff and log message for a commit
394
390
  * [get_current_status](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#get_current_status) - Retrieve the status of the current working tree
395
391
  * [sync_local_remote](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#sync_local_remote) - Synchronize the local branch with the remote repository
396
- * [clean_working_dir](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#clean_working_dir) - Undo the most recent commit and restore the local repository to the previous commit
392
+ * [undo](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versioning/README.md#undo) - Discard uncommitted (staged) changes
397
393
 
398
394
  </details>
399
395
  <!-- End Available Resources and Operations [operations] -->
@@ -611,7 +607,7 @@ with CriblControlPlane(
611
607
 
612
608
 
613
609
  **Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
614
- * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 62 methods.*
610
+ * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 61 methods.*
615
611
  * [`ResponseValidationError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
616
612
 
617
613
  </details>
@@ -4,23 +4,22 @@ cribl_control_plane/_hooks/clientcredentials.py,sha256=gVQkktlv3q4-AHOdbQl5r8i-G
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=LTLOFLxsK0EM3ArhsGTujhND6g8XYsC9WU3tJ9DQC8I,542
7
+ cribl_control_plane/_version.py,sha256=ZOrY_zWHKWE3cQykyHyxk7WfIroFZya60yOsw1_H3SU,542
8
8
  cribl_control_plane/auth_sdk.py,sha256=4-cZmuGLihXpQTr3cI6cNo_MW3ucph8Dzq1DSijUZQk,7467
9
9
  cribl_control_plane/basesdk.py,sha256=amvvB5iPT7c-L6NLo2Rhu2f7xWaapsa6OfQ37SICXOw,11954
10
- cribl_control_plane/deployments.py,sha256=cYDu7W6IRec0-urpDXLNNUtoFdxsle2XV_i1cwB1aI4,7486
11
- cribl_control_plane/destinations.py,sha256=-jTXxdmKWCZZS030t5J1uoe09rOU_hUwPXJkueUQ4xY,65239
10
+ cribl_control_plane/destinations.py,sha256=QeMu1t0UZX7Oxdsc8Pte_1tphj9h-10XmRwnNqSO66Y,65207
12
11
  cribl_control_plane/errors/__init__.py,sha256=Xyh3WNPYYsJGQfGBLeaaK6eqwsJOtx-__zmvwwr4Mns,1833
13
12
  cribl_control_plane/errors/apierror.py,sha256=Z3b3zk672zHljcdijGLJeJ2LiP1f3VpVDEqUuF7LDAA,1253
14
13
  cribl_control_plane/errors/criblcontrolplaneerror.py,sha256=P9SU33LkmvyURdJbndHJxXu2KW_3u059peZJ8C80LfM,724
15
14
  cribl_control_plane/errors/error.py,sha256=fZ72R_qeZ0-xd514dVqKKiqh7zzLmnkpPJfckpHOCj4,693
16
- cribl_control_plane/errors/healthstatus_error.py,sha256=euamtBp065afnXzeaBMjGlQGAN3ONZfDK-RR--FOIzo,962
15
+ cribl_control_plane/errors/healthstatus_error.py,sha256=Hgn36yszsiYPS3cG__-PKHDDbPn6tt_ybD_UNw5r9b4,950
17
16
  cribl_control_plane/errors/no_response_error.py,sha256=FQG44Lq6uF7uUlzbUYfM3dJon6sbqXzJ0Ri6YrDdsEs,380
18
17
  cribl_control_plane/errors/responsevalidationerror.py,sha256=TvZ9dOsy-oFBYA_wZCOOEXeGKMBQtzCVX-1-i7epQTE,720
19
- cribl_control_plane/groups_sdk.py,sha256=rkyVzmd9PJmCzipIIX-mbdtUJiPH35Raxxoo8S5WOW4,80527
20
- cribl_control_plane/healthinfo.py,sha256=R3WlFwiuXNcsITJEoAxLZGYwLJa7HYHosZDCb6LD6q8,6673
18
+ cribl_control_plane/groups_sdk.py,sha256=ssqfzLIC30ymNd0cEtP8L600Dm0xbkVcQRyh9OBtU7o,80383
19
+ cribl_control_plane/health.py,sha256=mDYmC13IE_M9jTVKKBOr5aeZ5QArUURLT1PyPpvn5Ho,6719
21
20
  cribl_control_plane/httpclient.py,sha256=Eu73urOAiZQtdUIyOUnPccxCiBbWEKrXG-JrRG3SLM4,3946
22
21
  cribl_control_plane/lakedatasets.py,sha256=Y0sEW-RZIbgKuDeAAhf7m4q8iNRJn1hg38sARR3eBfQ,46144
23
- cribl_control_plane/models/__init__.py,sha256=_BNkonhbdD1yPYE4Yh8qza0kSiYxgDGC5dfXraN7Ck8,353083
22
+ cribl_control_plane/models/__init__.py,sha256=IZdbFf2mX2_BcH4d5l9pvwy3wcBc3Ngp833ETanjAuY,352972
24
23
  cribl_control_plane/models/addhectokenrequest.py,sha256=mzQLKrMWlwxNheqEs5SM_yrT-gyenfCWgHKhmb5oXFQ,800
25
24
  cribl_control_plane/models/appmode.py,sha256=5xRJz9oP5ah4b6dcay4Q1IbQ9irm6k6x2BrTNysIMY4,300
26
25
  cribl_control_plane/models/authtoken.py,sha256=uW0aIs8j14CQzFM2ueY5GIWFulna91cigBWQ3oPlDgY,295
@@ -94,67 +93,67 @@ cribl_control_plane/models/gitrevertresult.py,sha256=2GiUgUDfYGLoIARdaQIzW62vXPb
94
93
  cribl_control_plane/models/gitstatusresult.py,sha256=90WGASPqvR6g3e_IuFQ3QtpuKe-zeJkQZrmToR6RvcY,1203
95
94
  cribl_control_plane/models/hbcriblinfo.py,sha256=hA2OxTBrrdu2q5XH5UzfEQUQJ6OKEctujlMjFa4IEts,2262
96
95
  cribl_control_plane/models/hbleaderinfo.py,sha256=SU5iM_I4sqxoTOzAQsw-rpOMfXwKl1ymze9nUrw6z6U,503
97
- cribl_control_plane/models/healthstatus.py,sha256=8F56PM6Gu4eBCCOiz-hq_sL46mrDxy5F_sC0rBP2PXQ,771
96
+ cribl_control_plane/models/healthstatus.py,sha256=u4ePDejWSLI7yhfFxKyB5GVkihAG_z9PcHqCA2H9-e0,735
98
97
  cribl_control_plane/models/heartbeatmetadata.py,sha256=IlLu0BnjnwBeXQtZSk4YUj9gKiI8n95ipYJ2Og2x1IQ,2255
99
- cribl_control_plane/models/input.py,sha256=rShZbzBNp1296YKQuu10DRzkf9bniw5zEd_5bCiHTRI,7552
100
- cribl_control_plane/models/inputappscope.py,sha256=BNZCGeZpOoIzfDNoe5S6Lo80HSzvwz6u9KmY2f_tPD8,19905
98
+ cribl_control_plane/models/input.py,sha256=oiOgY4pg8Umfm9lnKn-sWtySYsIVD-F0r_ccKwgtq_U,7552
99
+ cribl_control_plane/models/inputappscope.py,sha256=112rxjGeZtRPXnUiW6ZdFm3C32vO_BWsRRdH6Ckw3rg,19935
101
100
  cribl_control_plane/models/inputazureblob.py,sha256=Uc3rFKDNQfoywHkw9x-3-UxFypWLFBXBglp7ga5UiJA,14822
102
- cribl_control_plane/models/inputcollection.py,sha256=gt4yqEBcudPhV7pKmfeKtz9m9MtZ88sZ4ijZ4lTh870,9237
103
- cribl_control_plane/models/inputconfluentcloud.py,sha256=wqSD0feXi--q1It_8YkSFsUp5CnMp1PnvcLjY7dM4z4,28374
104
- cribl_control_plane/models/inputcribl.py,sha256=Tew5QUE2JA55MxiR5qM3ikEOY4fGW0um-JsFaIvO7qg,6923
105
- cribl_control_plane/models/inputcriblhttp.py,sha256=OGxyXQMK6A7odgsODhbNtsjYABGCzUe6cj7iJWCFI4E,15336
106
- cribl_control_plane/models/inputcribllakehttp.py,sha256=U_wxW88VOsQPXiB8rRUjYWxrLA54Ml8x7CMwd8WyUr0,15520
107
- cribl_control_plane/models/inputcriblmetrics.py,sha256=2_bGBIUO7wwVJpVWzEPJ5_J3XphTKchCs3E0n8luEOY,8107
108
- cribl_control_plane/models/inputcribltcp.py,sha256=2vhnRfLo1Rt7FSlDwm9KaJUjarkZ467i4OXE5HuQzfw,13154
101
+ cribl_control_plane/models/inputcollection.py,sha256=KzesuvW-qfuPeLygKp1peNx-hrIUeGqsYb2g-Ls8u2A,9267
102
+ cribl_control_plane/models/inputconfluentcloud.py,sha256=No-ub9LOj81_r8tkhYEu_3Zqf9HGVDYOm_3oTExtn2Y,28845
103
+ cribl_control_plane/models/inputcribl.py,sha256=tdt5OpWZN6MgHZiJt36X2gQOSYNcP2JiyySXHGoT-ms,6953
104
+ cribl_control_plane/models/inputcriblhttp.py,sha256=aN0ncENh1-hRgk9F2-DxzxD5fxyqGCEpKV8aVu2iEJ0,15306
105
+ cribl_control_plane/models/inputcribllakehttp.py,sha256=7vAwS4dyeawKRZAqS40paiN0SbwswJtYaGtl02rEyRQ,15490
106
+ cribl_control_plane/models/inputcriblmetrics.py,sha256=JL23J9LaC45yqQGPfQJYt9T1YxorsMD1eCu8HEI9rsI,8137
107
+ cribl_control_plane/models/inputcribltcp.py,sha256=Cah0ohHRubWJGuVJpYufwGaTKLTrjMCGhB1QvIO82fE,13124
109
108
  cribl_control_plane/models/inputcrowdstrike.py,sha256=pG6JyMftN8-7sEooaUegiUPfg9EeBNuUi4ZpKG_yOO0,19910
110
- cribl_control_plane/models/inputdatadogagent.py,sha256=UNWSxeKt1pzEjZZ7yJnWGO8vFE9QH7UVLqkJER7kBs4,16922
109
+ cribl_control_plane/models/inputdatadogagent.py,sha256=AoPicjgw6myp1K_G56uAnR-O7ajtmptGwKlsNsPevyk,16892
111
110
  cribl_control_plane/models/inputdatagen.py,sha256=bgm6NJZcUje88mFIu6KGmcNGEGmOFGn8JzrUZ7TLepg,7386
112
- cribl_control_plane/models/inputedgeprometheus.py,sha256=Ru8dZvF6El-DbKXFlzM8F87vMVPBWaLJO4O1KRCD6nA,21760
113
- cribl_control_plane/models/inputelastic.py,sha256=WMz39HmI7VvC26lmCg2b5hpF9Esp9I47cTzWoX2iGWM,21199
114
- cribl_control_plane/models/inputeventhub.py,sha256=zh01IUQiYBJibkE4O-tsoO-6DwETlZ5ajmeg8JUjdbA,19461
111
+ cribl_control_plane/models/inputedgeprometheus.py,sha256=mMbSdxopLC9xeuKoPCje1Xt0HJ4WY23XUKr_QP-GvEk,21730
112
+ cribl_control_plane/models/inputelastic.py,sha256=DADQRPgW_E__8qoShjDrNqpSt7B0H2mSSBjhjgQLM8s,21169
113
+ cribl_control_plane/models/inputeventhub.py,sha256=SzjZyjG8aUEdV-_U-u4XmgvU5TQCAafQu3igugKQrPo,19431
115
114
  cribl_control_plane/models/inputexec.py,sha256=rYwqSCjDjJ7NeoW11QO0hnThKWpcS2BtRIFQ2euSGxk,9110
116
- cribl_control_plane/models/inputfile.py,sha256=rubUETJnaNb3jiwQm2vd4uGNUaGlvm_Sxb6f9cYLVS4,11955
117
- cribl_control_plane/models/inputfirehose.py,sha256=Eq2IfH8NzMnhq1Z1wQXmOcjZZihMB5F9TnSLADgUVsI,15297
118
- cribl_control_plane/models/inputgooglepubsub.py,sha256=J9ww_mjodvFHs7HLoWTLhykPohIYeaYllwpyiiIrJLg,11832
119
- cribl_control_plane/models/inputgrafana.py,sha256=RvmbNIsHc5xRjF1mSgUBdEwVJv2fiX_c6yoN78iCeP4,55988
120
- cribl_control_plane/models/inputhttp.py,sha256=g6oDpC5n-hGtBy7RKBY83nm6JSKfb9QmyXPJOUyKFcM,18070
121
- cribl_control_plane/models/inputhttpraw.py,sha256=HMPEbqn57eQr7XvJIudVo4cs88wJN-acQdLw9ImG14s,18445
122
- cribl_control_plane/models/inputjournalfiles.py,sha256=eXK8B2Ic4eNKq5-zPJx94xHtY_C0U5bcfLsrjiHlS-U,9427
123
- cribl_control_plane/models/inputkafka.py,sha256=Y3Yf_IGIyrs2UTVL_hDKD-6hPP5GqMW9XLdqP7lLeGY,27920
124
- cribl_control_plane/models/inputkinesis.py,sha256=szZRZXLCqR_yVvHdHWH_0mRnjtVLPJNnH865pm208DQ,15460
125
- cribl_control_plane/models/inputkubeevents.py,sha256=7b2a5F_BmUGzMMqbqnrH48IDVq3al-0Jagegnsvk3Lw,7675
126
- cribl_control_plane/models/inputkubelogs.py,sha256=BDCgOVlluC6tGNp6w63-C9YOdB4PDpsv56JfpTD2ZLw,11787
127
- cribl_control_plane/models/inputkubemetrics.py,sha256=gtO_Rq3jZ4KMrvtuuOCOivT8J2K4MyH0xaWKRTa3i_Q,10177
128
- cribl_control_plane/models/inputloki.py,sha256=35jToqilr_-jamrl-K8WcwqT-u9KTrhMQOuR3N9PcTY,20557
115
+ cribl_control_plane/models/inputfile.py,sha256=GFWbovnbdBk6AnPOn8voxa3UIsg4rpaBeUtQ5l6OjNo,11985
116
+ cribl_control_plane/models/inputfirehose.py,sha256=KFKke5wUYsWG-lFeCAF4YBtNGH0Y09RRPkzPS807dgg,15267
117
+ cribl_control_plane/models/inputgooglepubsub.py,sha256=H-JuB17EhImTONWXHWNJuJL0VBcVPwlMYAJLi2Keznw,12611
118
+ cribl_control_plane/models/inputgrafana.py,sha256=d0Gnnj1CuSc-7r_2OJBmh786ZIIVVsO9rb8nSvMOrG8,57028
119
+ cribl_control_plane/models/inputhttp.py,sha256=4meVC8SB0Mh1fG2JYCty43MMsRXtR_NnSBYmQWobUW4,18040
120
+ cribl_control_plane/models/inputhttpraw.py,sha256=begqbeN0hlSuOc-pIHS1F7Zhs3D5l1z-FxQEI6zCcpg,18415
121
+ cribl_control_plane/models/inputjournalfiles.py,sha256=IF0wYDZarqbNs4aFaAtZjaeNDubdf-gtqDV1wG9CKvM,9397
122
+ cribl_control_plane/models/inputkafka.py,sha256=URO95SHefz3svZDbxDuueEqsL15p-_1KRD1ngNXUG3k,28355
123
+ cribl_control_plane/models/inputkinesis.py,sha256=Eseai6Yt-mSX7XhLgeeTEsMuXANiRyb3ZJTBzJLrNcs,15430
124
+ cribl_control_plane/models/inputkubeevents.py,sha256=rKD1enC_EkmO4YfiNn9EbHV5slUWcJq8HE4JUNvq-5s,7705
125
+ cribl_control_plane/models/inputkubelogs.py,sha256=36R_VZUR4id9fD_AxO3yIP31neDFlejHZkVVI-oCZSI,11817
126
+ cribl_control_plane/models/inputkubemetrics.py,sha256=KwPZYyWzdomHtythFY7xPj-msuM3C3ah7Pp0ULfaSk8,10207
127
+ cribl_control_plane/models/inputloki.py,sha256=f927OIPcjrtK7bhAofpTzU7MxCGW_wtSPor38sXPnKY,21077
129
128
  cribl_control_plane/models/inputmetrics.py,sha256=gvIOUKVG_LH-7-etEvb5l4HIRqi6ltfHrs69eNHecPY,12534
130
- cribl_control_plane/models/inputmodeldriventelemetry.py,sha256=kxrdrG3CdzEqjjIfzamszyWgf3LWtA8cN4hq2w86Ni0,11328
131
- cribl_control_plane/models/inputmsk.py,sha256=cG1tSwIdjfd6RxW-OIHq_9cOaI5IaxvevVEpYRxPIy0,30908
132
- cribl_control_plane/models/inputnetflow.py,sha256=_iu6XN6dcTSPvw90pnsaHd2DAu476xvF_DKUFAFxH7U,10776
133
- cribl_control_plane/models/inputoffice365mgmt.py,sha256=Alwgwozuaax4PVmzWwRgXUWehZwZ4zkbYbE5P7PQvo8,17714
134
- cribl_control_plane/models/inputoffice365msgtrace.py,sha256=Eax_PEqWcSRzm6vWFkKa20mO3PfDyEn2y8_u2PbxrGE,20217
135
- cribl_control_plane/models/inputoffice365service.py,sha256=OeO8zkh3X9COy5yZ_OgcAgyUz7G1Tq-xEfX3XFdLnbs,16739
136
- cribl_control_plane/models/inputopentelemetry.py,sha256=m4MMHFsChKTjKIkXny6_OuvqN1ZuiigD3KiU2eT5G8E,22072
137
- cribl_control_plane/models/inputprometheus.py,sha256=vhtXcH91ATI7jrl2kHQZxVdlgNx3MiHjPmBBIa258BM,19471
138
- cribl_control_plane/models/inputprometheusrw.py,sha256=9uev6calw8U9aqXQ3VcRjiQPA7_7oUXJj33pqXNSBp0,20894
139
- cribl_control_plane/models/inputrawudp.py,sha256=BhJxYideVtUlui2FmqpGhPq-9wxqY3KvphFATDsX3S4,9555
129
+ cribl_control_plane/models/inputmodeldriventelemetry.py,sha256=DAOy3KSCqgArK6N26CDmeVKcSn7EnXW2GcczLQJck1A,11298
130
+ cribl_control_plane/models/inputmsk.py,sha256=wjvl9RTgQbVkq286_wDEGAcOzjW3-tkf85R1jfdMHiU,31335
131
+ cribl_control_plane/models/inputnetflow.py,sha256=GR2UY-PXl9rtm89IkJGimSqYkHwx32DbuVzCOUiTkhQ,10746
132
+ cribl_control_plane/models/inputoffice365mgmt.py,sha256=613rRWVpE9iuLGV5OkRGtFoyHKo1BUEcemUPpC5CzDU,17684
133
+ cribl_control_plane/models/inputoffice365msgtrace.py,sha256=C7HmR8PZbdZtX_Uq7U56-VKY8vtHyjxfxesXjhx0UFE,20187
134
+ cribl_control_plane/models/inputoffice365service.py,sha256=afMX4sINyqeTVVzc2tONJV3VMi_rlIw0I-gQZHSbOBk,16709
135
+ cribl_control_plane/models/inputopentelemetry.py,sha256=lWJ0_ztPq-esioxSbWka1U1e3z_bJvCqdb1JY7-nG-I,22042
136
+ cribl_control_plane/models/inputprometheus.py,sha256=EVHFBpI7sGABBsrtnM9Rf0Kl56ifUagesSkqrdc6das,19441
137
+ cribl_control_plane/models/inputprometheusrw.py,sha256=BhAljCnyEYN4cLWIUAzU12cUO-EMt1S0u80RK-dNjPY,20864
138
+ cribl_control_plane/models/inputrawudp.py,sha256=rPcPMUL2Wwg84T9Ru3962jmciWzF-wzmqdKgAg_bvFs,9525
140
139
  cribl_control_plane/models/inputs3.py,sha256=zbTqFNaDii7b_BS1NFKnNRG3-ajpiiCp2-Xs5ZHRGSU,20340
141
140
  cribl_control_plane/models/inputs3inventory.py,sha256=pziEmJtPMuZS2yuDjD44oxSlVOVhSjcDIzCeXtPs_lA,21764
142
141
  cribl_control_plane/models/inputsecuritylake.py,sha256=PvsYnpP1Nh8pygfaSFl4-elKf8BD_s0bb7dl6QTPwGw,20713
143
- cribl_control_plane/models/inputsnmp.py,sha256=XkcjrZuqAZ0iuOGBvq7vmMTtYWnds04GgYQ3I98qiPY,11890
144
- cribl_control_plane/models/inputsplunk.py,sha256=DPZ9-SPdAGjNYVhAZP5EAyFVp4oY8d-xqFs0R3fsRK4,17308
145
- cribl_control_plane/models/inputsplunkhec.py,sha256=MXvGKfxCb81uojyoYiAtrKM7RXDegrWtujoaPlEZCgQ,22470
146
- cribl_control_plane/models/inputsplunksearch.py,sha256=3WqE19WZp1flK2RwHgKpnyH3T3x6eAUHHMaRvAEVNnw,24449
147
- cribl_control_plane/models/inputsqs.py,sha256=frrFr7DwkJdVok3YuB8a0zC9UU_wUnnrRGNv2LvqKfE,14977
142
+ cribl_control_plane/models/inputsnmp.py,sha256=f4r7_-OC5EQsa__-iuh78F-Qd5fkmEIflN6-giDuHeo,11860
143
+ cribl_control_plane/models/inputsplunk.py,sha256=tBTnIiCGHqCUl7m4dkPdmMIlvadmzQLEJK95ulnUFYU,17278
144
+ cribl_control_plane/models/inputsplunkhec.py,sha256=LDA9Jrn6Fj1oQn72AwcDLXtHM1rwTj2qEh-GQiHCoCU,22440
145
+ cribl_control_plane/models/inputsplunksearch.py,sha256=gv4IxqpoRdMhL5v-nYDCLf2wU_DxsZlvLIUZdo7Hnps,24419
146
+ cribl_control_plane/models/inputsqs.py,sha256=0dY2TKi96KZKWp070ftpKZ8eRYLuCWCcMre2Xq_Vmv4,14947
148
147
  cribl_control_plane/models/inputsyslog.py,sha256=PWE2cQF4iqYbohjOh3eChb3g_u5huG5Pszhr5_J9aTg,36064
149
- cribl_control_plane/models/inputsystemmetrics.py,sha256=B6cFqyH7PViaLXPk4Kc9pgUeY9ktH0EcumySCMU4LZA,19607
150
- cribl_control_plane/models/inputsystemstate.py,sha256=6yDroswhDe_ZiRorhIqhYTBTSCk04tKirza8ZnQVMDY,15347
151
- cribl_control_plane/models/inputtcp.py,sha256=SDM7u8ru5Gma20X1wjLwOzQ5wVVKotX-Mstzol3F0LM,16175
152
- cribl_control_plane/models/inputtcpjson.py,sha256=XhSV1A2f7x5eOEmTgjOmAg9DH9-JrxZLqi1PUjhq8xo,14677
153
- cribl_control_plane/models/inputwef.py,sha256=fQxyfAYKksJfK1DMFTjOM8k_QHaybMYybsLfpyF5M9Q,22067
154
- cribl_control_plane/models/inputwindowsmetrics.py,sha256=b1UGA-jzIAbrsh4CQhHooA45H0IlJWWqox8Rj_P04p0,16996
148
+ cribl_control_plane/models/inputsystemmetrics.py,sha256=Y8yGRPatJquHGSChX7aGcf9nhNY7i8IDLZ7i3EkQCts,19637
149
+ cribl_control_plane/models/inputsystemstate.py,sha256=N3_7zVfAg6a69UCcG4gbTHZSkxGlMv5VGTPnZnPgmQk,15377
150
+ cribl_control_plane/models/inputtcp.py,sha256=JtWM3aP-qN08z6xPDllAxZuXV-K3tgVjWIj61L3-21I,16145
151
+ cribl_control_plane/models/inputtcpjson.py,sha256=c_jlHaVk2xYSXVCQasurhnH0dAqdVBSsNo9ra69rSHk,14647
152
+ cribl_control_plane/models/inputwef.py,sha256=tqoo8N7erQd-xbJGun5qoYi40Wn7_d-9H7N_eY02mZs,22037
153
+ cribl_control_plane/models/inputwindowsmetrics.py,sha256=c7Izs2mRg6QKR7m2_NoXM3iecCcV_anX5dIRhW27YUU,17026
155
154
  cribl_control_plane/models/inputwineventlogs.py,sha256=RzYw6fuROAoT8Gkw8NdXKamUhjVuCk5E8E25LCZh5LI,9947
156
- cribl_control_plane/models/inputwiz.py,sha256=k9ZILZ4jebJxtKoi7Nh68RXht9hcaroVejPcLVx4VjU,14538
157
- cribl_control_plane/models/inputzscalerhec.py,sha256=wNa77kbTElqM35KnWdkCN6rMglt_2JeDY7gWxl_hTWo,20170
155
+ cribl_control_plane/models/inputwiz.py,sha256=QidRJ_uRDP0TkYPM-Gi681GEMvHsiNK4k3N_Q9Bag_E,14508
156
+ cribl_control_plane/models/inputzscalerhec.py,sha256=fWXEs_RTlz8fxDlWuo0hxmZH-DjslyKbkLaxXksrcvc,20140
158
157
  cribl_control_plane/models/lakedatasetsearchconfig.py,sha256=R0zz0K1FQ3gxPx44ezINy9y2bEFBGIWyvniF25D7Ydw,591
159
158
  cribl_control_plane/models/lakehouseconnectiontype.py,sha256=W8X07YtfXxwYYkwugN9u65vXfL701NHj3cUWIYys7T0,223
160
159
  cribl_control_plane/models/listinputop.py,sha256=oj7CRRp7DTtHI3WKPKLoEL30a_JrMp48V33pRPgUMmE,697
@@ -170,74 +169,74 @@ cribl_control_plane/models/nodeprovidedinfo.py,sha256=lw5JFVcnoetmbF0XSxX4Cyw0_Q
170
169
  cribl_control_plane/models/nodeskippedupgradestatus.py,sha256=wJYUEDcCTx6Mrivh_0uEGspLenHKueWE9mVcjTycaL8,226
171
170
  cribl_control_plane/models/nodeupgradestate.py,sha256=8zbj0lofMbq89B3lv5gEIS7d1DKHINxQtdqptVE3sSQ,218
172
171
  cribl_control_plane/models/nodeupgradestatus.py,sha256=HlNRUmka5xuPdL-2UupJIe5q1_imCKHUWQQBTIpDCHM,966
173
- cribl_control_plane/models/output.py,sha256=4dz6DHqu2ygAYHLcSwv95lnk9tsoQN99c8_M0kscp6U,8695
174
- cribl_control_plane/models/outputazureblob.py,sha256=PLM3nsgDtSA16KafegaBvnkePhOGlFwvaOtyhzvDdYE,21958
175
- cribl_control_plane/models/outputazuredataexplorer.py,sha256=fAzRi-HYQ7rga1mD-pyK2gJUrfbOESRvW7aUd03NmuA,30084
176
- cribl_control_plane/models/outputazureeventhub.py,sha256=Z2eAov919aMO7zfvfQzDecZ9eLMEm-DyLiUE4zJkz0g,14797
172
+ cribl_control_plane/models/output.py,sha256=9-O9fqEIT8BlvzDatQGcZzk6VGwpT3IJ4T1VSYm56s8,8695
173
+ cribl_control_plane/models/outputazureblob.py,sha256=3mOrHtABPHbwPdx36qjAIyyxbplfgSHSkjTdXXiqi9g,21928
174
+ cribl_control_plane/models/outputazuredataexplorer.py,sha256=BXSQBt04zbut9kK0OSrCMHDGONbnBZ9iLrlpBBACskM,30054
175
+ cribl_control_plane/models/outputazureeventhub.py,sha256=2-4l-5D5Q5UgKcAd_ZrlCyUipYboPPWRFMOV3dL9Vg8,14767
177
176
  cribl_control_plane/models/outputazurelogs.py,sha256=EIQA99AD9e1r-ht9QPDg3DZN0IN282_vRlcmQd1wNVA,19603
178
- cribl_control_plane/models/outputclickhouse.py,sha256=TVWnrm89OiZa3bvXtt6XeKciyECiBRgAOWNVvaH0idI,29151
179
- cribl_control_plane/models/outputcloudwatch.py,sha256=L13wzgObhFNGAa-fEcMOca7NQ86esX2FsCgzBTX53Fw,11954
180
- cribl_control_plane/models/outputconfluentcloud.py,sha256=jKVV2tvKlOYY0YpMhF83p9YVVDP5cBQELGGbp1fHxYE,25724
181
- cribl_control_plane/models/outputcriblhttp.py,sha256=3mPpN9os_JfD7N7WzHYk6O_8JTybiWRste0i5a4W5n0,22936
182
- cribl_control_plane/models/outputcribllake.py,sha256=cQmac8l4TsO7nudDHsqT_2hCBt_HyI-X3rY8ULpQR0s,16772
183
- cribl_control_plane/models/outputcribltcp.py,sha256=gahn1yiXbsIa_3oZh6MUqCFZyzXcFUa5n8usos4-6qE,16377
184
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py,sha256=vjYPlDgbdd7FxzsaGKaF3avwdsnCtfjASPJBZS7SGA8,18869
185
- cribl_control_plane/models/outputdatadog.py,sha256=YmxXh_-ZpmhcEUWQ3DlMcfKowoFvgB-EJkBxxd6u3-8,22093
186
- cribl_control_plane/models/outputdataset.py,sha256=ll8Es74GsxXmdYgGOiIn6KezwfyLLOQAMCEo_NOKe94,20484
177
+ cribl_control_plane/models/outputclickhouse.py,sha256=kW8awWvrTcn4lSj1SZdFZwRTwkqFcB9VG8D2ENtQWVs,29121
178
+ cribl_control_plane/models/outputcloudwatch.py,sha256=ShVZ5c4FKiqy9pY0XKQH-fLIsWYUtAepdKy-ghoRaOQ,11924
179
+ cribl_control_plane/models/outputconfluentcloud.py,sha256=ztvqS-QMlNBjo9KSdu5uwKz2P_WjMhccA8UKEtgMosE,26199
180
+ cribl_control_plane/models/outputcriblhttp.py,sha256=R3IjucGHDhGorOrhNFH8SFefOLLkZQQ2HKfP1i8xbuQ,22966
181
+ cribl_control_plane/models/outputcribllake.py,sha256=SzZGDLCYwi7UPqI1QcdpaYVvrRbiqxJbR73r35-0FLI,16802
182
+ cribl_control_plane/models/outputcribltcp.py,sha256=AcPGSEQ97oTEEnrkFTloq0l057TZJxVOQmn5rxmA-wM,16407
183
+ cribl_control_plane/models/outputcrowdstrikenextgensiem.py,sha256=ZPWW_kX-AcUgmWhSc19EXOaS71A31ZzarwE2ofBHfIw,18839
184
+ cribl_control_plane/models/outputdatadog.py,sha256=JSVeEa_YUziiUq9eN2G0k9h9wuR91zO1kRoaJE8v38k,22123
185
+ cribl_control_plane/models/outputdataset.py,sha256=AL_GSZ8LIp4ibiHj0j0vXBpq3gFtBwlqGNJkmmkb4ek,20514
187
186
  cribl_control_plane/models/outputdefault.py,sha256=2tjMKYSksR-0qWLd_u3PPLXL0gZiSlUdj9JTPYeYMps,1952
188
- cribl_control_plane/models/outputdevnull.py,sha256=PouRAJtfSqvfS8J6LV1IyUytXeOMiyVMRsDtlpJrc08,1619
189
- cribl_control_plane/models/outputdiskspool.py,sha256=OEdMk_2LIGRP4ivm_z4pqy6SlfE0Dq4MRV26DXh7RHE,3673
190
- cribl_control_plane/models/outputdls3.py,sha256=mmyfiChgTpkC_V0TGB-ztA4vUBiODGs_0nVjiCGb0nY,24680
191
- cribl_control_plane/models/outputdynatracehttp.py,sha256=ScEsEZ3tMEGvzbBmhoVm-t3YCmwWNePsyK8niONw34w,20506
192
- cribl_control_plane/models/outputdynatraceotlp.py,sha256=fzZj_CxmaYmjhy8jh7EDwT5XJoQA1KIyoZe7DJXd5v8,22527
187
+ cribl_control_plane/models/outputdevnull.py,sha256=OUts1fVfdGgN-gD9mOfSPSYtv-fz4Mk0UjjsXm749mI,1649
188
+ cribl_control_plane/models/outputdiskspool.py,sha256=HnpZ_PBSsevCz_075iibN1v8m0nMScz0OOUFnCJDfTI,3703
189
+ cribl_control_plane/models/outputdls3.py,sha256=oGRHw08vP2LymHdHJhhqk5DMRMBbc3IzQlMaZ6k9qyM,24652
190
+ cribl_control_plane/models/outputdynatracehttp.py,sha256=U4juy1nf9YFY16djpZI1FNGwd_E9JsDtt_MAyeDeD4E,20476
191
+ cribl_control_plane/models/outputdynatraceotlp.py,sha256=u2B8XfhnBA1IJPk5PMNQOun-D6D7v9Bkw3A-1gMB-X4,22497
193
192
  cribl_control_plane/models/outputelastic.py,sha256=qVaUCxsJdNAqoz9rzWTAofHXqRvZhsWlcWZQ0XmAyA4,22488
194
- cribl_control_plane/models/outputelasticcloud.py,sha256=c82Wk_oc_A2bxoK4Jt3FmY3i5ikX8VZB31pdHlHBzMU,18161
195
- cribl_control_plane/models/outputexabeam.py,sha256=c_4YbKzPhyz_x4ytSWnYpNDy8gn4y1m8lMXrdXOwO78,12655
193
+ cribl_control_plane/models/outputelasticcloud.py,sha256=xY39KdWY1JnxRd-bSKFgPpbpcH5_wQaPgFh7gQ8Q1HM,18131
194
+ cribl_control_plane/models/outputexabeam.py,sha256=YQu_ePcDsqQjM8l4gDnUotJLnMJBAv-cA46jH0t6CK8,12625
196
195
  cribl_control_plane/models/outputfilesystem.py,sha256=xlrWLUjsezob6NrN-UES8k1N_WfVJaANkqGVk7NtTOM,16433
197
196
  cribl_control_plane/models/outputgooglechronicle.py,sha256=V9WA5XukdQbqjSYEJXEcd30_aPYxlmIUE_uGjX6HsBY,22003
198
- cribl_control_plane/models/outputgooglecloudlogging.py,sha256=rWhDaRs6LcIuGbLx2HUsTW1lcje8RofgrVOTp9psZ-k,33615
199
- cribl_control_plane/models/outputgooglecloudstorage.py,sha256=AKppKI1XiNmnkSi-GzC0o_wMEx6vLZixqxB-2uq-tcw,22413
197
+ cribl_control_plane/models/outputgooglecloudlogging.py,sha256=8BVEEk4NsXPAIrzK087_DCJWREO6C36KpJs4SimVPWY,33585
198
+ cribl_control_plane/models/outputgooglecloudstorage.py,sha256=yJI9xSgu9XTsDtRBS_dMZdfLpKv2t4cyi4Px8hYuSM4,22385
200
199
  cribl_control_plane/models/outputgooglepubsub.py,sha256=TPTU3z6xXKd2MFIkViytHJU12WvnQnY-7rI-d4GbFPI,12231
201
- cribl_control_plane/models/outputgrafanacloud.py,sha256=7sYwhaoHuLUQf2klfIJOxzehmnZCNvfbHodITEpyBLc,52071
202
- cribl_control_plane/models/outputgraphite.py,sha256=gqFTSyI3UCbzsbvG9wxUR96HAHWCTLOH4di8HvDwBz0,9800
200
+ cribl_control_plane/models/outputgrafanacloud.py,sha256=vnSpJFbY__rDU45urBD-3eVCrZ_yAfoql0pULwkFx4U,52937
201
+ cribl_control_plane/models/outputgraphite.py,sha256=96YvOtlivN9IxPvVerjj_30RNfnn9tKcvEWsH2nzMc4,9770
203
202
  cribl_control_plane/models/outputhoneycomb.py,sha256=-XgAb04SQ5Bg9W2ZeUH0RdMXptYS0fRFtCzhb7bRpvA,17091
204
- cribl_control_plane/models/outputhumiohec.py,sha256=gR7UikgJas0mjgvI3EmnUx8fip868jQyfpyaEQdUnYw,18330
203
+ cribl_control_plane/models/outputhumiohec.py,sha256=7A4gV6-6cyfW-PxFI6AmfG7Fu3LWPfpByaBcKLW8Iw0,18300
205
204
  cribl_control_plane/models/outputinfluxdb.py,sha256=_UfshiBXt3OE0VsJM8jQrC6IJDQVBGjkFpGEcka3npI,23740
206
- cribl_control_plane/models/outputkafka.py,sha256=CHxctXto5JWROvltg9rGMNLV-ggNUc_HHx-h343X06Q,25106
207
- cribl_control_plane/models/outputkinesis.py,sha256=GMCXAozc85082FuxuTI2la8BlMziMXXrDp9F1ZTf0rs,13186
208
- cribl_control_plane/models/outputloki.py,sha256=4deo8p_uF9DZfnQQPT-YOH7QzUPva6e8kEzR6YTjrYA,21575
209
- cribl_control_plane/models/outputminio.py,sha256=2jRAuxXH31FNe0-h_LPG4qzIpgy7S8_PvDRJLjCY4BY,22321
210
- cribl_control_plane/models/outputmsk.py,sha256=_ATyGa0yl1liWl_2LJXocZzZbGbPWL0RaHNnmX7WpUc,28061
205
+ cribl_control_plane/models/outputkafka.py,sha256=1DqBcya7259tAXaOxuhduvbe03GUNe34At0U3zUB78g,25545
206
+ cribl_control_plane/models/outputkinesis.py,sha256=2B_r1WqTyBzQNutLM0kwBr0FQVzW9jGwpdKbFX7i_20,13156
207
+ cribl_control_plane/models/outputloki.py,sha256=drGaSiaQ1RXrv0QS8ZsdHrRx2WO-OdMH08gtuHPJB-4,22443
208
+ cribl_control_plane/models/outputminio.py,sha256=k2DCu82KnFRwtnnbAS4js_54jqJTDDrU8kaKFpp114U,22291
209
+ cribl_control_plane/models/outputmsk.py,sha256=tyg-An-de9-OyJWp77qJX2Ah3pcd4KV8cCv2bDl7aXs,28492
211
210
  cribl_control_plane/models/outputnetflow.py,sha256=xOBy2Q48SfhNT2ifAQU-bPVQ5nOpUqMJ5B40SlZ3-0o,2790
212
- cribl_control_plane/models/outputnewrelic.py,sha256=EOyEIlYmMZdfUyDR8tZd3N4ddn-K122BH4Fr3PcHcdw,19436
213
- cribl_control_plane/models/outputnewrelicevents.py,sha256=-8CAYjj6B7chxb3FUoy8buNGWrMbKiCe1zf3n7dNAG8,18543
211
+ cribl_control_plane/models/outputnewrelic.py,sha256=OX-C9yORHBo5I8gE83KLzpqEm6OBYNp-ctdgEkwB9yM,19466
212
+ cribl_control_plane/models/outputnewrelicevents.py,sha256=iFx4uRjq-fK58epups-i23yvc8CHJXyPH-uM7JIiqxE,18513
214
213
  cribl_control_plane/models/outputopentelemetry.py,sha256=y2PmeGkinPXLV84KcBYjP_sUYqOyUXpSyHNdQHka3J8,30293
215
214
  cribl_control_plane/models/outputprometheus.py,sha256=Oq3iZa1nnzYn9h7JzD015SPPNkSJ_LqhMgIV0JvGfFA,22994
216
- cribl_control_plane/models/outputring.py,sha256=jHg6wh2fXQvQAguqmb__fp0vo0ESlHbKOBpgIet5B00,4289
215
+ cribl_control_plane/models/outputring.py,sha256=ApRdBPc5cqdvJst81ORl7DKIPeiKr9U78FHiLIZD4TQ,4319
217
216
  cribl_control_plane/models/outputrouter.py,sha256=NFxnKjlI5v0m67qjiPDuQ_UYqoNQDTTNv5SQWlF3vrs,2686
218
- cribl_control_plane/models/outputs3.py,sha256=i5S39mNQ4dYHlDHkj4bkI4JcoHyBjpo3ghfnhqpIu-w,24727
217
+ cribl_control_plane/models/outputs3.py,sha256=_LJwZ0fPJTl-Qz90_dxuTHuZtDCk07nwmT_ObyqhV7c,24699
219
218
  cribl_control_plane/models/outputsamplesresponse.py,sha256=gQrDTmfvvYDoKPYyhl6qijUU8AksXxq2mPHahVPssAk,390
220
- cribl_control_plane/models/outputsecuritylake.py,sha256=EeuziQzI3Rs55wH6d7hejeCJ7R8YO2ubmY1HNsoVUIA,22716
221
- cribl_control_plane/models/outputsentinel.py,sha256=UWw3jpujaGvfUtFe5laW9HA48_a0sRxQeB8ssZCRgY8,24561
222
- cribl_control_plane/models/outputsentineloneaisiem.py,sha256=wqv6QuqhGrT_RLLBld8YAFdkjPA7CrVKXpE04l8OuBc,27496
223
- cribl_control_plane/models/outputservicenow.py,sha256=7OsHdEjjOkTubSyfTE8AQG0xznDH2cnOvIWbugsmlAA,24762
219
+ cribl_control_plane/models/outputsecuritylake.py,sha256=wHfbF34yTGqFDWaldzOnRb4bvhV4BDZJAQ14NDZ52ok,22686
220
+ cribl_control_plane/models/outputsentinel.py,sha256=sqCqMAtsh7r1yxde6NGE_QGvdNCxMaxmcaasqLKYm1A,24531
221
+ cribl_control_plane/models/outputsentineloneaisiem.py,sha256=Z7Oe4c9Z4IWItFBFd8ue9mqmYXlNKpwqWvnTRf4fKdU,27466
222
+ cribl_control_plane/models/outputservicenow.py,sha256=yaZtnSxDau3Nn3UJnzuHZi7qvg94dCz71jpd1VAUS_Y,24732
224
223
  cribl_control_plane/models/outputsignalfx.py,sha256=j4xGQBHD2fcqsBhv7qVnwabocs2Zr0qq-V7SZ0ase1M,17682
225
224
  cribl_control_plane/models/outputsnmp.py,sha256=TQK8zgga3LAuyp_YGhqobc7FYLBBJRciw2ZBFQPkU1Y,2738
226
- cribl_control_plane/models/outputsns.py,sha256=XSsfUHMry8FB8xRNV0FOA66Wiv9laGftWHMt-VlAlNE,12419
227
- cribl_control_plane/models/outputsplunk.py,sha256=ypGWkSAsYJ5JInxv9wFBTeqvFpMZxxStjVZIcJKFbig,16054
228
- cribl_control_plane/models/outputsplunkhec.py,sha256=VqxXfD7erTcBhc9AOPZ5YfQM5rwHy2Yfu45dHGq-Iig,20740
225
+ cribl_control_plane/models/outputsns.py,sha256=p0lELGksrgXocml37wLx6a1S6ab2ElOONNWKknH8LWY,12389
226
+ cribl_control_plane/models/outputsplunk.py,sha256=CcEWrdfKzZJLiwQG9cy2RdnXCM5OCE_Rze6ygh0sq9o,16024
227
+ cribl_control_plane/models/outputsplunkhec.py,sha256=unckAGMWf2-6kgoix39VENyBjTsC3v5CTZkwhqzXjyk,20770
229
228
  cribl_control_plane/models/outputsplunklb.py,sha256=ch5yAD1YCC2uRwg3WTzyiGRjSaq6aWeGJDOXWebxvVc,24722
230
- cribl_control_plane/models/outputsqs.py,sha256=A1Oswm0BdjW7UratIiURO_kR1MXSQmShdzsLMiCIZAA,14536
231
- cribl_control_plane/models/outputstatsd.py,sha256=8PyMXR8QYfuZl8U0nNtMGIzydTyhmxsSpxE3aTJLdro,9738
232
- cribl_control_plane/models/outputstatsdext.py,sha256=xyy5fuKkePfWPhibWUvOgfaxsNy4ha-ceU0sy5xYnbc,9831
229
+ cribl_control_plane/models/outputsqs.py,sha256=yU_s7HvbZrlS9gsNuOVZw2lLfPkcytmlzS-Lb7-uIjw,14506
230
+ cribl_control_plane/models/outputstatsd.py,sha256=9y5evh_vSTptkzztDxgVohP4WKiMgZQXKUN2-YjA3MU,9708
231
+ cribl_control_plane/models/outputstatsdext.py,sha256=BEHdxjGNVQ74WfBxk52UvBk1k7u-yQ0uIF_8_Oh4FUg,9801
233
232
  cribl_control_plane/models/outputsumologic.py,sha256=IHrIxdgjVKGwiQuE5kKjemPY7YapkXLX9d4NXACe8ss,18061
234
- cribl_control_plane/models/outputsyslog.py,sha256=ozRYpcuqMcoOJr4UJgnnsheG_jgbdRpj1e6HPitBxyM,16779
235
- cribl_control_plane/models/outputtcpjson.py,sha256=tQOXPTIU3UxSP6BFTY-ocBv8HPcSdvgnf_FMbKBq_QE,17460
233
+ cribl_control_plane/models/outputsyslog.py,sha256=38Tzcqc682yqZnuu5hepDJShUicB0pHabKTH3ENyAk4,16809
234
+ cribl_control_plane/models/outputtcpjson.py,sha256=7RY26QNjgawu2exy-GHftLpN97bTqfZOk9alDVBzQos,17490
236
235
  cribl_control_plane/models/outputtestrequest.py,sha256=UTUiu9WvmbQxqBQtwoBSMPjAynOvKPSrNcsjoGTjPp8,428
237
236
  cribl_control_plane/models/outputtestresponse.py,sha256=cKeXPvSpCzU6cWpXvHoujp-pmS-qVBoSkz3pb7MdV7M,775
238
237
  cribl_control_plane/models/outputwavefront.py,sha256=NDhLd0UM0zQ52Pmlg9fCNL8BOdRC0LYdOjRDK8hOrFk,17403
239
- cribl_control_plane/models/outputwebhook.py,sha256=IQyMiYjexOAvV2EN5BS_JnYtpWYZTbLzIhdugKX7HzI,32803
240
- cribl_control_plane/models/outputxsiam.py,sha256=tDb9XM9Q7KUkULypkAqXR5Mzh0T8lu2Z1zPhI_pIuTw,19523
238
+ cribl_control_plane/models/outputwebhook.py,sha256=Ljeeb4S4zwyKP-oWdWEWD7FLtBiKT7w_6dCxD5gbKMQ,32833
239
+ cribl_control_plane/models/outputxsiam.py,sha256=BaCAvUqmCnFIXv3vmUZJiM2aW2ebNZqJVTdBjWaroZE,19553
241
240
  cribl_control_plane/models/packinfo.py,sha256=HMron4as9lO-Upq5w5vQNaTy0WziZ6UueLZhLcpG7zU,1784
242
241
  cribl_control_plane/models/packinstallinfo.py,sha256=mrnU3uJDRabfGUHKP5tSS7VJ-PyQ5_gkoc0NUhd3Dms,1863
243
242
  cribl_control_plane/models/packrequestbody.py,sha256=xNPZ7fLLI4xzFh0dkOtpW9hsUxT7ymkL3-MNXf1KH2Y,1835
@@ -245,7 +244,6 @@ cribl_control_plane/models/pipeline.py,sha256=AaoC5euxac-fwul-LM1mNf03hCzrXmHQGZ
245
244
  cribl_control_plane/models/pipelinefunctionconf.py,sha256=X61RPaoYpa_UZWavnQiNSaXlXqS2EdUK51MQ02IvCeo,1646
246
245
  cribl_control_plane/models/rbacresource.py,sha256=Mj5b8UC2KjGIdEc0tmuWsPdXwDgkz4lQcv_vPvM2LpE,361
247
246
  cribl_control_plane/models/resourcepolicy.py,sha256=GxsEqA88OvvaCg016cBcauLeQ_5TjuygZxRLwQKj6R8,516
248
- cribl_control_plane/models/restartresponse.py,sha256=9s4pu4DHPwCHNiuMQKQw6bZ22WWNi_RUMuGhmVbNx0U,590
249
247
  cribl_control_plane/models/routecloneconf.py,sha256=ESvEj0vl58BGOwJB5kYu3vMAm88JizYHXU7qorGdw9M,293
250
248
  cribl_control_plane/models/routeconf.py,sha256=whFyvzWwmEqAo_0HoTFKJTZqQ2p8kdPKaZJIlh9nS58,1451
251
249
  cribl_control_plane/models/routes.py,sha256=2MRVmc4zvUjQw6moQmRYss_XaoGcaauj2Jpdb3VX8pA,2022
@@ -263,16 +261,15 @@ cribl_control_plane/models/updateoutputbyidop.py,sha256=JMdnqmkiXN2tQj0VWfj9q0Cr
263
261
  cribl_control_plane/models/updatepacksbyidop.py,sha256=nQeRQF-NTOCRMWz_gXfYlN0-I2OMM8Rovh_vAq73wzw,1965
264
262
  cribl_control_plane/models/updatepipelinebyidop.py,sha256=B13h6gadw4NV7waH6yoDKCR2YCzVS8XZrzB_5PG9CmE,1410
265
263
  cribl_control_plane/models/updateroutesbyidop.py,sha256=CoEURdSBZ4-pp1WSncdT_oZCbx3o7MlmMSDY0D44D_o,1358
266
- cribl_control_plane/models/updateworkersrestartop.py,sha256=OwX1snIrUTfghc0Pb2PpI5IO6NS-aL0BOMzWqLl8GAA,787
267
264
  cribl_control_plane/models/useraccesscontrollist.py,sha256=UNM3mdqFByd9GAovAi26z9y-5H15hrKDzw0M-f-Pn2o,483
268
- cribl_control_plane/nodes.py,sha256=UDrbXsAMTm2b_xvlmaL0lyj2nL2EEHYYnWuE98GOhfs,22648
265
+ cribl_control_plane/nodes.py,sha256=rId-pkUnuWwVqQpLROQWUJ2m57dEey1W8BADJJp-h0s,22922
269
266
  cribl_control_plane/packs.py,sha256=Ka1zVuKCDO4Wi6Z8PWYh8KMdVoLSdO6_Mec2rgqg8Ao,31864
270
- cribl_control_plane/pipelines.py,sha256=BCmw0DylPH4o-4wcRqfPhJdTsFwvw5UTG-ZMtkqwKi0,36036
267
+ cribl_control_plane/pipelines.py,sha256=gHyI9nwt_3cxBQ7gt6EPUPs9NuRC0iA_PoFRAE4Z-V8,35892
271
268
  cribl_control_plane/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
272
269
  cribl_control_plane/routes_sdk.py,sha256=Snb8Dmim7Fm9EsMqbyjuPnXKmqhJ10L_t1bujJUWTyM,31025
273
- cribl_control_plane/sdk.py,sha256=ReApgzvqf_k4lhUwPwHaFd4XCxFIpgHgxcqAlyIGfJw,7813
270
+ cribl_control_plane/sdk.py,sha256=mUuaAtJ5I1NijDpFIspowyiLmXxfPtD1pD5b94qO6JI,7747
274
271
  cribl_control_plane/sdkconfiguration.py,sha256=bit6SSOyHqvibdtgNad5_ZcgMotk8NJfgHpKsBK8HFg,1259
275
- cribl_control_plane/sources.py,sha256=Q1frEfitda-Xayiv4p6fHJmmZlKwm0daWt53hmhe8Sw,53982
272
+ cribl_control_plane/sources.py,sha256=J4V7JioICD7uVvfAYwSuowVHXxH2Xf8-szM0ON42Urg,54021
276
273
  cribl_control_plane/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
277
274
  cribl_control_plane/types/basemodel.py,sha256=L79WXvTECbSqaJzs8D3ud_KdIWkU7Cx2wbohDAktE9E,1127
278
275
  cribl_control_plane/utils/__init__.py,sha256=BQt6xIdX86A6mOHAnxAXBXaPgdUJtDy2-_4ymAsII_Y,5436
@@ -292,7 +289,7 @@ cribl_control_plane/utils/serializers.py,sha256=Hndks5M_rJXVub_N5lu0gKZQUoEmWrn6
292
289
  cribl_control_plane/utils/unmarshal_json_response.py,sha256=yxi3F_O3SCU0SrexiR3BvQS-E81pW2siLgpTXYegAyg,595
293
290
  cribl_control_plane/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
294
291
  cribl_control_plane/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
295
- cribl_control_plane/versioning.py,sha256=ZbIdPT5o0vG40_LlhB6aLC9eJYkY7t0BfObSIEJNNRU,94203
296
- cribl_control_plane-0.0.24.dist-info/METADATA,sha256=ueVUzW9MW5F_2NktXNbamkX5a9mgypa1NFB9Xh35Oek,38246
297
- cribl_control_plane-0.0.24.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
298
- cribl_control_plane-0.0.24.dist-info/RECORD,,
292
+ cribl_control_plane/versioning.py,sha256=PkrxKEMLMLAb9KB6MXEnH2CS1H-tPi0HB8efS8ph13Y,94265
293
+ cribl_control_plane-0.0.26.dist-info/METADATA,sha256=jNp59eX8ZUfqZed85ZgRHEMZwsqOJ5Kjb9k6FgdwayU,37525
294
+ cribl_control_plane-0.0.26.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
295
+ cribl_control_plane-0.0.26.dist-info/RECORD,,