cribl-control-plane 0.0.31__py3-none-any.whl → 0.0.32__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 (49) hide show
  1. cribl_control_plane/_version.py +3 -3
  2. cribl_control_plane/branches.py +6 -6
  3. cribl_control_plane/commits.py +36 -36
  4. cribl_control_plane/commits_files.py +16 -16
  5. cribl_control_plane/destinations.py +18 -18
  6. cribl_control_plane/destinations_pq.py +10 -10
  7. cribl_control_plane/hectokens.py +10 -10
  8. cribl_control_plane/lakedatasets.py +36 -36
  9. cribl_control_plane/models/createcribllakedatasetbylakeidop.py +2 -2
  10. cribl_control_plane/models/createinputhectokenbyidop.py +2 -2
  11. cribl_control_plane/models/createoutputtestbyidop.py +2 -2
  12. cribl_control_plane/models/createversionundoop.py +2 -2
  13. cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +4 -4
  14. cribl_control_plane/models/deleteinputbyidop.py +2 -2
  15. cribl_control_plane/models/deleteoutputbyidop.py +2 -2
  16. cribl_control_plane/models/deleteoutputpqbyidop.py +2 -2
  17. cribl_control_plane/models/deletepacksbyidop.py +2 -2
  18. cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +3 -3
  19. cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +4 -4
  20. cribl_control_plane/models/getcribllakedatasetbylakeidop.py +2 -2
  21. cribl_control_plane/models/getinputbyidop.py +2 -2
  22. cribl_control_plane/models/getmasterworkerentryop.py +2 -2
  23. cribl_control_plane/models/getoutputbyidop.py +2 -2
  24. cribl_control_plane/models/getoutputpqbyidop.py +2 -2
  25. cribl_control_plane/models/getoutputsamplesbyidop.py +2 -2
  26. cribl_control_plane/models/getpacksop.py +2 -2
  27. cribl_control_plane/models/getsummaryop.py +3 -3
  28. cribl_control_plane/models/getversioncountop.py +4 -4
  29. cribl_control_plane/models/getversiondiffop.py +8 -8
  30. cribl_control_plane/models/getversionfilesop.py +4 -4
  31. cribl_control_plane/models/getversionshowop.py +8 -8
  32. cribl_control_plane/models/getversionstatusop.py +2 -2
  33. cribl_control_plane/models/listmasterworkerentryop.py +23 -23
  34. cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +4 -4
  35. cribl_control_plane/models/updateinputbyidop.py +2 -2
  36. cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +4 -4
  37. cribl_control_plane/models/updateoutputbyidop.py +2 -2
  38. cribl_control_plane/models/updatepacksbyidop.py +2 -2
  39. cribl_control_plane/nodes.py +30 -30
  40. cribl_control_plane/packs.py +16 -16
  41. cribl_control_plane/samples.py +10 -10
  42. cribl_control_plane/sources.py +18 -18
  43. cribl_control_plane/statuses.py +6 -6
  44. cribl_control_plane/summaries.py +6 -6
  45. cribl_control_plane/teams.py +2 -2
  46. cribl_control_plane/versions_configs.py +4 -4
  47. {cribl_control_plane-0.0.31.dist-info → cribl_control_plane-0.0.32.dist-info}/METADATA +22 -22
  48. {cribl_control_plane-0.0.31.dist-info → cribl_control_plane-0.0.32.dist-info}/RECORD +49 -49
  49. {cribl_control_plane-0.0.31.dist-info → cribl_control_plane-0.0.32.dist-info}/WHEEL +0 -0
@@ -34,7 +34,7 @@ class Sources(BaseSDK):
34
34
  ) -> models.ListInputResponse:
35
35
  r"""List all Sources
36
36
 
37
- Get a list of Source objects
37
+ Get a list of all Sources.
38
38
 
39
39
  :param retries: Override the default retry configuration for this method
40
40
  :param server_url: Override the default server URL for this method
@@ -114,7 +114,7 @@ class Sources(BaseSDK):
114
114
  ) -> models.ListInputResponse:
115
115
  r"""List all Sources
116
116
 
117
- Get a list of Source objects
117
+ Get a list of all Sources.
118
118
 
119
119
  :param retries: Override the default retry configuration for this method
120
120
  :param server_url: Override the default server URL for this method
@@ -195,7 +195,7 @@ class Sources(BaseSDK):
195
195
  ) -> models.CreateInputResponse:
196
196
  r"""Create a Source
197
197
 
198
- Create Source
198
+ Create a new Source.
199
199
 
200
200
  :param request: The request object to send.
201
201
  :param retries: Override the default retry configuration for this method
@@ -285,7 +285,7 @@ class Sources(BaseSDK):
285
285
  ) -> models.CreateInputResponse:
286
286
  r"""Create a Source
287
287
 
288
- Create Source
288
+ Create a new Source.
289
289
 
290
290
  :param request: The request object to send.
291
291
  :param retries: Override the default retry configuration for this method
@@ -373,11 +373,11 @@ class Sources(BaseSDK):
373
373
  timeout_ms: Optional[int] = None,
374
374
  http_headers: Optional[Mapping[str, str]] = None,
375
375
  ) -> models.GetInputByIDResponse:
376
- r"""Retrieve a Source
376
+ r"""Get a Source
377
377
 
378
- Get Source by ID
378
+ Get the specified Source.
379
379
 
380
- :param id: Unique ID to GET
380
+ :param id: The <code>id</code> of the Source to get.
381
381
  :param retries: Override the default retry configuration for this method
382
382
  :param server_url: Override the default server URL for this method
383
383
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -460,11 +460,11 @@ class Sources(BaseSDK):
460
460
  timeout_ms: Optional[int] = None,
461
461
  http_headers: Optional[Mapping[str, str]] = None,
462
462
  ) -> models.GetInputByIDResponse:
463
- r"""Retrieve a Source
463
+ r"""Get a Source
464
464
 
465
- Get Source by ID
465
+ Get the specified Source.
466
466
 
467
- :param id: Unique ID to GET
467
+ :param id: The <code>id</code> of the Source to get.
468
468
  :param retries: Override the default retry configuration for this method
469
469
  :param server_url: Override the default server URL for this method
