cribl-control-plane 0.4.0a12__py3-none-any.whl → 0.4.0b12__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/acl.py +14 -6
- cribl_control_plane/branches.py +24 -8
- cribl_control_plane/commits.py +98 -42
- cribl_control_plane/commits_files.py +28 -12
- cribl_control_plane/configs_versions.py +14 -10
- cribl_control_plane/destinations.py +70 -30
- cribl_control_plane/destinations_pq.py +28 -12
- cribl_control_plane/groups_sdk.py +84 -60
- cribl_control_plane/health.py +10 -2
- cribl_control_plane/hectokens.py +28 -32
- cribl_control_plane/lakedatasets.py +70 -86
- cribl_control_plane/models/__init__.py +266 -438
- cribl_control_plane/models/addhectokenrequest.py +1 -7
- cribl_control_plane/models/configgroup.py +1 -0
- cribl_control_plane/models/{getversionbranchop.py → countedbranchinfo.py} +2 -6
- cribl_control_plane/models/countedconfiggroup.py +20 -0
- cribl_control_plane/models/countedcribllakedataset.py +20 -0
- cribl_control_plane/models/counteddistributedsummary.py +20 -0
- cribl_control_plane/models/countedgitcommitsummary.py +20 -0
- cribl_control_plane/models/countedgitcountresult.py +20 -0
- cribl_control_plane/models/{createinputop.py → countedgitdiffresult.py} +5 -9
- cribl_control_plane/models/countedgitfilesresponse.py +20 -0
- cribl_control_plane/models/{getversioninfoop.py → countedgitinfo.py} +2 -6
- cribl_control_plane/models/countedgitlogresult.py +20 -0
- cribl_control_plane/models/countedgitrevertresult.py +20 -0
- cribl_control_plane/models/countedgitshowresult.py +20 -0
- cribl_control_plane/models/countedgitstatusresult.py +20 -0
- cribl_control_plane/models/{listinputop.py → countedinput.py} +2 -6
- cribl_control_plane/models/countedinputsplunkhec.py +20 -0
- cribl_control_plane/models/countedjobinfo.py +20 -0
- cribl_control_plane/models/countedmasterworkerentry.py +20 -0
- cribl_control_plane/models/countednumber.py +19 -0
- cribl_control_plane/models/countedobject.py +19 -0
- cribl_control_plane/models/{listoutputop.py → countedoutput.py} +2 -6
- cribl_control_plane/models/{createoutputop.py → countedoutputsamplesresponse.py} +5 -9
- cribl_control_plane/models/countedoutputtestresponse.py +20 -0
- cribl_control_plane/models/countedpackinfo.py +20 -0
- cribl_control_plane/models/{createpacksop.py → countedpackinstallinfo.py} +2 -6
- cribl_control_plane/models/{listpipelineop.py → countedpipeline.py} +2 -6
- cribl_control_plane/models/{listroutesop.py → countedroutes.py} +2 -6
- cribl_control_plane/models/{createversionpushop.py → countedstring.py} +2 -6
- cribl_control_plane/models/countedteamaccesscontrollist.py +20 -0
- cribl_control_plane/models/counteduseraccesscontrollist.py +20 -0
- cribl_control_plane/models/createauthloginop.py +18 -0
- cribl_control_plane/models/createconfiggroupbyproductop.py +1 -20
- cribl_control_plane/models/createcribllakedatasetbylakeidop.py +1 -19
- cribl_control_plane/models/createinputhectokenbyidop.py +1 -20
- cribl_control_plane/models/createoutputtestbyidop.py +1 -20
- cribl_control_plane/models/createroutesappendbyidop.py +2 -20
- cribl_control_plane/models/createversioncommitop.py +1 -19
- cribl_control_plane/models/createversionrevertop.py +1 -19
- cribl_control_plane/models/createversionundoop.py +1 -18
- cribl_control_plane/models/criblevent.py +15 -0
- cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +1 -20
- cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +1 -20
- cribl_control_plane/models/deleteinputbyidop.py +1 -20
- cribl_control_plane/models/deleteoutputbyidop.py +1 -20
- cribl_control_plane/models/deleteoutputpqbyidop.py +1 -19
- cribl_control_plane/models/deletepacksbyidop.py +1 -20
- cribl_control_plane/models/deletepipelinebyidop.py +1 -20
- cribl_control_plane/models/difffiles.py +5 -46
- cribl_control_plane/models/diffline.py +26 -0
- cribl_control_plane/models/difflinecontext.py +28 -0
- cribl_control_plane/models/difflinedelete.py +25 -0
- cribl_control_plane/models/difflineinsert.py +25 -0
- cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +1 -19
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +1 -19
- cribl_control_plane/models/getconfiggroupbyproductandidop.py +1 -19
- cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +1 -19
- cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +1 -20
- cribl_control_plane/models/getcribllakedatasetbylakeidop.py +2 -79
- cribl_control_plane/models/getinputbyidop.py +1 -20
- cribl_control_plane/models/getmasterworkerentryop.py +1 -18
- cribl_control_plane/models/getoutputbyidop.py +1 -20
- cribl_control_plane/models/getoutputpqbyidop.py +1 -20
- cribl_control_plane/models/getoutputsamplesbyidop.py +1 -20
- cribl_control_plane/models/getpacksbyidop.py +1 -20
- cribl_control_plane/models/getpacksop.py +1 -19
- cribl_control_plane/models/getpipelinebyidop.py +1 -20
- cribl_control_plane/models/getroutesbyidop.py +1 -20
- cribl_control_plane/models/getsummaryop.py +1 -19
- cribl_control_plane/models/getversioncountop.py +1 -19
- cribl_control_plane/models/getversiondiffop.py +1 -19
- cribl_control_plane/models/getversionfilesop.py +1 -19
- cribl_control_plane/models/getversionop.py +1 -19
- cribl_control_plane/models/getversionshowop.py +1 -19
- cribl_control_plane/models/getversionstatusop.py +1 -19
- cribl_control_plane/models/groupcreaterequest.py +1 -0
- cribl_control_plane/models/hbcriblinfo.py +3 -4
- cribl_control_plane/models/heartbeatmetadata.py +3 -11
- cribl_control_plane/models/inputcloudflarehec.py +9 -4
- cribl_control_plane/models/inputconfluentcloud.py +4 -2
- cribl_control_plane/models/inputcribllakehttp.py +15 -0
- cribl_control_plane/models/inputkafka.py +4 -2
- cribl_control_plane/models/inputmsk.py +4 -2
- cribl_control_plane/models/inputsnmp.py +33 -7
- cribl_control_plane/models/inputsplunkhec.py +8 -4
- cribl_control_plane/models/inputwef.py +23 -0
- cribl_control_plane/models/inputwiz.py +95 -0
- cribl_control_plane/models/inputzscalerhec.py +8 -4
- cribl_control_plane/models/listconfiggroupbyproductop.py +1 -19
- cribl_control_plane/models/listmasterworkerentryop.py +1 -19
- cribl_control_plane/models/masterworkerentry.py +3 -11
- cribl_control_plane/models/nodeprovidedinfo.py +2 -10
- cribl_control_plane/models/outputnetflow.py +0 -7
- cribl_control_plane/models/outputsplunklb.py +10 -0
- cribl_control_plane/models/runnablejobcollection.py +0 -56
- cribl_control_plane/models/runnablejobexecutor.py +0 -28
- cribl_control_plane/models/runnablejobscheduledsearch.py +0 -28
- cribl_control_plane/models/updateconfiggroupbyproductandidop.py +1 -19
- cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +1 -20
- cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +1 -20
- cribl_control_plane/models/updatehectokenrequest.py +1 -7
- cribl_control_plane/models/updateinputbyidop.py +1 -19
- cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +1 -20
- cribl_control_plane/models/updateoutputbyidop.py +1 -19
- cribl_control_plane/models/updatepacksbyidop.py +1 -20
- cribl_control_plane/models/updatepipelinebyidop.py +1 -19
- cribl_control_plane/models/updateroutesbyidop.py +1 -19
- cribl_control_plane/nodes.py +28 -20
- cribl_control_plane/packs.py +80 -32
- cribl_control_plane/pipelines.py +70 -30
- cribl_control_plane/routes_sdk.py +56 -28
- cribl_control_plane/samples.py +28 -16
- cribl_control_plane/sources.py +70 -30
- cribl_control_plane/statuses.py +14 -6
- cribl_control_plane/summaries.py +14 -6
- cribl_control_plane/teams.py +14 -6
- cribl_control_plane/tokens.py +26 -8
- cribl_control_plane/versions_configs.py +14 -6
- {cribl_control_plane-0.4.0a12.dist-info → cribl_control_plane-0.4.0b12.dist-info}/METADATA +23 -23
- {cribl_control_plane-0.4.0a12.dist-info → cribl_control_plane-0.4.0b12.dist-info}/RECORD +135 -113
- cribl_control_plane/models/createpipelineop.py +0 -24
- cribl_control_plane/models/lookupversions.py +0 -13
- {cribl_control_plane-0.4.0a12.dist-info → cribl_control_plane-0.4.0b12.dist-info}/WHEEL +0 -0
- {cribl_control_plane-0.4.0a12.dist-info → cribl_control_plane-0.4.0b12.dist-info}/licenses/LICENSE +0 -0
cribl_control_plane/tokens.py
CHANGED
|
@@ -18,7 +18,7 @@ class Tokens(BaseSDK):
|
|
|
18
18
|
server_url: Optional[str] = None,
|
|
19
19
|
timeout_ms: Optional[int] = None,
|
|
20
20
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
21
|
-
) -> models.
|
|
21
|
+
) -> models.CreateAuthLoginResponse:
|
|
22
22
|
r"""Log in and fetch an authentication token
|
|
23
23
|
|
|
24
24
|
This endpoint is unavailable on Cribl.Cloud.Instead, follow the instructions at https://docs.cribl.io/stream/api-tutorials/#criblcloud to get an Auth token for Cribl.Cloud.
|
|
@@ -67,10 +67,14 @@ class Tokens(BaseSDK):
|
|
|
67
67
|
if retries == UNSET:
|
|
68
68
|
if self.sdk_configuration.retry_config is not UNSET:
|
|
69
69
|
retries = self.sdk_configuration.retry_config
|
|
70
|
+
else:
|
|
71
|
+
retries = utils.RetryConfig(
|
|
72
|
+
"backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
|
|
73
|
+
)
|
|
70
74
|
|
|
71
75
|
retry_config = None
|
|
72
76
|
if isinstance(retries, utils.RetryConfig):
|
|
73
|
-
retry_config = (retries, ["429"
|
|
77
|
+
retry_config = (retries, ["429"])
|
|
74
78
|
|
|
75
79
|
http_res = self.do_request(
|
|
76
80
|
hook_ctx=HookContext(
|
|
@@ -87,11 +91,16 @@ class Tokens(BaseSDK):
|
|
|
87
91
|
|
|
88
92
|
response_data: Any = None
|
|
89
93
|
if utils.match_response(http_res, "200", "application/json"):
|
|
90
|
-
return
|
|
94
|
+
return models.CreateAuthLoginResponse(
|
|
95
|
+
result=unmarshal_json_response(models.AuthToken, http_res), headers={}
|
|
96
|
+
)
|
|
97
|
+
if utils.match_response(http_res, "429", "*"):
|
|
98
|
+
http_res_text = utils.stream_to_text(http_res)
|
|
99
|
+
raise errors.APIError("API error occurred", http_res, http_res_text)
|
|
91
100
|
if utils.match_response(http_res, "500", "application/json"):
|
|
92
101
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
93
102
|
raise errors.Error(response_data, http_res)
|
|
94
|
-
if utils.match_response(http_res, ["401", "
|
|
103
|
+
if utils.match_response(http_res, ["401", "4XX"], "*"):
|
|
95
104
|
http_res_text = utils.stream_to_text(http_res)
|
|
96
105
|
raise errors.APIError("API error occurred", http_res, http_res_text)
|
|
97
106
|
if utils.match_response(http_res, "5XX", "*"):
|
|
@@ -109,7 +118,7 @@ class Tokens(BaseSDK):
|
|
|
109
118
|
server_url: Optional[str] = None,
|
|
110
119
|
timeout_ms: Optional[int] = None,
|
|
111
120
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
112
|
-
) -> models.
|
|
121
|
+
) -> models.CreateAuthLoginResponse:
|
|
113
122
|
r"""Log in and fetch an authentication token
|
|
114
123
|
|
|
115
124
|
This endpoint is unavailable on Cribl.Cloud.Instead, follow the instructions at https://docs.cribl.io/stream/api-tutorials/#criblcloud to get an Auth token for Cribl.Cloud.
|
|
@@ -158,10 +167,14 @@ class Tokens(BaseSDK):
|
|
|
158
167
|
if retries == UNSET:
|
|
159
168
|
if self.sdk_configuration.retry_config is not UNSET:
|
|
160
169
|
retries = self.sdk_configuration.retry_config
|
|
170
|
+
else:
|
|
171
|
+
retries = utils.RetryConfig(
|
|
172
|
+
"backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
|
|
173
|
+
)
|
|
161
174
|
|
|
162
175
|
retry_config = None
|
|
163
176
|
if isinstance(retries, utils.RetryConfig):
|
|
164
|
-
retry_config = (retries, ["429"
|
|
177
|
+
retry_config = (retries, ["429"])
|
|
165
178
|
|
|
166
179
|
http_res = await self.do_request_async(
|
|
167
180
|
hook_ctx=HookContext(
|
|
@@ -178,11 +191,16 @@ class Tokens(BaseSDK):
|
|
|
178
191
|
|
|
179
192
|
response_data: Any = None
|
|
180
193
|
if utils.match_response(http_res, "200", "application/json"):
|
|
181
|
-
return
|
|
194
|
+
return models.CreateAuthLoginResponse(
|
|
195
|
+
result=unmarshal_json_response(models.AuthToken, http_res), headers={}
|
|
196
|
+
)
|
|
197
|
+
if utils.match_response(http_res, "429", "*"):
|
|
198
|
+
http_res_text = await utils.stream_to_text_async(http_res)
|
|
199
|
+
raise errors.APIError("API error occurred", http_res, http_res_text)
|
|
182
200
|
if utils.match_response(http_res, "500", "application/json"):
|
|
183
201
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
184
202
|
raise errors.Error(response_data, http_res)
|
|
185
|
-
if utils.match_response(http_res, ["401", "
|
|
203
|
+
if utils.match_response(http_res, ["401", "4XX"], "*"):
|
|
186
204
|
http_res_text = await utils.stream_to_text_async(http_res)
|
|
187
205
|
raise errors.APIError("API error occurred", http_res, http_res_text)
|
|
188
206
|
if utils.match_response(http_res, "5XX", "*"):
|
|
@@ -17,7 +17,7 @@ class VersionsConfigs(BaseSDK):
|
|
|
17
17
|
server_url: Optional[str] = None,
|
|
18
18
|
timeout_ms: Optional[int] = None,
|
|
19
19
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
20
|
-
) -> models.
|
|
20
|
+
) -> models.CountedGitInfo:
|
|
21
21
|
r"""Get the configuration and status for the Git integration
|
|
22
22
|
|
|
23
23
|
Get the configuration and versioning status for the Git integration for the Cribl configuration.
|
|
@@ -56,10 +56,14 @@ class VersionsConfigs(BaseSDK):
|
|
|
56
56
|
if retries == UNSET:
|
|
57
57
|
if self.sdk_configuration.retry_config is not UNSET:
|
|
58
58
|
retries = self.sdk_configuration.retry_config
|
|
59
|
+
else:
|
|
60
|
+
retries = utils.RetryConfig(
|
|
61
|
+
"backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
|
|
62
|
+
)
|
|
59
63
|
|
|
60
64
|
retry_config = None
|
|
61
65
|
if isinstance(retries, utils.RetryConfig):
|
|
62
|
-
retry_config = (retries, ["429"
|
|
66
|
+
retry_config = (retries, ["429"])
|
|
63
67
|
|
|
64
68
|
http_res = self.do_request(
|
|
65
69
|
hook_ctx=HookContext(
|
|
@@ -78,7 +82,7 @@ class VersionsConfigs(BaseSDK):
|
|
|
78
82
|
|
|
79
83
|
response_data: Any = None
|
|
80
84
|
if utils.match_response(http_res, "200", "application/json"):
|
|
81
|
-
return unmarshal_json_response(models.
|
|
85
|
+
return unmarshal_json_response(models.CountedGitInfo, http_res)
|
|
82
86
|
if utils.match_response(http_res, "500", "application/json"):
|
|
83
87
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
84
88
|
raise errors.Error(response_data, http_res)
|
|
@@ -98,7 +102,7 @@ class VersionsConfigs(BaseSDK):
|
|
|
98
102
|
server_url: Optional[str] = None,
|
|
99
103
|
timeout_ms: Optional[int] = None,
|
|
100
104
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
101
|
-
) -> models.
|
|
105
|
+
) -> models.CountedGitInfo:
|
|
102
106
|
r"""Get the configuration and status for the Git integration
|
|
103
107
|
|
|
104
108
|
Get the configuration and versioning status for the Git integration for the Cribl configuration.
|
|
@@ -137,10 +141,14 @@ class VersionsConfigs(BaseSDK):
|
|
|
137
141
|
if retries == UNSET:
|
|
138
142
|
if self.sdk_configuration.retry_config is not UNSET:
|
|
139
143
|
retries = self.sdk_configuration.retry_config
|
|
144
|
+
else:
|
|
145
|
+
retries = utils.RetryConfig(
|
|
146
|
+
"backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
|
|
147
|
+
)
|
|
140
148
|
|
|
141
149
|
retry_config = None
|
|
142
150
|
if isinstance(retries, utils.RetryConfig):
|
|
143
|
-
retry_config = (retries, ["429"
|
|
151
|
+
retry_config = (retries, ["429"])
|
|
144
152
|
|
|
145
153
|
http_res = await self.do_request_async(
|
|
146
154
|
hook_ctx=HookContext(
|
|
@@ -159,7 +167,7 @@ class VersionsConfigs(BaseSDK):
|
|
|
159
167
|
|
|
160
168
|
response_data: Any = None
|
|
161
169
|
if utils.match_response(http_res, "200", "application/json"):
|
|
162
|
-
return unmarshal_json_response(models.
|
|
170
|
+
return unmarshal_json_response(models.CountedGitInfo, http_res)
|
|
163
171
|
if utils.match_response(http_res, "500", "application/json"):
|
|
164
172
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
165
173
|
raise errors.Error(response_data, http_res)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cribl-control-plane
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.0b12
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
License-File: LICENSE
|
|
6
6
|
Author: Speakeasy
|
|
@@ -317,11 +317,11 @@ with CriblControlPlane(
|
|
|
317
317
|
<details open>
|
|
318
318
|
<summary>Available methods</summary>
|
|
319
319
|
|
|
320
|
-
|
|
320
|
+
#### [auth.tokens](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/tokens/README.md)
|
|
321
321
|
|
|
322
322
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/tokens/README.md#get) - Log in and fetch an authentication token
|
|
323
323
|
|
|
324
|
-
### [
|
|
324
|
+
### [destinations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md)
|
|
325
325
|
|
|
326
326
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list) - List all Destinations
|
|
327
327
|
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create) - Create a Destination
|
|
@@ -329,17 +329,17 @@ with CriblControlPlane(
|
|
|
329
329
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update) - Update a Destination
|
|
330
330
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete) - Delete a Destination
|
|
331
331
|
|
|
332
|
-
#### [
|
|
332
|
+
#### [destinations.pq](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinationspq/README.md)
|
|
333
333
|
|
|
334
334
|
* [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
|
|
335
335
|
* [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
|
|
336
336
|
|
|
337
|
-
#### [
|
|
337
|
+
#### [destinations.samples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/samples/README.md)
|
|
338
338
|
|
|
339
339
|
* [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
|
|
340
340
|
* [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
|
|
341
341
|
|
|
342
|
-
### [
|
|
342
|
+
### [groups](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/groupssdk/README.md)
|
|
343
343
|
|
|
344
344
|
* [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
|
|
345
345
|
* [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
|
|
@@ -348,23 +348,23 @@ with CriblControlPlane(
|
|
|
348
348
|
* [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
|
|
349
349
|
* [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
|
|
350
350
|
|
|
351
|
-
#### [
|
|
351
|
+
#### [groups.acl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/acl/README.md)
|
|
352
352
|
|
|
353
353
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/acl/README.md#get) - Get the Access Control List for a Worker Group or Edge Fleet
|
|
354
354
|
|
|
355
|
-
|
|
355
|
+
#### [groups.acl.teams](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md)
|
|
356
356
|
|
|
357
357
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/teams/README.md#get) - Get the Access Control List for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
|
|
358
358
|
|
|
359
|
-
#### [
|
|
359
|
+
#### [groups.configs.versions](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/configsversions/README.md)
|
|
360
360
|
|
|
361
361
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/configsversions/README.md#get) - Get the configuration version for a Worker Group or Edge Fleet
|
|
362
362
|
|
|
363
|
-
### [
|
|
363
|
+
### [health](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md)
|
|
364
364
|
|
|
365
365
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md#get) - Retrieve health status of the server
|
|
366
366
|
|
|
367
|
-
### [
|
|
367
|
+
### [lake_datasets](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md)
|
|
368
368
|
|
|
369
369
|
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#create) - Create a Lake Dataset
|
|
370
370
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#list) - List all Lake Datasets
|
|
@@ -372,16 +372,16 @@ with CriblControlPlane(
|
|
|
372
372
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#get) - Get a Lake Dataset
|
|
373
373
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#update) - Update a Lake Dataset
|
|
374
374
|
|
|
375
|
-
### [
|
|
375
|
+
### [nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
|
|
376
376
|
|
|
377
377
|
* [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
|
|
378
378
|
* [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
|
|
379
379
|
|
|
380
|
-
#### [
|
|
380
|
+
#### [nodes.summaries](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md)
|
|
381
381
|
|
|
382
382
|
* [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
|
|
383
383
|
|
|
384
|
-
### [
|
|
384
|
+
### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
|
|
385
385
|
|
|
386
386
|
* [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Install a Pack
|
|
387
387
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
|
|
@@ -390,7 +390,7 @@ with CriblControlPlane(
|
|
|
390
390
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#get) - Get a Pack
|
|
391
391
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Upgrade a Pack
|
|
392
392
|
|
|
393
|
-
### [
|
|
393
|
+
### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
|
|
394
394
|
|
|
395
395
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#list) - List all Pipelines
|
|
396
396
|
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#create) - Create a Pipeline
|
|
@@ -398,14 +398,14 @@ with CriblControlPlane(
|
|
|
398
398
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#update) - Update a Pipeline
|
|
399
399
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#delete) - Delete a Pipeline
|
|
400
400
|
|
|
401
|
-
### [
|
|
401
|
+
### [routes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md)
|
|
402
402
|
|
|
403
403
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list) - List all Routes
|
|
404
404
|
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#get) - Get a Routing table
|
|
405
405
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#update) - Update a Route
|
|
406
406
|
* [append](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#append) - Add a Route to the end of the Routing table
|
|
407
407
|
|
|
408
|
-
### [
|
|
408
|
+
### [sources](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md)
|
|
409
409
|
|
|
410
410
|
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#list) - List all Sources
|
|
411
411
|
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#create) - Create a Source
|
|
@@ -413,17 +413,17 @@ with CriblControlPlane(
|
|
|
413
413
|
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#update) - Update a Source
|
|
414
414
|
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md#delete) - Delete a Source
|
|
415
415
|
|
|
416
|
-
#### [
|
|
416
|
+
#### [sources.hec_tokens](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/hectokens/README.md)
|
|
417
417
|
|
|
418
418
|
* [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
|
|
419
419
|
* [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
|
|
420
420
|
|
|
421
|
-
|
|
421
|
+
#### [versions.branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md)
|
|
422
422
|
|
|
423
423
|
* [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
|
|
424
424
|
* [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
|
|
425
425
|
|
|
426
|
-
|
|
426
|
+
#### [versions.commits](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md)
|
|
427
427
|
|
|
428
428
|
* [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
|
|
429
429
|
* [diff](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#diff) - Get the diff for a commit
|
|
@@ -433,16 +433,16 @@ with CriblControlPlane(
|
|
|
433
433
|
* [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
|
|
434
434
|
* [undo](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commits/README.md#undo) - Discard uncommitted (staged) changes
|
|
435
435
|
|
|
436
|
-
#### [
|
|
436
|
+
#### [versions.commits.files](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/commitsfiles/README.md)
|
|
437
437
|
|
|
438
438
|
* [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
|
|
439
439
|
* [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
|
|
440
440
|
|
|
441
|
-
|
|
441
|
+
#### [versions.configs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/versionsconfigs/README.md)
|
|
442
442
|
|
|
443
443
|
* [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
|
|
444
444
|
|
|
445
|
-
|
|
445
|
+
#### [versions.statuses](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/statuses/README.md)
|
|
446
446
|
|
|
447
447
|
* [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
|
|
448
448
|
|