cribl-control-plane 0.0.31__py3-none-any.whl → 0.0.33__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.
- cribl_control_plane/_version.py +4 -4
- cribl_control_plane/branches.py +6 -6
- cribl_control_plane/commits.py +36 -36
- cribl_control_plane/commits_files.py +16 -16
- cribl_control_plane/cribl.py +513 -0
- cribl_control_plane/destinations.py +21 -21
- cribl_control_plane/destinations_pq.py +10 -10
- cribl_control_plane/{samples.py → destinations_samples.py} +11 -11
- cribl_control_plane/hectokens.py +10 -10
- cribl_control_plane/lakedatasets.py +36 -36
- cribl_control_plane/models/__init__.py +342 -0
- cribl_control_plane/models/authconfig.py +43 -0
- cribl_control_plane/models/commonservicelimitconfigs.py +14 -0
- cribl_control_plane/models/createcribllakedatasetbylakeidop.py +2 -2
- cribl_control_plane/models/createinputhectokenbyidop.py +2 -2
- cribl_control_plane/models/createoutputtestbyidop.py +2 -2
- cribl_control_plane/models/createversionundoop.py +2 -2
- cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +4 -4
- cribl_control_plane/models/deleteinputbyidop.py +2 -2
- cribl_control_plane/models/deleteoutputbyidop.py +2 -2
- cribl_control_plane/models/deleteoutputpqbyidop.py +2 -2
- cribl_control_plane/models/deletepacksbyidop.py +2 -2
- cribl_control_plane/models/edgeheartbeatmetricsmode.py +11 -0
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +3 -3
- cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +4 -4
- cribl_control_plane/models/getcribllakedatasetbylakeidop.py +2 -2
- cribl_control_plane/models/getinputbyidop.py +2 -2
- cribl_control_plane/models/getmasterworkerentryop.py +2 -2
- cribl_control_plane/models/getoutputbyidop.py +2 -2
- cribl_control_plane/models/getoutputpqbyidop.py +2 -2
- cribl_control_plane/models/getoutputsamplesbyidop.py +2 -2
- cribl_control_plane/models/getpacksop.py +2 -2
- cribl_control_plane/models/getsummaryop.py +3 -3
- cribl_control_plane/models/getsystemsettingsauthop.py +24 -0
- cribl_control_plane/models/getsystemsettingsconfop.py +24 -0
- cribl_control_plane/models/getsystemsettingsgitsettingsop.py +24 -0
- cribl_control_plane/models/getversioncountop.py +4 -4
- cribl_control_plane/models/getversiondiffop.py +8 -8
- cribl_control_plane/models/getversionfilesop.py +4 -4
- cribl_control_plane/models/getversionshowop.py +8 -8
- cribl_control_plane/models/getversionstatusop.py +2 -2
- cribl_control_plane/models/gitopstype.py +10 -0
- cribl_control_plane/models/gitsettings.py +70 -0
- cribl_control_plane/models/jobsettings.py +83 -0
- cribl_control_plane/models/limits.py +127 -0
- cribl_control_plane/models/listmasterworkerentryop.py +23 -23
- cribl_control_plane/models/rediscachelimits.py +38 -0
- cribl_control_plane/models/redisconnectionlimits.py +20 -0
- cribl_control_plane/models/redislimits.py +14 -0
- cribl_control_plane/models/searchsettings.py +71 -0
- cribl_control_plane/models/serviceslimits.py +23 -0
- cribl_control_plane/models/systemsettings.py +358 -0
- cribl_control_plane/models/systemsettingsconf.py +311 -0
- cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +4 -4
- cribl_control_plane/models/updateinputbyidop.py +2 -2
- cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +4 -4
- cribl_control_plane/models/updateoutputbyidop.py +2 -2
- cribl_control_plane/models/updatepacksbyidop.py +2 -2
- cribl_control_plane/models/updatesystemsettingsauthop.py +24 -0
- cribl_control_plane/models/updatesystemsettingsconfop.py +24 -0
- cribl_control_plane/models/updatesystemsettingsgitsettingsop.py +24 -0
- cribl_control_plane/models/upgradegroupsettings.py +24 -0
- cribl_control_plane/models/upgradepackageurls.py +20 -0
- cribl_control_plane/models/upgradesettings.py +36 -0
- cribl_control_plane/nodes.py +30 -30
- cribl_control_plane/packs.py +16 -16
- cribl_control_plane/sdk.py +3 -0
- cribl_control_plane/settings.py +23 -0
- cribl_control_plane/settings_auth.py +339 -0
- cribl_control_plane/settings_git.py +339 -0
- cribl_control_plane/sources.py +18 -18
- cribl_control_plane/statuses.py +6 -6
- cribl_control_plane/summaries.py +6 -6
- cribl_control_plane/system_sdk.py +17 -0
- cribl_control_plane/teams.py +2 -2
- cribl_control_plane/versions_configs.py +4 -4
- {cribl_control_plane-0.0.31.dist-info → cribl_control_plane-0.0.33.dist-info}/METADATA +41 -25
- {cribl_control_plane-0.0.31.dist-info → cribl_control_plane-0.0.33.dist-info}/RECORD +79 -51
- {cribl_control_plane-0.0.31.dist-info → cribl_control_plane-0.0.33.dist-info}/WHEEL +0 -0
cribl_control_plane/sources.py
CHANGED
|
@@ -34,7 +34,7 @@ class Sources(BaseSDK):
|
|
|
34
34
|
) -> models.ListInputResponse:
|
|
35
35
|
r"""List all Sources
|
|
36
36
|
|
|
37
|
-
Get a list of
|
|
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
|
|
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"""
|
|
376
|
+
r"""Get a Source
|
|
377
377
|
|
|
378
|
-
Get
|
|
378
|
+
Get the specified Source.
|
|
379
379
|
|
|
380
|
-
:param id:
|
|
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"""
|
|
463
|
+
r"""Get a Source
|
|
464
464
|
|
|
465
|
-
Get
|
|
465
|
+
Get the specified Source.
|
|
466
466
|
|
|
467
|
-
:param id:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
cribl_control_plane/statuses.py
CHANGED
|
@@ -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"""
|
|
22
|
+
r"""Get the status of the current working tree
|
|
23
23
|
|
|
24
|
-
|
|
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
|
|
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"""
|
|
109
|
+
r"""Get the status of the current working tree
|
|
110
110
|
|
|
111
|
-
|
|
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
|
|
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
|
cribl_control_plane/summaries.py
CHANGED
|
@@ -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"""
|
|
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
|
|
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"""
|
|
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
|
|
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
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from .basesdk import BaseSDK
|
|
4
|
+
from .sdkconfiguration import SDKConfiguration
|
|
5
|
+
from cribl_control_plane.settings import Settings
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class SystemSDK(BaseSDK):
|
|
9
|
+
settings: Settings
|
|
10
|
+
|
|
11
|
+
def __init__(self, sdk_config: SDKConfiguration) -> None:
|
|
12
|
+
BaseSDK.__init__(self, sdk_config)
|
|
13
|
+
self.sdk_configuration = sdk_config
|
|
14
|
+
self._init_sdks()
|
|
15
|
+
|
|
16
|
+
def _init_sdks(self):
|
|
17
|
+
self.settings = Settings(self.sdk_configuration)
|
cribl_control_plane/teams.py
CHANGED
|
@@ -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:
|
|
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:
|
|
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"""
|
|
21
|
+
r"""Get the configuration and status for the Git integration
|
|
22
22
|
|
|
23
|
-
Get
|
|
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"""
|
|
101
|
+
r"""Get the configuration and status for the Git integration
|
|
102
102
|
|
|
103
|
-
Get
|
|
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.
|
|
3
|
+
Version: 0.0.33
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -316,19 +316,19 @@ 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) -
|
|
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) -
|
|
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
|
-
#### [destinations.samples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/
|
|
328
|
+
#### [destinations.samples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationssamples/README.md)
|
|
329
329
|
|
|
330
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/
|
|
331
|
-
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/
|
|
330
|
+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationssamples/README.md#get) - Get sample event data for a Destination
|
|
331
|
+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationssamples/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)
|
|
334
334
|
|
|
@@ -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
|
|
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) -
|
|
364
|
-
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#update) - Update a Lake Dataset
|
|
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) -
|
|
369
|
-
* [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md#count) -
|
|
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) -
|
|
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) -
|
|
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) -
|
|
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
|
|
|
@@ -407,36 +407,52 @@ with CriblControlPlane(
|
|
|
407
407
|
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/hectokens/README.md#create) - Add an HEC token and optional metadata to a Splunk HEC Source
|
|
408
408
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/hectokens/README.md#update) - Update metadata for an HEC token for a Splunk HEC Source
|
|
409
409
|
|
|
410
|
+
|
|
411
|
+
#### [system.settings.auth](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsauth/README.md)
|
|
412
|
+
|
|
413
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsauth/README.md#list) - Get authentication settings
|
|
414
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsauth/README.md#update) - Update authentication settings
|
|
415
|
+
|
|
416
|
+
#### [system.settings.cribl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md)
|
|
417
|
+
|
|
418
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#list) - Get Cribl system settings
|
|
419
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#update) - Update Cribl system settings
|
|
420
|
+
|
|
421
|
+
#### [system.settings.git](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsgit/README.md)
|
|
422
|
+
|
|
423
|
+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsgit/README.md#list) - Get git settings
|
|
424
|
+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/settingsgit/README.md#update) - Update git settings
|
|
425
|
+
|
|
410
426
|
### [versions](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versions/README.md)
|
|
411
427
|
|
|
412
428
|
|
|
413
429
|
#### [versions.branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md)
|
|
414
430
|
|
|
415
431
|
* [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) -
|
|
432
|
+
* [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
433
|
|
|
418
434
|
#### [versions.commits](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md)
|
|
419
435
|
|
|
420
436
|
* [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) -
|
|
437
|
+
* [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
438
|
* [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
|
|
439
|
+
* [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
440
|
* [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) -
|
|
441
|
+
* [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
442
|
* [undo](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#undo) - Discard uncommitted (staged) changes
|
|
427
443
|
|
|
428
444
|
#### [versions.commits.files](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md)
|
|
429
445
|
|
|
430
|
-
* [count](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#count) -
|
|
431
|
-
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md#list) -
|
|
446
|
+
* [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
|
|
447
|
+
* [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
448
|
|
|
433
449
|
#### [versions.configs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md)
|
|
434
450
|
|
|
435
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md#get) -
|
|
451
|
+
* [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
452
|
|
|
437
453
|
#### [versions.statuses](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md)
|
|
438
454
|
|
|
439
|
-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md#get) -
|
|
455
|
+
* [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
456
|
|
|
441
457
|
</details>
|
|
442
458
|
<!-- End Available Resources and Operations [operations] -->
|
|
@@ -654,7 +670,7 @@ with CriblControlPlane(
|
|
|
654
670
|
|
|
655
671
|
|
|
656
672
|
**Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
|
|
657
|
-
* [`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
|
|
673
|
+
* [`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 67 methods.*
|
|
658
674
|
* [`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.
|
|
659
675
|
|
|
660
676
|
</details>
|