470
470
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -550,9 +550,9 @@ class Sources(BaseSDK):
550
550
  ) -> models.UpdateInputByIDResponse:
551
551
  r"""Update a Source
552
552
 
553
- Update Source
553
+ Update the specified Source.</br></br>Provide a complete representation of the Source that you want to update in the request body. This endpoint does not support partial updates. Cribl removes any omitted fields when updating the Source.</br></br>Confirm that the configuration in your request body is correct before sending the request. If the configuration is incorrect, the updated Source might not function as expected.
554
554
 
555
- :param id: Unique ID to PATCH
555
+ :param id: The <code>id</code> of the Source to update.
556
556
  :param input: Input object
557
557
  :param retries: Override the default retry configuration for this method
558
558
  :param server_url: Override the default server URL for this method
@@ -643,9 +643,9 @@ class Sources(BaseSDK):
643
643
  ) -> models.UpdateInputByIDResponse:
644
644
  r"""Update a Source
645
645
 
646
- Update Source
646
+ Update the specified Source.</br></br>Provide a complete representation of the Source that you want to update in the request body. This endpoint does not support partial updates. Cribl removes any omitted fields when updating the Source.</br></br>Confirm that the configuration in your request body is correct before sending the request. If the configuration is incorrect, the updated Source might not function as expected.
647
647
 
648
- :param id: Unique ID to PATCH
648
+ :param id: The <code>id</code> of the Source to update.
649
649
  :param input: Input object
650
650
  :param retries: Override the default retry configuration for this method
651
651
  :param server_url: Override the default server URL for this method
@@ -735,9 +735,9 @@ class Sources(BaseSDK):
735
735
  ) -> models.DeleteInputByIDResponse:
736
736
  r"""Delete a Source
737
737
 
738
- Delete Source
738
+ Delete the specified Source.
739
739
 
740
- :param id: Unique ID to DELETE
740
+ :param id: The <code>id</code> of the Source to delete.
741
741
  :param retries: Override the default retry configuration for this method
742
742
  :param server_url: Override the default server URL for this method
743
743
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -822,9 +822,9 @@ class Sources(BaseSDK):
822
822
  ) -> models.DeleteInputByIDResponse:
823
823
  r"""Delete a Source
824
824
 
825
- Delete Source
825
+ Delete the specified Source.
826
826
 
827
- :param id: Unique ID to DELETE
827
+ :param id: The <code>id</code> of the Source to delete.
828
828
  :param retries: Override the default retry configuration for this method
829
829
  :param server_url: Override the default server URL for this method
830
830
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -19,11 +19,11 @@ class Statuses(BaseSDK):
19
19
  timeout_ms: Optional[int] = None,
20
20
  http_headers: Optional[Mapping[str, str]] = None,
21
21
  ) -> models.GetVersionStatusResponse:
22
- r"""Retrieve the status of the current working tree
22
+ r"""Get the status of the current working tree
23
23
 
24
- get the the working tree status
24
+ Get the status of the current working tree of the Git repository used for Cribl configuration. The response includes details about modified, staged, untracked, and conflicted files, as well as branch and remote tracking information.
25
25
 
26
- :param group: Group ID
26
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to get the status for.
27
27
  :param retries: Override the default retry configuration for this method
28
28
  :param server_url: Override the default server URL for this method
29
29
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -106,11 +106,11 @@ class Statuses(BaseSDK):
106
106
  timeout_ms: Optional[int] = None,
107
107
  http_headers: Optional[Mapping[str, str]] = None,
108
108
  ) -> models.GetVersionStatusResponse:
109
- r"""Retrieve the status of the current working tree
109
+ r"""Get the status of the current working tree
110
110
 
111
- get the the working tree status
111
+ Get the status of the current working tree of the Git repository used for Cribl configuration. The response includes details about modified, staged, untracked, and conflicted files, as well as branch and remote tracking information.
112
112
 
113
- :param group: Group ID
113
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to get the status for.
114
114
  :param retries: Override the default retry configuration for this method
115
115
  :param server_url: Override the default server URL for this method
116
116
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -19,11 +19,11 @@ class Summaries(BaseSDK):
19
19
  timeout_ms: Optional[int] = None,
20
20
  http_headers: Optional[Mapping[str, str]] = None,
21
21
  ) -> models.GetSummaryResponse:
22
- r"""Retrieve a summary of the Distributed deployment
22
+ r"""Get a summary of the Distributed deployment
23
23
 
24
- Get summary of Distributed deployment
24
+ Get a summary of the Distributed deployment. The response includes counts of Worker Groups, Edge Fleets, Pipelines, Routes, Sources, Destinations, and Worker and Edge Nodes, as well as statistics for the Worker and Edge Nodes.
25
25
 
26
- :param mode: product filter
26
+ :param mode: Filter for limiting the response by Cribl product: Cribl Stream (<code>worker</code>) or Cribl Edge (<code>managed-edge</code>).
27
27
  :param retries: Override the default retry configuration for this method
28
28
  :param server_url: Override the default server URL for this method
29
29
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -106,11 +106,11 @@ class Summaries(BaseSDK):
106
106
  timeout_ms: Optional[int] = None,
107
107
  http_headers: Optional[Mapping[str, str]] = None,
108
108
  ) -> models.GetSummaryResponse:
109
- r"""Retrieve a summary of the Distributed deployment
109
+ r"""Get a summary of the Distributed deployment
110
110
 
111
- Get summary of Distributed deployment
111
+ Get a summary of the Distributed deployment. The response includes counts of Worker Groups, Edge Fleets, Pipelines, Routes, Sources, Destinations, and Worker and Edge Nodes, as well as statistics for the Worker and Edge Nodes.
112
112
 
113
- :param mode: product filter
113
+ :param mode: Filter for limiting the response by Cribl product: Cribl Stream (<code>worker</code>) or Cribl Edge (<code>managed-edge</code>).
114
114
  :param retries: Override the default retry configuration for this method
115
115
  :param server_url: Override the default server URL for this method
116
116
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -27,7 +27,7 @@ class Teams(BaseSDK):
27
27
 
28
28
  :param product: Name of the Cribl product that contains the Worker Group or Edge Fleet.
29
29
  :param id: The <code>id</code> of the Worker Group or Edge Fleet to get the team ACL for.
30
- :param type: resource type by which to filter access levels
30
+ :param type: Filter for limiting the response to ACL entries for the specified RBAC resource type.
31
31
  :param retries: Override the default retry configuration for this method
32
32
  :param server_url: Override the default server URL for this method
33
33
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -122,7 +122,7 @@ class Teams(BaseSDK):
122
122
 
123
123
  :param product: Name of the Cribl product that contains the Worker Group or Edge Fleet.
124
124
  :param id: The <code>id</code> of the Worker Group or Edge Fleet to get the team ACL for.
125
- :param type: resource type by which to filter access levels
125
+ :param type: Filter for limiting the response to ACL entries for the specified RBAC resource type.
126
126
  :param retries: Override the default retry configuration for this method
127
127
  :param server_url: Override the default server URL for this method
128
128
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -18,9 +18,9 @@ class VersionsConfigs(BaseSDK):
18
18
  timeout_ms: Optional[int] = None,
19
19
  http_headers: Optional[Mapping[str, str]] = None,
20
20
  ) -> models.GetVersionInfoResponse:
21
- r"""Retrieve the configuration and status for the Git integration
21
+ r"""Get the configuration and status for the Git integration
22
22
 
23
- Get info about versioning availability
23
+ Get the configuration and versioning status for the Git integration for the Cribl configuration.
24
24
 
25
25
  :param retries: Override the default retry configuration for this method
26
26
  :param server_url: Override the default server URL for this method
@@ -98,9 +98,9 @@ class VersionsConfigs(BaseSDK):
98
98
  timeout_ms: Optional[int] = None,
99
99
  http_headers: Optional[Mapping[str, str]] = None,
100
100
  ) -> models.GetVersionInfoResponse:
101
- r"""Retrieve the configuration and status for the Git integration
101
+ r"""Get the configuration and status for the Git integration
102
102
 
103
- Get info about versioning availability
103
+ Get the configuration and versioning status for the Git integration for the Cribl configuration.
104
104
 
105
105
  :param retries: Override the default retry configuration for this method
106
106
  :param server_url: Override the default server URL for this method
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: cribl-control-plane
3
- Version: 0.0.31
3
+ Version: 0.0.32
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -316,18 +316,18 @@ with CriblControlPlane(
316
316
 
317
317
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list) - List all Destinations
318
318
  * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create) - Create a Destination
319
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) - Retrieve a Destination
319
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get) - Get a Destination
320
320
  * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update) - Update a Destination
321
321
  * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete) - Delete a Destination
322
322
 
323
323
  #### [destinations.pq](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md)
324
324
 
325
325
  * [clear](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md#clear) - Clear the persistent queue for a Destination
326
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md#get) - Retrieve information about the latest job to clear the persistent queue for a Destination
326
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md#get) - Get information about the latest job to clear the persistent queue for a Destination
327
327
 
328
328
  #### [destinations.samples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md)
329
329
 
330
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md#get) - Retrieve sample event data for a Destination
330
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md#get) - Get sample event data for a Destination
331
331
  * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md#create) - Send sample event data to a Destination
332
332
 
333
333
  ### [groups](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md)
@@ -357,27 +357,27 @@ with CriblControlPlane(
357
357
 
358
358
  ### [lake_datasets](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md)
359
359
 
360
- * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#create) - Create a Lake Dataset in the specified Lake
361
- * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#list) - List all Lake Datasets in the specified Lake
362
- * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#delete) - Delete a Lake Dataset in the specified Lake
363
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#get) - Retrieve a Lake Dataset in the specified Lake
364
- * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#update) - Update a Lake Dataset in the specified Lake
360
+ * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#create) - Create a Lake Dataset
361
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#list) - List all Lake Datasets
362
+ * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#delete) - Delete a Lake Dataset
363
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#get) - Get a Lake Dataset
364
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#update) - Update a Lake Dataset
365
365
 
366
366
  ### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
367
367
 
368
- * [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
369
- * [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
368
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#list) - Get detailed metadata for Worker and Edge Nodes
369
+ * [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#count) - Get a count of Worker and Edge Nodes
370
370
 
371
371
  #### [nodes.summaries](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md)
372
372
 
373
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md#get) - Retrieve a summary of the Distributed deployment
373
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md#get) - Get a summary of the Distributed deployment
374
374
 
375
375
  ### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
376
376
 
377
377
  * [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Install a Pack
378
378
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
379
379
  * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete) - Uninstall a Pack
380
- * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Update a Pack
380
+ * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Upgrade a Pack
381
381
 
382
382
  ### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
383
383
 
@@ -398,7 +398,7 @@ with CriblControlPlane(
398
398
 
399
399
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#list) - List all Sources
400
400
  * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create) - Create a Source
401
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get) - Retrieve a Source
401
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#get) - Get a Source
402
402
  * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update) - Update a Source
403
403
  * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#delete) - Delete a Source
404
404
 
@@ -413,30 +413,30 @@ with CriblControlPlane(
413
413
  #### [versions.branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md)
414
414
 
415
415
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md#list) - List all branches in the Git repository used for Cribl configuration
416
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md#get) - Retrieve the name of the Git branch that the Cribl configuration is checked out to
416
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md#get) - Get the name of the Git branch that the Cribl configuration is checked out to
417
417
 
418
418
  #### [versions.commits](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md)
419
419
 
420
420
  * [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#create) - Create a new commit for pending changes to the Cribl configuration
421
- * [diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#diff) - Retrieve the diff for a commit
421
+ * [diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#diff) - Get the diff for a commit
422
422
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#list) - Get the commit history
423
- * [push](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#push) - Push a commit from the local repository to the remote repository
423
+ * [push](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#push) - Push local commits to the remote repository
424
424
  * [revert](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#revert) - Revert a commit in the local repository
425
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#get) - Retrieve the diff and log message for a commit
425
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#get) - Get the diff and log message for a commit
426
426
  * [undo](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#undo) - Discard uncommitted (staged) changes
427
427
 
428
428
  #### [versions.commits.files](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md)
429
429
 
430
- * [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#count) - Retrieve a count of files that changed since a commit
431
- * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#list) - Retrieve the names and statuses of files that changed since a commit
430
+ * [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#count) - Get a count of files that changed since a commit
431
+ * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#list) - Get the names and statuses of files that changed since a commit
432
432
 
433
433
  #### [versions.configs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md)
434
434
 
435
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md#get) - Retrieve the configuration and status for the Git integration
435
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md#get) - Get the configuration and status for the Git integration
436
436
 
437
437
  #### [versions.statuses](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md)
438
438
 
439
- * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md#get) - Retrieve the status of the current working tree
439
+ * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md#get) - Get the status of the current working tree
440
440
 
441
441
  </details>
442
442
  <!-- End Available Resources and Operations [operations] -->
@@ -4,16 +4,16 @@ cribl_control_plane/_hooks/clientcredentials.py,sha256=_scvqxVT_8CDEMWblZ02IQ9A1
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=LqCt4VPd8dxtppg_hMhpOHujuIk5YOGPaaIqkMZ8Akg,542
7
+ cribl_control_plane/_version.py,sha256=qIrFlMPTb4ta6J82KC2sO7_AA-spRl39137K2hPBxEU,542
8
8
  cribl_control_plane/acl.py,sha256=l4YkY0UMRCevAWohHMSL2jZ40jfG5SBSeWO4meBE8Wg,9021
9
9
  cribl_control_plane/auth_sdk.py,sha256=FQZpAERAlpw6Xk-mkUdalUDSekftklv_Du4i2TLDilk,496
10
10
  cribl_control_plane/basesdk.py,sha256=amvvB5iPT7c-L6NLo2Rhu2f7xWaapsa6OfQ37SICXOw,11954
11
- cribl_control_plane/branches.py,sha256=FMiqOKcNKi2H2jnGUZNmE9TDWUOuoEdD03u_q5Xwpkw,13975
12
- cribl_control_plane/commits.py,sha256=QhAc-ST2oPxPl60bOmVt3gok_1zhnivyJjA2opKkEw0,53220
13
- cribl_control_plane/commits_files.py,sha256=maHYZmmJlz8RzsvFZElpbzukJcMXbxwGRFB8gOQp_js,14795
11
+ cribl_control_plane/branches.py,sha256=Uz2F25RVW5hDr92Dm7yo7I9NdEN1zh9eDF20h4mD7Tg,14217
12
+ cribl_control_plane/commits.py,sha256=zS68CGI1AXB1HGPtvb_9Ma49xznCEvT7wrchqKQVEAo,55048
13
+ cribl_control_plane/commits_files.py,sha256=XRqVF2UA_c2Ous3wFOehyUgYE_NiuE-dwzPglF4DEG4,15561
14
14
  cribl_control_plane/configs_versions.py,sha256=2XXHXM0wSLUAa4aDo8N_soIHp5xdhRj37P3-aTzbow0,8408
15
- cribl_control_plane/destinations.py,sha256=vb-omjGCOLJqdZKU-0TbDU6fdtOmj4RNngHXGMkn4ew,36309
16
- cribl_control_plane/destinations_pq.py,sha256=XTEevuMoc0BXOej4j_eMI1mwiqDWWyJnHTL9WhIaQw8,14537
15
+ cribl_control_plane/destinations.py,sha256=ttEDfTKW-DlNBc_q5-EuqdNFMyh1cx_GI3ipN86pcpY,37389
16
+ cribl_control_plane/destinations_pq.py,sha256=KwflapfxGgHBS-05wxj9P1O8RhSP8nx7KwOxhwPqLfs,14871
17
17
  cribl_control_plane/errors/__init__.py,sha256=6d9IGiw8Z6n2sTijw-e11PthRPi-YUkLgzE6zV4MfFQ,1867
18
18
  cribl_control_plane/errors/apierror.py,sha256=Z3b3zk672zHljcdijGLJeJ2LiP1f3VpVDEqUuF7LDAA,1253
19
19
  cribl_control_plane/errors/criblcontrolplaneerror.py,sha256=P9SU33LkmvyURdJbndHJxXu2KW_3u059peZJ8C80LfM,724
@@ -24,9 +24,9 @@ cribl_control_plane/errors/responsevalidationerror.py,sha256=TvZ9dOsy-oFBYA_wZCO
24
24
  cribl_control_plane/groups_configs.py,sha256=Tp0DFJ-zCNF_fvtnxCxVSkmrDl1IP6bRF7Irg2CZXAM,543
25
25
  cribl_control_plane/groups_sdk.py,sha256=yvALLhCkaA8kc6kzOrWPllPbDCO3LzACfC9wNY88-Uk,61931
26
26
  cribl_control_plane/health.py,sha256=mDYmC13IE_M9jTVKKBOr5aeZ5QArUURLT1PyPpvn5Ho,6719
27
- cribl_control_plane/hectokens.py,sha256=Oe4_wjPk-UlWOaOmx5wxDteQReTsiCKvrjDopxPnHOM,18845
27
+ cribl_control_plane/hectokens.py,sha256=0EGgGGrM83m1YmTZwkN5S4xFkHQGnw1IZe3y6uMwmLw,19151
28
28
  cribl_control_plane/httpclient.py,sha256=Eu73urOAiZQtdUIyOUnPccxCiBbWEKrXG-JrRG3SLM4,3946
29
- cribl_control_plane/lakedatasets.py,sha256=Y0sEW-RZIbgKuDeAAhf7m4q8iNRJn1hg38sARR3eBfQ,46144
29
+ cribl_control_plane/lakedatasets.py,sha256=7WYWcjXMzliDW1j3TQlgikc_h54IUq4lsysVy_39l38,46578
30
30
  cribl_control_plane/models/__init__.py,sha256=k65UDrcKVdb3kHL2m2L9kppsM7iG3JJ7b-R_7rijQN0,356685
31
31
  cribl_control_plane/models/addhectokenrequest.py,sha256=mzQLKrMWlwxNheqEs5SM_yrT-gyenfCWgHKhmb5oXFQ,800
32
32
  cribl_control_plane/models/appmode.py,sha256=5xRJz9oP5ah4b6dcay4Q1IbQ9irm6k6x2BrTNysIMY4,300
@@ -39,56 +39,56 @@ cribl_control_plane/models/configgroup.py,sha256=cgIfR0Fz54SdBLGZNnruaJVA4jUpdVH
39
39
  cribl_control_plane/models/configgroupcloud.py,sha256=l9e1E-JyZGu4JANlU8SIzaXcsZIUcs7CtPQs90WvZ-w,1395
40
40
  cribl_control_plane/models/configgrouplookups.py,sha256=1z1DlvlVehqfD6hZMXG0XedZTfoCIpYd0cHav45tiRw,830
41
41
  cribl_control_plane/models/createconfiggroupbyproductop.py,sha256=SzGKSZPW5Q3rNh9EAcSDTPoaO2w3GZZGB8Jnj44g_Gs,1774
42
- cribl_control_plane/models/createcribllakedatasetbylakeidop.py,sha256=IMR6uAsZDiK3bVbb9Nnz96XgzPdRVulI9v-MAlg7ur8,1591
43
- cribl_control_plane/models/createinputhectokenbyidop.py,sha256=KfgOUUTbWqoDIPmwmFmKi-HzqRQFt_KpmKqkqXBzjAA,1438
42
+ cribl_control_plane/models/createcribllakedatasetbylakeidop.py,sha256=IVH9RvCw8IM0LCzJuy7_eDX9GbpTUIk-Xp0nFPjn6BQ,1647
43
+ cribl_control_plane/models/createinputhectokenbyidop.py,sha256=3UbrmX96ZFvh-0UFJfsYqSayk9HX5wCWTWkpJL56OTk,1502
44
44
  cribl_control_plane/models/createinputop.py,sha256=l5Hz9ANzw4Gjh25FVf_okFzXxZWjA7GOx1tp8yWhKaI,701
45
45
  cribl_control_plane/models/createoutputop.py,sha256=lWgs9T_pZR5bHcA0SZndbLuUPjVa_D_uFpqTuM7JiPc,718
46
- cribl_control_plane/models/createoutputtestbyidop.py,sha256=2ll9hE3r0VTgyOD7U2obiQFQF4NlbrlEBG3lPXsI5Y8,1533
46
+ cribl_control_plane/models/createoutputtestbyidop.py,sha256=-5R-9LdZDrHAxnti3u_RS7SiAdNpCK2Kti4AlU00WvA,1641
47
47
  cribl_control_plane/models/createpacksop.py,sha256=ZWmUQ9KU6XbSh_oL7-txQw-7esp-yLexHQvgL2Aw9Mw,769
48
48
  cribl_control_plane/models/createpipelineop.py,sha256=vUHkNhYvYqhSAte_1jeBqry7tUL7W6T_s1M7vivuKwg,728
49
49
  cribl_control_plane/models/createroutesappendbyidop.py,sha256=NtaW43Jb0hZ7ZMkBJ6QAkzxrk49wfbTLK-fnovk-RN8,1547
50
50
  cribl_control_plane/models/createversioncommitop.py,sha256=Fez4Jsmqc7H8VJctK6UR-ay7ZihL7dNg5zPBLOeDK4E,792
51
51
  cribl_control_plane/models/createversionpushop.py,sha256=lWAZSdUEgwWEvXuo5I5yac1PYd9IOY6ZQTY0mRSo9Nc,686
52
52
  cribl_control_plane/models/createversionrevertop.py,sha256=C6d8MMyX6Yq5ZnDuKlxAsBN4RVYnSDw6WezZPNDoyzk,1523
53
- cribl_control_plane/models/createversionundoop.py,sha256=e6sdpq275MNVE3r1T4rlvysvp4oNQTysfJNCQR0Hm4U,1044
53
+ cribl_control_plane/models/createversionundoop.py,sha256=ilD0HWxD66LZ4NjMIamc_NsyuDT6n86ooQ6IY2RMewY,1206
54
54
  cribl_control_plane/models/criblevent.py,sha256=eT6WbxhOOCx5OQLkAfhwG6IeSUuUmF7hLTxeCHut4bo,361
55
55
  cribl_control_plane/models/cribllakedataset.py,sha256=4txRkDEkM-9fLG0my7Sl9IhEW0v6RYdH0FNW5gtUE-g,2303
56
56
  cribl_control_plane/models/currentbranchresult.py,sha256=qq1IRI_XeGrAI_-lV_xHCYuO3VwIFUVarvo0-lN-ymU,317
57
57
  cribl_control_plane/models/datasetmetadata.py,sha256=NfKeMQnTgrt-xLQ5LfDr-LrtPArJ8fbzUHd2yF_p3fc,1090
58
58
  cribl_control_plane/models/datasetmetadataruninfo.py,sha256=4UrKPwg1oCs7uk3s24dsVzyNXE8TpDJE9vCioZyK7t0,937
59
59
  cribl_control_plane/models/deleteconfiggroupbyproductandidop.py,sha256=rHqsnpOtrV5SdnjHtqbacwISTKQ-b93rdeQH-kuVSOA,1838
60
- cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py,sha256=japgQTynnoD5EJvCQ0Wme8oAqXJGWvSmOJhDbLiswFw,1511
61
- cribl_control_plane/models/deleteinputbyidop.py,sha256=8mFzAyTUv6EJ-5Ivm4TSklARGQVim5busV7u51zHyzo,1067
62
- cribl_control_plane/models/deleteoutputbyidop.py,sha256=1tNS3O5EK9V0DaWcvvUr-KOQhhpslk_aydhf36pyYfs,1086
63
- cribl_control_plane/models/deleteoutputpqbyidop.py,sha256=jLy8wreVzCsTTifXL3rHPXnku3G97ZCnbHPGamw-t9g,1042
64
- cribl_control_plane/models/deletepacksbyidop.py,sha256=RXbMek9nUEXGTlO4zgIgvUnaTG7QqDMhmtIsTe32zCw,1115
60
+ cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py,sha256=BUMQ_56VCM_xK08eagJ2bdd4eOPCUUMVVG5duR3qg7s,1649
61
+ cribl_control_plane/models/deleteinputbyidop.py,sha256=wcL73IwZivcylD76m2vn-2YQ6E6nGgeXipwbYOmHVlY,1117
62
+ cribl_control_plane/models/deleteoutputbyidop.py,sha256=VdpKyYTadMO3rOmFlyMTkBkSLXT04ic9s9E9g0PDf8I,1146
63
+ cribl_control_plane/models/deleteoutputpqbyidop.py,sha256=Wze8U3u5Pa1RwrWUrSW9K3EIvsjm7b8lCqgyHaLPFRA,1132
64
+ cribl_control_plane/models/deletepacksbyidop.py,sha256=LODUzjEwPIcDuIl10wHVIu3zssufBYMUrd8tmtgdplY,1187
65
65
  cribl_control_plane/models/deletepipelinebyidop.py,sha256=2TPgET3YUtlqvAjW-iZXcx0yQVBLqVf9UjjgGJzAZ9E,1098
66
66
  cribl_control_plane/models/deployrequest.py,sha256=zSl96WkkLVHACFRYUdPT4w7WhCaOv_V7_nMLcSGRYwE,560
67
67
  cribl_control_plane/models/deployrequestlookups.py,sha256=WJQf_uL_22Lj7_TIBZ0pZxspYnkfZu9ABNGBLG35tpA,613
68
68
  cribl_control_plane/models/distributedsummary.py,sha256=H3vkBqmL3vbQIggXyfWqqrm3d27b3kgqBt9t9e-Vlz4,1359
69
69
  cribl_control_plane/models/getconfiggroupaclbyproductandidop.py,sha256=0ISdKz0d5GxsoBYcyViLcWZf2HZvn7GmktEKA5_JAkk,2761
70
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py,sha256=qhBlIlPUH-Yd3KLJiZ7Cet2QpBHxYryd_xETswFUq4w,2707
70
+ cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py,sha256=95gU6mBZUdnTB3pjMvNT8a-MnWzCsrpMyEF1F8ZpQWo,2824
71
71
  cribl_control_plane/models/getconfiggroupbyproductandidop.py,sha256=XNsE1v01UJgOPcQiseFxGYHM5pa7Y9-u3E3fblnp-SQ,2390
72
72
  cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py,sha256=v03JB8Koq5XmLMHHX95ssw3vVN9_thsSOEM5-9oQKec,1868
73
- cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py,sha256=GB7VQUDOW_jJcqF3e7YnBmTMlfRXFBAh3-L83cADXb8,1493
74
- cribl_control_plane/models/getcribllakedatasetbylakeidop.py,sha256=lUHq_FQwQUL_3RhRIG6ftRLBgFdqq_G0-hJPpNOE3Rk,1295
75
- cribl_control_plane/models/getinputbyidop.py,sha256=5V8AlcIjtaLkmBB1y9Aivng8TmM4CmfnfOUBIQ120_0,1049
76
- cribl_control_plane/models/getmasterworkerentryop.py,sha256=0RCFeDI0IPX9oMvyuk_-cjbmooFBgfgOJSIMZQEUL9o,1195
77
- cribl_control_plane/models/getoutputbyidop.py,sha256=1PFQIUUaPB6jovQOiCe7iU0tKrW3PhtOyM7FntrGVRQ,1068
78
- cribl_control_plane/models/getoutputpqbyidop.py,sha256=4YN2pdg-WpUi9nuBQTgFOp1wMOK79KBdC5fqNLuUQtA,1030
79
- cribl_control_plane/models/getoutputsamplesbyidop.py,sha256=TB8iEYWYKhsK5CYaNPdjWo37y9TFvd9c6sSOJNlAM4o,1187
80
- cribl_control_plane/models/getpacksop.py,sha256=0pEkC2j-Bbvhqfw6Yl6hoUzluogmfDL8AVMctSDkp0Y,1235
73
+ cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py,sha256=X2XiJPwODvnOY9U5kRxIjFGirvEKQpiIUrO125lZoIo,1625
74
+ cribl_control_plane/models/getcribllakedatasetbylakeidop.py,sha256=nd44uWdgyGfq3vjOvm2vQ76AiC_4J076q-ZCXP0ebAU,1371
75
+ cribl_control_plane/models/getinputbyidop.py,sha256=fuIpxpky_6KUbXM_8J-0VNIYsjNZnU6IyunVusx7QeE,1099
76
+ cribl_control_plane/models/getmasterworkerentryop.py,sha256=dIMOw_dSQo-vP-iuDhaTkSFvyN_WMlbh7WFfme64Cas,1261
77
+ cribl_control_plane/models/getoutputbyidop.py,sha256=Y8f9ZvCHlRE1cugt2APdigrcjLQz7R5jpkrLVUcDNcI,1128
78
+ cribl_control_plane/models/getoutputpqbyidop.py,sha256=XYx-GSqqhY30IVvZUc3d87UUOuJ9t3xjuKamK1DUJjQ,1140
79
+ cribl_control_plane/models/getoutputsamplesbyidop.py,sha256=H07FC4EXq5nfssP7d9ikjsXMc3L7lykHC26uh9rPjBI,1295
80
+ cribl_control_plane/models/getpacksop.py,sha256=LztkNqAPv55ipG4A0sMdgUrA5bRhdMLr6VtKLA_rQPs,1561
81
81
  cribl_control_plane/models/getpipelinebyidop.py,sha256=ky8YvLZRrUCs4HTiAvMcQ-nfIWb8Ke7NeDJMw1xdEho,1080
82
82
  cribl_control_plane/models/getroutesbyidop.py,sha256=9TeXnLc_WkHoAYbykYxlDP-I0AzsrlYi-iA28jhmpZ8,1058
83
- cribl_control_plane/models/getsummaryop.py,sha256=2AK4Cu2PvzIib-2U9JlAxxciUq2aBlmHd9a56RA6IOk,1331
83
+ cribl_control_plane/models/getsummaryop.py,sha256=YLGm7kKE4aCpGoHtIKWGZbNKW7_2AK3DlqKNLr2lnDE,1673
84
84
  cribl_control_plane/models/getversionbranchop.py,sha256=hn-tWyDwbp6zqJ8Af4-_Urt-wOwU0nRqsLhLoR_33nU,684
85
- cribl_control_plane/models/getversioncountop.py,sha256=dFWz6GYOPve0UyiWompurzg45zuN-aMe0SfHjekM2UM,1315
86
- cribl_control_plane/models/getversiondiffop.py,sha256=rYD0ajq_v_5aPwv3Ov-fLrpHDnn1VNaEw92rEyBSnH4,1854
87
- cribl_control_plane/models/getversionfilesop.py,sha256=OimJSp88ok-UJ6lbNt91dfPTu_Td78yglOctVr7gVds,1417
85
+ cribl_control_plane/models/getversioncountop.py,sha256=ayg9xdQGvSBzgCq8E1XqCRJOfmtRkr-D3ioEEGstx-Q,1557
86
+ cribl_control_plane/models/getversiondiffop.py,sha256=108FjGC-lfklVKUAR9SQiEJ98Ie8NpVQblniCkchvtY,2304
87
+ cribl_control_plane/models/getversionfilesop.py,sha256=rzJaSELsEqU9V96whObAirkMkmZqJV8CEX8BtSfHuXI,1687
88
88
  cribl_control_plane/models/getversioninfoop.py,sha256=xgglVQWeQTgA_55hr4FghW24JCi3JtGLHk4wzYgnFeg,719
89
89
  cribl_control_plane/models/getversionop.py,sha256=S04XyKf1wqwuPyal6BjiqGLroN2UnZlwR4HNdKfDLok,1379
90
- cribl_control_plane/models/getversionshowop.py,sha256=x05CGdsDrQe8NNaMKXgiYWtJxCBm4DRg6SU8EzwPFA0,1854
91
- cribl_control_plane/models/getversionstatusop.py,sha256=USNKlYxQEU2_S53I8sob3hpLrZLXCEhKnKs8xrO87G4,1162
90
+ cribl_control_plane/models/getversionshowop.py,sha256=UbXsfT-pmruUapeY5MBJDLuN3XwJMtFlh3cqYuqEr4s,2410
91
+ cribl_control_plane/models/getversionstatusop.py,sha256=wZy3DooWs_dhvcrIblV9cckLFM88MF7qIOU9KS0E4_A,1298
92
92
  cribl_control_plane/models/gitcommitparams.py,sha256=4RwyddK0-QDb2Ax_tP2CVOy1rHsq-KEn5lELI402B6I,563
93
93
  cribl_control_plane/models/gitcommitsummary.py,sha256=63UMkf5H5DFzFTsU7dr3dBrLGNMIxJBfinCPmBCd2OY,1312
94
94
  cribl_control_plane/models/gitfile.py,sha256=CMk0Xm08WFtUX73TaKBNAyRagZh-DMIY-m33RFgfFHg,493
@@ -165,7 +165,7 @@ cribl_control_plane/models/lakedatasetsearchconfig.py,sha256=R0zz0K1FQ3gxPx44ezI
165
165
  cribl_control_plane/models/lakehouseconnectiontype.py,sha256=W8X07YtfXxwYYkwugN9u65vXfL701NHj3cUWIYys7T0,223
166
166
  cribl_control_plane/models/listconfiggroupbyproductop.py,sha256=aEjF5NMFQt-WDuyZssjq-WepbQ9wIvBaowyj5a0KFCI,2096
167
167
  cribl_control_plane/models/listinputop.py,sha256=oj7CRRp7DTtHI3WKPKLoEL30a_JrMp48V33pRPgUMmE,697
168
- cribl_control_plane/models/listmasterworkerentryop.py,sha256=UAIXIWXXrgl-gkRsINxy6fp46LH1xBNrt4NNzzBssUg,2778
168
+ cribl_control_plane/models/listmasterworkerentryop.py,sha256=c9cvTyboRQPHAue1LDsw9uTeJgu6_UxLd0uAUCA0OVg,3554
169
169
  cribl_control_plane/models/listoutputop.py,sha256=Gzm5NcwbyuJ3xacm_emZeKwVn2HNPV1fv9aCmDEw8sc,714
170
170
  cribl_control_plane/models/listpipelineop.py,sha256=w-tyP0jqc3YKsSceTQJYuhJ7v-ZqgZWVVfO527YFGFg,722
171
171
  cribl_control_plane/models/listroutesop.py,sha256=xqutne_6fjll4fIDk8uT7W7RVFB3dkIUealZLRUgDEA,704
@@ -262,27 +262,27 @@ cribl_control_plane/models/security.py,sha256=l8rMit25V2MUVLptnexODsL6wP-3l50g8D
262
262
  cribl_control_plane/models/teamaccesscontrollist.py,sha256=HLMck-wyuJYiKD-adSS5ti4yLbHE2snZaOAI0GwgfOI,483
263
263
  cribl_control_plane/models/updateconfiggroupbyproductandidop.py,sha256=D08m5KFtGhrBoDPxZ22_PkeYqI_nAvvn37V6NpiL08w,2163
264
264
  cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py,sha256=YlaoJd_5acj_Gwvgn6RW3XWfx-eZ5hRHGHcLAphh35g,2247
265
- cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py,sha256=q_bOMXSkfqyNSNFN-qsseimaFl9xfRsbvjdMfAPAERI,1852
265
+ cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py,sha256=vawlVhfZ_xULNJcrKKtfyV6tMqrLT_i_UknodWucuUU,1990
266
266
  cribl_control_plane/models/updatehectokenrequest.py,sha256=Pq0JnAZuDqdU_g6mmCvfxfMgeK9Pu3uVXfD9sFWfjKQ,787
267
- cribl_control_plane/models/updateinputbyidop.py,sha256=RgxKN5ev3gImWuRZGHFXOE9nAS3O1WvbsDl8z6xnylg,1270
268
- cribl_control_plane/models/updateinputhectokenbyidandtokenop.py,sha256=-Q8ZP1yDmQmB9aylQNTs4zR1q6NH-Gi2fhlyiDyqWKI,1677
269
- cribl_control_plane/models/updateoutputbyidop.py,sha256=JMdnqmkiXN2tQj0VWfj9q0CrsJXqI452KD-mdg6wPdQ,1295
270
- cribl_control_plane/models/updatepacksbyidop.py,sha256=nQeRQF-NTOCRMWz_gXfYlN0-I2OMM8Rovh_vAq73wzw,1965
267
+ cribl_control_plane/models/updateinputbyidop.py,sha256=fWbSRQQ1WdHI6_e-fV32T99vDFQ1Yv6oHM-80u5kbHE,1322
268
+ cribl_control_plane/models/updateinputhectokenbyidandtokenop.py,sha256=BnIPY8dTmpen_yKyplMqSDX4u_nfWmN3hZqSTKqy_48,1805
269
+ cribl_control_plane/models/updateoutputbyidop.py,sha256=44KI9zpS8trSu1FohNHD2egDVUxAlL-A8zazS7YOsrU,1357
270
+ cribl_control_plane/models/updatepacksbyidop.py,sha256=3_gienANMXUc5VigEAUzoM8Y-h2t5lKe27M7pr5QWpY,2033
271
271
  cribl_control_plane/models/updatepipelinebyidop.py,sha256=B13h6gadw4NV7waH6yoDKCR2YCzVS8XZrzB_5PG9CmE,1410
272
272
  cribl_control_plane/models/updateroutesbyidop.py,sha256=CoEURdSBZ4-pp1WSncdT_oZCbx3o7MlmMSDY0D44D_o,1358
273
273
  cribl_control_plane/models/useraccesscontrollist.py,sha256=UNM3mdqFByd9GAovAi26z9y-5H15hrKDzw0M-f-Pn2o,483
274
- cribl_control_plane/nodes.py,sha256=f16LPEwlwNU-9F0ak1BrcESZdEyhKAsYULLJox4lNOc,16541
275
- cribl_control_plane/packs.py,sha256=Ka1zVuKCDO4Wi6Z8PWYh8KMdVoLSdO6_Mec2rgqg8Ao,31864
274
+ cribl_control_plane/nodes.py,sha256=015pTP--RfK2YFrMRgBe8ha32Mp_38JGDYdxkGdjtzY,17429
275
+ cribl_control_plane/packs.py,sha256=IroglHMxt4opjPUmCujym5UXPfxfto13zF2e4c48VoQ,33394
276
276
  cribl_control_plane/pipelines.py,sha256=gHyI9nwt_3cxBQ7gt6EPUPs9NuRC0iA_PoFRAE4Z-V8,35892
277
277
  cribl_control_plane/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
278
278
  cribl_control_plane/routes_sdk.py,sha256=Snb8Dmim7Fm9EsMqbyjuPnXKmqhJ10L_t1bujJUWTyM,31025
279
- cribl_control_plane/samples.py,sha256=1eBTiQ4dgHFN2-ZSxawJ9TpXufxZmbEJBxJQs69HFIE,15803
279
+ cribl_control_plane/samples.py,sha256=41bJGkB-lxj8WmeI-418PwgMT2KPKqlINp26CKwt0Yk,16067
280
280
  cribl_control_plane/sdk.py,sha256=UcM5PrBF5eQKCivl1WEPbIIZ5I6IPQLdi3K4GUxijbY,7463
281
281
  cribl_control_plane/sdkconfiguration.py,sha256=bit6SSOyHqvibdtgNad5_ZcgMotk8NJfgHpKsBK8HFg,1259
282
- cribl_control_plane/sources.py,sha256=h3TjlBzLcXSReBXLKUxr_cFgmASmeS2rcnHBIF-Sokk,35998
283
- cribl_control_plane/statuses.py,sha256=kcNioEuIpmogvmQn_qeei-tJkf1vyEEO3aefmKFyChs,7461
284
- cribl_control_plane/summaries.py,sha256=N86J6kQ8biZVarzFnEAO10XrbLHdumPs-fUhamQ-LIs,7468
285
- cribl_control_plane/teams.py,sha256=tN_Crz9zKI5Lsg1yNFeFsd8aSktDfp4HfML_7cFYXLQ,8884
282
+ cribl_control_plane/sources.py,sha256=rexCbl4lSCw3OBjklfw_xTvUPSczUzsFHVYsYoboSf4,37018
283
+ cribl_control_plane/statuses.py,sha256=1VkWWzGBuCRTBDhRUGjKiuQm8H2iLiGHGXgT4LwWv4c,7989
284
+ cribl_control_plane/summaries.py,sha256=Z9olwB0xyhkIBgJrZudADGSLvb0YkcuJMoGFPsCZiMw,8064
285
+ cribl_control_plane/teams.py,sha256=v1n4LIegDw8Nv5gwHdHIZUboSUyE3tGoKwRKHLMTauc,8962
286
286
  cribl_control_plane/tokens.py,sha256=iP_0_Pl8LFgs_ektBTU-bvRjJq6JQ3q7qMWIeIIuXmc,7220
287
287
  cribl_control_plane/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
288
288
  cribl_control_plane/types/basemodel.py,sha256=L79WXvTECbSqaJzs8D3ud_KdIWkU7Cx2wbohDAktE9E,1127
@@ -304,7 +304,7 @@ cribl_control_plane/utils/unmarshal_json_response.py,sha256=yxi3F_O3SCU0SrexiR3B
304
304
  cribl_control_plane/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
305
305
  cribl_control_plane/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
306
306
  cribl_control_plane/versions.py,sha256=Wdaxc2wZeEeD12wAh7SQ0RGG9KgwKaWQ7bc8qOQ8oAo,920
307
- cribl_control_plane/versions_configs.py,sha256=nPgG2iQyehB4MuRSeNbY4KFWZSPW_oNlr2306Oks58k,7178
308
- cribl_control_plane-0.0.31.dist-info/METADATA,sha256=D1ItQPiQA_YcJuKLGGNZu2XeyPlv3UNPmJgsLm0BZ5U,38917
309
- cribl_control_plane-0.0.31.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
310
- cribl_control_plane-0.0.31.dist-info/RECORD,,
307
+ cribl_control_plane/versions_configs.py,sha256=5CKcfN4SzuyFgggrx6O8H_h3GhNyKSbfdVhSkVGZKi4,7284
308
+ cribl_control_plane-0.0.32.dist-info/METADATA,sha256=BZS2D2u5oB7TjtYhI91y8S_qvZDejYs7Ifeqt8jQ-cI,38712
309
+ cribl_control_plane-0.0.32.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
310
+ cribl_control_plane-0.0.32.dist-info/RECORD,,